summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add fonts to QPlatformTheme.Friedemann Kleint2012-03-071-0/+5
* Fix double click handling.Laszlo Agocs2012-03-071-23/+19
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-21/+21
* Refactor the QPA dnd interface.Friedemann Kleint2012-02-291-21/+36
* QWheelEvent high-resolution delta support.Morten Johan Sorvig2012-02-241-2/+1
* Handle theme change in QApplication/QGuiApplication.Friedemann Kleint2012-02-231-12/+58
* Add further theme hints to QPlatformTheme.Friedemann Kleint2012-02-221-21/+0
* Updated QApplication / QGuiApplication to match Qt 5 reality.Samuel Rødal2012-02-221-12/+224
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-201-0/+1
* Fixed API in QWindow: visible() -> isVisible().Samuel Rødal2012-02-171-1/+1
* Add palette() and further hints to QtGui/QPlatformTheme.Friedemann Kleint2012-02-171-0/+4
* Fix ref counted window close handling.Stephen Kelly2012-02-161-0/+11
* Add a ThemeChange event.Friedemann Kleint2012-02-161-0/+12
* Move desktopSettingsAware to QGuiApplication.Friedemann Kleint2012-02-151-0/+27
* Avoid crash when windows with active mouse synthesization are deletedLaszlo Agocs2012-02-101-2/+4
* Handle TouchCancel in gui and widgetsLaszlo Agocs2012-02-101-2/+53
* Improvement to font database cleanupjian liang2012-02-101-0/+4
* Fix qmlscene segfault on startup on Mac OS 10.6.Morten Johan Sørvig2012-02-021-2/+4
* Renamed QInputPanel as QInputMethodPekka Vuorela2012-02-021-6/+11
* Use QBasicMutex instead of Q_GLOBAL_STATIC QMutexOlivier Goffart2012-02-011-3/+3
* Add the event loop quitlock feature to QtCore.Stephen Kelly2012-01-311-9/+2
* Fix QGuiApplication::topLevelWindows(), introducing allWindows()Anselmo L. S. Melo2012-01-311-1/+28
* fix memory leak in QGuiApplicationPrivatejian liang2012-01-311-0/+2
* Add native event filters to Windows, forward to Widgets.Friedemann Kleint2012-01-301-0/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* QGuiApplication::focusObject() to replace QInputPanel::inputItem()Pekka Vuorela2012-01-271-0/+27
* Made window orientation API more flexible.Samuel Rødal2012-01-241-3/+18
* Fix synthesizing mouse events when touches change orderingLaszlo Agocs2012-01-231-5/+17
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Allow generic plugins to set defaults for window system propertiesSimon Hausmann2012-01-201-2/+2
* Move keyboardInput data back to QApplicationPekka Vuorela2012-01-171-22/+0
* Added application flags to translate between touch and mouse events.Samuel Rødal2012-01-131-1/+45
* Add setPalette to QGuiApplicationLars Knoll2012-01-121-0/+10
* Made it possible to report screen changes through QWindowSystemInterface.Samuel Rødal2012-01-121-0/+6
* Move keyboard locale and input direction to QInputPanelPekka Vuorela2012-01-071-9/+6
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Send ApplicationActivate and ApplicationDeactivate from QtGui.Samuel Rødal2012-01-021-5/+10
* Mac: Add temporary solution to fix app deployment.Morten Johan Sorvig2011-12-221-0/+10
* Remove redundant touch processing in QtGui and widgets.Laszlo Agocs2011-12-141-10/+36
* Make QApplication::type() set by QGuiApplication.Frederik Gladhorn2011-12-121-0/+1
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-121-3/+1
* Extend touch events.Laszlo Agocs2011-12-091-3/+5
* Improve Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTION macros.Jędrzej Nowacki2011-12-011-2/+2
* Added QPA window system interface handler for logical DPI changes.Samuel Rødal2011-12-011-3/+20
* Made more QScreen properties NOTIFY and added average DPI properties.Samuel Rødal2011-11-301-2/+26
* emit width/height changes for the new rectGunnar Sletta2011-11-241-4/+4
* Add some properties to QWindowAlan Alpert2011-11-221-0/+10
* Pass all key events through the shortcutmapLars Knoll2011-11-211-12/+16
* qtbase: Warnings fixes.Friedemann Kleint2011-11-181-1/+1
* Support 31 mouse buttons (with platform plugins xcb and xlib).Rick Stockton2011-11-141-4/+4