summaryrefslogtreecommitdiffstats
path: root/src/gui/styles
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Make sure we use layoutDirection from the widget and not always the appThierry Bastian2009-08-256-19/+21
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-241-1/+1
|\ \ | |/
| * Fix the size returned by QCommonStylePrivate::viewItemSize() for textBenjamin Poulain2009-08-211-1/+1
| * Fix the painting of QSpinBox on Mac when the buttons are disabledBenjamin Poulain2009-08-201-0/+1
| * Fix the painting of QSpinBox on Mac when the buttons are disabledBenjamin Poulain2009-08-201-3/+8
| * Fix the painting of QComboBox on Mac when the rect is not at the originBenjamin Poulain2009-08-141-42/+60
| * On Mac, hitTestComplexControl() return an incorrect value for comboboxBenjamin Poulain2009-08-141-2/+0
| * Fix crash/assert on Mac when painting "small" QPushButtons.Morten Sorvig2009-08-131-0/+7
| * respect QAbstractSpinBox::NoButtons in windowsce / windowsmobile stylesJoerg Bornemann2009-08-122-1/+9
| * Update license headers.Jason McDonald2009-08-1150-50/+50
* | Fixed unreferenced variable warning in Release mode.Alessandro Portale2009-08-211-2/+1
* | Fix double drawing of background in XP scrollbarJens Bache-Wiig2009-08-211-3/+0