summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Check for existence of QWindow in QApplication::isBlockedByModal.Friedemann Kleint2013-01-151-1/+6
* Fix QGuiApplication::keyboardModifiers() and QGuiApplication::mouseButtons()Jon Severinsson2013-01-041-7/+39
* Accessibility: Activate in QGuiApp instead of QApp.Frederik Gladhorn2012-12-161-4/+0
* QApplication docs: restore console mode -snippetJ-P Nurmi2012-12-111-0/+9
* Mention the QT_STYLE_OVERRIDE env variable.Shawn Rutledge2012-11-301-1/+3
* Move session management code from QApplication to QGuiApplication.David Faure2012-11-281-238/+1
* Remove QApplication::type() and make QCoreApplication::Type internalJ-P Nurmi2012-11-231-56/+7
* Handle Qt::WA_MacSmallSize in QApplication::font(const QWidget *).Friedemann Kleint2012-11-201-0/+8
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-17/+23
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-071-1/+1
* Fix excess enter events when showing modal dialog on button pressMiikka Heikkinen2012-11-071-0/+6
* Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-291-3/+0
* Remove Cleanlooks and PlastiqueJens Bache-Wiig2012-10-221-1/+1
* Mac: Bring back "Text boxes and list only" tab navigationGabriel de Dietrich2012-10-101-2/+8
* Remove CDE and Motif styles from qtbaseJens Bache-Wiig2012-09-271-2/+2
* [docs] QApplication: fix keyboardInputDirection() docsMarc Mutz2012-09-261-9/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* 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
|\|