summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Close popups when switching applications on Windows.Friedemann Kleint2012-09-111-2/+16
* Removing duplicate includesSergio Ahumada2012-09-091-5/+2
* Revert "Implement automatic mouse grabbing on mouse button press."Friedemann Kleint2012-09-071-2/+0
* Improve docs.Frederik Gladhorn2012-08-251-129/+5
* Doc: Really minor typo fixSergio Ahumada2012-08-221-1/+1
* Add hint for touch -> mouse event synthesizingMorten Johan Sorvig2012-08-221-0/+4
* Fix in-process QAxServers inside modal windows.Miikka Heikkinen2012-08-201-0/+8
* Move docs for QSessionManager to the right file.Frederik Gladhorn2012-08-151-293/+9
* Remove outdated docs.Frederik Gladhorn2012-08-151-35/+0
* Avoid qobject_castKent Hansen2012-08-011-1/+2
* Fix position of mouse events generated from touch events.Andrew den Exter2012-07-261-1/+1
* Document emission of commitDataRequest() signal in QApplication doc.Mitch Curtis2012-07-251-0/+4
* Propagate synthesized mouse events in parallel (lock-step) with touchKevin Ottens2012-07-241-0/+90
* 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