summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Experimental DirectWrite font databaseEskil Abrahamsen Blomfeldt2020-02-041-0/+7
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-0/+15
|\
| * Windows QPA: Add detection of dark modeFriedemann Kleint2020-01-251-0/+15
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-151-52/+89
|\|
| * 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.15' into devQt Forward Merge Bot2020-01-131-5/+14
|\| |
| * | 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.15' into devQt Forward Merge Bot2020-01-101-3/+3
|\| |
| * | 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.15' into devLiang Qi2020-01-041-11/+17
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-53/+53
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-53/+53
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-8/+2
|\| |
| * | 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.15' into devQt Forward Merge Bot2019-10-261-0/+23
|\| |
| * | 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.15' into devQt Forward Merge Bot2019-10-061-3/+2
|\| |
| * | 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.15' into devLiang Qi2019-10-041-0/+3
|\| |
| * | 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.15' into devQt Forward Merge Bot2019-09-221-1/+5
|\| |
| * | 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
| |/
* | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-181-2/+6
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-041-0/+44
| |\
| * | Fix crash when no plugins are specifiedLeander Beernaert2019-08-121-2/+6
* | | 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
| |_|/ |/| |