Replaced QTcpSocket * with a QIODevice * to make network independent unit tests possible.
[contrib/qtwebsockets.git] / src /
2013-08-26 Kurt PattynReplaced QTcpSocket * with a QIODevice * to make networ...
2013-08-26 Kurt PattynAdded accessor and setter for the server name
2013-08-26 Kurt PattynReplace QWebSocket:: scope with QObject:: in calls...
2013-08-26 Kurt PattynRemoved scope (i.e. QWebSocket) from tr() callls
2013-08-26 Kurt PattynImplemented Q_D and Q_Q paradigm
2013-08-26 Kurt PattynMade parameters const references
2013-08-26 Kurt PattynRemoved friend class declaration as it is already conta...
2013-08-26 Kurt PattynReplaced use of d_ptr and q_ptr with usage of Q_D and Q_Q
2013-08-26 Kurt PattynReplace QT_BUILD_SERIALPORT_LIB with QT_BUILD_WEBSOCKET...
2013-08-26 Kurt PattynAdapted documentation to qDoc style
2013-08-26 Kurt PattynDisconnect previously connected signal (was forgotten)
2013-08-26 Kurt PattynRemoved default values from methods in private class
2013-08-26 Kurt PattynRemoved virtual from open and close methods
2013-08-26 Kurt PattynMade accessor methods const; made serverName parameter...
2013-08-26 Kurt PattynAdded optimised string concatenation (replaced '+'...
2013-08-26 Kurt PattynAdd tr() to translatable strings
2013-08-25 Kurt PattynReplaced tabs by spaces
2013-08-25 Kurt PattynAdded required structure and .pro files to the project
2013-08-25 Kurt PattynCleaned up a bit
2013-08-25 Kurt PattynRenamed qwebsocket.pri to qwebsockets.pri
2013-08-25 Kurt PattynAdapted copyright disclaimer to be a pure C++ comment
2013-08-25 Kurt PattynMoved doc directory to src as required by Qt
2013-08-25 Kurt PattynAdded copyright disclaimer to all files
2013-08-25 Kurt PattynMade documentation qdoc compatible
2013-08-25 Kurt PattynReordered the lines a bit
2013-08-25 Kurt PattynAdded extra signal reemission
2013-08-25 Kurt PattynAdded missing functionality after a comparison between...
2013-08-25 Kurt PattynAdded check on QT_NO_NETWORKPROXY to include proxy...
2013-08-25 Kurt PattynAdded QT_BEGIN_NAMESPACE and QT_END_NAMESPACE to files
2013-08-25 Kurt PattynReplaced write() methods with send() methods to comply...
2013-08-25 Kurt PattynRenamed websocket.pri to qwebsocket.pri
2013-08-24 Kurt PattynAdded warning comment to private header files
2013-08-24 Kurt PattynRenamed source directory to src (to be in line with Qt)