summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-25120-120/+0
* Make coordinates float based where it makes sense.Lars Knoll2012-01-252-19/+24
* Remove support for the MNG file format and the bundled libmngaavit2012-01-256-621/+0
* Add a changed() signal to QValidator.Andrew den Exter2012-01-252-1/+27
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-2411-27/+23
* 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
* Allocate mipmaps in FBOs with glTexImage2D, not glGenerateMipmap.Kim Motoyoshi Kalland2012-01-241-2/+12
* Make it possible to compile with -no-opengl.Andreas Holzammer2012-01-2410-42/+83
* Remove Symbian specific code from QtGui.Xizhi Zhu2012-01-248-521/+5
* Fix synthesizing mouse events when touches change orderingLaszlo Agocs2012-01-232-5/+18
* Mark QTriangulatingStroker as Q_GUI_EXPORTAlex Wilson2012-01-231-1/+1
* Update contact information in license headers.Jason McDonald2012-01-23429-429/+429
* Fix glyphsEnd range checkJiang Jiang2012-01-201-2/+5
* 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-197-7/+7
* Cleanup: No need to have two code paths that both return Unrelated.Jan-Arve Saether2012-01-192-11/+0
* Remove all references to QAccessible::SelfJan-Arve Saether2012-01-192-5/+0
* Remove all references to QAccessible::(Covers|Covered)Jan-Arve Saether2012-01-191-5/+0
* Remove all references to Self in relation to navigate.Jan-Arve Saether2012-01-191-3/+0
* Fix that right aligned tabs can cause text overlappingC. Boemann2012-01-171-1/+1
* Fix ### Qt5 for QKeySequenceLars Knoll2012-01-172-18/+10
* Mark obsolete methods in qregion as deprecatedLars Knoll2012-01-172-20/+21
* Move keyboardInput data back to QApplicationPekka Vuorela2012-01-172-25/+0
* Join user state of removed text blocksLeandro Melo2012-01-171-9/+10
* Remove Qt4 Mac accessibility backend files.Morten Johan Sorvig2012-01-165-3318/+0
* Remove a ###Lars Knoll2012-01-161-1/+1
* Use QFunctionPointer in QOpenGLContext as well.Samuel Rødal2012-01-162-2/+2
* Clean up and extend QAccessible::State.Frederik Gladhorn2012-01-162-40/+91
* Accessible docs - editable text interface.Frederik Gladhorn2012-01-161-2/+66
* Added application flags to translate between touch and mouse events.Samuel Rødal2012-01-137-74/+130
* Fix compilation of Qt itself with QT_NO_DEBUG_STREAMDavid Faure2012-01-121-4/+2
* Remove invokeMethod in favor of the recommended virtual_hook()Jan-Arve Saether2012-01-122-24/+11
* Remove all references to QAccessible::(Up|Down|Left|Right)Jan-Arve Saether2012-01-121-4/+0
* Remove QAccessibleEventFrederik Gladhorn2012-01-121-14/+0
* Add setPalette to QGuiApplicationLars Knoll2012-01-122-0/+11
* Don't include qdialog.hLars Knoll2012-01-121-1/+0
* 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
* Fixed QOpenGLShader::log().Kim Motoyoshi Kalland2012-01-111-1/+0
* QStyleHelper: Base DPI-calculation on QScreen.Friedemann Kleint2012-01-111-18/+14
* Input direction/locale to come from platform input contextPekka Vuorela2012-01-113-3/+37
* Make QAccessibleInterface::indexOfChild() 0-based.Frederik Gladhorn2012-01-112-7/+3
* Add methods for font stretch and absolute letter spacingC. Boemann2012-01-112-4/+74
* Introduce a QVariant themeHint() to QPlatformTheme.Friedemann Kleint2012-01-112-0/+50
* Document enum value QAccessible::Expandable.Frederik Gladhorn2012-01-101-1/+2
* Accessibility docs: interfaces: value/action/text.Frederik Gladhorn2012-01-101-28/+236