summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* fix QPixmap::fromWinHICON for Windows CE mobileJoerg Bornemann2009-09-221-3/+20
* QPixMap::fromWinHICON compile fix for Windows CEJoerg Bornemann2009-09-221-11/+12
* Inverts the SortOrder in graphics scene to reflect the stacking orderLeonardo Sobral Cunha2009-09-228-37/+37
* Fixed background gradients in ObjectBoundingModeGunnar Sletta2009-09-221-2/+8
* Fix crashes in QApplication autotestShane Kearns2009-09-221-2/+6
* Doc: Moved the note about QFileSystemModel to the start of the document.David Boddie2009-09-221-4/+4
* Fix focus scope bugs, verified against examples in kinetic-declarativeui.Andreas Aardal Hanssen2009-09-222-29/+18
* Missing mouse release event on toolbars on Mac OS XPrasanth Ullattil2009-09-221-0/+2
* Fix a regression in 4.6 in icon mode for QListViewThierry Bastian2009-09-221-1/+1
* Fixed ellipsedrawing in raser engine for rects over 2^15 in sizeGunnar Sletta2009-09-221-0/+1
* Prevented export of some internal functions.axis2009-09-222-4/+4
* Saved some space by using bitfields instead of bools.axis2009-09-221-4/+4
* Fix breaking on fixed column width when text has tabsEskil Abrahamsen Blomfeldt2009-09-221-2/+7
* Fixed incorrect warning when unable to detect GTK themeJens Bache-Wiig2009-09-221-20/+25
* Fix autotest failure on combo box with Gtk+Jens Bache-Wiig2009-09-221-2/+2
* Fixed text drawing in the GL2 engine after sub-pixel hinting was added.Trond Kjernåsen2009-09-221-0/+6
* Compile on all non-windows platformsEskil Abrahamsen Blomfeldt2009-09-221-0/+2
* Fixes some warning in headersOlivier Goffart2009-09-223-13/+13
* Merge commit 'origin/4.5' into 4.6Andreas Aardal Hanssen2009-09-221-2/+4
|\
| * Cached clip path not cleared correctly for ancestor that clips to shapeAndrew Christian2009-09-221-2/+4
* | Cleanup convertHIconToPixmap() & loadIconFromShell32()miniak2009-09-224-55/+44
* | * QPixmap: Add toWinHICON() & fromWinHICON() methodminiak2009-09-225-72/+80
* | Remove key accelerators from Softkeys and Menus in S60.Sami Merilä2009-09-222-23/+7
* | Resubmit support for subpixel antialiasing on text in the GL2 engine.Kim Motoyoshi Kalland2009-09-221-1/+1
* | Remove remaining instances of THISYEAR placeholder.Jason McDonald2009-09-221-1/+1
* | QMatrix4x4::mapVector() to transform by top-left 3x3Rhys Weatherley2009-09-222-1/+33
* | Revert "Resubmit support for subpixel antialiasing on text in the GL2 engine."Rhys Weatherley2009-09-211-1/+1
* | The firstTimeObserver is not released if the event loop is never runBenjamin Poulain2009-09-212-8/+11
* | Made subpixel antialiasing in the GL2 engine work on X11 as well.Samuel Rødal2009-09-212-0/+23
* | Resubmit support for subpixel antialiasing on text in the GL2 engine.Kim Motoyoshi Kalland2009-09-211-1/+1
* | When using Plastique style, changing the background style sheet property of aGabriel de Dietrich2009-09-212-1/+4
* | Doc: Indicated that press and release events occur with double clicks.David Boddie2009-09-211-5/+7
* | Doc: Tidied up the QDesktopWidget documentation.David Boddie2009-09-211-28/+47
* | qdoc: Added \brief texts to all the since 4.6 functions.Martin Smith2009-09-214-10/+26
* | Fix printing with glyph substitutionEskil Abrahamsen Blomfeldt2009-09-211-0/+5
* | Ensure that the menu only shows when clicking on the menu buttonAndy Shaw2009-09-211-1/+3
* | Fix QPrintDialog with no parent and no active windowEskil Abrahamsen Blomfeldt2009-09-211-2/+6
* | On Mac, the posted events are processed on the first time in the loopBenjamin Poulain2009-09-212-2/+32
* | Compile fix for non-Symbian.Alessandro Portale2009-09-211-1/+1
* | Get menubars working again with new softkey API.Jason Barron2009-09-212-1/+4
* | Introduce MenuSoftKey as a standard key to the internal enum.Jason Barron2009-09-213-1/+6
* | Introduce a d-pointer to QSoftKeyManager.Jason Barron2009-09-212-18/+31
* | Add a new compressable event QEvent::UpdateSoftKeys.Jason Barron2009-09-214-25/+39
* | Simplify the soft key roles of QAction.Jason Barron2009-09-2112-107/+78
* | QWizard changed to use the new soft key API.Jason Barron2009-09-211-42/+57
* | Change QDialogButtonBox to use the new soft key API.Jason Barron2009-09-211-106/+39
* | Change QProgressDialog to use the new soft key API.Jason Barron2009-09-211-9/+26
* | Change QErrorMessage to use the new soft key API.Jason Barron2009-09-211-30/+15
* | Give the soft key functionality it's own macro.Jason Barron2009-09-216-14/+18
* | Refactor soft keys implementation.Jason Barron2009-09-2120-334/+387