summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | S60 native looking dialog support.Sami Merilä2009-09-219-26/+513
* | Increase precision when normalizing vectorsRhys Weatherley2009-09-214-8/+34
* | Making Keypad Navigation more usableAlessandro Portale2009-09-1910-28/+196
* | Implement QDirectFBPaintEngine::drawRoundedRectAnders Bakken2009-09-181-1/+1
* | Corrected some license headers.Kim Motoyoshi Kalland2009-09-183-11/+100
* | Switch glyph cache from Qt to SymbianLiang QI2009-09-183-3/+49
* | Allow forcing an empty window title.Denis Dzyubenko2009-09-181-1/+1
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-182-2/+18
|\ \ | |/
| * Application crashes when a menu is inserted twice on a menubar (Cocoa).Prasanth Ullattil2009-09-182-2/+18
* | Fixed broken scrolling of cached graphics items on X11.Samuel Rødal2009-09-181-41/+1
* | Fixed passing a zero drawable to X11 api causing X errors.Denis Dzyubenko2009-09-181-4/+9
* | Improved a qt_x11_wait_for_window_manager.Denis Dzyubenko2009-09-181-7/+30
* | More robust implementation of qt_x11_wait_for_window_managerOlivier Goffart2009-09-181-4/+9
* | Fix compilation and remove trailing whitespace.Jason Barron2009-09-181-140/+140
* | Adding support for symbian graphics resources.Aleksandar Sasha Babic2009-09-187-3/+87
* | Introduce native Symbian bitmap support to QPixmapJani Hautakangas2009-09-1818-256/+1122
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-1823-231/+514
|\ \
| * | Don't loose precision by converting the sizes (qreals) to ints.Jan-Arve Sæther2009-09-181-16/+12
| * | Call effectiveSizeHint(Qt::MinimumSize).width instead of minimumWidth()Jan-Arve Sæther2009-09-181-48/+40
| * | QGraphicsAnchorLayout: Initial support for Size PolicyAnselmo Lacerda S. de Melo2009-09-182-5/+39
| * | Use the proxy in QStyleOlivier Goffart2009-09-171-3/+3
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Tom Cooksey2009-09-1720-197/+451
| |\ \
| | * | Fixed a bug in QToolTip when internal tool tips where reused.Trond Kjernaasen2009-09-171-3/+3
| | * | Implement hasConflicts().Jan-Arve Sæther2009-09-176-95/+133
| | * | Fix regression after code reviewShane Kearns2009-09-172-3/+7
| | * | Fix unused variable compiler warningShane Kearns2009-09-171-1/+0
| | * | Enable compiling Symbian port with QT_NO_CURSORShane Kearns2009-09-175-5/+24
| | * | Fix glyph selection in symbol fonts that contain unicode cmap tableEskil Abrahamsen Blomfeldt2009-09-171-14/+63
| | * | Merge branch 'orbit-fixes' into 4.6Jan-Arve Sæther2009-09-173-72/+148
| | |\ \
| | | * | QGraphicsAnchorLayout: Remove QGALPrivate::deleteAnchorData()Eduardo M. Fleury2009-09-172-13/+1