summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication_qpa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reinitialize system palette when setting a new style.BogDan Vatra2013-09-101-0/+4
* Fix Android Style plugin.BogDan Vatra2013-09-101-0/+6
* Merge branch 'stable' into devSergio Ahumada2013-07-111-0/+2
|\
| * Search toplevel when setting the active window from focus window.Friedemann Kleint2013-07-101-0/+2
* | QWidgets QPA - remove wrong setting of mouse timestampThorbjørn Martsum2013-05-131-1/+0
|/
* Cocoa: Add setAlertState(), isAlertState(), beep() functionsGabriel de Dietrich2013-04-231-1/+1
* Implement QApplication::beep().Friedemann Kleint2013-04-191-0/+1
* Implement alertion state for windows.Friedemann Kleint2013-04-191-1/+11
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* compile with QT_NO_TOOLTIPMontel Laurent2012-12-051-0/+3
* Change to enter/leave policy while grabbing.Miikka Heikkinen2012-11-151-7/+0
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-1/+2
* Improve Qt::WA_UnderMouse accuracyMiikka Heikkinen2012-10-151-0/+7
* Avoid warnings about an unreachable codeKonstantin Ritt2012-10-101-1/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Revert "Implement automatic mouse grabbing on mouse button press."Friedemann Kleint2012-09-071-27/+1
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-2/+2
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-2/+2
* Fix applicationName() being empty in QApplication.David Faure2012-07-161-7/+0
* Make QGenericPlugin and QGenericPluginFactory public APIGirish Ramakrishnan2012-07-041-1/+0
* Implement automatic mouse grabbing on mouse button press.Miikka Heikkinen2012-07-031-1/+27
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-2/+2
* Fix some painting issues with native widgetsMiikka Heikkinen2012-05-291-1/+0
* QPA: Add a themeHint for the animations.Friedemann Kleint2012-05-091-38/+27
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-4/+4
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-28/+1
|\
| * Remove redundant platformNativeInterface()Girish Ramakrishnan2012-04-121-6/+0
| * Implement window modality in QtGuiBradley T. Hughes2012-04-111-22/+1
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-4/+2
|\|
| * Fix warnings about unused variables.Friedemann Kleint2012-04-031-4/+2
* | Remove QWorkspace.Debao Zhang2012-03-231-3/+1
* | QtWidgets: Cleanup Q3* itemsDebao Zhang2012-03-201-4/+1
|/
* Add fonts to QPlatformTheme.Friedemann Kleint2012-03-071-0/+54
* Cocoa: Implement widget palettes.Morten Johan Sorvig2012-03-061-0/+25
* Add palette() and further hints to QtGui/QPlatformTheme.Friedemann Kleint2012-02-171-1/+6
* Remove QInputContextPekka Vuorela2012-02-031-7/+0
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-0/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update year in Nokia copyright headers.Jason McDonald2012-01-101-1/+1
* Removed QApplication::setInputContext()Pekka Vuorela2012-01-051-2/+2
* Added QWindow::isActive() and focus in / out events.Samuel Rødal2011-10-051-1/+1
* Widgets: Remove QT3_SUPPPORT.Friedemann Kleint2011-09-281-9/+0
* Fix stale license headers from refactor branchJason McDonald2011-09-151-17/+17
* Add a QStyleHints class to QtGuiLars Knoll2011-08-311-30/+0
* Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-251-12/+5
* Use PlatformNativeInterface to obtain handlesOlli Werwolff2011-07-071-1/+18
* add a platform interface for input method supportLars Knoll2011-06-221-16/+1
* Add lighthouse event dispatcher API.Morten Sorvig2011-06-221-4/+0