summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | | Fix more mis-handling of spaces in ISO date format stringsEdward Welbourne2019-12-102-35/+107
* | | Fix calls to qtFlattenResources from outside resources.prfJoerg Bornemann2019-12-102-14/+21
* | | rcc: Fix namespace handling for initializerSamuel Gaist2019-12-101-7/+13
* | | tst_QSqlQuery: fix some testsChristian Ehrlicher2019-12-101-39/+36
* | | Windows QPA: Export "checkable" info for menu items through UI AutomationAndre de la Rocha2019-12-101-1/+2
* | | Add "checkable" state to accessible menu itemAndre de la Rocha2019-12-101-0/+2
* | | wasm: Fix clamp modeLorn Potter2019-12-101-1/+1
* | | Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-1034-105/+102
* | | Modernize shapedclock exampleEirik Aavitsland2019-12-102-18/+41
* | | Fix QPushButton style sheet style for overlay (content) imageEirik Aavitsland2019-12-101-0/+1
* | | Convert some uses of QStringRef to QStringViewEdward Welbourne2019-12-091-25/+26
* | | Prefer QDate::startOfDay() over QDateTime(const QDate &)Edward Welbourne2019-12-091-1/+1
* | | QAbstractItemView: add a note about ToolTipRole in dataChanged()Christian Ehrlicher2019-12-091-0/+2
* | | QPushButton: fix icon + text layouting in RTL modeChristian Ehrlicher2019-12-092-64/+15
* | | WebAssembly: Do not use sed directly for wasm_shell.html deploymentJoerg Bornemann2019-12-091-1/+1
* | | Move the tooltip out of the way of very large mouse cursorsVolker Hilsheimer2019-12-097-15/+92
* | | Doc: Clarify ownership of added menu for QMenuBar::addMenu(QMenu *)Alexander Volkov2019-12-091-1/+2
* | | Avoid crash in menu that was previously shown as submenuAlexander Volkov2019-12-091-0/+2
* | | QWidget: React to platform surface being created or destroyedTor Arne Vestbø2019-12-092-0/+71
* | | Register the screen pulse eventJames McDonnell2019-12-092-3/+23
* | | rhi: metal: Do not fail pipeline creation upon compiler warningsLaszlo Agocs2019-12-091-1/+4
* | | Fix crash on debug output of null QColorSpaceAllan Sandfeld Jensen2019-12-091-4/+6
* | | PSQL: set correct empty QVariant in QPSQLResult::record()Christian Ehrlicher2019-12-091-0/+1