summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Qmake: Introduce and use QMAKE_NULL_DEVICE variable"v5.9.25.9.2Jani Heikkinen2017-10-025-12/+35
* Add changes file for Qt 5.9.2Jani Heikkinen2017-09-291-0/+259
* regularexpression example: Fix compilation with clipboard disabledFriedemann Kleint2017-09-281-2/+10
* Fix crash with clips entirely outside glyph mapAllan Sandfeld Jensen2017-09-261-0/+4
* Cups: Check the created QPrintDevice is valid before using itAndy Shaw2017-09-261-1/+1
* Qmake: Introduce and use QMAKE_NULL_DEVICE variableOrgad Shaneh2017-09-255-35/+12
* Fix docs about QMAKESPEC in INCLUDEPATHMichal Klocek2017-09-251-2/+2
* Windows QPA: Move function to find screen by HWND to QWindowsScreenManagerFriedemann Kleint2017-09-253-8/+24
* Make QDateTimeParser a separate featureEdward Welbourne2017-09-259-21/+36
* doc: fix code snippet of qConstOverload usageGatis Paeglis2017-09-251-1/+1
* moc: don't use const_cast in qt_metacast generated codeOlivier Goffart2017-09-251-6/+5
* Fix namespaced build on macOSJake Petroules2017-09-251-5/+6
* Fix typo in debug statement: QPlatformScren -> QPlatformScreenSérgio Martins2017-09-241-1/+1
* Fix parsing of tzfile(5) files in QTimeZonePrivateThiago Macieira2017-09-241-1/+3
* Add missing math.h include (for sqrt function)Jake Petroules2017-09-221-0/+2
* Fix saving QImage with longer than necessary bytes-per-lineAllan Sandfeld Jensen2017-09-221-33/+22
* QCompleter: Send activated() signal only once on return keyGabriel de Dietrich2017-09-223-12/+126
* Avoid calling QCompleter::popup() internallyGabriel de Dietrich2017-09-223-11/+18
* QTabWidget: Don't build expensive parts of the style option when hiddenGabriel de Dietrich2017-09-221-34/+49
* Only call mysql_library_end() once when using MariaDBDaniel Vrátil2017-09-211-6/+12
* XCB: also test for Xinerama's presenceThiago Macieira2017-09-212-3/+3
* Fix QGraphicsEffect draw error size in decimal scale factorIceyer Lee2017-09-211-1/+1
* Restore compatibility with pre-5.9 Keccak calculationThiago Macieira2017-09-214-27/+106
* QAbstractSocket: remove disconnect timerAlex Trotsenko2017-09-203-29/+0
* Fix #if-ery and accompanying commentEdward Welbourne2017-09-201-2/+2
* Blacklist tst_QItemDelegate::testLineEditValidation in openSUSE 42.3Tony Sarajärvi2017-09-201-0/+2
* Blacklist flaky QItemDelegate tests in openSUSE 42.3Tony Sarajärvi2017-09-201-4/+2
* Itemviews: Set the WA_InputMethodEnabled attribute correctlyAndy Shaw2017-09-202-10/+114
* QGestureManager::filterEventThroughContexts(): Reduce debug outputFriedemann Kleint2017-09-201-2/+35
* Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-1955-116/+184
* Convert features.textedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-1919-64/+66
* windows: Blacklist Intel 8.15.10.1749Laszlo Agocs2017-09-191-1/+16
* Hide ibus IM on password fieldsAllan Sandfeld Jensen2017-09-182-0/+12
* Mark Clang 5.0 as warning-freeThiago Macieira2017-09-181-2/+2
* Fix recordOCI() test to treat clob/nclob as QByteArrayAndy Shaw2017-09-181-2/+2
* OCI: Use correct type for getting doublesAndy Shaw2017-09-181-1/+7
* Remove unnecessary VxWorks ifdefJake Petroules2017-09-181-2/+0
* Add missing pwd.h includeJake Petroules2017-09-181-0/+1
* Exclude QSystemSemaphore test with -no-feature-systemsemaphoreJake Petroules2017-09-181-0/+3
* QSharedPointer: fix undefined behavior in operator<Giuseppe D'Angelo2017-09-171-3/+6
* Use QT_LSTAT instead of lstat directlyJake Petroules2017-09-152-4/+6
* Exclude tst_QDir::mkdirOnSymlink on Unix platforms without symlinksJake Petroules2017-09-151-1/+1
* Exclude DBus performance test with -no-feature-processJake Petroules2017-09-151-1/+3
* Fix conditions in some QMAKE_COMPILER_DEFINES assignmentsRobert Loehning2017-09-151-3/+3
* Fix quoting of mocinclude.opt for paths containing spacesJoerg Bornemann2017-09-141-1/+1
* Revamp SQL examples to C++11Michael Winkelmann2017-09-1430-146/+171
* Fix convertToFormat with color-tablesAllan Sandfeld Jensen2017-09-142-17/+19
* Optimize QVariant::cmp()Lars Knoll2017-09-141-40/+49
* Autotest: when using libproxy, QNetworkProxyFactory isn't genericThiago Macieira2017-09-133-4/+4
* Workaround for proxyChange failing when run aloneMårten Nordheim2017-09-131-0/+9