summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Parse Xft.dpi with fractionAllan Sandfeld Jensen2019-12-171-2/+12
* 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
* 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
* Use pkg-config to find libjpegMarius Kittler2019-12-151-0/+1
* Let QItemSelectionModel::columnIntersectsSelection honor the parentChristian Ehrlicher2019-12-141-8/+9
* 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-136-90/+320
|\
| * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-136-90/+320
| |\
| | * 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
| | * Initialize all variablesBogDan Vatra2019-12-031-2/+3
| | * Fix assets iteratorBogDan Vatra2019-11-291-14/+56
| | * macOS: Harden screen handling logic when reconfiguring displaysTor Arne Vestbø2019-11-292-68/+225
| | * 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
* | | Remove QApplicationPrivate::set_palTor Arne Vestbø2019-12-132-13/+6
|/ /
* | 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
* | qSwap: suppress pedantic warning about noexcept being falseThiago Macieira2019-12-121-0/+6
* | Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-1211-82/+156
* | Support both qrc and qml files for qmlimportscannerMichael Dippold2019-12-111-9/+10
* | QVariant: introduce ShouldDeleteVariantData flagFabian Kosmale2019-12-112-19/+21
* | 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
* | Fix more mis-handling of spaces in ISO date format stringsEdward Welbourne2019-12-101-35/+69
* | rcc: Fix namespace handling for initializerSamuel Gaist2019-12-101-7/+13
* | 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
* | Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-1026-87/+84
* | 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
* | 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