Commit Graph

73 Commits

Author SHA1 Message Date
craig.p.drummond
b1ff1c0fb1 Use audioFileIcon from Icons 2013-12-18 19:17:05 +00:00
craig.p.drummond
3eef603688 Add 'Search' tab - uses MPD for search. 2013-12-18 19:15:19 +00:00
craig.p.drummond
9dbc578e35 Volume icons no longer required. 2013-10-15 18:29:25 +00:00
craig.p.drummond
40ad15049e Use document-save-as icon to indicate downloaded podcasts 2013-10-01 18:13:43 +00:00
craig.p.drummond
bcb858f839 Import initial podcast search dialog
- Search iTunes
- Browse BBC, CBC, NPR, and Digital Podcast
2013-09-19 19:44:23 +00:00
craig.p.drummond
7d4cfaa8a6 Fix stream icon in windows builds 2013-09-18 18:15:14 +00:00
craig.p.drummond
7da1774619 - Indicate when podcast episodes have been played
- Display number on unplayed episodes
2013-09-18 18:10:30 +00:00
craig.p.drummond
d7740e7733 Initial podcast support
NOTE: This is NOT fully implemented, or functional!!!
2013-09-17 16:25:58 +00:00
craig.p.drummond
9d80f402e7 Initial MacOS port - thanks to Ian Scott 2013-09-17 15:54:18 +00:00
craig.p.drummond
a37765c9c3 Place loading of online icons into OnlineService 2013-08-12 18:33:25 +00:00
craig.p.drummond
e653e06281 Embed stream icons too 2013-08-12 18:32:58 +00:00
craig.p.drummond
d6acd7c6e1 Embed icons with KDE builds too 2013-08-12 18:30:50 +00:00
craig.p.drummond
a5a0efb3c4 Run replaygain analysis within a separate process. Saves main Cantata needing to link to ffmpeg/mpg123, and guards Cantata agains memory leaks in replaygain code.
BUG: 261
2013-08-11 09:39:03 +00:00
craig.p.drummond
d538f8d155 Use KIconTheme to ascertain icon theme name with KDE builds. 2013-07-22 21:52:25 +00:00
craig.p.drummond
12cc3c0822 SoundCloud support 2013-07-11 19:41:41 +00:00
craig.p.drummond
fe1eb01433 Remove ENABLE_ONLINE_SERVICE cmake option - always enabled. 2013-07-11 18:38:48 +00:00
craig.p.drummond
c604d84629 Fix playlist icons 2013-07-03 15:37:52 +00:00
craig.p.drummond
8e7dc5c102 Place search fields on bottom of views, and hide by default. Show when Ctrl-F is used for views, and Ctrl-Shift-F for playqueue. 2013-06-30 21:35:43 +00:00
craig.p.drummond
c61dc71a33 ...and the code to go along with the PNG icons... 2013-06-26 16:23:09 +00:00
craig.p.drummond
68d4e4e8a9 Might need light info icon for KDE builds too :-) 2013-06-12 20:00:38 +00:00
craig.p.drummond
dc6e3af0d8 Fix Qt5 segfault on exit, due to static QIcons being destructed. 2013-06-12 19:56:59 +00:00
craig.p.drummond
44860efc17 Move 'Play Stream' icon from toolbar and into menu 2013-06-11 18:00:52 +00:00
craig.p.drummond
19f0b642f6 Enable MPD HTTP stream playback using QtMultiMedia for Qt5 builds. Thanks to Marcel Bosling for the patch. Disabled by default, to enable pass -DENABLE_HTTP_STREAM_PLAYBACK=ON to cmake. 2013-06-11 17:46:19 +00:00
craig.p.drummond
18be905799 Add option to place context view into sidebar 2013-06-07 19:22:26 +00:00
craig.p.drummond
3a38d34b5d If window is too slim for 3 views, place context views into a stacked widget and show one at a time 2013-05-31 17:26:14 +00:00
craig.p.drummond
082e63d61d Combine lyrics and wiki settings 2013-05-22 16:30:19 +00:00
craig.p.drummond
6114afbe5e - Search for artists/albums using wikipedia search API.
- Add configurable languages
2013-05-21 19:03:07 +00:00
craig.p.drummond
67f7058633 Remove lyrics and info pages, and place within a new context view. 2013-05-18 10:13:53 +00:00
craig.p.drummond
0a0c8247f6 Improve comsume icon at larger sizes. 2013-05-14 18:47:43 +00:00
craig.p.drummond
a00327042e Unless using a dark toolbar, use same colour for toolbar menu icon as per menu icon in views. 2013-05-13 20:38:48 +00:00
craig.p.drummond
7f8c2941b1 Disable online services by default for Windows builds. Loading Jamendo seems to cause a crash. I dont actually use online services, or windows builds, and I'm no windows developer - so I'm unsure how to debug, and dont have the time nor the enthusiasm to try to fix this. 2013-05-01 18:34:04 +00:00
craig.p.drummond
bf7540231c Rename sidebar icons 2013-04-29 18:37:40 +00:00
craig.p.drummond
bba6a8cf4d Adjust monochrome colours based upon background colour too 2013-04-26 19:18:13 +00:00
craig.p.drummond
a19a28b223 Just use SVG version of cantata icon 2013-04-26 18:45:53 +00:00
craig.p.drummond
8fce906ee2 More consistent recolouring 2013-04-26 18:44:52 +00:00
craig.p.drummond
ff8859d404 Fix recolouring 2013-04-26 18:44:17 +00:00
craig.p.drummond
84a748e12c Restrict sidebar shades 2013-04-26 18:43:43 +00:00
craig.p.drummond
a1471af686 Make monochrome icons configurable. On by default for Linux, off by default for windows 2013-04-26 18:43:16 +00:00
craig.p.drummond
b1192b5fad ...and recolour repeat/shuffle/consume/single icons 2013-04-26 18:42:46 +00:00
craig.p.drummond
e3704a16ee Recolour sidebar icons based upon font 2013-04-26 18:42:18 +00:00
craig.p.drummond
3210fe3c40 Monochrome sidebar icons 2013-04-25 22:25:03 +00:00
craig.p.drummond
db65e1fa22 Much better stream icon 2013-04-25 12:55:58 +00:00
craig.p.drummond
09f1bb6515 Use folder-music for default category icon 2013-04-09 17:41:46 +00:00
craig.p.drummond
c04c19d06e Use edit-clear for clear playqueue action 2013-03-27 21:48:34 +00:00
craig.p.drummond
fd8c3f212d Use EchoNest to retrieve artist information. 2013-03-20 19:57:33 +00:00
craig.p.drummond
b3993fe47b Use css to determine light toobar icons 2013-03-13 19:50:30 +00:00
craig.p.drummond
3f45f5f3e2 css file controls whether we use symbolic icons or not 2013-03-11 19:51:27 +00:00
craig.p.drummond
303f6f4c0a Use media icons 2013-02-15 17:24:09 +00:00
craig.p.drummond
38e9523750 Gnome icons 2013-02-15 17:23:38 +00:00
craig.p.drummond
5bb0fbdb53 Make menu icon darker/lighter 2013-02-14 18:47:51 +00:00