Commit Graph

15 Commits

Author SHA1 Message Date
Nathan Osman 1374064c0b Cleaned up the Request class a bit. 2013-08-01 17:12:37 -07:00
Nathan Osman fa702fbe15 Collapsed individual reply signals to single reply signal that emits reference to Reply. 2013-08-01 15:43:58 -07:00
Nathan Osman d42dc66f4e Added new Reply class. 2013-08-01 15:26:26 -07:00
Nathan Osman 12df269ae0 Integrated new Lexer and Parser class into Client class. 2013-07-15 22:19:40 -07:00
Nathan Osman 1b45cb3777 Added generic reply() signal to Request class. 2013-07-04 14:14:53 -07:00
Nathan Osman e049215a70 Added separate signals for each type of reply. 2013-07-04 09:25:46 -07:00
Nathan Osman 0979104127 Implemented sending of requests in tests and removed dependencies on C++11 features to allow older compilers to compile the client library and test suite. 2013-07-02 15:26:19 -07:00
Nathan Osman 2c4b533124 Added isConnected() method to client to work around disconnect issue with test suite. 2013-07-01 21:51:48 -07:00
Nathan Osman 32f01b33cb Implemented test suite that tests the connection and disconnection process. 2013-07-01 21:45:04 -07:00
Nathan Osman 4104a591e3 Renamed Command class to Request to better reflect its actual role. 2013-07-01 09:00:58 -07:00
Nathan Osman b1f784205f Added CommandPrivate class and updated the README with usage instructions. 2013-06-29 23:16:59 -07:00
Nathan Osman e136754ec1 Added QObject parameter to Client class. 2013-06-29 12:42:39 -07:00
Nathan Osman 12272de5d7 Added requirements to README and started implementing some of the Client methods. 2013-06-29 12:34:22 -07:00
Nathan Osman 1a9f124d42 Added private class for Client and created template for Command class. 2013-06-29 12:04:01 -07:00
Nathan Osman 5f3d906702 Added build system and empty Client class. 2013-06-29 11:34:10 -07:00