summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Add out-of-memory checks to QImagePauli Jarvinen2012-04-251-0/+11
* Moved qmljs_debug_arguments to QCoreApplicationRafael Roquetto2012-04-202-10/+0
* widgets/qpa: Fix painting to a fully transparent top level widgetHolger Hans Peter Freyther2012-04-161-5/+13
* Fix out of bounds use of QVector API.Stephen Kelly2012-04-132-6/+7
* Only send progress bar updates when visible.Frederik Gladhorn2012-04-131-1/+2
* Symbian: avoid crash when inline editing is canceledRiikka Inkila2012-04-131-3/+4
* Fix handling for key repeat events in the QPA linux input pluginReuben Dowle2012-04-131-1/+1
* Fixes crashes and memory leak in QMacPixmapDataAndreas Loew2012-04-131-13/+44
* Fixed crash in QImage in out of memory conditionAndreas Loew2012-04-131-0/+4
* Upgrading libpng: Patches to libpng 1.5.10 for Qt usageaavit2012-04-121-1/+0
* Fix initial size of QMainWindow with unified title and toolbar on MacAndy Shaw2012-04-121-1/+1
* Ensure that the IME composition is handled correctly on MacAndy Shaw2012-04-123-5/+13
* Fix memory leak when drawing text in non-common scriptEskil Abrahamsen Blomfeldt2012-04-121-3/+10
* Widget created with type to Qt::ToolTip should have a drop shadowKatja2012-04-121-1/+1
* Accessibility: send cursor move updates.Frederik Gladhorn2012-04-121-0/+5
* Do not send QEvent::AccessibilityPrepare.Frederik Gladhorn2012-04-121-3/+0
* Fixes a regression; missing cursor blink when input mask is set.Andreas Aardal Hanssen2012-04-121-1/+2
* QWS: Add support for HomeLocation and TempLocationBhooshan Supe2012-04-111-0/+5
* Disconnect slots from the old sourcemodel in QIdentityProxyModelk.blammo@gmail.com2012-04-101-40/+40
* Plug memory leak when gestures are grabbed but never triggeredAndy Shaw2012-04-101-93/+91
* Made qt_accStripAmp handle "&&"José Millán Soto2012-04-091-12/+28
* Fix signed/unsigned warnings (QWS)Sergey Gusarov2012-04-052-3/+3
* Fix clang warningSergey Gusarov2012-04-051-1/+1
* Fix a crash in cursorToX() when new block is addedJiang Jiang2012-04-031-0/+4
* Fix compilation error on Solaris caused by ShapeInputIikka Eklund2012-03-301-0/+2
* Fix build error for Blackberry OS QDesktopServicesRafael Roquetto2012-03-301-0/+1
* Fix window focusing problem in SymbianPauli Jarvinen2012-03-301-1/+1
* The scaling should not effect the width of a cosmetic penAndy Shaw2012-03-301-1/+1
* Support QDesktopServices on BlackBerry platformsRafael Roquetto2012-03-292-1/+116
* Fixed a possible crash in Qt CocoaThierry Bastian2012-03-261-4/+8
* Cherry picking qt5 bugfix 437da962c2b486b1a1722aac003bfa00b93ac204 to qt4.Arnt Witteveen2012-03-191-8/+10
* Fixed compiler warnings about unused q and d pointers.Janne Anttila2012-03-152-2/+1
* Removed invalid assert in BMP loader code.Kim Motoyoshi Kalland2012-03-121-2/+0
* Hang on to the correct screen index in QWidgetNick Ratelle2012-03-121-0/+1
* Support changing locales at runtime in QPA plugins.Nick Ratelle2012-03-125-2/+31
* qpa: Don't force event handling every secondEike Ziller2012-03-061-1/+2
* Correcting fixed native orientation translation for touch pointsMurray Read2012-03-062-10/+13
* Fix incorrect state of show/hide menu items in Mac application menuPasi Matilainen2012-03-043-0/+13
* Fix crash when opening a file dialog in sandbox on MacPasi Matilainen2012-03-041-6/+13
* Add accessible role Desktop.Frederik Gladhorn2012-03-032-0/+3
* Fixed Windows performance regression introduced by ac2818bef95f134.Samuel Rødal2012-03-021-2/+7
* Revert "Don't render glyph with FT with fetchMetricsOnly"Jiang Jiang2012-03-011-1/+1
* Fix QTreeView header re-ordering bug on Mac OS.Chris Meyer2012-02-281-0/+7
* Revert "Don't rely on mapFromGlobal in QGraphicsScenePrivate::itemsAtPosition."Jonathan Liu2012-02-281-3/+7
* Fix window positioning regression.Miikka Heikkinen2012-02-281-2/+2
* Fix submenu positioningMiikka Heikkinen2012-02-281-0/+8
* Fix divide by zero when glyphWidth is 0Jiang Jiang2012-02-281-0/+2
* Fix modal file dialog opening on MacPasi Matilainen2012-02-281-1/+1
* Fix for Thai characters with a below markMarko Kenttala2012-02-281-3/+9
* Fix mouse wheel page-by-page scrolling on windowsPasi Pentikainen2012-02-271-4/+14