summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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-1110-1079/+4
* Rename QMetaType::construct() to create()Kent Hansen2011-10-111-14/+14
* Don't crash when no usable font is availableJiang Jiang2011-10-111-3/+5
* Remove duplicate check in qtextcontrol cursorMoveKeyEvent()Kent Hansen2011-10-111-3/+0
* Removed src/gui/opengl/qopenglcolormap.*Samuel Rødal2011-10-103-404/+0
* Fixed some doc errors in QOpenGLFramebufferObject.Samuel Rødal2011-10-102-31/+14
* Fixed missing snippets for QOpenGLShaderProgram.Samuel Rødal2011-10-101-3/+3
* Use freetype font engine on WindowsOlli Werwolff2011-10-102-1/+13
* Easier shader debuggingJani Uusi-Rantala2011-10-101-8/+48
* Clean-up a macro for CocoaMorten Sorvig2011-10-104-14/+3
* 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
* Fixed crash due to uninitialized pointer in OpenGL texture glyph cache.Samuel Rødal2011-10-071-0/+1
* Don't default to XCB if it is not enabled.Lincoln Ramsay2011-10-071-1/+5
* Fix QFont::defaultFamily() in the new QPA world.Pierre Rossi2011-10-072-9/+22
* Fix typo in qbezier shift implementationKent Hansen2011-10-061-1/+1
* 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