summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qmacstyle_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-6/+6
* Improved appearance of mac toolbar handlesJens Bache-Wiig2013-03-131-9/+3
* Improve the look and feel of Mac extension arrowJens Bache-Wiig2013-03-131-2/+4
* Draw StatusBar with gradient on macJens Bache-Wiig2013-03-131-12/+0
* qtbase: Fix duplicate symbol errors in static build on MacGabriel de Dietrich2013-03-061-24/+30
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-1/+3
|\
| * Cocoa: Fix appearance of transient light scroll bars.Christoph Schleifenbaum2013-02-251-0/+2
| * QMacStyle::drawControl(CE_ProgressBar): add missing null pointer checkJ-P Nurmi2013-02-201-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-1/+2
|\|
| * Mac: Fix transient scroll bar appearance.Christoph Schleifenbaum2013-02-131-7/+7
* | Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-181-4/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+1
|\|
| * Added missing null pointer check in QMacStyleJens Bache-Wiig2013-02-051-1/+1
* | Fix sizeHint for QAbstractSpinBoxCaroline Chao2013-02-121-2/+3
* | QMacStyle: enable transient scrollbars for the desktop componentsJ-P Nurmi2013-01-311-8/+7
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Compile in 32-bit mode.Morten Johan Sørvig2013-01-091-2/+2
* Don't scale 0-region or region without rectsTor Arne Vestbø2013-01-091-0/+3
* Mac: New rendering for disclose triangle, get proper color when selectedGabriel de Dietrich2012-12-191-16/+26
* Mac: disable transient scrollbar animations for non-QScrollBarsJ-P Nurmi2012-12-111-1/+5
* Mac: Animated expanding scrollbars on 10.8Gabriel de Dietrich2012-12-061-24/+56
* Mac: Cleaner transient scrollbar renderingGabriel de Dietrich2012-12-061-14/+7
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-011-6/+26
* Mac: Fix small button metrics, menu indicator alignmentGabriel de Dietrich2012-12-011-2/+6
* Revise QMacStyle scrollbar animation handlingJ-P Nurmi2012-11-301-65/+51
* Make Mac style not crash on null styleObject.Morten Johan Sørvig2012-11-291-0/+14
* QMacStyle: cleanup unused includesJ-P Nurmi2012-11-261-7/+0
* Mac: Reworking flat QGroupBox lookGabriel de Dietrich2012-11-261-15/+25
* Made QMacStyle internalJ-P Nurmi2012-11-231-1/+1
* Add feature to enable rounded line edit on macJens Bache-Wiig2012-11-151-1/+2
* Mac: add runtime check for not calling preferredScrollerStyle on 10.6Teemu Katajisto2012-11-141-0/+1
* Mac: More accurate focus maskGabriel de Dietrich2012-11-091-4/+5
* Mac: refactor scrollbar animationsJ-P Nurmi2012-11-021-190/+69
* Make it possible to use mini and small size on mac without widgetJens Bache-Wiig2012-11-021-17/+18
* Fix progressbar animation on macstyleJens Bache-Wiig2012-11-021-1/+2
* Fix height of combobox in macstyle without a widgetJens Bache-Wiig2012-11-021-0/+1
* Fix font and positioning of headerview labels on macJens Bache-Wiig2012-11-021-8/+16
* Make ToolButton work with Macstyle for componentsJens Bache-Wiig2012-11-011-2/+3
* Fix groupboxes for desktop components on macJens Bache-Wiig2012-11-011-1/+1
* Fix buttonsize on macstyle when no widget is definedJens Bache-Wiig2012-11-011-1/+1
* Remove Windows as a dependency of mac styleJens Bache-Wiig2012-10-251-42/+99
* QMacStyle: make default button animations independent of QWidgetJ-P Nurmi2012-10-251-109/+59
* Mac: Adapt scrollbar fadeout animation for QStyleAnimationGabriel de Dietrich2012-10-191-1/+8
* Modified vertical alignments of simple widgets on OSXTero Ahola2012-10-181-7/+7
* Mac: Fix QLineEdit shadowGabriel de Dietrich2012-10-181-3/+0
* Styles: revise indeterminate progress bar animationsJ-P Nurmi2012-10-171-44/+22
* QPA: Introducing QPlatformTheme standardPixmap(), fileIconPixmap()Gabriel de Dietrich2012-10-161-0/+1
* Introduce (private) QStyleAnimationJ-P Nurmi2012-10-161-110/+24
* Cocoa: Speed up fading out scroll bars.Christoph Schleifenbaum2012-10-151-12/+14
* QMacStyle: use proper pimplJ-P Nurmi2012-10-051-32/+53