summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication_p.h
Commit message (Expand)AuthorAgeFilesLines
* move styleOverride from QApplicationPrivate to QGuiApplicationPrivateLiang Qi2015-11-131-2/+0
* Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-081-1/+1
|\
| * Fix finding the closest active touch point for the pressed touch pointAlexander Volkov2015-04-161-1/+1
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-10/+10
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-1/+0
|\|
| * Revert "QWidgetTextControl: Suppress drag selection for OS-synthesized mouse ...Tor Arne Vestbø2014-12-041-1/+0
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-7/+7
|/
* QWidgetTextControl: Suppress drag selection for OS-synthesized mouse events.Friedemann Kleint2014-11-201-0/+1
* send touch update when more points begin after single touch is ignoredShawn Rutledge2014-11-131-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* move loading of testability driver from QApplication to QGuiApplicationMichael Zanetti2014-07-031-1/+0
* QApp: Method to check for native style usage.Christoph Schleifenbaum2014-06-051-0/+7
* Revert "Propagate synthesized mouse events in parallel (lock-step) with touch"Eskil Abrahamsen Blomfeldt2014-03-041-1/+0
* Close widgets properly from session management.Friedemann Kleint2014-02-141-0/+2
* Move setWindowIcon() up to QGuiApplication.David Faure2014-02-121-1/+2
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* QPlatformIntegration: add new style hint: SetFocusOnTouchReleaseRichard Moe Gustavsen2013-06-251-3/+1
* Widgets: Propagate 'accepted'-state of touch begin events.Friedemann Kleint2013-04-121-1/+1
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Implement XEmbed protocolAlberto Mardegan2013-03-061-1/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Move session management code from QApplication to QGuiApplication.David Faure2012-11-281-7/+0
* Remove QApplication::type() and make QCoreApplication::Type internalJ-P Nurmi2012-11-231-1/+1
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Revert "Implement automatic mouse grabbing on mouse button press."Friedemann Kleint2012-09-071-1/+0
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-2/+2
* Propagate synthesized mouse events in parallel (lock-step) with touchKevin Ottens2012-07-241-0/+1
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-2/+2
* Fix applicationName() being empty in QApplication.David Faure2012-07-161-1/+0
* Clear qt_button_down widget when starting a drag.Friedemann Kleint2012-07-111-0/+3
* Implement automatic mouse grabbing on mouse button press.Miikka Heikkinen2012-07-031-0/+1
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-2/+2
* Remove references to Q_WS_QWSGirish Ramakrishnan2012-06-201-25/+0
* Send key events to pop-up widget in case there is one.Friedemann Kleint2012-06-131-1/+1
* Dispatch tablet events to widgetsLaszlo Agocs2012-06-011-60/+0
* QIcon: move back to QtGuiOlivier Goffart2012-05-181-0/+1
* QPA: Add a themeHint for the animations.Friedemann Kleint2012-05-091-7/+1
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-2/+2
* Windows: Fix warning about retrieving the handle from non-toplevels.Friedemann Kleint2012-04-271-2/+3
* Fix compilation with Q_DECL_OVERRIDEOlivier Goffart2012-04-201-1/+1
* Implement window modality in QtGuiBradley T. Hughes2012-04-111-8/+1
* Fix some duplication between QGuiApplication and QApplication,David Faure2012-03-091-3/+0
* Add fonts to QPlatformTheme.Friedemann Kleint2012-03-071-4/+2
* Use QHash<K,V> instead of QMap<K,V> when K is a pointer typeGiuseppe D'Angelo2012-03-021-2/+2
* Handle theme change in QApplication/QGuiApplication.Friedemann Kleint2012-02-231-1/+3
* Fix ref counted window close handling.Stephen Kelly2012-02-161-0/+2
* Move desktopSettingsAware to QGuiApplication.Friedemann Kleint2012-02-151-1/+0
* Handle TouchCancel in gui and widgetsLaszlo Agocs2012-02-101-0/+1