summaryrefslogtreecommitdiff
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgpl5.15Tarja Sundqvist2023-03-231-2/+2
|\
| * QGuiApplication: constant-initialize lastCursorPositionMarc Mutz2022-02-011-2/+2
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...Tarja Sundqvist2022-09-121-3/+3
|\ \ | |/
| * Fix QGuiApplication command line options documentation for X11Tor Arne Vestbø2021-09-241-3/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...Tarja Sundqvist2022-08-161-2/+5
|\ \ | |/
| * Windows QPA: Fix dock widget drag&drop failureAndre de la Rocha2021-07-081-1/+1
| * macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-081-1/+4
* | Revert "Update commercial license headers to src/dbus, src/gui, src/network"Tarja Sundqvist2021-03-221-20/+20
|/
* Update commercial license headers to src/dbus, src/gui, src/networkTarja Sundqvist2021-01-281-20/+20
* End touch->mouse synthesis when the chosen touchpoint is releasedShawn Rutledge2020-10-061-23/+25
* Ignore mouse events where globalPos contains NaNSteffen Kieß2020-10-021-0/+5
* Emit QScreen::geometryChanged when the logical DPI changesFriedemann Kleint2020-10-011-6/+5
* QGuiApplication: fix handling of spontaneous events' modifiersNicolas Guichard2020-08-201-0/+56
* Update QHighDpiScaling on DPI changeMorten Johan Sørvig2020-08-191-0/+2
* Discard extra mouse move event generated by touchpadAndre de la Rocha2020-08-181-0/+7
* Emit QScreen::(availableG|g)eometryChanged() on logical DPI changeFriedemann Kleint2020-05-201-8/+2
* macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
* Call post routines from ~QGuiApplicationMichal Klocek2020-03-251-0/+3
* Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2020-02-181-1/+1
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-1/+1
| |\
| | * wasm: add platform qsettingsLorn Potter2020-02-181-7/+1
| | * Fix typo in QGuiApplication's documentationYuhang Zhao2020-02-181-1/+1
* | | Send the LanguageChange event to all top level windows, not just widgetsAndy Shaw2020-02-181-0/+4
|/ /
* | Avoid dangling QGuiApplicationPrivate pointerEirik Aavitsland2020-02-131-1/+6
* | Windows QPA: Add detection of dark modeFriedemann Kleint2020-01-251-0/+15
* | 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
|/