summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Change WId to be a quintptr.Jonathan Liu2012-02-071-1/+2
* Fixed typo in QOpenGLContext warning message.Samuel Rødal2012-02-061-1/+1
* Destroy the QWindow children in destroy() instead of close()Laszlo Agocs2012-02-061-10/+9
* Fix a typo TypeDefiniton -> TypeDefinition.Jędrzej Nowacki2012-02-031-17/+17
* Remove QInputContextPekka Vuorela2012-02-031-1/+1
* Build with -pedanticStephen Kelly2012-02-031-2/+2
* Improve QSurface / QWindow API a bit and use that to avoid errorsGunnar Sletta2012-02-026-15/+79
* Update wrong docs for TouchPoint::id().Laszlo Agocs2012-02-021-3/+2
* Fix qmlscene segfault on startup on Mac OS 10.6.Morten Johan Sørvig2012-02-021-2/+4
* Renamed QInputPanel as QInputMethodPekka Vuorela2012-02-0210-186/+315
* qopenglcontext not checking for null and failing with platform minimalKurt Korbatits2012-02-021-0/+2
* Move QPlatformDialogs from QtWidgets to QtGui.Friedemann Kleint2012-02-013-2/+874
* 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