Commit Graph

975 Commits

Author SHA1 Message Date
Craig Drummond
06c8a8978c - 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
d734f3a4bb 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
087bffb08c 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
c83eb3fc27 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
9cc07d83b2 Show error message if parsing cache file fails. 2015-04-20 19:45:14 +00:00
craig.p.drummond
1693fe4ef8 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
12b7bf0e83 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
ce71a76fcf Update tray item menus directly.
BUG: 633
2015-02-27 17:45:20 +00:00
craig.p.drummond
d902485e8c Add 'setCollection' to Cantata's DBUS interface.
BUG: 634
2015-02-25 18:24:22 +00:00
craig.p.drummond
ecc6b9b7e2 Use 'Crop Others' as text for crop action
BUG: 584
2015-02-23 12:47:58 +00:00
craig.p.drummond
4f648896fc Do not reset current song when shuffling albums, or sorting playqueue.
BUG: 606
2015-02-07 23:45:23 +00:00
craig.p.drummond
90644422f9 Add 'Copy To Device' to playqueue.
BUG: 607
2015-02-07 07:55:20 +00:00
craig.p.drummond
1a0b401a90 - (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
d926b10c68 Only show output change notification if outputs menu was not previously empty. 2014-12-03 10:11:41 +00:00
craig.p.drummond
06b9f062f8 Don't allow to set short-cuts for actions that are menus. 2014-12-03 10:06:31 +00:00
craig.p.drummond
66bfb04782 Fix Mac (and windows?) builds. 2014-12-02 20:16:57 +00:00
craig.p.drummond
c253c4e223 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
f87bfcf171 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
0b26f006c1 Use Control+Alt+Number as shortcut to toggle an output.
BUG: 586
2014-11-14 11:37:40 +00:00
craig.p.drummond
1a3734f8df 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
0908970798 Seek current track when Control+Arrow key pressed.
BUG: 566
2014-10-17 22:18:39 +00:00
craig.p.drummond
35d029aac0 Set config page before dialog is shown 2014-10-08 13:10:01 +00:00
craig.p.drummond
bb2ab4aff5 Hide 'Find in Play Queue' icon under Unity 2014-10-02 17:21:16 +00:00
craig.p.drummond
bd044155e6 - 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
017f6c1229 Fix size of collapsed window in windows builds. 2014-10-01 19:58:41 +00:00
craig.p.drummond
f932a40177 Change Play/Pause text depending upon action in dock menu 2014-10-01 16:23:44 +00:00
craig.p.drummond
2e89fc8bcc - 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
db1f9e9cec - 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
b85137a95c Show notification when outputs changed.
BUG: 552
2014-10-01 11:02:19 +00:00
craig.p.drummond
860f4c7084 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
6235992854 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
b44ee0c418 ...and set margins! 2014-09-29 16:28:25 +00:00
craig.p.drummond
c9cb3f6b5f Don't make media keys backend configurable, auto detect the best one. 2014-09-29 11:26:05 +00:00
craig.p.drummond
ae066d7e8e Check if downloading podcasts in closeEvent() as well as quit() 2014-09-25 18:30:37 +00:00
craig.p.drummond
bfc8aa1ec2 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
craig.p.drummond
f0f624916c Move window raising code into Utils 2014-09-24 18:23:24 +00:00
craig.p.drummond
0d59bf41d6 Full refresh action. Needed to recognise changes to ArtistSort, etc. 2014-09-23 20:28:23 +00:00
craig.p.drummond
ceedf3697f - add inhibit suspend whilst playing for Mac
- add detection of resume from suspend for Mac
2014-09-22 19:45:48 +00:00
craig.p.drummond
7aa2652a9b Add spacers at either end of toolbar. 2014-09-20 19:34:57 +00:00
craig.p.drummond
374fd21b8f Add a 'Window' menubar entry - lists windows, and allows to raise 2014-09-20 14:15:41 +00:00
craig.p.drummond
c1dac9f21e Place more actions into Queue menu 2014-09-19 16:44:09 +00:00
craig.p.drummond
164f1db49b Fix raising ow window in OSX 2014-09-18 22:07:22 +00:00
craig.p.drummond
1a39507237 Add play queue search to menu button menu 2014-09-17 21:59:17 +00:00
craig.p.drummond
79b91e4de9 Fix play queue centering when track number column is hidden. 2014-09-17 21:18:42 +00:00
craig.p.drummond
5731ef4c30 Add option to have separate play queue search action.
BUG: 545
2014-09-17 21:01:59 +00:00
craig.p.drummond
d5ce7de372 Re-format mode MessageBox messages - so that they can be split into main/sub text for MacOS dialogs. 2014-09-16 21:21:43 +00:00
craig.p.drummond
144a930f25 Revert back to single context menu. 2014-09-16 17:54:54 +00:00
craig.p.drummond
22cf667611 No need for 'Exif fullscreen' label for Mac builds. 2014-09-14 12:29:19 +00:00
craig.p.drummond
490dbdfc10 Message widget button order for Mac 2014-09-14 12:11:21 +00:00
craig.p.drummond
00235490d6 Use WindowManager class to provide drag of OSX toolbar. 2014-09-13 07:07:11 +00:00