craig.p.drummond
|
aec2966290
|
Move all sidebar settings into settings dialog.
|
2014-01-16 19:30:39 +00:00 |
|
craig.p.drummond
|
ab7ffecca3
|
Update (c) year
|
2014-01-06 19:32:05 +00:00 |
|
craig.p.drummond
|
de68b09c9a
|
Add CMake option to disable dynamic playlists
|
2014-01-03 19:04:56 +00:00 |
|
craig.p.drummond
|
6809a05a13
|
Add CMake option to disable streams tab
|
2014-01-03 19:04:37 +00:00 |
|
craig.p.drummond
|
af5c9b2c84
|
Use audioFileIcon from Icons
|
2013-12-18 19:17:05 +00:00 |
|
craig.p.drummond
|
bcf864444f
|
Add 'Search' tab - uses MPD for search.
|
2013-12-18 19:15:19 +00:00 |
|
craig.p.drummond
|
844391b753
|
Volume icons no longer required.
|
2013-10-15 18:29:25 +00:00 |
|
craig.p.drummond
|
16c9ea6277
|
Use document-save-as icon to indicate downloaded podcasts
|
2013-10-01 18:13:43 +00:00 |
|
craig.p.drummond
|
aa426d5493
|
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
|
1e15d2d315
|
Fix stream icon in windows builds
|
2013-09-18 18:15:14 +00:00 |
|
craig.p.drummond
|
301a8a9b7e
|
- Indicate when podcast episodes have been played
- Display number on unplayed episodes
|
2013-09-18 18:10:30 +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
|
b678d4b25c
|
Initial MacOS port - thanks to Ian Scott
|
2013-09-17 15:54:18 +00:00 |
|
craig.p.drummond
|
f88e49e5f3
|
Place loading of online icons into OnlineService
|
2013-08-12 18:33:25 +00:00 |
|
craig.p.drummond
|
05a0dcd22a
|
Embed stream icons too
|
2013-08-12 18:32:58 +00:00 |
|
craig.p.drummond
|
0f3de4ef53
|
Embed icons with KDE builds too
|
2013-08-12 18:30:50 +00:00 |
|
craig.p.drummond
|
a78abe2c86
|
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
|
20f536ab85
|
Use KIconTheme to ascertain icon theme name with KDE builds.
|
2013-07-22 21:52:25 +00:00 |
|
craig.p.drummond
|
cbeb44d699
|
SoundCloud support
|
2013-07-11 19:41:41 +00:00 |
|
craig.p.drummond
|
4121277e8b
|
Remove ENABLE_ONLINE_SERVICE cmake option - always enabled.
|
2013-07-11 18:38:48 +00:00 |
|
craig.p.drummond
|
6242ae9be9
|
Fix playlist icons
|
2013-07-03 15:37:52 +00:00 |
|
craig.p.drummond
|
2d17a2dba0
|
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
|
ce17aebf36
|
...and the code to go along with the PNG icons...
|
2013-06-26 16:23:09 +00:00 |
|
craig.p.drummond
|
9e4bf4ee84
|
Might need light info icon for KDE builds too :-)
|
2013-06-12 20:00:38 +00:00 |
|
craig.p.drummond
|
a5622b4682
|
Fix Qt5 segfault on exit, due to static QIcons being destructed.
|
2013-06-12 19:56:59 +00:00 |
|
craig.p.drummond
|
dafc24a53a
|
Move 'Play Stream' icon from toolbar and into menu
|
2013-06-11 18:00:52 +00:00 |
|
craig.p.drummond
|
88f26a5462
|
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
|
dc70298146
|
Add option to place context view into sidebar
|
2013-06-07 19:22:26 +00:00 |
|
craig.p.drummond
|
7a496b894a
|
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
|
a1c310a787
|
Combine lyrics and wiki settings
|
2013-05-22 16:30:19 +00:00 |
|
craig.p.drummond
|
2c04f49527
|
- Search for artists/albums using wikipedia search API.
- Add configurable languages
|
2013-05-21 19:03:07 +00:00 |
|
craig.p.drummond
|
6115ba30ca
|
Remove lyrics and info pages, and place within a new context view.
|
2013-05-18 10:13:53 +00:00 |
|
craig.p.drummond
|
93f98d952d
|
Improve comsume icon at larger sizes.
|
2013-05-14 18:47:43 +00:00 |
|
craig.p.drummond
|
b186f4965b
|
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
|
8b20c72c8c
|
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
|
8dc79f058a
|
Rename sidebar icons
|
2013-04-29 18:37:40 +00:00 |
|
craig.p.drummond
|
b6d238f2df
|
Adjust monochrome colours based upon background colour too
|
2013-04-26 19:18:13 +00:00 |
|
craig.p.drummond
|
290fb3d246
|
Just use SVG version of cantata icon
|
2013-04-26 18:45:53 +00:00 |
|
craig.p.drummond
|
17a41decd3
|
More consistent recolouring
|
2013-04-26 18:44:52 +00:00 |
|
craig.p.drummond
|
26e902e2c1
|
Fix recolouring
|
2013-04-26 18:44:17 +00:00 |
|
craig.p.drummond
|
e7b6f227a6
|
Restrict sidebar shades
|
2013-04-26 18:43:43 +00:00 |
|
craig.p.drummond
|
7b1bdd47e9
|
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
|
8dfc0b4f24
|
...and recolour repeat/shuffle/consume/single icons
|
2013-04-26 18:42:46 +00:00 |
|
craig.p.drummond
|
57c0e5abe2
|
Recolour sidebar icons based upon font
|
2013-04-26 18:42:18 +00:00 |
|
craig.p.drummond
|
78f5298bab
|
Monochrome sidebar icons
|
2013-04-25 22:25:03 +00:00 |
|
craig.p.drummond
|
0403fbaab9
|
Much better stream icon
|
2013-04-25 12:55:58 +00:00 |
|
craig.p.drummond
|
9c8931a73a
|
Use folder-music for default category icon
|
2013-04-09 17:41:46 +00:00 |
|
craig.p.drummond
|
1c38a4e95b
|
Use edit-clear for clear playqueue action
|
2013-03-27 21:48:34 +00:00 |
|
craig.p.drummond
|
e1a7b195e5
|
Use EchoNest to retrieve artist information.
|
2013-03-20 19:57:33 +00:00 |
|
craig.p.drummond
|
c5fbab7c37
|
Use css to determine light toobar icons
|
2013-03-13 19:50:30 +00:00 |
|