Commit Graph

768 Commits

Author SHA1 Message Date
craig.p.drummond
82df0c62fe Update 2013-09-26 18:04:23 +00:00
craig.p.drummond
718b1b19fb If we recieve an error from MPD via status, then display this in the main window. 2013-09-26 18:03:58 +00:00
craig.p.drummond
c643c6bb8a Fix display of album year in playqueue for KDE builds. 2013-09-24 18:49:16 +00:00
craig.p.drummond
28654a9148 Use HTTPS URLs for Last.fm, Wikipedia, SoundCloud, etc, for non-windows builds. 2013-09-24 18:42:52 +00:00
craig.p.drummond
1e781a9a37 Use "play" command if play button is pressed and there is no current song. 2013-09-24 18:41:35 +00:00
craig.p.drummond
8dcf661d15 Improve responsiveness when loading covers. Only attempt to locate and load 2 covers in the GUI event loop per iteration. More than this is handled in a separate thread. 2013-09-24 18:40:59 +00:00
craig.p.drummond
159fecd66f Store data under XDG_DATA_HOME (~/.local/share) 2013-09-24 18:38:31 +00:00
craig.p.drummond
b0236d2e2f Fix Qt5 build... 2013-09-24 18:35:50 +00:00
craig.p.drummond
03118e282a If no icon is to be used on a message-box button, then ensure the icon is cleared. 2013-09-24 18:35:10 +00:00
craig.p.drummond
f168a1a10d Use QDesktopServices to ascertain default music folder for 'Personal' collections. 2013-09-24 18:34:33 +00:00
craig.p.drummond
f0dbb40401 Updated Spanish translation. 2013-09-23 18:05:19 +00:00
craig.p.drummond
b098567970 If 'Basic'/'Personal' is selected in intitial settings wizard, then enable 'stop playback' and 'stop dynamizer' options.` 2013-09-23 18:02:19 +00:00
craig.p.drummond
484e181d7e Fix changing of Music folder for 'Personal' mpd collection. 2013-09-23 18:01:26 +00:00
craig.p.drummond
1688820dbe Add config page to determine list of online providers. 2013-09-20 19:48:27 +00:00
craig.p.drummond
6f6e30bda0 Update 2013-09-18 18:14:05 +00:00
craig.p.drummond
5d002fd210 Fix non-taglib compile
BUG: 291
2013-09-18 18:06:55 +00:00
craig.p.drummond
d5c0ab1bb6 Initial podcast support
NOTE: This is NOT fully implemented, or functional!!!
2013-09-17 16:25:58 +00:00
craig.p.drummond
cf1e32c7c8 Online services support does not require taglib. 2013-09-17 15:54:54 +00:00
craig.p.drummond
b678d4b25c Initial MacOS port - thanks to Ian Scott 2013-09-17 15:54:18 +00:00
craig.p.drummond
0fb2ca6795 Make playqueue search consisten with view search - ie. only show search on activating 'Search Play Queue', do not toggle. 2013-09-13 19:09:59 +00:00
craig.p.drummond@gmail.com
a6b578fea2 Place a 0-pixel wide 'size widget' at the bottom of each view, to attempt to ensure consisten sizes between views. 2013-09-13 11:25:34 +00:00
craig.p.drummond
3f7db18a63 Set maximum height of genre combo to toolbutton height. 2013-09-12 18:41:13 +00:00
craig.p.drummond
77608a682f Create a new SizeGrip class, so that we can force the size-grip on the main window to have the same height as toolbuttons - this makes it align to the bottom. 2013-09-12 18:37:59 +00:00
craig.p.drummond
74a11cacdf Add Russian translation, thanks to Julia Dronova. 2013-09-10 20:23:54 +00:00
craig.p.drummond
34d6e5f506 Update German translation, use 'ß' instead of 'ss' for certain words. 2013-09-04 18:19:52 +00:00
craig.p.drummond
87f3dfccc8 (Hopefully) fix selection order of items - and order added to playqueue. 2013-09-03 18:40:50 +00:00
craig.p.drummond
91223c1b35 Reset the covers-requested-per-iteration counter after each event loop iteration. This should fix the case where sometimes the system tray notifications would not have a cover image. 2013-09-02 18:39:51 +00:00
craig.p.drummond
69469c633a If playqueue is cleared when dynamizer is running, then also stop dynamizer. 2013-09-02 18:27:30 +00:00
craig.p.drummond
a0ee974374 Add option to prevent system from suspending whilst playing (Linux only). 2013-09-02 18:25:54 +00:00
craig.p.drummond
ef2f8eb654 Default to exporting favourites streams XML into home folder. 2013-09-01 18:08:53 +00:00
craig.p.drummond
3212b38113 Use old DBUS XML files for Qt < 4.8.4
Qt 4.8.1 at least does not like org.qtproject.QtDBus.QtTypeName
BUG: 284
2013-08-29 20:27:35 +00:00
craig.p.drummond
388d18049c Allow search (well filtering) in all categories 2013-08-29 18:28:17 +00:00
craig.p.drummond
2149b18c0b Use QListWidget in Qt preferences dialog, so that keyboard navigation can be used. 2013-08-29 18:25:04 +00:00
craig.p.drummond
4cc00b7aa1 For Qt4 less than 4.8.0, then use old dbus Qt type annotations. 2013-08-29 18:24:22 +00:00
craig.p.drummond
7fd6b4aedb Add config page to control which stream categories are enabled, to import new categories, and to remove imported categories. See README for import file format. 2013-08-28 18:50:04 +00:00
craig.p.drummond
9601fac56d Dont draw item divider in icon views. 2013-08-28 18:46:11 +00:00
craig.p.drummond
d2afc0f767 Fix covers when using album artist for multiple artist albums, and album artist name is "Various Artists" - but this has been translated in Cantata.
BUG: 277
2013-08-28 18:44:51 +00:00
craig.p.drummond
a0db2df1ee Replace # in stream names with ${hash} when passing to MPD, and revert when URL is displayed 2013-08-27 18:58:50 +00:00
craig.p.drummond
c9f5e28e0b Dont allow dragging of stream categories onto playqueue. 2013-08-27 18:58:13 +00:00
craig.p.drummond
b88a5b8f28 Use PREFIX/share/cantata/streams/NAME/streams.xml.gz and PREFIX/share/cantata/streams/NAME/icon.svg for XML streams 2013-08-27 18:57:06 +00:00
craig.p.drummond
2579d53dc3 Fix decoding of details for Online service URLs sent to MPD, and subsequently read back.
BUG: 278
2013-08-26 18:54:02 +00:00
craig.p.drummond
0c99596bd5 HTTP stream URL is per collection 2013-08-23 16:34:03 +00:00
craig.p.drummond
aeecb04f2b Spelling 2013-08-23 16:33:40 +00:00
craig.p.drummond
e872124e3b Initial support for Composer tag 2013-08-22 18:18:59 +00:00
craig.p.drummond
1f1e87f509 Fix Genre refresh when change grouping 2013-08-22 18:18:23 +00:00
craig.p.drummond
978b626f23 Fix build due to broken translation files.
BUG: 274
2013-08-22 18:16:29 +00:00
craig.p.drummond
e81896bbdb For some stream categories (digitally imported, jazzradio, rockradio, sky, somaFm, and some user categories) add category name to stream name when it is saved in favourites, or added to playqueue. 2013-08-21 15:50:08 +00:00
craig.p.drummond
0a2cb95fab Fix 'Add Stream URL' action in builds where device support is disabled.
BUG: 271
2013-08-21 10:10:33 +00:00
craig.p.drummond
309cc995d8 Add searching via shoutcast 2013-08-20 18:26:15 +00:00
craig.p.drummond
c4f01f1c93 Request icecast yp.xml file gzip compressed 2013-08-20 18:25:28 +00:00