summaryrefslogtreecommitdiffstats
path: root/qtservice
Commit message (Collapse)AuthorAgeFilesLines
* Use SPDX license identifiersHEADmasterRalf Habacker2022-10-2417-662/+33
| | | | | | | Task-number: QTSOLBUG-205 Change-Id: I3374031a1c4ce0b806d4b3c8599fbba20099dfe3 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* QtService: Added missing -p(ause) and -r(esume) to help textMorten Kristensen2016-11-021-4/+3
| | | | | | | | Added missing -p(ause) and -r(esume) to help text. And updated the short usage line to be: -[i|u|e|t|p|r|c|v|h] Change-Id: If209ad2d783e04b3a74b4ee92b795aeeb8557d7b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Qt Service solution: add missing QtService headerVincas Dargis2015-05-221-0/+1
| | | | | | | Task-number: QTSOLBUG-78 Change-Id: I5739bda6f9c1e10332dc047239e15047fdaae4fa Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Qt Service solution: Use qintptr in ↵Vincas Dargis2015-05-081-0/+8
| | | | | | | | QtServiceSysPrivate::incomingConnection() for Qt 5. Task-number: QTSOLBUG-180 Change-Id: I05f960ab342eb114c07e19af0d3b31507d17068f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
* Qt Service/Windows: Fix compilation with Qt 5 / QTSERVICE_DEBUG.Friedemann Kleint2015-01-131-2/+9
| | | | | | | | Fix oversight of last commit. Change-Id: Iec9963313edf9d7438a90f9f3a7a4c6ae5065132 Task-number: QTSOLBUG-184 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* Qt Service: Fix compilation with Qt 5 with define QTSERVICE_DEBUG.Friedemann Kleint2015-01-131-14/+32
| | | | | | | | | | Use Qt 5's new message handler within #ifdef and rewrite code use QByteArray instead of using toAscii(), which no longer exists in Qt 5. Change-Id: Iad6aa794c6578fd796e3b2bb402d3e290bdc711f Task-number: QTSOLBUG-184 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* Changed bool value from TRUE to lowercase trueSteven Ceuppens2013-03-271-1/+1
| | | | | | | | when building a CMake-Qt project on Linux, the build fails on this uppercase TRUE value. Change-Id: I9517226561da0f15a52831c09ab56dd716bad6d3 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Fix warning about missing config.pri in Qt 5.Friedemann Kleint2013-02-151-1/+1
| | | | | | | | | For non-library-builds, no config.pri is generated by the configure(.bat) scripts. Change-Id: Ia39644d860d43cd322b3dd099a5d67248cd231be Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Andy Shaw <andy.shaw@digia.com>
* configure.bat: Do not print usage when invoked correctly.Friedemann Kleint2013-02-151-0/+1
| | | | | Change-Id: Iecbb5235a7e3b7d92352784a858eed7148d648aa Reviewed-by: Andy Shaw <andy.shaw@digia.com>
* Fix compilation of the Qt Service Solution with Qt 5.Friedemann Kleint2013-01-113-0/+45
| | | | | | | Change-Id: I92e93bec3d39c135c00424eca64c2bc65582d49e Reviewed-by: Jonathan Liu <net147@gmail.com> Reviewed-by: Andy Shaw <andy.shaw@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1019-19/+19
| | | | | Change-Id: I4520cf54a4c8d6ff6119dc3762d9aeac42b66af5 Reviewed-by: Andy Shaw <andy.shaw@digia.com>
* Change Q_WS_WIN to Q_OS_WIN for Qt 5 compatibilityJonathan Liu2012-12-297-7/+7
| | | | | | | | Q_WS_WIN has been removed in Qt 5 so use Q_OS_WIN instead which exists in both Qt 4 and Qt 5 where appropriate. Change-Id: Icc9328f8d28da244dc828e670e2d6402c86a419b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* Remove module prefix from includesJonathan Liu2012-12-2910-49/+49
| | | | | | | | The module prefix is not needed and removing it adds compatibility with Qt 5 which has classes moved into different modules. Change-Id: I20823be670d78ba6cc8eb0e5de1f4f3b6fa2edb6 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* Change copyright from Nokia to DigiaSergio Ahumada2012-12-2719-146/+237
| | | | | | Change-Id: Ie75877290e0bce06c8b5a24ed664e8aceaf2cac0 Reviewed-by: Andy Shaw <andy.shaw@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Ensure that the library name is correct when creating and linkingAndy Shaw2010-11-172-2/+6
| | | | | | | | | When a vcproj project was created then it would not create the library names correctly when it was linking against QtService as a library and in addition it was not defining the export define when building the library itself. Reviewed-by: Pierre
* Long live the Qt Solutions archive!aavit2010-10-0646-0/+5968
This commit adds the contents of distribution packages of the relevant subset of the Qt Solutions components, generated from the last versions in Perforce.