summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* qpixmap_win.cpp: Fix typo in format conversion (alpha).Friedemann Kleint2011-12-051-2/+2
* Remove unused enum values.Frederik Gladhorn2011-12-041-3/+1
* Added minimal class docs for QWindow to make it visible.Gunnar Sletta2011-12-021-0/+20
* Accessibility: table2 -> tableFrederik Gladhorn2011-12-022-47/+10
* Remove action enum.Frederik Gladhorn2011-12-011-17/+0
* Make cell a proper QAccessible2Interface.Frederik Gladhorn2011-12-012-7/+10
* Improve Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTION macros.Jędrzej Nowacki2011-12-013-9/+5
* opengl: Do not crash when programGuard is a nullptrHolger Hans Peter Freyther2011-12-011-1/+1
* Added QPA window system interface handler for logical DPI changes.Samuel Rødal2011-12-015-3/+37
* engineData should be cached solely based on QFontDefJiang Jiang2011-12-014-11/+11
* Made more QScreen properties NOTIFY and added average DPI properties.Samuel Rødal2011-11-303-14/+90
* Fix casting. Casting is now done through the virtual interface_cast.Jan-Arve Saether2011-11-304-87/+28
* Accessible debug stream: don't print details for invalid objectsFrederik Gladhorn2011-11-291-11/+15
* Install CMake config files from Qt.Stephen Kelly2011-11-291-0/+4
* 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