| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Simon Hausmann | 2009-09-24 | 1 | -11/+0 |
|\ |
|
| * | Fix broken drop-down arrows on Windows 7 | Jens Bache-Wiig | 2009-09-22 | 1 | -11/+0 |
|
|
| * | Update license headers again. | Jason McDonald | 2009-09-08 | 50 | -200/+200 |
|
|
| * | Fix pixel snow on the combo box popup on Snow Leopard. | Morten Sorvig | 2009-09-04 | 1 | -0/+1 |
|
|
* | | Fix the area above the menubar to have the right background | Andy Shaw | 2009-09-24 | 1 | -1/+1 |
|
|
* | | Ensure that the gradient is not given an invalid stop point | Andy Shaw | 2009-09-24 | 1 | -7/+7 |
|
|
* | | Added QSlider to tst_QStyleSheetStyle::complexWidgetFocus. | Gabriel de Dietrich | 2009-09-23 | 2 | -7/+15 |
|
|
* | | When using style sheets, the focus flag was not propagated to the children of | Gabriel de Dietrich | 2009-09-23 | 1 | -1/+1 |
|
|
* | | Fall back to pixmaps in xp style when toplevel is translucent | Gunnar Sletta | 2009-09-23 | 1 | -1/+10 |
|
|
* | | Make gtkstyle work on non-developer machines again | Harald Fernengel | 2009-09-23 | 1 | -1/+2 |
|
|
* | | Fixed incorrect warning when unable to detect GTK theme | Jens Bache-Wiig | 2009-09-22 | 1 | -20/+25 |
|
|
* | | Fix autotest failure on combo box with Gtk+ | Jens Bache-Wiig | 2009-09-22 | 1 | -2/+2 |
|
|
* | | Compile on all non-windows platforms | Eskil Abrahamsen Blomfeldt | 2009-09-22 | 1 | -0/+2 |
|
|
* | | Cleanup convertHIconToPixmap() & loadIconFromShell32() | miniak | 2009-09-22 | 1 | -7/+24 |
|
|
* | | When using Plastique style, changing the background style sheet property of a | Gabriel de Dietrich | 2009-09-21 | 2 | -1/+4 |
|
|
* | | Making Keypad Navigation more usable | Alessandro Portale | 2009-09-19 | 1 | -4/+5 |
|
|
* | | Introduce native Symbian bitmap support to QPixmap | Jani Hautakangas | 2009-09-18 | 1 | -5/+7 |
|
|
* | | Use the proxy in QStyle | Olivier Goffart | 2009-09-17 | 1 | -3/+3 |
|
|
* | | Fixed groupbox drawing on xp when hitting the fallback code. | Gunnar Sletta | 2009-09-14 | 1 | -1/+1 |
|
|
* | | Fixes regression in QStyleSheet regarding QFrame:no-frame | Olivier Goffart | 2009-09-10 | 1 | -1/+5 |
|
|
* | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Janne Anttila | 2009-09-09 | 61 | -248/+248 |
|\ \ |
|
| * | | Update license headers again. | Jason McDonald | 2009-09-09 | 61 | -244/+244 |
|
|
| * | | Fixed usage of QMargins in QStyleSheetStyle | Thorbjørn Lindeijer | 2009-09-08 | 1 | -4/+4 |
|
|
* | | | Fixed 'use of function XXX is deprecated' warning reported by RVCT. | Janne Anttila | 2009-09-09 | 1 | -2/+2 |
|
|
* | | | Fixes for compiler warnings reported by RVCT | Janne Anttila | 2009-09-09 | 2 | -4/+2 |
|/ / |
|
* | | Use icons on QDialogButtonBox in KDE | Jens Bache-Wiig | 2009-09-07 | 4 | -15/+52 |
|
|
* | | Fix pixel snow on the combo box popup on Snow Leopard. | Morten Sorvig | 2009-09-04 | 1 | -0/+1 |
|
|
* | | Stylesheet: Do not crop the text in tabs | Olivier Goffart | 2009-09-04 | 2 | -2/+10 |
|
|
* | | fix warnings on mingw | Thierry Bastian | 2009-09-02 | 1 | -2/+2 |
|
|
* | | Respect "menus_have_icons" property in GTK+ | Jens Bache-Wiig | 2009-09-02 | 3 | -0/+27 |
|
|
* | | doc: Fixed several qdoc errors. | Martin Smith | 2009-09-02 | 1 | -1/+1 |
|
|
* | | Doc: Fixed outdated docs in QStyle::styleHint(). | Geir Vattekar | 2009-09-01 | 1 | -5/+3 |
|
|
* | | Fix reversed progress bars on Vista | Jens Bache-Wiig | 2009-08-11 | 1 | -1/+1 |
|
|
* | | Microoptimizations in QCleanLooksStyle | Thorbjørn Lindeijer | 2009-09-01 | 1 | -140/+224 |
|
|
* | | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 9 | -117/+117 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 52 | -676/+676 |
|\ \
| |/ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 50 | -650/+650 |
|
|
* | | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-31 | 2 | -3/+32 |
|
|
* | | Warning -- | Alessandro Portale | 2009-08-28 | 1 | -0/+2 |
|
|
* | | Added a default theme for the simulated S60 style | Alessandro Portale | 2009-08-28 | 4 | -3/+3 |
|
|
* | | Removing an obviously obsolete LIBS includion workaround. | Alessandro Portale | 2009-08-28 | 1 | -2/+0 |
|
|
* | | Using QFocusFrame to visualize the focus. | Alessandro Portale | 2009-08-28 | 3 | -118/+80 |
|
|
* | | QTabBar: Add ability to change the position of the close button in the styles... | Olivier Goffart | 2009-08-28 | 1 | -0/+12 |
|
|
* | | QTabBar: Being able to change the close button appearence in the stylesheet | Olivier Goffart | 2009-08-28 | 1 | -3/+11 |
|
|
* | | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-28 | 1 | -3/+0 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-27 | 1 | -3/+10 |
|\ \
| |/ |
|
| * | Fix subControlRect of the Mac style for the QComboBox | Benjamin Poulain | 2009-08-25 | 1 | -3/+10 |
|
|
* | | QTabBar: Fix the position of button in tabs. | Olivier Goffart | 2009-08-27 | 1 | -6/+8 |
|
|
* | | QTabBar: fix text being croped when there is an icon on the tab | Olivier Goffart | 2009-08-27 | 1 | -15/+7 |
|
|
* | | Refactor the way QCommonStyle layout the tab | Olivier Goffart | 2009-08-27 | 2 | -81/+87 |
|
|