1. 09 Sep, 2014 - 1 commit
  2. 24 Aug, 2014 - 1 commit
  3. 15 Feb, 2014 - 1 commit
  4. 01 Feb, 2014 - 1 commit
  5. 18 Jan, 2014 - 1 commit
  6. 17 Jan, 2014 - 1 commit
  7. 13 Jan, 2014 - 1 commit
  8. 12 Jan, 2014 - 1 commit
  9. 04 Jan, 2014 - 1 commit
  10. 23 Dec, 2013 - 1 commit
  11. 10 Dec, 2013 - 1 commit
    • Kurt Pattyn's avatar
      Cleanup code to comply with Qt style · 7d35f5c6
      Kurt Pattyn authored
      
      - Correct placement of curly braces
      - Remove commented-out code
      - Remove superfluous qDebug statements
      - Add missing QT_BEGIN_NAMESPACE declarations
      - Add move semantics
      - Add cleanup handling to QWebSocketServerPrivate
      - Add error handling to handshake response, QWebSocketServerPrivate,
        QWebSocketServer, dataprocessor
      
      Change-Id: I0690dc2c444fd6fc0db974d1459bf41bd8c31d40
      Reviewed-by: default avatarKurt Pattyn <pattyn.kurt@gmail.com>
      7d35f5c6
  12. 06 Nov, 2013 - 1 commit
  13. 02 Nov, 2013 - 1 commit
  14. 01 Nov, 2013 - 2 commits
  15. 14 Oct, 2013 - 1 commit
  16. 13 Oct, 2013 - 1 commit
  17. 11 Oct, 2013 - 1 commit
  18. 05 Oct, 2013 - 1 commit
  19. 29 Sep, 2013 - 5 commits
  20. 28 Sep, 2013 - 1 commit
    • Steven Ceuppens's avatar
      Changes to integrate the websocket module as a full Qt Add-On module · 6e1e3871
      Steven Ceuppens authored
      
      - 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: default avatarKurt Pattyn <pattyn.kurt@gmail.com>
      6e1e3871
  21. 25 Aug, 2013 - 4 commits
  22. 24 Aug, 2013 - 2 commits
  23. 22 Aug, 2013 - 2 commits
  24. 10 Aug, 2013 - 1 commit
  25. 03 Aug, 2013 - 1 commit