summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Sync implementation of QGuiApplication and QApplication setPaletteTor Arne Vestbø2019-12-172-9/+7
* Let sendApplicationPaletteChange() decide when it needs to exit earlyTor Arne Vestbø2019-12-172-5/+9
* Remove ApplicationResourceFlags::ApplicationPaletteExplicitlySetTor Arne Vestbø2019-12-171-4/+1
* Fix QPainter::drawLines() with cosmetic penEirik Aavitsland2019-12-171-0/+1
* Bump versionDaniel Smith2019-12-171-1/+1
* Doc: remove documented macros which were removed in Qt5Christian Ehrlicher2019-12-171-30/+0
* QTextDocument: compile with QT_NO_PRINTERChristian Ehrlicher2019-12-161-0/+2
* configure: Hacky fix to allow re-configuring on androidAlexandru Croitor2019-12-161-0/+2
* Fix "Broken filename passed to function" message for qmake -tp vcJoerg Bornemann2019-12-161-4/+5
* wasm: do not use clamp mode for upstream LLVMLorn Potter2019-12-163-25/+29
* Use pkg-config to find libjpegMarius Kittler2019-12-151-0/+1
* Let QItemSelectionModel::columnIntersectsSelection honor the parentChristian Ehrlicher2019-12-142-8/+13
* Doc/SQL: update sql driver creation instructionsChristian Ehrlicher2019-12-141-7/+4
* OpenGL: Fix signature of GLDEBUGPROC in qopenglextrafunctions.hAlexandru Croitor2019-12-131-1/+1
* Merge "Merge remote-tracking branch 'origin/5.14.0' into 5.14"Qt Forward Merge Bot2019-12-1312-1007/+2157
|\
| * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-1312-1007/+2157
| |\
| | * QCalendar: Optimize std::vector accessv5.14.0-rc2v5.14.0Ulf Hermann2019-12-071-2/+2
| | * Make sure documentation for VulkanMemoryAllocator 3rdparty code shows upKai Koehne2019-12-031-1/+1
| | * Add changes file for Qt 5.14.0Antti Kokko2019-12-031-0/+542
| | * Initialize all variablesBogDan Vatra2019-12-031-2/+3
| | * Fix configure after updating qt license filev5.14.0-rc1Jani Heikkinen2019-12-022-3/+3
| | * Fix assets iteratorBogDan Vatra2019-11-291-14/+56
| | * Set proper TARGET name for libsBogDan Vatra2019-11-291-0/+1
| | * macOS: Harden screen handling logic when reconfiguring displaysTor Arne Vestbø2019-11-292-68/+225
| | * Update Qt enterprise license agreement file to version 4.2Jani Heikkinen2019-11-292-913/+1285
| | * Fix prefix determination for windeployqt'ed MinGW applicationsJoerg Bornemann2019-11-281-3/+11
| | * Fix prefix determination for windeployqt'ed applicationsJoerg Bornemann2019-11-221-3/+25
| | * Merge 5.14 into 5.14.0Frederik Gladhorn2019-11-2131-123/+341
| | |\
| | * | Fix passing FOO_LIBS variables to configureJoerg Bornemann2019-11-191-1/+6
* | | | Remove QApplicationPrivate::set_palTor Arne Vestbø2019-12-132-13/+6
|/ / /
* | | styles example: Set default style up front, and react to style changesTor Arne Vestbø2019-12-124-4/+30
* | | Explicitly polish palette instead of relying on QApplication::setPaletteTor Arne Vestbø2019-12-121-4/+4
* | | Clean up QApplication::style default style constructionTor Arne Vestbø2019-12-121-25/+24
* | | Ensure override style properly clears out previous style if setTor Arne Vestbø2019-12-121-18/+14
* | | Update system palette on application init if neededTor Arne Vestbø2019-12-121-0/+6
* | | Unify system palette initialization during style changeTor Arne Vestbø2019-12-121-15/+16
* | | Clarify call to initializeWidgetFontHash in QApplication::setStyleTor Arne Vestbø2019-12-121-1/+7
* | | Xcode: Use output directory as SYMROOT when shadow-buildingTor Arne Vestbø2019-12-121-11/+18
* | | Account for when qtquickcompiler is used when getting the resourcesAndy Shaw2019-12-121-2/+3
* | | qSwap: suppress pedantic warning about noexcept being falseThiago Macieira2019-12-121-0/+6
* | | Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-1212-83/+157
* | | Support both qrc and qml files for qmlimportscannerMichael Dippold2019-12-111-9/+10
* | | QVariant: introduce ShouldDeleteVariantData flagFabian Kosmale2019-12-113-20/+117
* | | Doc/SQL: update sql driver creation instructionsChristian Ehrlicher2019-12-113-24/+95
* | | Fix CVE-2019-19244 in SQLiteAndy Shaw2019-12-112-0/+27
* | | Doc: remove the claim that zero timers execute after GUI eventsThiago Macieira2019-12-101-4/+4
* | | QTest::toString(QBitArray): fix Mismatched free() / delete / delete []Thiago Macieira2019-12-101-1/+1
* | | PSQL: Optimize QPSQLResult::data() function for date and time typesRobert Szefner2019-12-101-25/+9
* | | wasm: fix getOpenFileContent docLorn Potter2019-12-111-2/+2
* | | wasm: enforce emscripten versionLorn Potter2019-12-114-0/+54