summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* Improved logical and physical DPI APIs.Samuel Rødal2011-10-065-14/+114
* Use child/parent function in QAccessibleWidget and test.Frederik Gladhorn2011-10-061-2/+1
* QtGui: Add command line arguments to the platform plugin.Friedemann Kleint2011-10-051-1/+27
* Add font family alias resolving to QPAJiang Jiang2011-10-054-1/+18
* 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-035-0/+30
* qpixmap: Use the primaryScreen for QPixmap::defaultDepthHolger Hans Peter Freyther2011-10-031-4/+3
* Rename description to localizedDescription in Action interface.Frederik Gladhorn2011-10-031-1/+1
* Move the documentation for the classes to their modules.Casper van Donderen2011-10-033-1/+6
* Use QGuiApp::activeWindow()->accessibleRoot() to find focus childJan-Arve Saether2011-10-031-1/+4
* Small cleanup.Jan-Arve Saether2011-10-031-7/+4
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-031-5/+5
* Added QWindow::requestedFormat()Gunnar Sletta2011-10-032-0/+16
* Remove the remaining traces of QT3_SUPPORTLars Knoll2011-10-033-142/+0
* Send key events to the active window when tlw in qpa event is nullLaszlo Agocs2011-09-292-1/+4
* Rename Qt::escape to QString::toHtmlEscaped, add compat methodDavid Faure2011-09-291-5/+5
* Move Qt::escape to QtCoreDavid Faure2011-09-292-34/+1
* Refactor accessibility for Qt5Jan-Arve Saether2011-09-2921-0/+6926
* Get rid of the last traces of QMimeSourceLars Knoll2011-09-2912-592/+6
* Register whether a glyph run goes from RTL or LTREskil Abrahamsen Blomfeldt2011-09-284-37/+116
* 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-2812-1/+41
* Use module prefixed include paths, avoids warnings in configure.Pekka Vuorela2011-09-284-4/+4
* 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
* Update QLineControl's state correctly with QT_NO_ACCESSIBLITY.Andrew den Exter2011-09-271-2/+2
* Oops, adding Q_EXPORT to QPlatformScreenPageFlipperPaul Olav Tvete2011-09-271-1/+1
* Fixed crash in QOpenGLFramebufferObject.Samuel Rødal2011-09-271-3/+0
* Fix possible assert in QFontEngineFTEskil Abrahamsen Blomfeldt2011-09-261-1/+3
* Add some enablers to QTextDocumentLayoutEskil Abrahamsen Blomfeldt2011-09-262-1/+43
* Fix possible crash in QFontEngineFTEskil Abrahamsen Blomfeldt2011-09-261-1/+1
* Make QVectorData::shared_null constBradley T. Hughes2011-09-261-1/+2
* Doc: Fixed \since declarations.David Boddie2011-09-261-2/+2
* Make sure cursor position doesn't exceed line endJiang Jiang2011-09-231-0/+3
* 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
* Support adding application fonts with QFontconfigDatabaseJiang Jiang2011-09-236-11/+26
* 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
* Allocate 16-byte aligned memory independent of platform for raster pool.Samuel Rødal2011-09-221-37/+17
* Export QTextImageHandler and add accessor for imageEskil Abrahamsen Blomfeldt2011-09-212-3/+11
* 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
* [blitter] Fix memory leak in the blitter paintengineHolger Hans Peter Freyther2011-09-201-5/+5