summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qstyle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Doc: typo.Volker Hilsheimer2009-07-281-1/+1
|
* Doc: Replace more links to obsolete APIs.Volker Hilsheimer2009-07-251-21/+5
|
* optimize painting of dithered disabled textOswald Buddenhagen2009-07-171-2/+3
| | | | | | no need to calculate the bounding rect twice Reviewed-by: jbache
* Add priority property to QActionJens Bache-Wiig2009-07-171-1/+1
| | | | | | | | | | | We need this to support the behavior in Gtk+ where, when Qt::ToolButtonTextBesideIcon is used, only text labels for important actions are shown. It will also enable us to prioritize actions in the future when for instance collapsing a toolbar. Task-number: 258290 Reviewed-by: thierry
* Allow picking up tool button style from the systemJens Bache-Wiig2009-07-161-0/+2
| | | | | | | | | | | | KDE and GNOME has the concept of a default tool button style that can be set system-wide. Qt currently allways default to IconOnly. I have added an optional Qt::ToolButtonSystemDefault value so you can opt-in to respect the system setting. We did not change the default because a lot of apps will look odd when for instance text is beside icons and the descriptive text is too long. Task-number: 237864 Reviewed-by: ogoffart
* 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/+2445
|
* doc: Added info on two ways to customize the style.Martin Smith2009-06-161-9/+18
|
* doc: First review of QProxyStyle doc; mainly just corrected qdoc errors.Martin Smith2009-06-151-3/+2
|
* Integrating QProxyStyleJens Bache-Wiig2009-06-121-1/+33
| | | | | | | | | | | | 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
* Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-1/+1
| | | | | | | Wherever I found that we were using a string instead of a single char I fixed the code. Reviewed-by: olivier
* Remove snapback/maximum drag distance from QSliderJens Bache-Wiig2009-05-141-1/+1
| | | | | | | | | | | This feature was only intended for QScrollBar and was incorrectly inherited by QSlider. The only supported platform that use this feature seems to be Windows so instead of doing a nasty qobject cast in the styling it makes more sense to remove the functionality from QSlider entirely. Task-number: 245681 Reviewed-by: ogoffart
* QToolBarLayout and QDockWidgetLayout, which are private classes, areThierry Bastian2009-05-081-0/+2
| | | | | | | | | | no more exported designer was using QToolBarLayout members. We fixed that by using styles. Reviewed-by: Friedemann Kleint Reviewed-by: ogoffart
* Long live Qt!Lars Knoll2009-03-231-0/+2445