summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use module prefixed include paths, avoids warnings in configure.Pekka Vuorela2011-09-283-3/+3
* Fix compiler warnings.Friedemann Kleint2011-09-282-0/+3
* Don't crash if qApp->overrideCursor() is 0Lars Knoll2011-09-281-3/+2
* Use the drag cursor shapesLars Knoll2011-09-281-12/+13
* Oops, adding Q_EXPORT to QPlatformScreenPageFlipperPaul Olav Tvete2011-09-271-1/+1
* Doc: Fixed \since declarations.David Boddie2011-09-261-2/+2
* Implemented QWidget's move() vs setGeometry() distinction in QWindow.Samuel Rødal2011-09-233-5/+81
* Fixed geometry issues.Samuel Rødal2011-09-234-5/+16
* Add autotest for QInputPanelJoona Petrell2011-09-232-9/+24
* Avoid crash in handleTouchEvent and remove superfluous mapping.Laszlo Agocs2011-09-231-8/+2
* Page flipping API for QPlatformScreenPaul Olav Tvete2011-09-232-0/+51
* Fix support for drag pixmapsLars Knoll2011-09-212-53/+57
* Return the correct geometryLars Knoll2011-09-211-0/+2
* Implemented key filter support on platform input contextPekka Vuorela2011-09-202-1/+6
* QWindowSystemInterface: Fix wrong mapping of coordinates.Bjørn Erik Nilsen2011-09-201-2/+14
* Move handling of -qmljsdebugger argument to QCoreApplicationKai Koehne2011-09-191-2/+0
* Say hello to QWindow::accessibleRoot()Jan-Arve Saether2011-09-192-0/+12
* compile when shadowing is an errorGunnar Sletta2011-09-151-3/+3
* Fix stale license headers from refactor branchJason McDonald2011-09-1516-273/+273
* Merge branch 'refactor'Gunnar Sletta2011-09-13246-124283/+7183
|\
| * Implemented texture cache for GL paint engine in QtGui.Samuel Rødal2011-09-122-0/+13
| * Compile fix for QPAHolger Ihrig2011-09-122-0/+2
| * Make inputcontext plugin loading a bit more genericLars Knoll2011-09-082-0/+7
| * Add plugin mechanism to load platform input contextsJoona Petrell2011-09-083-4/+2
| * Make QKeySequence work on Mac.Morten Sorvig2011-09-082-14/+14
| * Change the QInputMethodQueryEvent to be able to query a set of propertiesLars Knoll2011-09-083-9/+35
| * Rename ImMicroFocus to ImCursorRectangleLars Knoll2011-09-081-2/+2
| * Fix a typo in the method nameLars Knoll2011-09-082-2/+5
| * MicroFocus is in item coordinatesLars Knoll2011-09-081-2/+11
| * Added QInputPanel::commit()Pekka Vuorela2011-09-084-0/+13
| * The keyboard position doesn't change when the item transform changes.Lars Knoll2011-09-081-1/+0