summaryrefslogtreecommitdiff
path: root/examples/echoclient
Commit message (Collapse)AuthorAgeFilesLines
* Add functionality to ignore ssl errorsKurt Pattyn2013-11-011-1/+1
| | | | | Change-Id: I81248b9af104c0b3d37c9cfcef250a102f4b1d32 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* make use of the new Q_NULLPTR keyword & shorten if(ptr) conditionsSteven Ceuppens2013-10-111-1/+1
| | | | | Change-Id: I4a71909134032d10b398ede74c431964bce7d675 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Changes to integrate the websocket module as a full Qt Add-On moduleSteven Ceuppens2013-09-281-3/+1
| | | | | | | | | | | | | | | | | | | | | - Changed project files to use Qt structure - Moved existing sources into subdirectory, to make room for moduels - Created a "import/qmlwebsocket" module skeleton (works, but needs to be extended) - Modified examples to not use "include(.pri)", but use "QT += websocket" - Added qml example skeleton (works, but no useful functionality yet) Project can be build with: $ qmake $ make $ make install Module can be used in other projects with QT += websockets Change-Id: I2123026958b264670dbf8a978dee76edf5855806 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Added -Wextra compiler checkKurt Pattyn2013-08-301-3/+5
|
* Replaced tabs by spacesKurt Pattyn2013-08-253-17/+17
|
* Renamed qwebsocket.pri to qwebsockets.priKurt Pattyn2013-08-251-1/+1
|
* Cleaned up the project filesKurt Pattyn2013-08-251-1/+2
|
* Replaced write() methods with send() methods to comply with the ↵Kurt Pattyn2013-08-251-1/+1
| | | | QAbstractSocket API
* Renamed websocket.pri to qwebsocket.priKurt Pattyn2013-08-251-1/+1
|
* Renamed source directory to src (to be in line with Qt)Kurt Pattyn2013-08-251-1/+1
|
* Renamed WebSocket to QWebSocketKurt Pattyn2013-08-241-2/+2
| | | | | | | Renamed WebSocketProtocol to QWebSocketProtocol Renamed WebSocketServer to QWebSocketServer Adapted source files to include renamed headers Added qwebsocketsglobal.h file
* Added doxygen snippet tagsKurt Pattyn2013-08-131-0/+6
|
* Renamed WebWocketClient to EchoClient to be consistent with the EchoServer ↵Kurt Pattyn2013-08-134-16/+15
| | | | | | example Added QUrl parameter to constructor
* Renamed WebWocketClient to EchoClient to be consistent with the EchoServer ↵Kurt Pattyn2013-08-134-0/+76
example