craig.p.drummond
|
ae31306570
|
Use WindowText, not ButtonText, for mono icons
|
2014-02-17 20:04:39 +00:00 |
|
craig.p.drummond
|
d1457e0ac9
|
Use system menu icon for Linux builds.
|
2014-02-10 19:11:47 +00:00 |
|
craig.p.drummond
|
b7567bd028
|
Dont embed pre-rendered versions of icon. Cantata *needs* svg icon loader, so removing previous work around...
|
2014-02-10 19:09:54 +00:00 |
|
craig.p.drummond
|
2cb9ae2ee9
|
Simplify - no need for highlight colouring
|
2014-02-06 19:49:11 +00:00 |
|
craig.p.drummond
|
375c488a39
|
Specify colour of symbolic icons in css file
|
2014-02-03 19:16:22 +00:00 |
|
craig.p.drummond
|
c72e0dc520
|
loadMediaIcon only use by Linux builds
|
2014-01-28 19:11:28 +00:00 |
|
craig.p.drummond
|
cf3c813bb5
|
Bundle own copy of symblic media icons - so that these can be recoloured to match current theme.
|
2014-01-28 19:08:07 +00:00 |
|
craig.p.drummond
|
1a2c7eb0b0
|
If Mopidy playlist starts with "Smart Playlist:" then treat as a 'smart' playlist - e.g. don't try to display song count, don't try to load songs in playlists view, use sub text 'Smart Playlist' (and fix playlist name), and don't allow saving to these playlsts.
|
2014-01-23 19:52:33 +00:00 |
|
craig.p.drummond
|
7448f95369
|
Move all sidebar settings into settings dialog.
|
2014-01-16 19:30:39 +00:00 |
|
craig.p.drummond
|
addfca835a
|
Update (c) year
|
2014-01-06 19:32:05 +00:00 |
|
craig.p.drummond
|
7d6e14993c
|
Add CMake option to disable dynamic playlists
|
2014-01-03 19:04:56 +00:00 |
|
craig.p.drummond
|
c1642405c8
|
Add CMake option to disable streams tab
|
2014-01-03 19:04:37 +00:00 |
|
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 |
|