summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement window modality in QtGuiBradley T. Hughes2012-04-111-95/+76
* Fix warnings about unused variables.Friedemann Kleint2012-04-031-3/+2
* Documentation cleanupDebao Zhang2012-03-311-19/+0
* Reverted use of tentative commit use in QWidget editorsPekka Vuorela2012-03-271-1/+1
* Fix QGuiApplication::keyboardModifiers()Bradley T. Hughes2012-03-261-21/+1
* FocusAboutToChange event to be send before focus changesPekka Vuorela2012-03-221-11/+8
* Fix KDE palette.Olivier Goffart2012-03-201-5/+8
* Fix some duplication between QGuiApplication and QApplication,David Faure2012-03-091-65/+0
* Add fonts to QPlatformTheme.Friedemann Kleint2012-03-071-5/+0
* Cocoa: Implement widget palettes.Morten Johan Sorvig2012-03-061-1/+4
* Remove AccessibilityPrepare event.Frederik Gladhorn2012-03-051-1/+0
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-46/+46
* QWheelEvent high-resolution delta support.Morten Johan Sorvig2012-02-241-2/+2
* Handle theme change in QApplication/QGuiApplication.Friedemann Kleint2012-02-231-7/+26
* Updated QApplication / QGuiApplication to match Qt 5 reality.Samuel Rødal2012-02-221-606/+21
* Widgets: Remove obsolete QGuiPlatformPlugin.Friedemann Kleint2012-02-171-6/+0
* Add palette() and further hints to QtGui/QPlatformTheme.Friedemann Kleint2012-02-171-1/+14
* Fix ref counted window close handling.Stephen Kelly2012-02-161-0/+15
* Move desktopSettingsAware to QGuiApplication.Friedemann Kleint2012-02-151-28/+0
* Handle TouchCancel in gui and widgetsLaszlo Agocs2012-02-101-0/+22
* Clean up qguifunctions_wince includes.Andreas Holzammer2012-02-101-1/+0
* Use Q_OS_WINCE instead of Q_WS_WINCEAndreas Holzammer2012-02-071-7/+7
* Remove QInputContextPekka Vuorela2012-02-031-38/+0
* Renamed QInputPanel as QInputMethodPekka Vuorela2012-02-021-8/+8
* Remove the API duplication from QApplication.Stephen Kelly2012-02-011-50/+0
* Add the event loop quitlock feature to QtCore.Stephen Kelly2012-01-311-18/+2
* Remove Symbian and Maemo 5 code from QtWidgets.Xizhi Zhu2012-01-311-18/+6
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* QWidgets to use QGuiApplication focus object change notificationsPekka Vuorela2012-01-271-8/+1
* Make coordinates float based where it makes sense.Lars Knoll2012-01-251-5/+5
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Move keyboardInput data back to QApplicationPekka Vuorela2012-01-171-0/+22
* Remove QAccessibleEventFrederik Gladhorn2012-01-121-2/+0
* Removed QApplication::setInputContext()Pekka Vuorela2012-01-051-12/+10
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* QApplication: Remove unused variable causing a compiler warning.Friedemann Kleint2012-01-051-3/+0
* Send ApplicationActivate and ApplicationDeactivate from QtGui.Samuel Rødal2012-01-021-14/+0
* Remove declaration which is exported from QtGui.Stephen Kelly2011-12-191-1/+0
* Remove redundant touch processing in QtGui and widgets.Laszlo Agocs2011-12-141-93/+42
* Make QApplication::type() set by QGuiApplication.Frederik Gladhorn2011-12-121-15/+7
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-121-3/+1
* Remove QWidget dependency from QTouchEvent.Laszlo Agocs2011-12-091-2/+3
* Extend touch events.Laszlo Agocs2011-12-091-6/+7
* Improve Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTION macros.Jędrzej Nowacki2011-12-011-2/+2
* Make input events work for widgets on waylandJørgen Lind2011-11-281-2/+2
* Remove the QApplicationBase defineBradley T. Hughes2011-11-251-14/+14
* QWidget text editors to commit text on their own on losing focusPekka Vuorela2011-11-101-1/+1
* Prevent timestamps in widgets' touch events from disappearingLaszlo Agocs2011-11-041-4/+7
* Widgets: Remove Q_WS_QPA and qpa-sections from .pro files.Friedemann Kleint2011-10-211-127/+5
* Clean-up a macro for CocoaMorten Sorvig2011-10-101-5/+5