| Commit message (Expand) | Author | Age | Files | Lines |
* | Use SPDX license identifiersHEADmaster | Ralf Habacker | 2022-10-24 | 289 | -11224/+594 |
* | QtSingleApplication: Fix build with Qt 6 | Benjamin Terrier | 2022-03-17 | 1 | -1/+2 |
* | QtPropertyBrowser: Fix an issue when setting "flagNames" | Thorbjørn Lindeijer | 2022-01-10 | 1 | -2/+2 |
* | qtwinmigrate: Fix geometry offset | Friedemann Kleint | 2018-07-16 | 1 | -1/+3 |
* | Fix use after free | Jesus Fernandez | 2017-10-24 | 1 | -2/+2 |
* | QtSingleApplication: compiler warning about enum comparison | Philippe Steinmann | 2017-09-14 | 1 | -1/+1 |
* | QtSingleApplication: Bail out of read loop when peer disconnects | Friedemann Kleint | 2017-05-10 | 1 | -1/+10 |
* | qtwinmigrate: Fix build against Qt 5.8 | Friedemann Kleint | 2017-02-16 | 1 | -1/+1 |
* | QtService: Added missing -p(ause) and -r(esume) to help text | Morten Kristensen | 2016-11-02 | 1 | -4/+3 |
* | QtSingleApplication: Fix build with Qt 5.5 | Jan Kundrát | 2015-06-29 | 1 | -0/+1 |
* | build: use qt5LibraryTarget() with Qt >= 5.4.2 | Davide Pesavento | 2015-06-29 | 2 | -2/+18 |
* | Qt Service solution: add missing QtService header | Vincas Dargis | 2015-05-22 | 1 | -0/+1 |
* | Qt Service solution: Use qintptr in QtServiceSysPrivate::incomingConnection()... | Vincas Dargis | 2015-05-08 | 1 | -0/+8 |
* | Emit readOnlyChanged() and not echoChanged() in setReadOnly() of QtStringProp... | Philip Allgaier | 2015-02-19 | 1 | -1/+1 |
* | Qt Service/Windows: Fix compilation with Qt 5 / QTSERVICE_DEBUG. | Friedemann Kleint | 2015-01-13 | 1 | -2/+9 |
* | Qt Service: Fix compilation with Qt 5 with define QTSERVICE_DEBUG. | Friedemann Kleint | 2015-01-13 | 1 | -14/+32 |
* | Remove qtgui link from qtlockedfile since is not used | Fabio Alessandro Locati | 2014-12-19 | 1 | -1/+1 |
* | Improve error handling in Qt Mfc examples. | Friedemann Kleint | 2014-10-14 | 2 | -22/+102 |
* | Remove JPEG 2000 plugin. | Jake Petroules | 2014-02-12 | 30 | -2961/+0 |
* | Focus gained by mouse click handled correctly now. | Lauri Laanmets | 2013-09-04 | 1 | -1/+3 |
* | QtPropertyBrowser: Allow controlling whether to show text for bool values | Thorbjørn Lindeijer | 2013-07-08 | 6 | -12/+109 |
* | QtPropertyBrowser: Respond to each change of text in QtLineEditFactory | Thorbjørn Lindeijer | 2013-04-15 | 1 | -2/+5 |
* | QtPropertyBrowser: Document the 'echoMode' attribute for string values | Thorbjørn Lindeijer | 2013-04-15 | 1 | -0/+4 |
* | Set the tree widget as focus proxy of the tree property browser | Thorbjørn Lindeijer | 2013-04-10 | 1 | -0/+1 |
* | QtSingleApplication: Make sure client reads ack data before disconnecting | Nils Jeisecke | 2013-04-09 | 1 | -0/+1 |
* | Changed bool value from TRUE to lowercase true | Steven Ceuppens | 2013-03-27 | 1 | -1/+1 |
* | Fix warning about missing config.pri in Qt 5. | Friedemann Kleint | 2013-02-15 | 6 | -6/+6 |
* | configure.bat: Do not print usage when invoked correctly. | Friedemann Kleint | 2013-02-15 | 9 | -0/+9 |
* | Fix compile errors for qtpropertybrowser. | Indrajit Tapadar | 2013-02-13 | 4 | -24/+24 |
* | Read-only mode for string, double and integer properties | Anton Malov | 2013-01-18 | 7 | -5/+253 |
* | Fix compilation of the Qt Service Solution with Qt 5. | Friedemann Kleint | 2013-01-11 | 3 | -0/+45 |
* | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-10 | 309 | -313/+313 |
* | Make the QtWinMigrate solution work with Qt 5.0 | Andy Shaw | 2013-01-08 | 9 | -32/+116 |
* | Fix compilation of the QtSingleApplication solution with Qt 5. | Friedemann Kleint | 2013-01-07 | 2 | -4/+8 |
* | Fix usage of deprecated QCoreApplication::translate | Jonathan Liu | 2012-12-29 | 2 | -48/+44 |
* | Define QT_WA if using Qt 5 | Jonathan Liu | 2012-12-29 | 6 | -0/+24 |
* | Change Q_WS_WIN to Q_OS_WIN for Qt 5 compatibility | Jonathan Liu | 2012-12-29 | 16 | -19/+19 |
* | Add additional modules to QT variable if using Qt 5 | Jonathan Liu | 2012-12-29 | 2 | -0/+2 |
* | Remove module prefix from includes | Jonathan Liu | 2012-12-29 | 157 | -473/+473 |
* | Use "qt-project.org" instead of "trolltech" in the resource system | Jonathan Liu | 2012-12-29 | 2 | -19/+19 |
* | Fix warnings ~QX11PixmapData(): QPixmap objects must be destroyed | Jonathan Liu | 2012-12-29 | 3 | -38/+69 |
* | Fix type conversion to QVariant with Qt 5 | Jonathan Liu | 2012-12-29 | 1 | -0/+4 |
* | Fix warnings about assigned/unused variables | Jonathan Liu | 2012-12-29 | 3 | -8/+0 |
* | Doc: Fix \sa usage | Jonathan Liu | 2012-12-29 | 2 | -4/+4 |
* | Add widgets to QT variable if using Qt 5 | Jonathan Liu | 2012-12-29 | 1 | -0/+1 |
* | Enable deprecated item view methods for Qt 5 | Jonathan Liu | 2012-12-28 | 1 | -0/+1 |
* | Replace Q_TYPENAME by typename | Jonathan Liu | 2012-12-28 | 2 | -11/+11 |
* | Change copyright from Nokia to Digia | Sergio Ahumada | 2012-12-27 | 310 | -2609/+3581 |
* | Fix '::getuid' has not been declared compile error | Jonathan Liu | 2012-12-21 | 1 | -0/+2 |
* | Added multiple inclusion protection in .h files. | Sam Protsenko | 2011-09-07 | 5 | -3/+20 |