summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Make QGenericPlugin and QGenericPluginFactory public APIGirish Ramakrishnan2012-07-046-20/+14
* Platform-plugin support for QSystemTrayIcon.Christoph Schleifenbaum2012-07-035-2/+240
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-032-3/+3
* Remove _qpa from cpp filenamesGirish Ramakrishnan2012-07-0326-25/+25
* Make QWindowSystemInterface part of QPA APIGirish Ramakrishnan2012-07-035-10/+19
* QtGui: add member-swap to shared classesMarc Mutz2012-07-031-0/+6
* Add framestrut mouse events.Friedemann Kleint2012-06-296-6/+58
* Remove deprecated tentative commit from QInputMethodEventPekka Vuorela2012-06-282-26/+0
* Move QPlatformInputContextPlugin/Factory to QtGuiWeng Xuetian2012-06-285-0/+330
* 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