summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unify application palette handling between QGuiApplication and QApplicationTor Arne Vestbø2020-01-131-49/+68
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-131-3/+21
|\
| * Windows QPA: Update documentation on command line optionsFriedemann Kleint2020-01-101-3/+21
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-091-5/+14
|\|
| * Share updates to QGuiApplicationPrivate::app_pal via helper functionTor Arne Vestbø2020-01-091-5/+14
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-091-3/+3
|\|
| * Restore High DPI scale factorsFriedemann Kleint2020-01-071-3/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-271-11/+17
|\|
| * Don’t reset highDpicaleFactorRoundingPolicyMorten Johan Sørvig2019-12-191-2/+0
| * High-DPI: restore rounding behavior on AndroidMorten Johan Sørvig2019-12-191-0/+8
| * Sync implementation of QGuiApplication and QApplication setPaletteTor Arne Vestbø2019-12-171-3/+4
| * Let sendApplicationPaletteChange() decide when it needs to exit earlyTor Arne Vestbø2019-12-171-2/+4
| * Remove ApplicationResourceFlags::ApplicationPaletteExplicitlySetTor Arne Vestbø2019-12-171-4/+1
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-53/+53
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-1/+1
* | wasm: add platform qsettingsLorn Potter2019-11-141-7/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-221-0/+23
|\|
| * Propagate application termination requests through QPATor Arne Vestbø2019-10-191-0/+23
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-051-3/+2
|\|
| * Modernize QWindowSystemInterface::handleCloseEventTor Arne Vestbø2019-10-041-3/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-041-0/+3
|\|
| * Quiet several more warnings about QWheelEvent deprecationsShawn Rutledge2019-10-021-0/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-191-0/+2
|\|
| * Mark stationary touch points as updated if pressure or velocity changesShawn Rutledge2019-09-171-0/+2
* | Add QScreen::virtualSiblingAt() and use it in QMenubarPrivate::popupActionShawn Rutledge2019-09-191-1/+3
|/
* QtGui: replace some QMutexLockers with (new) qt_{scoped,unique}_lock()Marc Mutz2019-09-121-3/+4
* Fix qdoc warningsFriedemann Kleint2019-09-101-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-3/+7
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-081-3/+7
| |\
| | * Deliver stationary touchpoints that have changed pressureShawn Rutledge2019-09-021-3/+7
* | | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-2/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-241-2/+5
| |\|
| | * QGuiApplication: drop mutex before emitting fontChanged()Marc Mutz2019-08-231-2/+5
* | | Add high-DPI scale factor rounding policy C++ APIMorten Johan Sørvig2019-08-231-0/+44
* | | Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-121-0/+5
* | | qtlite: Fix build with -no-feature-commandlineparserMikhail Svetkin2019-07-031-0/+2
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-011-1/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-1/+4
| |\|
| | * Fix crash when setting QGuiApplication palette before app is availableTor Arne Vestbø2019-06-251-1/+4
* | | QCommandLineParser: add --help-all, to show Qt options as wellDavid Faure2019-05-151-0/+52
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-071-5/+15
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-021-5/+15
| |\|
| | * Use QPlatformTheme::TouchDoubleTapDistance for touch eventsAlexander Volkov2019-05-011-5/+15
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-101-6/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-061-6/+2
| |\|
| | * Introduce Q_TRACE_SCOPE to simplify tracing of a function entry/exitMilian Wolff2019-04-051-6/+2
* | | Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-221-0/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-221-1/+1
|\| |
| * | QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-201-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-201-41/+6
|\| |