summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * Mark Apple Clang 7.x as warning-free on macOS and (also Clang 3.9) iOSJake Petroules2016-08-311-3/+3
| | | | | * Fix unused variable warning on iOSJake Petroules2016-08-311-1/+1
| | | | | * Windows QPA: Fix leaks in native file dialogsFriedemann Kleint2016-08-301-4/+9
| | | | | * QIcon: Set the pixmap's dpr to 1.0 if the window is also set to 1.0Andy Shaw2016-08-301-2/+5
| | | | | * QWin32PrintEngine: Fix uninitialized memory read of dpi_x, dpi_yFriedemann Kleint2016-08-302-3/+7
| | | | | * Guard against calling QWindow::requestUpdate() on non-GUI threadsTor Arne Vestbø2016-08-301-0/+3
| | | | | * Fix QMainWindow::restoreDockWidget() with GroupedDraggingOlivier Goffart2016-08-304-46/+80
| | | | | * Major re-write of generate_expected_output.pyEdward Welbourne2016-08-291-82/+178
| | | | | * Cocoa: Add support for triple-buffered GL contextsTor Arne Vestbø2016-08-292-2/+13
| | | | * | Run tst_QFiledialog::widgetlessNativeDialog() lastJ-P Nurmi2016-09-041-1/+14
| | | | * | Fix QWindowPrivate::globalPosition() for foreign windowsFriedemann Kleint2016-08-301-2/+8
| | | | * | QIcon::addFile(): Invoke QMimeDatabase when matching by suffix failsFriedemann Kleint2016-08-301-18/+22
| | * | | | Make TARGETED_DEVICE_FAMILY variable platform independentJake Petroules2016-09-054-6/+9
| | * | | | Make DEVICE_ARCHS and SIMULATOR_ARCHS variables platform independentJake Petroules2016-09-055-37/+17
| | |/ / /
| | * | | Do not force the default fontconfig configurationAllan Sandfeld Jensen2016-09-042-1/+8
| | * | | QTextStream: log the defect that op<< uses Latin 1Thiago Macieira2016-09-041-0/+1
| | * | | Replace QLatin1Literal with QLatin1StringAnton Kudryavtsev2016-09-034-11/+11
| | * | | Remove simulator_and_device handling for the Makefile generatorJake Petroules2016-09-037-84/+77
| | * | | Remove the ability to build simulator/device targets from SUBDIRS projectsJake Petroules2016-09-032-42/+0
| | * | | tuiotouch: clean upMarc Mutz2016-09-038-58/+53
| | * | | configure.pri: Determine MSVC compiler versionFriedemann Kleint2016-09-021-0/+3
| | * | | bearer plugins: eradicate Java-style iterators and Q_FOREACHMarc Mutz2016-09-025-66/+56
| | * | | Enable precompiled headers on iOS, tvOS, watchOSJake Petroules2016-09-025-24/+94
| | * | | Fix output location for generated filesMaurice Kalinowski2016-09-021-3/+3
| | * | | QTest: allow to mark QFETCH variables constMarc Mutz2016-09-011-5/+5
| | * | | QColor: move contents of qcolor_p.cpp into qcolor.cppMarc Mutz2016-09-013-370/+323
| | * | | configure: ask pkg-config only for the info we're interestedThiago Macieira2016-08-311-1/+1
| | * | | QNetworkProxy: Remove calls to deprecated API on macOSGabriel de Dietrich2016-08-311-46/+34
| | * | | Make test work for sandboxed targetsv5.8.0-alpha1Maurice Kalinowski2016-08-311-50/+60
| | * | | winrt: Update search location for testdataMaurice Kalinowski2016-08-311-1/+1
| | * | | update testdataMaurice Kalinowski2016-08-313-0/+4
* | | | | QLocale: Add option to pad numbers with trailing zeroesUlf Hermann2016-09-157-38/+100
|/ / / /
* | | | uic: use a real ordered setMarc Mutz2016-09-122-13/+15
* | | | QSystemTrayIconPrivate: replace inline _qpa_ stubs with direct callsSerge Lysenko2016-09-124-51/+19
* | | | Support large custom icons for the system tray balloon notificationSerge Lysenko2016-09-077-80/+106
* | | | QByteArray: Clean up qUncompressThiago Macieira2016-09-071-36/+37
* | | | Add QArrayData::reallocateUnaligned for QString and QByteArrayThiago Macieira2016-09-075-36/+105
* | | | QObject::dumpObject*: enable them also for non-debug buildsGiuseppe D'Angelo2016-09-062-17/+0
* | | | Add a way to get Content-Length when using compressed dataJesus Fernandez2016-09-068-7/+34
* | | | Added warning in QDesktopServices::openUrlJesus Fernandez2016-09-061-1/+8
* | | | doc: Fix the release in which QTemporaryDir::filePath() was addedAlexander Volkov2016-09-061-1/+1
* | | | Add a convenience function QTemporaryDir::filePath()Alexander Volkov2016-09-053-0/+53
* | | | QStorageInfo: Add support for obtaining subvolume namesThiago Macieira2016-09-035-6/+83
* | | | Make the Xcode generator recognize embedded frameworks/pluginsJake Petroules2016-08-311-2/+48
* | | | Fix warning about headerpad_max_install_names ignored when using bitcodeJake Petroules2016-08-314-4/+6
* | | | Provide better QMAKE_RPATHDIR defaults on Apple platformsJake Petroules2016-08-312-1/+8
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-08-31278-4619/+6862
|\| | |
| * | | QLockFile::tryLock: prevent over-sleeping in certain casesThiago Macieira2016-08-301-1/+6
| * | | QLockFile: Use QDeadlineTimer in tryLockThiago Macieira2016-08-301-5/+3
| * | | QDeadlineTimer: inline the isForever functionThiago Macieira2016-08-302-5/+4