summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clear qt_button_down widget when starting a drag.Friedemann Kleint2012-07-111-0/+9
* Implement automatic mouse grabbing on mouse button press.Miikka Heikkinen2012-07-031-0/+2
* Make qtbase compile with QT_NO_CSSPARSERTasuku Suzuki2012-06-241-0/+1
* Fixed mouse grabbing preventing popups from being closed.Samuel Rødal2012-06-211-1/+3
* Send key events to pop-up widget in case there is one.Friedemann Kleint2012-06-131-1/+1
* Only quit if there are no visible widgets or windows.Stephen Kelly2012-06-121-1/+1
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-3/+3
* Fix QApplicationPrivate::pickMouseReceiver() crashDebao Zhang2012-06-011-1/+1
* Fix compiler warnings in QtGui, QtWidgets.Friedemann Kleint2012-05-231-3/+2
* Move rarely used QObjectPrivate data to extraDataMartin Jones2012-05-211-2/+2
* QIcon: move back to QtGuiOlivier Goffart2012-05-181-0/+8
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-1/+1
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-18/+18
|\
| * Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-091-18/+18
* | QPA: Add a themeHint for the animations.Friedemann Kleint2012-05-091-13/+6
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-2/+2
|/
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-2/+2
|\
| * Move QGestureEventPrivate's content to the main classThiago Macieira2012-04-231-2/+2
* | Fix compilation of public headers with QT_NO_DEPRECATED definedOlivier Goffart2012-05-021-11/+3
* | Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-171-12/+0
|\|
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-95/+76
| |\
| * \ Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-23/+3
| |\ \
| * | | Removed QApplication overloads used solely for documentation.Marcel Krems2012-04-091-12/+0
* | | | Add QPlatformWindow::windowEvent()Bradley T. Hughes2012-04-171-0/+2
| |_|/ |/| |
* | | 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