summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warning in qdrawhelper.cppOlivier Goffart2012-05-011-12/+8
* Support all modality types in QPlatformDialogHelperBradley T. Hughes2012-04-301-7/+2
* Remove unused private and protected members from QClipboardLaszlo Agocs2012-04-303-30/+0
* Get rid of most warnings related to QInputMethodLars Knoll2012-04-292-9/+14
* Don't generate compiler warnings for using deprecated methodsLars Knoll2012-04-281-1/+4
* Get rid of some deprecation warningsLars Knoll2012-04-281-3/+3
* Replace QGuiApplication::activeWindow by focusWindow().Friedemann Kleint2012-04-273-3/+3
* Remove deprecation tags from QWheelEvent.Morten Johan Sorvig2012-04-271-4/+2
* Fix workaround for image readers that can scale but not clipaavit2012-04-271-5/+1
* Implement inline downscaling in png reader, to save memoryaavit2012-04-271-60/+153
* get rid of Q_*_EXPORT_INLINE macrosKonstantin Ritt2012-04-263-29/+29
* Do not map LayeredPane and Terminal to the wrong MSAA roleJan-Arve Saether2012-04-251-3/+5
* get rid of QT_NO_IMAGE_TEXT switcherKonstantin Ritt2012-04-254-41/+7
* support UTF-8 encoded file names in QZip*Konstantin Ritt2012-04-251-2/+9
* Using QLatin1String instead of QLatin1LiteralDebao Zhang2012-04-253-3/+3
* Add QDebug operator<< for QAccessibleEventJan-Arve Saether2012-04-242-0/+17
* Don't use the QRegExp methods that modify the object [QtGui]Thiago Macieira2012-04-242-3/+4
* Use the C99 keyword "restrict" in compilers that support itThiago Macieira2012-04-242-59/+61
* Mark some functions as always_inline with GCC and ICC.Thiago Macieira2012-04-241-0/+3
* QLocale: Clean up QLocalePrivate implementationJohn Layt2012-04-241-3/+3
* Fix compilation of QDesktopServices without deprecatedOlivier Goffart2012-04-232-5/+6
* Retain bidirectional marks when eliding textEskil Abrahamsen Blomfeldt2012-04-201-2/+44
* QImage: fix declaration of inline methodsKonstantin Ritt2012-04-201-4/+4
* Removed legacy pixmap and image cleanup hooks.Kim Motoyoshi Kalland2012-04-191-18/+0
* Fix detection of default platform plugin.Girish Ramakrishnan2012-04-191-27/+0
* Fix font substitutions.Friedemann Kleint2012-04-192-53/+26
* Get rid of warning when building qplatformwindow_qpa.cpp.Samuel Rødal2012-04-191-0/+1
* Remove internal QClipboardEventLaszlo Agocs2012-04-193-43/+0
* Change coreservices -> iosIan Dean2012-04-191-11/+11
* Fix memory leak when drawing text in non-common scriptEskil Abrahamsen Blomfeldt2012-04-181-3/+14
* Fix build with QT_NO_CLIPBOARD.Stephen Kelly2012-04-181-0/+4
* Remove todo comments that are no longer relevant.Kim Motoyoshi Kalland2012-04-182-5/+3
* Revert "Fix memory leak of QFontEngineData"Lars Knoll2012-04-181-4/+4
* Fix a thread safety issue with QTextLine::glyphRunsPierre Rossi2012-04-171-1/+7
* Fix memory leak of QFontEngineDataJian Liang2012-04-171-4/+4
* Add function getters in the native interfaceJørgen Lind2012-04-172-0/+33
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1778-2245/+331
|\
| * Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...Sergio Ahumada2012-04-1736-247/+379
| |\
| | * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1636-247/+379
| | |\
| * | | api: remove QWindow::moveGirish Ramakrishnan2012-04-171-5/+0
| * | | api: Fix const correctness of api in QScreenGirish Ramakrishnan2012-04-172-12/+12
| * | | api: Make QGuiApplication::styleHints() staticGirish Ramakrishnan2012-04-172-6/+5
| |/ /
| * | api: fix constness of QOpenGLContext::getProcAddressGirish Ramakrishnan2012-04-162-3/+3
| * | Remove QPaintBufferSignalProxy and QPaintBufferResource.Robin Burchell2012-04-122-89/+0
| * | Remove 'using' of QPaintEngineEx methods from QRasterPaintEngine.Robin Burchell2012-04-121-7/+0
| * | Remove unused QIntRect.Robin Burchell2012-04-121-13/+0
| * | Move QVectorPath::polygonFlags to its own class.Robin Burchell2012-04-112-11/+10
| * | Move QRectVectorPath into the .cpp of the only file actually using it.Robin Burchell2012-04-112-48/+48
| * | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-119-14/+16
| * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-1037-109/+399
| |\ \