summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Do not list desktop widgets and desktop screen widgets as top-levels.Friedemann Kleint2013-03-121-1/+1
* Fix warning about unhandled enumeration value.Friedemann Kleint2013-03-121-0/+2
* Documentation and versioning for new Window propertiesShawn Rutledge2013-03-122-18/+28
* Add methods to convert lists of QKeySequence to/from stringsKevin Ottens2013-03-062-0/+44
* Implement XEmbed protocolAlberto Mardegan2013-03-068-8/+53
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-055-2/+61
|\
| * Transient QWindows centered; default-constructed geometryShawn Rutledge2013-02-245-2/+61
| * Fix focus handling of native child widgets in xcb.Gunnar Sletta2013-02-191-0/+2
* | Fix crash in flushWindowSystemEvents() in QGuiApplication-cleanup.Friedemann Kleint2013-03-052-2/+13
* | Introducing the Qt Android portPaul Olav Tvete2013-03-051-3/+25
* | Allow flushing window system events from other threadEskil Abrahamsen Blomfeldt2013-02-284-2/+36
* | Enablers for input methods on AndroidPaul Olav Tvete2013-02-273-0/+31
* | Introduced QWindow::setMask() to expose existing platform functionality.Samuel Rødal2013-02-273-0/+37
* | OpenGL: Add a set of version and context specific OpenGL classesSean Harmer2013-02-263-0/+341
* | Fix typo.Frederik Gladhorn2013-02-261-1/+1
* | QPA: fix memory leak in qwindowsysteminterface.hRichard Moe Gustavsen2013-02-241-1/+1
* | QPA: Add interface for setting the application state explicitlyRichard Moe Gustavsen2013-02-217-4/+59
* | Let QPlatformTheme decide which engine QIcon::fromTheme usesKevin Ottens2013-02-192-0/+19
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-02-181-0/+2
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-0/+2
| |\|
| | * Fixed QT_NO_ACCESSIBILITY build.Bjoern Breitmeyer2013-02-131-0/+2
* | | Added QDebug support for QWindowSystemInterface::TouchPointShawn Rutledge2013-02-182-0/+11
|/ /
* | Added QOffscreenSurface class.Yoann Lopes2013-02-1810-1/+644
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-1410-14/+38
|\|
| * Fixed QSurfaceFormat documentation about DebugContext requiring GL3+.Samuel Rødal2013-02-121-1/+0
| * Mac: Remove broken platformPluginPath code.Morten Johan Sørvig2013-02-121-9/+0
| * Fix QWindow::setFramePosition() to keep the size.Friedemann Kleint2013-02-111-1/+1
| * Factorize code for formatting window titles into QPlatformWindow.David Faure2013-02-062-0/+26
| * Fix minor typos in docs, printed messages & commentsSze Howe Koh2013-01-281-2/+2
| * Doc, Qt GUI: Fix "no \inmodule command" warningsSze Howe Koh2013-01-284-0/+8
| * Doc: Fix very minor typoSze Howe Koh2013-01-281-1/+1
* | Added QWindow::Visibility convenience API to QWindow.Samuel Rødal2013-02-123-0/+139
* | Add QWindowSystemInterface::handleFileOpen(const QUrl&)José Dapena Paz2013-02-084-4/+14
* | Added version() and setVersion() convenience API to QSurfaceFormat.Samuel Rødal2013-02-082-0/+28
* | Add enablers for Android port in QPlatformMenuEskil Abrahamsen Blomfeldt2013-02-051-0/+2
* | Remove unused variables and functions from the source codeThiago Macieira2013-02-021-105/+0
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-294-9/+9
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-284-9/+9
| |\|
| | * Doc: Fix module name formatSze Howe Koh2013-01-253-3/+3
| | * Minor QWindow documentation improvement for the accessor/mutatorsLaszlo Papp2013-01-251-6/+6
* | | Offscreen testing platform pluginSamuel Rødal2013-01-292-2/+16
* | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2953-208/+1
|/ /
* | Establish an opacity property for the QWindowLaszlo Papp2013-01-262-3/+19
* | showIsFullscreen: only respect this hint for windows and dialogsRichard Moe Gustavsen2013-01-251-3/+5
* | Fix focus handling of native child widgets in xcb.Gunnar Sletta2013-01-241-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-22109-118/+116
|\|
| * QGuiApplication::font(): assert that a GUI app instance existsJ-P Nurmi2013-01-211-0/+1
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-18109-109/+109
| * Doc: Fix documentation for devicePixelRatio() functionsTopi Reinio2013-01-173-9/+6
* | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-214-14/+53