Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix qmldir for qmlwebsockets_compat | Liang Qi | 2015-05-22 | 1 | -1/+0 |
| | | | | | | | | | It is not supported to have both "import Qt.WebSockets 1.0" and "import QtWebSockets 1.0" in the same project. Task-number: QTBUG-46205 Change-Id: I71b824b091f4491b8ab5e1eae8290a51159b03e2 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com> | ||||
* | Changes to integrate the websocket module as a full Qt Add-On module | Steven Ceuppens | 2013-09-28 | 1 | -17/+24 |
| | | | | | | | | | | | | | | | | | | | | | - 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> | ||||
* | Update .gitignore | Sergio Ahumada | 2013-09-28 | 1 | -0/+11 |
| | | | | | | | Add mkspecs/ include/ and lib/ to the ignore list Change-Id: Ifad1eb78e3bd1b2b825a30a31df325e836c77e3e Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com> | ||||
* | Update .gitignore file | Sergio Ahumada | 2013-09-28 | 1 | -50/+17 |
| | | | | | Change-Id: I2093ea60192aff6c82a4815cec472d4b23e8961f Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com> | ||||
* | Added dev specific files to ignore list | Kurt Pattyn | 2013-08-25 | 1 | -0/+39 |
| | |||||
* | Ignore generated documentation | Kurt Pattyn | 2013-08-25 | 1 | -0/+1 |
| | |||||
* | Added build specific files to ignore list | Kurt Pattyn | 2013-08-22 | 1 | -0/+1 |
| | |||||
* | Ignored build specific output | Kurt Pattyn | 2013-08-12 | 1 | -0/+1 |
| | |||||
* | Ignore generated documentation | Kurt Pattyn | 2013-08-10 | 1 | -0/+1 |
| | |||||
* | Excluded report directory from commit | Kurt Pattyn | 2013-08-07 | 1 | -0/+1 |
| | |||||
* | Removed duplicate line | Kurt Pattyn | 2013-08-07 | 1 | -1/+0 |
| | |||||
* | Added dev specific files to .gitignore | Kurt Pattyn | 2013-08-07 | 1 | -0/+1 |
| | |||||
* | Ignore dev specific files | Kurt Pattyn | 2013-08-07 | 1 | -0/+2 |
| | |||||
* | Exclude developer specific files | Kurt Pattyn | 2013-08-06 | 1 | -0/+15 |
| | |||||
* | Added development specific files to ignore list | Kurt Pattyn | 2013-08-04 | 1 | -0/+7 |
| | |||||
* | Added ignored files and coverity configuration file | Kurt Pattyn | 2013-08-03 | 1 | -0/+6 |