summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-2814-2/+49
* Remove deprecated method from new class.Thiago Macieira2012-06-271-3/+0
* Add QPA prefix and version number to QPA plugin factory interfaces.Friedemann Kleint2012-06-272-2/+2
* Add QGuiApplication::setApplicationDisplayName.David Faure2012-06-273-0/+32
* Convert QPA menus to use QIcon, and enable icons.James Turner2012-06-271-1/+2
* Add a method for querying window activation status from QPA.Morten Johan Sorvig2012-06-272-0/+12
* Fixed missing way of choosing EGL renderable type with QSurfaceFormat.Samuel Rødal2012-06-272-0/+36
* QPlatformWindow: Add Window masks.Friedemann Kleint2012-06-263-2/+14
* Fix docs mentioning Q_EXPORT_PLUGIN2Lars Knoll2012-06-251-1/+1
* Make qtbase compile with QT_NO_DRAGANDDROPTasuku Suzuki2012-06-241-1/+5
* Docu: fix copy/paste typoDavid Faure2012-06-221-1/+1
* QPA docs: list the platform names that the method is likely to return.David Faure2012-06-221-0/+3
* fix doc typo in qwindow.cppJoerg Bornemann2012-06-211-1/+1
* Document and use UserEvent::nullWindow for event deliveryGirish Ramakrishnan2012-06-201-54/+61
* 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