summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoasystemtrayicon.mm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-2/+1
|\
| * macOS: Remove a bunch of dead (forward) declarationsTor Arne Vestbø2020-04-151-1/+0
| * macOS: Replace foreach with ranged for loopsTor Arne Vestbø2020-04-141-1/+1
* | macOS: Fix or ignore deprecated API in 10.14Tor Arne Vestbø2020-03-271-1/+1
|/
* macOS: Modernize QCocoaSystemTrayIconTor Arne Vestbø2020-03-141-196/+80
* macOS: Streamline QIcon to NSImage conversionTor Arne Vestbø2020-03-121-6/+1
* macOS: Streamline QImage to NSImage conversionTor Arne Vestbø2020-03-121-2/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-161-5/+6
|\
| * macOS: Simplify Objective-C namespacingTor Arne Vestbø2019-10-151-5/+6
* | QSystemTrayIcon on macOS: support the timeout hint in showMessageVolker Hilsheimer2019-08-301-1/+5
* | QSystemTrayIcon: on macOS, hide messages when the user clicks themVolker Hilsheimer2019-08-301-2/+1
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-201-3/+8
|\
| * macOS: activate correct object when using multiple QSystemTrayIconsVolker Hilsheimer2019-07-181-3/+8
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-131-1/+6
|\|
| * macOS: show QSystemTrayIcon message icons in notification popupsVolker Hilsheimer2019-07-111-1/+6
* | macOS: Track screens via Quartz Display Services instead of NSScreenTor Arne Vestbø2019-05-131-3/+3
|/
* Fix QSystemTrayIcon stale pointer accessMorten Johan Sørvig2018-12-231-0/+1
* Modernize QNSImageView implementationMorten Johan Sørvig2018-12-231-12/+10
* macOS: minor refactoring in mouse handlers for nsview/systemtrayiconMikhail Svetkin2018-05-311-5/+5
* Cocoa QPA: Clean up 0 as pointerGabriel de Dietrich2018-04-191-2/+2
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-261-3/+4
|\
| * Cocoa: Fix incorrect QSystemTrayIcon::geometry()Morten Johan Sørvig2018-02-261-3/+4
* | Clean up our Objective-C usageJake Petroules2018-02-201-40/+38
|/
* Remove traces of Growl in QSystemTrayIcon code and documentationKonstantin Tokarev2018-01-261-2/+0
* macOS: Replace category methods with functionsPavol Markovic2018-01-101-3/+0
* QCocoaSystemTrayIcon: Remove unused classesGabriel de Dietrich2017-10-201-31/+0
* Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-1/+1
* macOS: Move image conversion functions to QtGuiTor Arne Vestbø2016-09-181-0/+1
* fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-0/+5
* Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-041-81/+9
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-1/+1
|\
| * OS X: Ensure system tray icon is prepared even when menu bar is hiddenTor Arne Vestbø2016-01-191-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Add ability for QIcons to be marked as template images.James Turner2015-07-091-0/+1
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-0/+1
|\
| * QNSImageView - remove observer before deallocTimur Pocheptsov2015-06-051-0/+1
* | Remove exec bits from files that should not be executableDmitry Shachnev2015-06-071-0/+0
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-13/+6
|\
| * OSX Fix disapearing tray iconJocelyn Turcotte2015-03-181-14/+3
| * Cocoa: Fix systray SVG icons.Morten Johan Sørvig2015-03-111-0/+4
* | Fixed license headersJani Heikkinen2015-02-171-1/+1
* | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-1/+1
* | Update copyright headersJani Heikkinen2015-02-111-22/+14
|/
* Cocoa: Fix icon size calculation for system tray.Christoph Schleifenbaum2014-10-221-32/+64
* Improve Qt-in-namespace implementation in the Cocoa platform pluginRomain Perier2013-05-161-7/+11
* Cocoa: QSystemTrayIcon showing native messages on Mountain Lion.Christoph Schleifenbaum2013-02-161-1/+46
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Compile with -no-widgets.Morten Johan Sorvig2012-11-191-2/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Platform-plugin support for QSystemTrayIcon.Christoph Schleifenbaum2012-07-031-0/+465