summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Make password mask characters themeable.Mitch Curtis2013-04-196-2/+18
* Android: Don't crash when displaying multiple top-levelsEskil Abrahamsen Blomfeldt2013-04-182-3/+8
* Move Fusion styles palette into QtGuiJørgen Lind2013-04-176-2/+156
* Add default value for qHash's 'seed' argument for QOpenGLVersionProfile/StatusTor Arne Vestbø2013-04-151-1/+1
* Fix the check if mouse events should be synthesized from touch eventsFabian Bumberger2013-04-112-1/+9
* ApplicationState: Add new event class: ApplicationStateChangeEventRichard Moe Gustavsen2013-04-033-0/+34
* Doc: Fix the documentation for QWindow::focusObjectChanged()Topi Reinio2013-04-031-3/+3
* Add qDebug() output for QTouchEvent.Friedemann Kleint2013-03-271-0/+37
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-221-1/+1
* Introducing QComposeInputContextGatis Paeglis2013-03-211-2/+2
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-2072-391/+1649
|\
| * Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-192-1/+4
| * Add the Deselect StandardKeyAlbert Astals Cid2013-03-182-1/+5
| * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-163-18/+18
| * Window deactivation should set focus reason.Frederik Gladhorn2013-03-131-1/+1
| * 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
| |\
| * | 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
| | |\ \
| * | | | 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
| |\ \ \
| * | | | 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
| | |\ \ \ \
| * | | | | | 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
| |\ \ \ \ \
| * | | | | | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-214-14/+53