summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove non-const getters marked for elimination.Robin Burchell2011-12-272-35/+0
* Fix for -Werror -WshadowDavid Faure2011-12-221-1/+1
* Fix handling of invalid modifiers in QKeySequence.David Faure2011-12-221-0/+7
* Mac: Add temporary solution to fix app deployment.Morten Johan Sorvig2011-12-221-0/+10
* Make QMetaTypeInterface POD.Jędrzej Nowacki2011-12-191-1/+1
* Remove redundant touch processing in QtGui and widgets.Laszlo Agocs2011-12-142-13/+53
* Make QApplication::type() set by QGuiApplication.Frederik Gladhorn2011-12-121-0/+1
* Add touchEvent() virtual to QWindow.Laszlo Agocs2011-12-122-0/+11
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-125-16/+7
* Remove QWidget dependency from QTouchEvent.Laszlo Agocs2011-12-092-13/+15
* Remove event type parameter from handleTouchEvent.Laszlo Agocs2011-12-092-8/+14
* Extend touch events.Laszlo Agocs2011-12-0911-38/+575
* Better handling of GLX / EGL errors.Samuel Rødal2011-12-072-4/+9
* Added minimal class docs for QWindow to make it visible.Gunnar Sletta2011-12-021-0/+20
* Improve Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTION macros.Jędrzej Nowacki2011-12-012-6/+4
* Added QPA window system interface handler for logical DPI changes.Samuel Rødal2011-12-015-3/+37
* Made more QScreen properties NOTIFY and added average DPI properties.Samuel Rødal2011-11-303-14/+90
* Added screenChanged() signal and handle screen destruction in QWindow.Samuel Rødal2011-11-292-2/+28
* Introduce QWindowSystemInterface::handleSynchronousCloseEventGunnar Sletta2011-11-252-0/+9
* Fixed memory leak in windowing system event handlingGunnar Sletta2011-11-251-4/+4
* Add a note in the QScreen documentation about logical vs physical DPI.Samuel Rødal2011-11-241-0/+11
* emit width/height changes for the new rectGunnar Sletta2011-11-241-4/+4
* Fixed regression in tst_qscreen.Samuel Rødal2011-11-231-1/+18
* Code cleanup in QVariant and QMetaType.Jędrzej Nowacki2011-11-221-148/+7
* Add some properties to QWindowAlan Alpert2011-11-223-1/+72
* Remove handlesInputPanelVisibility() deprecation mechanismJoona Petrell2011-11-214-25/+4
* Pass all key events through the shortcutmapLars Knoll2011-11-212-12/+20
* Get rid of unused inputMethodEvent functionJoona Petrell2011-11-212-6/+0
* qtbase: Warnings fixes.Friedemann Kleint2011-11-181-1/+1
* Call invalidateResource() on QOpenGLMultiGroupSharedResource-owned resourcesKent Hansen2011-11-172-0/+2
* Adding a "helper assert" for when you can create QWindowJørgen Lind2011-11-151-0/+5
* Hide QVariant helper classes in a namespace.Jędrzej Nowacki2011-11-151-0/+2
* Ensure that QOpenGLMultiGroupSharedResources are cleaned upKent Hansen2011-11-152-23/+13