summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Propagate application termination requests through QPATor Arne Vestbø2019-10-191-0/+23
* Modernize QWindowSystemInterface::handleCloseEventTor Arne Vestbø2019-10-041-3/+2
* Quiet several more warnings about QWheelEvent deprecationsShawn Rutledge2019-10-021-0/+3
* Mark stationary touch points as updated if pressure or velocity changesShawn Rutledge2019-09-171-0/+2
* 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
|\| |
| * | qguiapplication: move long comment to JIRAGatis Paeglis2019-02-191-35/+2
| * | remove obscure commentGatis Paeglis2019-02-151-2/+0
| * | Fix: "Missing emit keyword on signal call"Alessandro Portale2019-02-131-4/+4
* | | Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-081-19/+11
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-1/+13
|\|
| * Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-1/+1
| * Emit paletteChanged and send ApplicationPaletteChange on theme changeTimur Pocheptsov2019-01-081-0/+12
* | Refresh QGuiApplication's devicePixelRatio cache when screens changeSteve Mokris2018-12-101-8/+16
* | Pass non-trivial types by const-ref in range-loop [-Wclazy-range-loop]Sergio Martins2018-12-051-1/+1
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-11-051-1/+2
|\
| * Don't block mouse events if the window is a Tooltip typeAndy Shaw2018-10-241-1/+2
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-2/+2
|\|
| * Modernize the "animation" featureLiang Qi2018-10-121-2/+2
* | QLineEdit: Disable input methods for password unless IME supports hidden textFriedemann Kleint2018-09-291-12/+2
* | Make flatpak portal support to be used also by Snap applicationsJan Grulich2018-09-021-5/+5
* | WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-1/+11
* | Windows QPA: Add option to detect AltGr key pressesFriedemann Kleint2018-08-211-0/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-081-8/+8
|\|
| * Use consistent naming of QPA screen change callbacks in QGuiApplicationTor Arne Vestbø2018-08-061-8/+8
* | Handle screen changes for non-top-level windowsTor Arne Vestbø2018-08-031-3/+3
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-3/+11
|\|