summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Accessibility: childAt returns interfaceFrederik Gladhorn2011-12-194-22/+27
* Remove plugin related variables from the CMake files.Stephen Kelly2011-12-191-4/+0
* Make QMetaTypeInterface POD.Jędrzej Nowacki2011-12-191-1/+1
* Improved path filling performance in the raster paint engine.Kim Motoyoshi Kalland2011-12-164-55/+93
* Remove redundant touch processing in QtGui and widgets.Laszlo Agocs2011-12-142-13/+53
* Improved performance of large text when parts are outside view.Kim Motoyoshi Kalland2011-12-131-6/+81
* Make QApplication::type() set by QGuiApplication.Frederik Gladhorn2011-12-121-0/+1
* Add touchEvent() virtual to QWindow.Laszlo Agocs2011-12-122-0/+11
* Remove template <class T> class QRingBufferJoão Abecasis2011-12-121-72/+0
* Silence -Woverloaded-virtual warnings in QRasterPaintEngineBradley T. Hughes2011-12-122-13/+13
* Silence -Woverloaded-virtual warnings in QBlitterPaintEngineBradley T. Hughes2011-12-122-5/+5
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-125-16/+7
* Fix typo in APIDocsThomas Zander2011-12-101-1/+1
* Make headers safe with QT_NO_CAST_FROM_BYTEARRAY.Stephen Kelly2011-12-091-2/+2
* Remove QWidget dependency from QTouchEvent.Laszlo Agocs2011-12-092-13/+15
* Remove event type parameter from handleTouchEvent.Laszlo Agocs2011-12-092-8/+14