summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Send ApplicationActivate and ApplicationDeactivate from QtGui.Samuel Rødal2012-01-021-5/+10
* Inline some methods in qgrayraster.Robin Burchell2012-01-021-53/+7
* Remove env var to enable accessibility on linux.Frederik Gladhorn2012-01-021-4/+1
* blitter: Base QBlitterPaintEngine on QRasterPaintEngineHolger Hans Peter Freyther2012-01-023-117/+151
* blitter: Group code by functionality in header and cpp fileHolger Hans Peter Freyther2012-01-022-120/+118
* blitter: Fix the 'solid' detection for the brush in case of fillRectHolger Hans Peter Freyther2012-01-021-2/+2
* blitter: Move state updates into new methodsHolger Hans Peter Freyther2012-01-021-45/+86
* blitter: Move the definition out of the classHolger Hans Peter Freyther2012-01-021-59/+72
* blitter: Kill the isBlitterLocked variable of the QBlitterPaintEngineHolger Hans Peter Freyther2012-01-023-10/+11
* blitter: Use CapabilitiesToStateMask as a class memberHolger Hans Peter Freyther2012-01-021-31/+29
* blitter: Style changes to the codeHolger Hans Peter Freyther2012-01-021-78/+65
* raster: Fix typo in a function argumentHolger Hans Peter Freyther2012-01-021-1/+1
* Handle -1 (Invalid Key) and Qt::Key_unknown gracefully in encodeString.David Faure2012-01-021-0/+5
* Make qDecodeDataUrl return bool.Jonas M. Gastal2011-12-291-2/+6
* Remove non-const getters marked for elimination.Robin Burchell2011-12-272-35/+0
* Merge QTextDocumentFragment::toHtml() overload per Qt 5 comment.Robin Burchell2011-12-272-12/+1
* Finish removing Qt3 supportBradley T. Hughes2011-12-233-15/+0
* Fix for -Werror -WshadowDavid Faure2011-12-221-1/+1
* Fix handling of invalid modifiers in QKeySequence.David Faure2011-12-221-0/+7
* Mac: Add temporary solution to fix app deployment.Morten Johan Sorvig2011-12-221-0/+10
* Remove unused QPicture::detach_helper() private method.Robin Burchell2011-12-202-12/+0
* Remove non-const QMovie::cacheMode().Robin Burchell2011-12-202-11/+0
* Remove qt_image_id() and qt_image_colortable().Robin Burchell2011-12-203-15/+0
* Add destructor to QPlatformFontDatabase.Frederik Gladhorn2011-12-202-0/+8