summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Prevent ending up in a state where focus is perpetually grabbed.Samuel Rødal2012-06-183-10/+25
* Introduce QPA API for size grip handling.Friedemann Kleint2012-06-142-0/+19
* Deliver wheel events when window is nullGirish Ramakrishnan2012-06-141-15/+15
* Only quit if there are no visible widgets or windows.Stephen Kelly2012-06-122-2/+2
* Clarify QTouchEvent docsLaszlo Agocs2012-06-121-0/+9
* Fix crash in qt_qpa_core_dispatcher() at application exit.Miikka Heikkinen2012-06-081-1/+6
* Remove widgets lib dependency on platformsupport.Frederik Gladhorn2012-06-082-0/+12
* Remove the QFactoryInterface dependency from platform pluginsLars Knoll2012-06-084-25/+6
* Remove QFactoryInterface from the generic pluginsLars Knoll2012-06-083-22/+8
* Added SpellCheckUnderlineStyle theme hint.Samuel Rødal2012-06-072-1/+8
* Added QScreen::setOrientationUpdateMask().Samuel Rødal2012-06-067-6/+88
* Export QPlatformIntegrationFactory to make it usable outside of QtGui.Balazs Kelemen2012-06-061-1/+1
* Verify the surfaceType before activating the GL contextHolger Hans Peter Freyther2012-06-053-17/+11
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-054-20/+21
* Introduce nativeOrientation() to QPlatformScreenKevin Ottens2012-06-052-0/+13
* Add StartDragVelocity to style hintsLaszlo Agocs2012-06-054-1/+10
* Remove QCursor::handleGirish Ramakrishnan2012-05-313-15/+1
* QCursor: Remove doc of obsolete functionsGirish Ramakrishnan2012-05-312-37/+0
* QPA tablet event supportLaszlo Agocs2012-05-317-1/+238
* Remove QUpdateEvent from the public headersLars Knoll2012-05-302-22/+0
* Add some batching functions to QPlatformSharedGraphicsCache ifaceEskil Abrahamsen Blomfeldt2012-05-302-5/+92
* Document QWindow's setSurfaceType and setFormat update behaviorHolger Hans Peter Freyther2012-05-291-1/+12
* Ask the platform drag for the correct default drag actionLars Knoll2012-05-291-1/+3
* QtGui: remove \link usagesGiuseppe D'Angelo2012-05-294-10/+8
* Implement QWindow::setWindowIconCorentin Jabot2012-05-245-19/+37
* QPA: Refactor QFileDialogPrivate::qt_clean_filter_list for QPASean Harmer2012-05-242-0/+17
* Provide convenience method to resize maximized windowsKevin Ottens2012-05-242-0/+30
* remove exec-bit from qplatformmenu.h fileGirish Ramakrishnan2012-05-231-0/+0
* Fix wrong local positions in mouse events when no tlw was givenLaszlo Agocs2012-05-232-8/+13
* Minor QPlatformMenu API cleanup.Morten Johan Sorvig2012-05-233-188/+32
* Fix QtGui compilation for -qconfig largeTasuku Suzuki2012-05-236-0/+20
* 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