Commit Graph

990 Commits

Author SHA1 Message Date
Craig Drummond
ecae49c24e Add option to set prefixes to ignore when sorting (e.g. 'The')
#706
2015-07-25 17:38:56 +01:00
Craig Drummond
08157a73ae If first run is false, but we have no actual sizes (e.g. because a
global config has been set), then use the same defaults as if first run
was true.
2015-07-20 16:50:28 +01:00
Craig Drummond
2223b77bfb Remove commented out section 2015-07-18 00:25:36 +01:00
Craig Drummond
0cc0b6ccf7 Clear context when no active song 2015-07-17 23:42:50 +01:00
Craig Drummond
99d66a3932 Add some default short-cuts:
Ctrl-P Add to play queue
Ctrl-R Replace play queue
Ctrl-S Save play queue
Ctrk-K Clear play queue

#694
2015-07-09 20:51:50 +01:00
Craig Drummond
43e8ca4fe1 Fic streams actions 2015-07-05 13:25:25 +01:00
Craig Drummond
04ce523dfe Restore window action is only in tray menu, and this cannot have
short-cuts - so no need to add to action collection.
2015-07-04 20:55:14 +01:00
Craig Drummond
26294b5fa5 - Use messagebox to prompt if should clear playqueue
- Dont prompt to clear playqueue by default
#681
2015-07-04 16:51:29 +01:00
Craig Drummond
b0244d09d6 Don't connect addToDev for online - not re-implemented yet 2015-07-04 11:48:17 +01:00
Craig Drummond
487fd0f3c0 Move view settings into menu button for each view 2015-06-27 17:06:14 +01:00
Craig Drummond
67507362d5 Always build support for Dynamic, Online, and Streams 2015-06-26 21:18:25 +01:00
Craig Drummond
ac4cd39139 Always use monochrome sidebar icons 2015-06-26 18:15:20 +01:00
Craig Drummond
2f71978fbb Combine playlists and dynamic into sub-pages of playlists tab 2015-06-26 18:10:00 +01:00
Craig Drummond
b207ade4c4 - Move streams into online page
- Rename online to internet
2015-06-24 22:30:22 +01:00
Craig Drummond
54f615cc77 Re-work online services so that Jamendo and Magantune use SQL backend.
This is NO WHERE NEAR COMPLETE! There are *lots* of missing features,
etc.
2015-06-19 21:39:56 +01:00
Craig Drummond
847a864e5d - DirViewModel should handle MPD updates
- When loose MPD connection, should clear view but not DB contents
2015-06-08 20:26:13 +01:00
Craig Drummond
653b0031c4 Implement getDetails() for SQL backend - to supply set of artists, albums, etc for tag editor, dynamic rules, etc. 2015-06-08 19:55:47 +01:00
Craig Drummond
4a713c7ec9 Initial work on using SQL for MPD cache. Not 100% functional. Eventually
will also use SQL for Jamendo and Magantune...
2015-06-07 22:18:19 +01:00
Craig Drummond
b2ce9ff016 Various devel changes
- Use time_t to store MPD DB version, as that is what MPD sends anyway
- Initial changes for an (experimental) webapp
2015-06-01 21:53:55 +01:00
craig.p.drummond
876c2783e4 Show error message if parsing cache file fails. 2015-04-20 19:45:14 +00:00
craig.p.drummond
0cf86b417e Add option to provide a list of genres which should use composer, and not album-artist, to group albums. 2015-03-25 23:19:42 +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
3360fc38a2 Update tray item menus directly.
BUG: 633
2015-02-27 17:45:20 +00:00
craig.p.drummond
fe45cefb5b Add 'setCollection' to Cantata's DBUS interface.
BUG: 634
2015-02-25 18:24:22 +00:00
craig.p.drummond
eb0736ba32 Use 'Crop Others' as text for crop action
BUG: 584
2015-02-23 12:47:58 +00:00
craig.p.drummond
0de7adb4e2 Do not reset current song when shuffling albums, or sorting playqueue.
BUG: 606
2015-02-07 23:45:23 +00:00
craig.p.drummond
97371a403f Add 'Copy To Device' to playqueue.
BUG: 607
2015-02-07 07:55:20 +00:00
craig.p.drummond
ba6d330485 - (both) don't allow to set shorcut for actions that are menus (set prio, copy to dev)
- (trunk) reduce number of actions that can have shortcuts defined, list was way tooooo large!
2014-12-15 13:21:11 +00:00
craig.p.drummond
79ef7068e1 Only show output change notification if outputs menu was not previously empty. 2014-12-03 10:11:41 +00:00
craig.p.drummond
c6ea331bd6 Don't allow to set short-cuts for actions that are menus. 2014-12-03 10:06:31 +00:00
craig.p.drummond
caa5c08971 Fix Mac (and windows?) builds. 2014-12-02 20:16:57 +00:00
craig.p.drummond
bba9cfd880 Fix duplicate notification when Cantata is started whilst playing, or when 'Replace Play Queue' is used. 2014-11-27 21:01:41 +00:00
craig.p.drummond
ca98f4405a Don't allow to set short-cuts for collections and outputs actions, as these are menus. 2014-11-14 16:07:17 +00:00
craig.p.drummond
647bb21191 Use Control+Alt+Number as shortcut to toggle an output.
BUG: 586
2014-11-14 11:37:40 +00:00
craig.p.drummond
276c8607db Re-add option to show artist images in tree and list views.
BUG: 575
2014-10-30 17:21:11 +00:00
craig.p.drummond
50333c002e Seek current track when Control+Arrow key pressed.
BUG: 566
2014-10-17 22:18:39 +00:00
craig.p.drummond
cd1e178a95 Set config page before dialog is shown 2014-10-08 13:10:01 +00:00
craig.p.drummond
09575bfb45 Hide 'Find in Play Queue' icon under Unity 2014-10-02 17:21:16 +00:00
craig.p.drummond
d220bd9d94 - Thinner splitters for more styles
- Because of the above, dont draw mac focus highlight for views
2014-10-02 17:16:13 +00:00
craig.p.drummond
f3bec26b52 Fix size of collapsed window in windows builds. 2014-10-01 19:58:41 +00:00
craig.p.drummond
abdffadee9 Change Play/Pause text depending upon action in dock menu 2014-10-01 16:23:44 +00:00
craig.p.drummond
a17f20138c - Fix missing toolbar icon under OSX
- Menubar icon hack is only applicable when running under Unity for Linux/Qt builds.
2014-10-01 16:03:08 +00:00
craig.p.drummond
c0d3ac81db - Add control buttons for windows thumbnail toolbutton.
- Add prev/play/pause/etc to OSX dock menu
- As part of this connect to correct triggered signal!
2014-10-01 15:50:29 +00:00
craig.p.drummond
1733e86103 Show notification when outputs changed.
BUG: 552
2014-10-01 11:02:19 +00:00
craig.p.drummond
488761cad8 More broken libdbusmenu-qt workarounds. Really wish it would repect the dont show icons in menu setting!!! 2014-09-30 20:36:20 +00:00
craig.p.drummond
50ddb3ba10 Add button to status bar to eanble/disable playback of MPD HTTP output stream.
BUG: 552
2014-09-30 16:33:24 +00:00
craig.p.drummond
5c8ce0de50 ...and set margins! 2014-09-29 16:28:25 +00:00
craig.p.drummond
452bc33b2d Don't make media keys backend configurable, auto detect the best one. 2014-09-29 11:26:05 +00:00
craig.p.drummond
7876e98a8e Check if downloading podcasts in closeEvent() as well as quit() 2014-09-25 18:30:37 +00:00
craig.p.drummond
55cafd92f3 Podcast fixes/improvements
- Add actions to mark podcast as episode as listened or new.
- Add action to cancel podcast downloads.
- Download podcasts sequentially.
- Fix display of unplayed podcast episode counts.
BUG: 547
2014-09-25 18:18:26 +00:00