summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Document QInputMethodQueryEvent classPekka Vuorela2011-11-102-10/+28
* Add QPolygonF to metatype system.Jędrzej Nowacki2011-11-091-2/+4
* Make usage of internal QVariant space.Jędrzej Nowacki2011-11-091-305/+142
* Support tentative commit string with input method.Pekka Vuorela2011-11-052-0/+22
* Add Q_PROPERTY declarations to QScreen.Samuel Rødal2011-11-012-19/+62
* Re-added hellogl_es and ES 1 support for QOpenGLContext.Samuel Rødal2011-10-311-2/+6
* Gui/OpenGL: Remove remains of qpa from profiles.Friedemann Kleint2011-10-311-52/+46
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-313-7/+4
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-275-22/+22
* Fix compiler warnings.Friedemann Kleint2011-10-272-6/+9
* Do not call setCursor on Desktop or if there is no platform window.Friedemann Kleint2011-10-271-4/+10
* Native file dialog support for MacMorten Sorvig2011-10-272-0/+16
* Fix spellingMorten Sorvig2011-10-261-2/+2
* QtGui: Remove Q_WS and qpa.Friedemann Kleint2011-10-252-64/+2
* QWindow: Re-create platform window only if screen actually changes.Friedemann Kleint2011-10-221-6/+10
* Add virtual QWindow::focusObject() methodLars Knoll2011-10-222-0/+10
* Fix two typos: docu for "deprecated since" and Q_DEPR... -> QT_DEPR...David Faure2011-10-221-1/+1
* Fix compiler warnings when using QT_DEPRECATEDSergio Ahumada2011-10-211-0/+2
* Fix some compiler warnings on MacSergio Ahumada2011-10-211-0/+2
* Provide API for "placement new" construction of meta-typesKent Hansen2011-10-191-10/+28
* Destroy generic plugins on exit.Laszlo Agocs2011-10-192-0/+9
* QSurfaceFormat: Use version in comparison and debug, fix setter.Friedemann Kleint2011-10-181-5/+13
* Make some more methods privateLars Knoll2011-10-181-9/+7
* Move QShortcutMap to QtGuiLars Knoll2011-10-183-0/+814
* Do not call swapBuffers when surfaceHandle is NULL.Laszlo Agocs2011-10-181-1/+3
* Remove stale documentation.Casper van Donderen2011-10-184-6/+6
* Fix TouchPoint::lastPos() after TouchPointStationary only events.Jocelyn Turcotte2011-10-171-1/+5
* Use a QFunctionPointer for getProcAddress()Casper van Donderen2011-10-172-10/+3
* Avoid using 0 as the default winId in QPlatformWindow.Laszlo Agocs2011-10-141-1/+8
* Accessibility plugin for mac and xcb.Frederik Gladhorn2011-10-141-1/+1
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-1311-373/+1
* Fix struct/class mismatch.Friedemann Kleint2011-10-131-3/+4
* Move input panel visibility ownership from QInputPanel to QPlatformInputContextJoona Petrell2011-10-114-16/+59
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-112-157/+0
* Rename QMetaType::construct() to create()Kent Hansen2011-10-111-14/+14
* Added Orientation API to QScreen and QWindow.Samuel Rødal2011-10-0717-100/+279
* Fix QMouse/Wheel/TouchEvent::modifiers with the XCB back-endSimon Hausmann2011-10-074-37/+45
* Don't default to XCB if it is not enabled.Lincoln Ramsay2011-10-071-1/+5
* Improved logical and physical DPI APIs.Samuel Rødal2011-10-064-8/+112
* QtGui: Add command line arguments to the platform plugin.Friedemann Kleint2011-10-051-1/+27
* Added QWindow::isActive() and focus in / out events.Samuel Rødal2011-10-055-12/+100
* Implement showFullScreen, showNormal, and showMaximized/Minimized in QWindow.Alexis Menard2011-10-041-4/+9
* Fix ́́`macros' function test of `tst_headers'Sergio Ahumada2011-10-031-0/+6
* Added QWindow::requestedFormat()Gunnar Sletta2011-10-032-0/+16
* Send key events to the active window when tlw in qpa event is nullLaszlo Agocs2011-09-292-1/+4
* Refactor accessibility for Qt5Jan-Arve Saether2011-09-293-0/+15
* Get rid of the last traces of QMimeSourceLars Knoll2011-09-2910-590/+5
* Implement support for QGuiApp::setOverrideCursor()Lars Knoll2011-09-281-5/+54
* Add missing Q_ENUMS macro to QInputPanelJoona Petrell2011-09-281-0/+1
* Make qtbase build with Qt-in-namespace againKent Hansen2011-09-288-1/+28