summaryrefslogtreecommitdiffstats
path: root/src/gui/styles
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-241-11/+0
|\
| * Fix broken drop-down arrows on Windows 7Jens Bache-Wiig2009-09-221-11/+0
| * Update license headers again.Jason McDonald2009-09-0850-200/+200
| * Fix pixel snow on the combo box popup on Snow Leopard.Morten Sorvig2009-09-041-0/+1
* | Fix the area above the menubar to have the right backgroundAndy Shaw2009-09-241-1/+1
* | Ensure that the gradient is not given an invalid stop pointAndy Shaw2009-09-241-7/+7
* | Added QSlider to tst_QStyleSheetStyle::complexWidgetFocus.Gabriel de Dietrich2009-09-232-7/+15
* | When using style sheets, the focus flag was not propagated to the children ofGabriel de Dietrich2009-09-231-1/+1
* | Fall back to pixmaps in xp style when toplevel is translucentGunnar Sletta2009-09-231-1/+10
* | Make gtkstyle work on non-developer machines againHarald Fernengel2009-09-231-1/+2
* | 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
* | Compile on all non-windows platformsEskil Abrahamsen Blomfeldt2009-09-221-0/+2
* | Cleanup convertHIconToPixmap() & loadIconFromShell32()miniak2009-09-221-7/+24
* | When using Plastique style, changing the background style sheet property of aGabriel de Dietrich2009-09-212-1/+4
* | Making Keypad Navigation more usableAlessandro Portale2009-09-191-4/+5
* | Introduce native Symbian bitmap support to QPixmapJani Hautakangas2009-09-181-5/+7
* | Use the proxy in QStyleOlivier Goffart2009-09-171-3/+3
* | Fixed groupbox drawing on xp when hitting the fallback code.Gunnar Sletta2009-09-141-1/+1
* | Fixes regression in QStyleSheet regarding QFrame:no-frameOlivier Goffart2009-09-101-1/+5
* | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-0961-248/+248
|\ \
| * | Update license headers again.Jason McDonald2009-09-0961-244/+244
| * | Fixed usage of QMargins in QStyleSheetStyleThorbjørn Lindeijer2009-09-081-4/+4
* | | Fixed 'use of function XXX is deprecated' warning reported by RVCT.Janne Anttila2009-09-091-2/+2
* | | Fixes for compiler warnings reported by RVCTJanne Anttila2009-09-092-4/+2
|/ /
* | Use icons on QDialogButtonBox in KDEJens Bache-Wiig2009-09-074-15/+52
* | Fix pixel snow on the combo box popup on Snow Leopard.Morten Sorvig2009-09-041-0/+1
* | Stylesheet: Do not crop the text in tabsOlivier Goffart2009-09-042-2/+10
* | fix warnings on mingwThierry Bastian2009-09-021-2/+2
* | Respect "menus_have_icons" property in GTK+Jens Bache-Wiig2009-09-023-0/+27
* | doc: Fixed several qdoc errors.Martin Smith2009-09-021-1/+1
* | Doc: Fixed outdated docs in QStyle::styleHint().Geir Vattekar2009-09-011-5/+3
* | Fix reversed progress bars on VistaJens Bache-Wiig2009-08-111-1/+1
* | Microoptimizations in QCleanLooksStyleThorbjørn Lindeijer2009-09-011-140/+224
* | Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-319-117/+117
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-3152-676/+676
|\|
| * Update tech preview license header.Jason McDonald2009-08-3150-650/+650
* | doc: Fixed several qdoc errors.Martin Smith2009-08-312-3/+32
* | Warning --Alessandro Portale2009-08-281-0/+2
* | Added a default theme for the simulated S60 styleAlessandro Portale2009-08-284-3/+3
* | Removing an obviously obsolete LIBS includion workaround.Alessandro Portale2009-08-281-2/+0
* | Using QFocusFrame to visualize the focus.Alessandro Portale2009-08-283-118/+80
* | QTabBar: Add ability to change the position of the close button in the styles...Olivier Goffart2009-08-281-0/+12
* | QTabBar: Being able to change the close button appearence in the stylesheetOlivier Goffart2009-08-281-3/+11
* | doc: Fixed several qdoc errors.Martin Smith2009-08-281-3/+0
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-271-3/+10
|\|
| * Fix subControlRect of the Mac style for the QComboBoxBenjamin Poulain2009-08-251-3/+10
* | QTabBar: Fix the position of button in tabs.Olivier Goffart2009-08-271-6/+8
* | QTabBar: fix text being croped when there is an icon on the tabOlivier Goffart2009-08-271-15/+7
* | Refactor the way QCommonStyle layout the tabOlivier Goffart2009-08-272-81/+87