summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qcleanlooksstyle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Compile on embeddedOlivier Goffart2009-07-221-1/+1
|
* Support for very large range in QProgressBarOlivier Goffart2009-07-221-3/+3
| | | | | | Regression since my last commit. Task-number: 152227
* Simplify the computation of the QProgressBar progress.Olivier Goffart2009-07-221-4/+3
| | | | | | | This is also a work around for a bug in gcc on powerpc (embedded-linux) Task-number: 258358 Reviewed-by: jbache
* Fix font propagation issues with QComboBox and the popup menu.Norwegian Rock Cat2009-07-131-0/+6
| | | | | | | | | | | | | | | This has always been a bit bumpy, the problem is that the popup normally has its own styling from the desktop, plus it's its own top-level and that is normally a boundary for propagation. Of course, people are surprised by this (especially when it works for editable). So, we need to be a bit better propagating the info. Also the QStyleOptionMenuItem has the correct font, but if it's set on a window, by the time it reaches the popup, its resolve mask is very weak, so it will fail to resolve at all. Setting the point size allows the font to have a bit of strength. Task-number: 257486 Reviewed-by: Jens Bache-Wiig
* Use QTransform more efficiently.Bjørn Erik Nilsen2009-06-181-2/+1
| | | | Reviewed-by: Samuel
* Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | | | | | Reviewed-by: Trust Me
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+4945
|
* Integrating QProxyStyleJens Bache-Wiig2009-06-121-74/+74
| | | | | | | | | | | | This class adds convenient support for proxy styles in Qt. Note that to support proper proxying, styles now call their functions through proxy() so that the proxy regains control over subcomponents. Note that there is a small price to be payed by the extra function call which can at the cost of readability be redirected to the private class member in the future. Task-number: 229556 Reviewed-by: trond
* Removed qApp and replaced with QApplication:: for static member callsThierry Bastian2009-06-111-2/+2
|
* Fix focus frame on combobox on non-Windows stylesOlivier Goffart2009-06-091-1/+2
| | | | | | | | | State_KeyboardFocusChange only makes sens on Windows. Follow the logic on the combobox as in PE_FrameFocusRect in the QWindowsStyle Task-number: 255482 Reviewed-by: jbache
* Removed the internal UsePixmapCache flag in the style code.jasplin2009-06-041-18/+12
| | | | | | | | In the style code, the internal UsePixmapCache flag made no sense in practice, so it was removed. A fortunate side-effect of the patch is that the code is now accepted by Sun CC 5.5. Reviewed-by: jbache
* Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-3/+3
| | | | | | | Wherever I found that we were using a string instead of a single char I fixed the code. Reviewed-by: olivier
* Fix incorrect size hint for QGroupBox Cleanlooks/GTKJens Bache-Wiig2009-04-291-0/+14
| | | | | | | | | These styles render using a bigger font than the one set on the groupbox. We basically have to recalculate the minimum size to ensure text is not clipped. Task-number: 16483 Reviewed-by: ogoffart
* Style QDial to look betterJens Bache-Wiig2009-03-271-27/+14
| | | | | | | | | | This widget has been needing an update in appearance for years as it is still featured in our style gallery. This introduces a new and better looking nob control to cleanlooks, gtk, mac, windows xp, vista and cleanlooks. Reviewed-by: nrc Task-number: 159934
* Long live Qt!Lars Knoll2009-03-231-0/+4945