summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Added screenChanged() signal and handle screen destruction in QWindow.Samuel Rødal2011-11-292-2/+28
* QtGui: Fix a crash in OpenGL on Windows.Friedemann Kleint2011-11-291-0/+4
* QtGui: Bring back HBITMAP/HICON conversion functions.Friedemann Kleint2011-11-282-0/+320
* Add comment to the obscure initialization of QOpenGLFunctions.Friedemann Kleint2011-11-281-0/+4
* Introduce QWindowSystemInterface::handleSynchronousCloseEventGunnar Sletta2011-11-252-0/+9
* Fixed memory leak in windowing system event handlingGunnar Sletta2011-11-251-4/+4
* Change default implementation of window() to just return 0Jan-Arve Saether2011-11-251-6/+6
* 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
* Improve docs for Accessibility.Frederik Gladhorn2011-11-231-30/+16
* Remove virtual child integers.Frederik Gladhorn2011-11-235-46/+34
* Code cleanup in QVariant and QMetaType.Jędrzej Nowacki2011-11-221-148/+7
* Remove explict debug messageJiang Jiang2011-11-221-1/+1
* Add some properties to QWindowAlan Alpert2011-11-223-1/+72
* Remove handlesInputPanelVisibility() deprecation mechanismJoona Petrell2011-11-214-25/+4
* Support better committing preedit in QLineControllerPekka Vuorela2011-11-212-0/+29
* Support input method tentative commit string in QLineControlPekka Vuorela2011-11-212-9/+49
* Fix QLineControl work properly with input method selection eventPekka Vuorela2011-11-211-4/+9
* Pass all key events through the shortcutmapLars Knoll2011-11-212-12/+20
* Accessibility: Clean up usage of navigate.Frederik Gladhorn2011-11-211-2/+1
* Add debug stream for QAccessibleInterface.Frederik Gladhorn2011-11-212-0/+32
* Get rid of unused inputMethodEvent functionJoona Petrell2011-11-212-6/+0
* Resolve a number of compilation issues with INTEGRITYRolland Dudemaine2011-11-181-6/+9
* qtbase: Warnings fixes.Friedemann Kleint2011-11-181-1/+1
* Call invalidateResource() on QOpenGLMultiGroupSharedResource-owned resourcesKent Hansen2011-11-172-0/+2
* Fixed compile of QtGui with -qtnamespace.Rohan McGovern2011-11-171-4/+4
* Revert logic when building with --force-assertsHarald Fernengel2011-11-161-9/+1
* Fix Qt namespace compilation.Toby Tomkins2011-11-161-1/+3
* Fix Q_ASSERT usage in case -force-asserts is enabledEckhart Koppen2011-11-161-0/+8
* Adding a "helper assert" for when you can create QWindowJørgen Lind2011-11-151-0/+5
* Provide defaultFont with fontconfig dbJiang Jiang2011-11-151-0/+1
* 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
* Integrate testcocoon support into Qt build system.Rohan McGovern2011-11-151-0/+8
* Document QPlatformInputContextPekka Vuorela2011-11-151-0/+84
* Support 31 mouse buttons (with platform plugins xcb and xlib).Rick Stockton2011-11-141-4/+4
* Fix QPlainTextEdit when using Qt::TextSelectableByKeyboard flagjahonkon2011-11-141-5/+2
* Added base 10 to be used with QIntValidator.Mikko Knuutila2011-11-141-1/+2
* Don't pass irrelevant arguments to the compilerBradley T. Hughes2011-11-141-12/+12
* Fix symbol fonts support with FT engineJiang Jiang2011-11-111-20/+0
* Fix application font loading in basic font dbJiang Jiang2011-11-111-5/+13
* Factor out QPlatformTheme from QPlatformPlugin.Friedemann Kleint2011-11-1111-37/+520
* Document QInputPanel APIJoona Petrell2011-11-111-0/+122
* Document QInputMethodQueryEvent classPekka Vuorela2011-11-102-10/+28
* Add QPolygonF to metatype system.Jędrzej Nowacki2011-11-091-2/+4
* Make usage of internal QVariant space.Jędrzej Nowacki2011-11-091-305/+142
* Avoid double initialize of platform font databaseJiang Jiang2011-11-081-1/+0
* QPainterPath: Fix copy constructor again.Charles Yin2011-11-081-1/+1
* Fix subpixel positioning supportJiang Jiang2011-11-088-41/+26