summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* qpa api: replace QPA headers with something more benignGirish Ramakrishnan2012-05-2218-85/+59
* Add mouse event internal members needed by declarativeLaszlo Agocs2012-05-224-3/+35
* Remove a line of garbageLaszlo Agocs2012-05-211-3/+1
* QPA menu abstraction, originally based on Morten's workJames Turner2012-05-195-14/+297
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-181-1/+15
* QIcon: move back to QtGuiOlivier Goffart2012-05-181-0/+4
* Avoid qobject_castAaron Kennedy2012-05-181-1/+2
* Add focusWindowChanged signal to QGuiApplicationJames Turner2012-05-162-0/+10
* Fix QPA files inclusion headersGirish Ramakrishnan2012-05-156-18/+18
* Make QFileOpenEvents delivered again.Christoph Schleifenbaum2012-05-115-1/+29
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-116-72/+73
* Fix deprecation warnings in QtGui, QtPlatformSupport.Friedemann Kleint2012-05-101-1/+1
* Merge "Merge branch 'docs-refactoring' into master" into refs/staging/masterMarius Storm-Olsen2012-05-107-38/+38
|\
| * Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-107-38/+38
| |\
| | * Doc: Move some remaining files over for modularization.Casper van Donderen2012-05-091-19/+19
| | * Doc: Modularize QtGui documentation.Casper van Donderen2012-05-097-19/+19
* | | qpa: Remove QPlatformDialogHelper::deleteNativeDialog()Bradley T. Hughes2012-05-101-3/+0
* | | qpa: Clean up QPlatformDialogHelper APIBradley T. Hughes2012-05-101-15/+15
|/ /
* | QPA: Cleanup native dialog modal executionBradley T. Hughes2012-05-092-13/+2
* | No longer use deprecated methods for plugin loading.Friedemann Kleint2012-05-093-43/+46
* | Remove qplatformdrag.h dependency in qguiapplication_p.hLars Knoll2012-05-092-2/+2
* | QPA: Add a themeHint for the animations.Friedemann Kleint2012-05-092-1/+17
* | Added QScreen::refreshRate() to get the vertical refresh rate.Samuel Rødal2012-05-0810-0/+66
* | Add 'FullScreen' into QKeySequence::StandardKeystockton2012-05-082-4/+13
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-0756-91/+91
* | Added clarification to platform screen documentation.Samuel Rødal2012-05-071-2/+2
|/
* Implement QWindow::resize(int, int) by calling to resize(QSize).Friedemann Kleint2012-05-041-1/+1
* Allow the QPA plugin arguments to contain non-ASCII.Thiago Macieira2012-05-041-1/+1
* Add setCursor API to QWindowLaszlo Agocs2012-05-043-0/+81
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-038-189/+49
|\
| * Stop using QEventPrivate::d in QWindowStateChangeEventThiago Macieira2012-04-202-13/+4
| * Remove private classes in QEvent-derived classes.Thiago Macieira2012-04-193-150/+30
| * Remove QVariant constructor taking Qt::GlobalColor.Jędrzej Nowacki2012-04-191-9/+0
| * api: remove QWindow::visible()Girish Ramakrishnan2012-04-182-11/+0
| * api: QGuiApplication::inputMethod should be staticGirish Ramakrishnan2012-04-182-6/+14
| * Hide QTypeModuleInfo in a private namespace.Jędrzej Nowacki2012-04-181-1/+1
* | fix documentation for QKeySequence::StandardKey "What's This"stockton2012-05-021-1/+1
* | Fix compilation of public headers with QT_NO_DEPRECATED definedOlivier Goffart2012-05-027-19/+21
* | Support all modality types in QPlatformDialogHelperBradley T. Hughes2012-04-301-7/+2
* | Remove unused private and protected members from QClipboardLaszlo Agocs2012-04-303-30/+0
* | Get rid of most warnings related to QInputMethodLars Knoll2012-04-292-9/+14
* | Replace QGuiApplication::activeWindow by focusWindow().Friedemann Kleint2012-04-272-2/+2
* | Remove deprecation tags from QWheelEvent.Morten Johan Sorvig2012-04-271-4/+2
* | Fix detection of default platform plugin.Girish Ramakrishnan2012-04-191-27/+0
* | Get rid of warning when building qplatformwindow_qpa.cpp.Samuel Rødal2012-04-191-0/+1
* | Remove internal QClipboardEventLaszlo Agocs2012-04-193-43/+0
* | Change coreservices -> iosIan Dean2012-04-191-11/+11
* | Fix build with QT_NO_CLIPBOARD.Stephen Kelly2012-04-181-0/+4
* | Revert "Fix memory leak of QFontEngineData"Lars Knoll2012-04-181-4/+4
* | Fix memory leak of QFontEngineDataJian Liang2012-04-171-4/+4