1. 24 Aug, 2014 - 1 commit
  2. 19 Mar, 2014 - 1 commit
  3. 14 Mar, 2014 - 1 commit
    • Topi Reinio's avatar
      Doc: Move and edit examples page · ccc64505
      Topi Reinio authored
      
      Changed the example page type to a group to have a standardized
      table of examples. Also, a filename 'examples.html' is too
      collision-prone when Qt docs are output to a single directory.
      
      Also, moved the examples.qdoc file into /doc subdirectory to
      avoid it from being copied to QT_INSTALL_EXAMPLES when packaging
      the examples.
      
      Change-Id: I87251e0fde127bdef3024907b6472b50039f0357
      Reviewed-by: default avatarKurt Pattyn <pattyn.kurt@gmail.com>
      ccc64505
  4. 11 Mar, 2014 - 1 commit
  5. 22 Dec, 2013 - 1 commit
  6. 25 Nov, 2013 - 1 commit
  7. 01 Nov, 2013 - 1 commit
  8. 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
  9. 26 Aug, 2013 - 1 commit
  10. 25 Aug, 2013 - 2 commits
  11. 24 Aug, 2013 - 2 commits