summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qstylehelper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Improved support for DPI on Mac and Vista/7Jens Bache-Wiig2009-06-251-1/+26
| | | | | | | | | | | | | | | This significantly improves the support for higher DPI-values on these platforms by ensuring that common pixelmetrics are scaled accordingly. In addition we mark all Qt apps as DPI-aware on Windows 7 by calling SetProcessDPIAware. We also changed the way we draw pixmaps on the mac paintengine when using dpi scaling > 1 to ensure smooth pixmap scaling. Reviewed-by: nrc Task-id: 242417
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Removed the internal UsePixmapCache flag in the style code.jasplin2009-06-041-1/+0
| | | | | | | | 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
* Work on getting unified toolbars to look more native.Norwegian Rock Cat2009-04-221-6/+64
| | | | | | | | | | | Basically we try to get the toggled look correct and we've shrunk the size of the toolbar by a good 10 pixels. We still look a bit "off" for toggled on Tiger, but frankely that look is a bit odd. We are a bit taller than the pure Cocoa toolbar (2 px), but given that we are embedding our QToolbar, that's probably the best we can do. All-in-all, it looks much better.
* Visual tweaks on the new dialJens Bache-Wiig2009-04-021-9/+9
| | | | | Increased contrast and size of indicator line. Reviewed-by: nrc
* Removed warnings by using qreal instead of floatThierry Bastian2009-03-301-7/+7
| | | | Reviewed-by: ogoffart
* Style QDial to look betterJens Bache-Wiig2009-03-271-0/+295
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