summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve Accessibility documentation 2.Frederik Gladhorn2012-01-102-54/+68
* Generate docs for accessible interfaces.Frederik Gladhorn2012-01-101-12/+21
* We should return texture id 0 for invalid images and pixmapsJørgen Lind2012-01-101-0/+4
* 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
* Accessiblity State as bit field.Frederik Gladhorn2012-01-103-44/+49
* Update year in Nokia copyright headers.Jason McDonald2012-01-1011-11/+11
* 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-1010-0/+76
* Make sure cursor navigation in qtexttable works like user expectsC. Boemann2012-01-091-19/+12
* Fix constness of QInputPanel::keyboardRectangle()Stephen Kelly2012-01-092-3/+3
* Improve Accessibility documentation.Frederik Gladhorn2012-01-092-1/+10
* Move keyboard locale and input direction to QInputPanelPekka Vuorela2012-01-076-14/+37