summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoatheme.mm
Commit message (Expand)AuthorAgeFilesLines
* macOS: Move palette setup into platform themeTor Arne Vestbø2020-01-141-1/+195
* macOS: Deliver theme changes synchronouslyTor Arne Vestbø2019-12-191-1/+1
* macOS: Introduce QMacKeyValueObserver and use in theme and styleTor Arne Vestbø2019-06-071-47/+9
* macOS: Use QMacNotificationObserver over manual notification handlingTor Arne Vestbø2019-05-291-3/+3
* macOS: Remove Mojave forward-declarations now that we build with Xcode 10Tor Arne Vestbø2019-01-031-6/+4
* macOS: Merge qt_mac_createRoleFonts into only callerTor Arne Vestbø2018-12-221-7/+3
* macOS: Reset font glyph caches when application theme changesTor Arne Vestbø2018-12-091-0/+7
* Cocoa: Update palette after accent color or appearance changesGabriel de Dietrich2018-08-091-19/+54
* Cocoa QPA: Clean up 0 as pointerGabriel de Dietrich2018-04-191-6/+6
* QCocoaTheme: Include CoreServices rather than CarbonGabriel de Dietrich2018-04-181-1/+1
* Clean up our Objective-C usageJake Petroules2018-02-201-11/+9
* Cocoa: Use the whole geometry when in fullscreen mode for popup menusAndy Shaw2018-01-161-0/+2
* Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-0/+3
|\
| * Fix implementation of spell check underline stylesDmitry Shachnev2017-10-211-0/+3
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
|/
* Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-191-0/+1
|\
| * Add missing #include for -no-widgetsStephan Binner2017-07-141-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-6/+10
|\|
| * Convert features.fontdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-3/+5
| * Fix macOS build for -no-widgets, take 2Stephan Binner2017-07-101-2/+2
| * Fix macOS build for -no-widgetsStephan Binner2017-07-051-1/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-4/+10
|\|
| * Convert features.colordialog to QT_[REQUIRE_]CONFIGStephan Binner2017-07-021-2/+2
| * Convert features.filedialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-2/+8
* | Remove remaining Carbon includes from QtCore, QtGui and QtWidgetsJake Petroules2017-03-071-1/+1
|/
* Add QPlatformTheme::standardButtonShortcut()Alexander Volkov2016-12-191-0/+6
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-151-2/+2
* Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-1/+1
* macOS: Move QMacCGContext helper into QtGuiTor Arne Vestbø2016-09-171-2/+2
* fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-0/+2
* QCocoaFileIconEngine: Add icon size 256Friedemann Kleint2016-08-171-1/+2
* QtPlatformSupport: Add QAbstractFileIconEngineFriedemann Kleint2016-08-051-17/+36
* Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devEdward Welbourne2016-07-221-22/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-22/+2
| |\
| | * QCocoaTheme: Remove unreachable codeGabriel de Dietrich2016-07-061-22/+2
* | | Add QStyleHints::useHoverEffectsJ-P Nurmi2016-07-201-0/+2
|/ /
* | 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
|/