summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoiding crash when insert preEditStringYuchen Deng2012-01-071-0/+2
* Remove all references to QAccessible:: {Child|Ancestor|Sibling}Jan-Arve Saether2012-01-062-8/+0
* Limit Bezier curve subdivision to maximum 512 line segments.Kim Motoyoshi Kalland2012-01-061-4/+16
* Constify more accessibility interface functions.Frederik Gladhorn2012-01-062-17/+17
* Image interface functions should be const.Frederik Gladhorn2012-01-061-3/+3
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-062-18/+18
* Fix documentation: missing constFrederik Gladhorn2012-01-061-1/+1
* Remove Cursor functions from invokeMethod.Frederik Gladhorn2012-01-061-3/+1
* Update docs.Frederik Gladhorn2012-01-061-51/+18
* Update copyright year in license headers.Jason McDonald2012-01-05419-419/+419
* Registered QUuid in the metatype system as a builtin type.Denis Dzyubenko2012-01-051-0/+1
* QTextLayout::lineAt() to return invalid line if index is out of boundsPekka Vuorela2012-01-051-1/+1
* Support RTL text with merge font enginesJiang Jiang2012-01-051-6/+10
* Introduced QOpenGLContext::aboutToBeDestroyed() signal.Samuel Rødal2012-01-052-0/+16
* Fix QPainter::drawText with complex brushesSimon Hausmann2012-01-041-1/+1
* Refactor QVariant handlers.Jędrzej Nowacki2012-01-041-49/+23
* Export QOpenGLTextureCacheJørgen2012-01-041-1/+1
* Add virtual destructors to accessible interfaces.Frederik Gladhorn2012-01-041-0/+5
* Use meta object to get string rep of QAccessible::Role.Frederik Gladhorn2012-01-032-5/+22
* Fix crash in positionInLigatureJiang Jiang2012-01-021-1/+1