85 Commits

Author SHA1 Message Date
Craig Drummond
b6bd94c236 Update (c) year 2022-01-08 21:24:07 +00:00
Craig Drummond
31b8a6d9b9 Revert "Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings""
This reverts commit be9c1e74e0.
2021-07-29 12:00:04 +01:00
Craig Drummond
be9c1e74e0 Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings"
This reverts commit cb18837d11, reversing
changes made to b296cf7113.
2021-07-28 19:44:57 +01:00
John Regan
d0d3304942 fix deprecation: delta obsolete, use angleDelta 2021-07-20 08:46:34 -04:00
David Hoyes
aebc4af1e3 Add support for MPD partitions
MPD allows clients to create named "partitions", each with its own
queue, player and outputs. This commit adds controls to allow the user
to create, delete, and switch between partitions.
2021-05-10 20:45:06 +01:00
Craig Drummond
11bb7571c9 Update (c) year 2021-01-01 10:06:43 +00:00
Craig Drummond
d7b3965b9b Update (c) year 2020-01-01 11:51:13 +00:00
Craig Drummond
cb9efe205f Update (c) year 2019-09-15 15:56:58 +01:00
Kai Uwe Broulik
781f724ead Set low urgency for track change notification 2019-04-17 12:44:13 +02:00
Craig Drummond
0af3e97e21 Add a cantata.png for windows, to use in system tray
Issue #1308
2018-06-10 19:30:26 +01:00
Craig Drummond
02e6fa734e Fix GNOME shell tray icon 2018-05-23 19:25:02 +01:00
Craig Drummond
95e26292c3 Use symbolic icon for GNOME panel 2018-05-21 17:23:41 +01:00
Craig Drummond
b8526f4b2b Install panel-light to suru, and use 2018-05-16 16:58:31 +01:00
Craig Drummond
bf7221cda5 Add monochrome tray icon for Ubuntu GNOME 2018-05-09 22:19:59 +01:00
Craig Drummond
5dcfeb5829 Fix mac build 2018-04-07 16:00:14 +01:00
Craig Drummond
eff0e66d39 Use AUTOMOC 2018-03-07 19:04:14 +00:00
Craig Drummond
f736b6fb67 Use same format for notifications as for now playing widget.
Closes #1222
2018-02-25 21:53:46 +00:00
padertux
4f26eb686e Refactor code to use C++11 nullptr 2018-01-08 23:01:25 +01:00
padertux
dc8cbed1eb Refactor code to use C++11 overriding 2018-01-08 22:51:48 +01:00
Craig Drummond
2139d3dbb8 Update (c) year 2018-01-01 10:11:39 +00:00
Craig Drummond
6e100a5ef5 Use for(var: list) and not foreach(var, list) 2017-11-27 22:36:53 +00:00
Craig Drummond
498d62b724 nly enable system tray for Linux if org.kde.StatusNotifierWatcher DBUS
service is registered.
2017-09-08 20:25:20 +01:00
Craig Drummond
8f7865099f Disable system-tray icon code for GNOME shell (but not Ubuntu's GNOME
shell session).
2017-09-01 22:57:54 +01:00
Craig Drummond
9b1ef09dea Use em-dash where appropriate
Issue #1064
2017-08-18 22:54:24 +01:00
Craig Drummond
32468f7e1e Revert "Use em-dash where appropriate"
This reverts commit aa41876e0c.
2017-08-15 23:00:26 +01:00
Craig Drummond
fd2f7bdbac Use em-dash where appropriate
Issue #1064
2017-08-15 22:57:07 +01:00
Craig Drummond
b63c6fbe26 Use Qt5's translation framework - ts files, not po files. 2017-04-08 10:35:31 +01:00
Craig Drummond
0a73215867 Update (c) year 2017-04-02 18:45:30 +01:00
Craig Drummond
a517bf4f17 Remove KDE4 and Ubuntu Touch support 2017-04-01 22:55:27 +01:00
Craig Drummond
705648420a Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
cf115a2857 Dont check if system tray is available, as in Plasma5 it appears as if Cantata is autostarted before the tray is available, which causes the icon not to show. 2015-12-05 10:27:00 +00:00
Craig Drummond
9533f12881 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
9e4d05af8e Create copy of quit action before adding to try menu - so that short-cut
can be hidden.
#685
2015-07-04 20:56:04 +01:00
craig.p.drummond
6ce001a66f For Linux builds, if system tray icon is null (becasue QIcon cannot find it) then add icon files manually.
BUG: 660
2015-04-03 09:13:55 +00:00
craig.p.drummond
93b70ec240 Rename mpd source folder to mpd-interface to help build errors when libmpdclient(?) is also installed.
BUG: 650
2015-03-16 19:18:52 +00:00
craig.p.drummond
b7fb781c5d Fix possible crash 2015-02-27 17:53:04 +00:00
craig.p.drummond
3360fc38a2 Update tray item menus directly.
BUG: 633
2015-02-27 17:45:20 +00:00
craig.p.drummond
b9f3741581 Add 'Collections' and 'Outputs' menus to system tray menu (Linux and Windows builds only)
BUG: 633
2015-02-26 22:53:28 +00:00
craig.p.drummond
e686861d49 Use "Now playing" as notification title 2014-10-01 16:26:01 +00:00
craig.p.drummond
1733e86103 Show notification when outputs changed.
BUG: 552
2014-10-01 11:02:19 +00:00
craig.p.drummond
9a0fc655cd Covers in mac notifications. 2014-09-29 16:10:48 +00:00
craig.p.drummond
5946037c0b Add notifications for OSX - only shown when Cantata is not focused. 2014-09-26 16:51:27 +00:00
craig.p.drummond
1cbbaedcd8 Dont use standard actions in KDE tray menu - as want to connect to quit signal 2014-09-25 22:25:25 +00:00
craig.p.drummond
de4287e766 Use QIcon::fromTheme to set system-tray icon.
BUG: 519
2014-08-10 09:31:50 +00:00
craig.p.drummond
0e4bfcea2a Store radio station 'name' field in extra map 2014-06-16 19:14:18 +00:00
craig.p.drummond
2419028b43 Install sys tray icons 2014-06-14 19:25:47 +00:00
craig.p.drummond
2b2e6bfcd6 Check icon is valid 2014-06-14 19:24:16 +00:00
craig.p.drummond
152ceec2d6 Match Q_OS_WIN and Q_OS_MAC more 2014-06-10 19:46:18 +00:00
craig.p.drummond
a97a7e5d27 s/Q_OS_WIN32/Q_OS_WIN/g 2014-06-10 19:45:33 +00:00
craig.p.drummond
62da2fa44e Use systemDir() 2014-06-03 15:47:45 +00:00