Commit Graph

749 Commits

Author SHA1 Message Date
Craig Drummond
14b2a64c8b Package device icons for Qt builds 2016-01-18 18:53:46 +00:00
Craig Drummond
05647dca0f Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
38ee410deb USe configured 'ignore prefixes' when sorting 2015-12-23 23:25:33 +00:00
Craig Drummond
d1a1f6ed5c Remove MusicModel and MultiMusicModel - no longer required 2015-12-23 15:20:41 +00:00
Craig Drummond
7c12f2f478 Capitalise first letter of device name. 2015-12-20 10:21:40 +00:00
Craig Drummond
887927b850 Only use MTP device with BUSNUM and DEVNUM properties. 2015-12-20 10:15:12 +00:00
Craig Drummond
b003b0abba Set USB drive icon 2015-12-18 23:00:39 +00:00
Craig Drummond
b30736dd4a Fix copying songs to devices - incorrect number of bytes were transferred. 2015-12-18 22:33:09 +00:00
Craig Drummond
e9ff4c7354 Resize widget on first showing 2015-12-13 22:06:58 +00:00
Craig Drummond
c730718024 Remove icon from tab 2015-12-11 21:30:39 +00:00
Craig Drummond
0b415b21a9 Add a modified verison of Humanity CD icon. Previously icon from theme was chosen. 2015-12-09 18:23:49 +00:00
Heiko Becker
e552af8f9a Allow changing the location of arch-independent data
This is helpful on a multiarch layout where the prefix is /usr/${host}
but arch-independent files should still be installed to /usr/share.
2015-11-26 20:15:28 +01:00
Craig Drummond
8a9f145dcb Fix refreshLibrary logic - Sync is handled as first part of if... 2015-11-16 19:48:33 +00:00
Craig Drummond
d37379f9c1 Fix cache usae!
#760
2015-11-13 17:56:55 +00:00
Craig Drummond
6cd32c5469 Only use one instance of action dialog for sync 2015-11-01 19:23:28 +00:00
Craig Drummond
b9f4b501a0 Place second action dialog at the same position as previous 2015-11-01 16:24:15 +00:00
Craig Drummond
b33458f7af Add a /slightly/ nicer sync dialog. Check songs from lib/dev to be copie
dto each other, then press sync button. Calls 2 action dialogs to do the
actual copying.
2015-11-01 16:15:55 +00:00
Craig Drummond
bf09d59ede Add tooltip about "Append 'The'" 2015-11-01 16:14:32 +00:00
Craig Drummond
cbd500ed4f Dynamically load folder view. (No nonger use listall :-) ) 2015-10-08 21:42:35 +01:00
Craig Drummond
5efd6c2132 Remove AudioCD songs from queue when device remove 2015-09-19 19:47:29 +01:00
Craig Drummond
e88e23d266 More font-awesome icons... 2015-09-06 11:57:11 +01:00
Craig Drummond
6fdae108b8 Remove AudioCD tracks from playqueue when device removed 2015-08-18 23:45:03 +01:00
Craig Drummond
673716921e libCDDB can crash if it cannot talk to server, so before querying check
whether we can connect.
2015-08-18 23:35:35 +01:00
Craig Drummond
2406289303 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
623f46dd43 New options to add songs to play queue - 'add and play', 'append and
play', and 'insert after current'
#680
2015-08-10 18:00:44 +01:00
Craig Drummond
4503e9564f Remove AudioCD tracks from plqyqueue when eject CD. 2015-08-05 17:46:50 +01:00
Craig Drummond
09fe863357 Show CD cover in list/tree 2015-07-29 20:08:50 +01:00
Craig Drummond
43050159fa For consistency with library model, only add songs that pass filtering 2015-07-26 19:11:07 +01:00
Craig Drummond
958b1107e1 Remove notes about mopidy - not really spported anyhow... 2015-07-15 22:49:23 +01:00
Craig Drummond
d501d9001b Fix build when building remote device support
#698
2015-07-13 21:15:53 +01:00
Craig Drummond
e7365f7acb Add actions to view after init, so that standard actions are first 2015-07-04 21:22:56 +01:00
Craig Drummond
9365e91158 Fix incorrect page selection 2015-07-03 21:06:22 +01:00
Craig Drummond
3e3033de05 No UrlLabel for to action details 2015-07-03 20:53:36 +01:00
Craig Drummond
d3b3e3d65f Calculate size required in a QTimer loop, so that UI does not hang. 2015-07-03 20:50:02 +01:00
Craig Drummond
f20a1a5fcc Use SinglePageWidet for devices page 2015-06-30 19:13:48 +01:00
Craig Drummond
5fe2db6319 Move view settings into menu button for each view 2015-06-27 17:06:14 +01:00
Craig Drummond
6d52512c46 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
23be42719f Re-implement songExists 2015-06-08 20:36:20 +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 Drummond
31dbc7e2f9 Use mpd.cantata as DBus service name. 2015-04-25 15:23:28 +01:00
craig.p.drummond
dafbddee61 String format 2015-03-31 17:05:08 +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
0d1c162607 Don't crash when detecting an audio CD with no tracks.
BUG: 624
2015-02-12 18:35:57 +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
1f6329258f Fix copying of covers to UMS, etc, devices if song is transcoded.
BUG: 603
2014-12-08 14:30:32 +00:00
craig.p.drummond
bd7f39fc3a Typo fixes: Uknown -> Unknown, ReplyGain -> ReplayGain 2014-10-07 18:47:35 +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
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