summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Implement window modality in QtGuiBradley T. Hughes2012-04-111-1/+157
| |_|_|/ |/| | |
* | | | Specify generic QPA plugins via env variablesDonald Carr2012-04-041-0/+4
* | | | Fix warnings about unused variables.Friedemann Kleint2012-04-031-3/+1
* | | | Added some convenience API for platform input contextsPekka Vuorela2012-04-011-6/+28
* | | | Determine font smoothing gamma in initialization.Friedemann Kleint2012-03-291-2/+5
* | | | irrelevant qDebugs from QGuiApplication removed.Simjees Abraham2012-03-281-2/+0
* | | | Introduce FontSmoothingGamma as a platform style hint.Friedemann Kleint2012-03-271-0/+15
| |_|/ |/| |
* | | Fix QGuiApplication::keyboardModifiers()Bradley T. Hughes2012-03-261-0/+4
| |/ |/|
* | FocusAboutToChange event to be send before focus changesPekka Vuorela2012-03-221-2/+9
* | Remove redundant \since 5.0Debao Zhang2012-03-221-6/+0
* | EGLFS: Integrate building into configure.Donald Carr2012-03-211-0/+2
* | Set the default QPA plugin for QNX builds to "qnx"Sean Harmer2012-03-201-0/+2
|/
* Added missing \since 5.0 and tweaked some docs in QtGui.Samuel Rødal2012-03-151-0/+1
* Refactor theme plugin loading.Friedemann Kleint2012-03-151-3/+13
* Add QGuiApplication::platformName.Friedemann Kleint2012-03-141-1/+18
* Migrate QWindowSystemInterface to use QElapsedTimerLaszlo Agocs2012-03-121-0/+2
* Fix some duplication between QGuiApplication and QApplication,David Faure2012-03-091-2/+44
* QCursor: Associate cursor with screen.Friedemann Kleint2012-03-071-14/+8
* 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