summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* Use QBasicMutex instead of Q_GLOBAL_STATIC QMutexOlivier Goffart2012-02-012-8/+8
* Introduced BufferQueueingOpenGL capability in platofrm integrationGunnar Sletta2012-02-012-1/+24
* Add the event loop quitlock feature to QtCore.Stephen Kelly2012-01-313-11/+22
* add virtual destructor to QWindowSystemInterfacePrivate::WindowSystemEventjian liang2012-01-311-0/+1
* Remove many deprecated methodsLars Knoll2012-01-311-0/+4
* Remove Symbian specific code from QtGui.Xizhi Zhu2012-01-312-83/+80
* Fix QGuiApplication::topLevelWindows(), introducing allWindows()Anselmo L. S. Melo2012-01-312-1/+29
* fix memory leak in QGuiApplicationPrivatejian liang2012-01-311-0/+2
* Add native event filters to Windows, forward to Widgets.Friedemann Kleint2012-01-306-0/+42
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3093-93/+93
* Decouple QPlatformTheme from QDialog.Friedemann Kleint2012-01-272-7/+12
* QGuiApplication::focusObject() to replace QInputPanel::inputItem()Pekka Vuorela2012-01-277-5/+79
* Introduced QOpenGLContext::defaultFramebufferObject().Samuel Rødal2012-01-275-5/+114
* Implement QWindow::close()Anselmo L. S. Melo2012-01-271-2/+22
* Made QWindow::currentOrientation() a property.Samuel Rødal2012-01-263-5/+13
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2540-40/+0
* Make coordinates float based where it makes sense.Lars Knoll2012-01-252-19/+24
* Made window orientation API more flexible.Samuel Rødal2012-01-2412-100/+246
* QKeySequence: add tests, fix handling of '+' as key or separator.David Faure2012-01-241-7/+16
* Make it possible to compile with -no-opengl.Andreas Holzammer2012-01-243-5/+17
* Remove Symbian specific code from QtGui.Xizhi Zhu2012-01-241-3/+1
* Fix synthesizing mouse events when touches change orderingLaszlo Agocs2012-01-232-5/+18
* Update contact information in license headers.Jason McDonald2012-01-2393-93/+93
* Introducing QPlatformSharedGraphicsCacheEskil Abrahamsen Blomfeldt2012-01-205-3/+329
* Docs: Fix typo in the QWindow class documentationAnselmo L. S. Melo2012-01-201-1/+1
* Allow generic plugins to set defaults for window system propertiesSimon Hausmann2012-01-201-2/+2
* Add support for platform plugin specific event filters.Simon Hausmann2012-01-202-0/+50
* Rename all our interfaces from com.trolltech to org.qt-projectLars Knoll2012-01-191-1/+1
* Fix ### Qt5 for QKeySequenceLars Knoll2012-01-172-18/+10
* Move keyboardInput data back to QApplicationPekka Vuorela2012-01-172-25/+0
* Use QFunctionPointer in QOpenGLContext as well.Samuel Rødal2012-01-162-2/+2
* Added application flags to translate between touch and mouse events.Samuel Rødal2012-01-137-74/+130
* Add setPalette to QGuiApplicationLars Knoll2012-01-122-0/+11
* Made it possible to report screen changes through QWindowSystemInterface.Samuel Rødal2012-01-1212-57/+210
* Make show() default to sane sizing behaviour based on the platform.Samuel Rødal2012-01-126-7/+30
* Input direction/locale to come from platform input contextPekka Vuorela2012-01-113-3/+37
* Introduce a QVariant themeHint() to QPlatformTheme.Friedemann Kleint2012-01-112-0/+50
* Reimplement QVariant to QDebug streaming.Jędrzej Nowacki2012-01-101-84/+3
* Platform style hints: Introduce keyboard repeat rate.Friedemann Kleint2012-01-104-1/+10
* Update year in Nokia copyright headers.Jason McDonald2012-01-108-8/+8
* If decodestring can't translate the string return Qt::Key_unknown.David Faure2012-01-101-0/+3
* Implement QDebug stream operators for builtin classesJędrzej Nowacki2012-01-104-0/+28
* Fix constness of QInputPanel::keyboardRectangle()Stephen Kelly2012-01-092-3/+3
* Move keyboard locale and input direction to QInputPanelPekka Vuorela2012-01-074-12/+34
* Update copyright year in license headers.Jason McDonald2012-01-0581-81/+81
* Registered QUuid in the metatype system as a builtin type.Denis Dzyubenko2012-01-051-0/+1
* Introduced QOpenGLContext::aboutToBeDestroyed() signal.Samuel Rødal2012-01-052-0/+16
* Refactor QVariant handlers.Jędrzej Nowacki2012-01-041-49/+23
* Send ApplicationActivate and ApplicationDeactivate from QtGui.Samuel Rødal2012-01-021-5/+10
* Handle -1 (Invalid Key) and Qt::Key_unknown gracefully in encodeString.David Faure2012-01-021-0/+5