summaryrefslogtreecommitdiffstats
path: root/src/gui/styles
Commit message (Expand)AuthorAgeFilesLines
* Fix focus frame on combobox on non-Windows stylesOlivier Goffart2009-06-093-3/+5
* Merge commit 'origin/4.5'Olivier Goffart2009-06-041-1/+4
|\
| * BT: Fixes Crash when deleting a QProgressBar which has been styled with QMoti...Olivier Goffart2009-06-041-1/+4
* | Make inverted appearance work for progressbar in QMacStyleNorwegian Rock Cat2009-06-041-1/+13
* | Removed the internal UsePixmapCache flag in the style code.jasplin2009-06-046-57/+35
* | Ensure small and mini headers aren't bigger than "large" ones.Norwegian Rock Cat2009-06-021-1/+1
* | improved string operations all over the placeThierry Bastian2009-05-282-4/+5
* | Use Qt::UniqueConnection instead of disconnect/connectOlivier Goffart2009-05-281-6/+2
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-272-36/+38
|\ \ | |/
| * Fixed: Setting a border using stylesheet for QComboBox adds an unwated frame.Olivier Goffart2009-05-271-3/+6
| * Fixed a possible assert in QGtkStyleJens Bache-Wiig2009-05-271-32/+31
| * Fix a painting issue in the QGtkStyle statusbarJens Bache-Wiig2009-05-261-1/+1
* | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-256-13/+13
* | Disable the SH_Menu_AllowActiveAndDisabled on plastique style.Olivier Goffart2009-05-221-0/+5
* | Merge branch '4.5'Thiago Macieira2009-05-221-6/+7
|\ \ | |/
| * Fixes a potential crash when changing system palette with QGtkStyleJens Bache-Wiig2009-05-221-6/+7
* | Merge branch '4.5'Thiago Macieira2009-05-222-23/+6
|\ \ | |/
| * Fix Qt does not compile when glibc < 2.3.2 on linuxJens Bache-Wiig2009-05-221-22/+5
| * Fix toolbutton text incorrectly clipped on windowsJens Bache-Wiig2009-05-221-1/+1
* | Merge commit 'origin/4.5'Samuel Rødal2009-05-201-1/+2
|\ \ | |/
| * Don't draw an arrow for toolbuttons that are text only and have a menu.Norwegian Rock Cat2009-05-201-1/+2
* | Merge branch '4.5' of ../qt-45-documentationDavid Boddie2009-05-201-152/+6
|\ \ | |/
| * qdoc: Moved a qdoc comment to a file that is in all packages.Martin Smith2009-05-201-1/+1
| * qdoc: Moved qdoc comments from qmacstyle_mac.mm to qstyles.qdocMartin Smith2009-05-201-152/+6
* | Fixed: No margin between the text and the shortcut in menu with stylesheetOlivier Goffart2009-05-181-7/+4
* | Graphics View Optimization: Use a simple style option by default.Bjoern Erik Nilsen2009-05-152-12/+33
* | Fix QSplitter::setHandleWidth to work with motif styleJens Bache-Wiig2009-05-141-4/+0
* | Remove snapback/maximum drag distance from QSliderJens Bache-Wiig2009-05-141-1/+1
* | Fixes combobox menu separator on XPJens Bache-Wiig2009-05-141-1/+6
* | Fix Toolbutton font with pseudo-statesOlivier Goffart2009-05-142-0/+2
* | Remove a comment.Norwegian Rock Cat2009-05-111-1/+0
* | QToolBarLayout and QDockWidgetLayout, which are private classes, areThierry Bastian2009-05-083-0/+23
* | Merge branch '4.5'Thiago Macieira2009-05-071-39/+57
|\ \ | |/
| * Ensure that small and mini spin boxes are drawn correctly.Norwegian Rock Cat2009-05-071-39/+57
* | Add license header to source files that don't have one.Jason McDonald2009-05-071-0/+41
* | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-061-41/+32
|\ \ | |/
| * Fix crash in QWebView when application has a style sheetMarkus Goetz2009-05-061-1/+1
| * Revert "Fix tabbar issues with Oxygen style"Jens Bache-Wiig2009-05-051-41/+32
* | Fix crash in QWebView when application has a style sheetMarkus Goetz2009-05-061-1/+1
* | Add padding around the text in the QTabBar.Olivier Goffart2009-05-051-1/+3
* | Merge commit 'origin/4.5'Olivier Goffart2009-05-042-2/+5
|\ \ | |/
| * Fixed busy indicator for a QProgressBar with a style sheet applied to it.jasplin2009-04-301-1/+1
| * QApplication::setStyle() can cause a crashRichard Moe Gustavsen2009-04-301-1/+4
* | Port QStyleSheetStyle to the new qDrawBorderPixmap implementationOlivier Goffart2009-04-291-168/+15
* | Use QLibrary instance to resolve Gtk symbolsJoão Abecasis2009-04-291-112/+112
* | Fix incorrect size hint for QGroupBox Cleanlooks/GTKJens Bache-Wiig2009-04-291-0/+14
* | introduce Q_WS_WINCEMaurice Kalinowski2009-04-291-4/+4
* | Made tabbar tab icons set the On state for selected tabsJens Bache-Wiig2009-04-281-1/+3
* | Fixes QLabel:hover{color:...} for simple textOlivier Goffart2009-04-272-7/+5
* | Be able to set a border-image on plain QWidgetOlivier Goffart2009-04-271-28/+13