summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoatheme.mm
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-151-14/+20
* React to changes in the system color palette.Jake Petroules2015-12-111-2/+40
* Move a reusable image conversion function into QCocoaHelpers.Jake Petroules2015-12-101-12/+1
* Remove dead code.Jake Petroules2015-11-271-0/+2
* Link to AppKit instead of Cocoa.Jake Petroules2015-09-051-1/+1
* Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-2/+1
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Expose TabFocusBehavior in QStyleHintsLiang Qi2015-02-121-2/+3
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* Font Database: Add support for private, system UI font familiesGabriel de Dietrich2014-08-111-0/+7
* Consolidate StandardButton, ButtonRole and related static functionsShawn Rutledge2014-02-151-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-8/+16
|\
| * QCocoaTheme: Fix size of pixmap returned by fileIconPixmapEike Ziller2014-01-171-8/+16
* | Introduce function for standard button texts to QPlatformTheme.Friedemann Kleint2014-01-181-0/+6
|/
* Merge branch 'stable' into devSergio Ahumada2013-07-111-1/+2
|\
| * Avoid warnings when fetching file icons without a CGContextRefGabriel de Dietrich2013-07-021-1/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-121-1/+1
|\|
| * Fix themeHint typo in qcocoatheme: PasswordMaskDelay should be PasswordMaskCh...Daiwei Li2013-06-061-1/+1
* | Windows: Introduce QFileDialog::DontUseCustomDirectoryIconsSérgio Martins2013-05-091-1/+3
|/
* Cocoa: Port QCocoaTheme::fileIconPixmap() to CocoaGabriel de Dietrich2013-04-301-19/+10
* Make password mask characters themeable.Mitch Curtis2013-04-191-0/+2
* QPA/Mac: Fix resources leakingKonstantin Ritt2013-04-031-0/+2
* Cocoa: Export QImage <-> CGImage conversion funcs.Morten Johan Sørvig2013-02-121-3/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QPA: Introducing QPlatformTheme standardPixmap(), fileIconPixmap()Gabriel de Dietrich2012-10-161-0/+144
* Mac: Bring back "Text boxes and list only" tab navigationGabriel de Dietrich2012-10-101-0/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Platform-plugin support for QSystemTrayIcon.Christoph Schleifenbaum2012-07-031-0/+8
* Minor QPlatformMenu API cleanup.Morten Johan Sorvig2012-05-231-2/+2
* Cocoa implementation of QPA menu interface.James Turner2012-05-191-1/+31
* QPA menu abstraction, originally based on Morten's workJames Turner2012-05-191-12/+2
* Refactor theme plugin loading.Friedemann Kleint2012-03-151-0/+2
* Add fonts to QPlatformTheme.Friedemann Kleint2012-03-071-0/+8
* Cocoa: Implement widget palettes.Morten Johan Sorvig2012-03-061-1/+4
* Cocoa: Implement QPlatformTheme:palette()Morten Johan Sorvig2012-03-011-1/+14
* Add further theme hints to QPlatformTheme.Friedemann Kleint2012-02-221-5/+8
* Add palette() and further hints to QtGui/QPlatformTheme.Friedemann Kleint2012-02-171-0/+12
* Add QCocoaColor- and FontDialogHelperChristoph Schleifenbaum2012-02-141-3/+22
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Decouple QPlatformTheme from QDialog.Friedemann Kleint2012-01-271-12/+5
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Factor out QPlatformTheme from QPlatformPlugin.Friedemann Kleint2011-11-111-0/+93