Commit Graph

662 Commits

Author SHA1 Message Date
craig.p.drummond
00bc1538d4 Fix non-device (i.e. Windows) builds 2014-04-08 19:35:50 +00:00
craig.p.drummond
93c1e4a039 Coding changes... 2014-04-04 19:39:47 +00:00
craig.p.drummond
a1015a591e When editing filename scheme, after inserting a variable set cursor position to after newly inserted text and give focus back to line edit. 2014-04-04 19:37:03 +00:00
craig.p.drummond
74ee820450 Store filename scheme per MPD instance 2014-04-04 19:36:11 +00:00
craig.p.drummond
1929ddaffe If MPD database is refreshed whilst listview is not at top level, then reset view to top level 2014-04-04 19:34:10 +00:00
craig.p.drummond
97c61ef544 Dont delete mpd config group... 2014-04-02 20:14:58 +00:00
craig.p.drummond
886c50e752 Also move playlist files 2014-04-02 17:42:14 +00:00
craig.p.drummond
654f9b264b When usng track organizer, also try to move artist and backdrop images 2014-04-02 17:39:19 +00:00
craig.p.drummond
719b10fed8 Code layout re-org 2014-04-02 17:35:21 +00:00
craig.p.drummond
c51bd41cc6 Don't treat albums with artists such as "AlbumArtist ft Other" as multiple artist albums. 2014-04-01 18:01:27 +00:00
craig.p.drummond
3929c0ee13 MtpConnection should not have pointer to MtpDevice 2014-04-01 18:00:19 +00:00
craig.p.drummond
cefa65db53 Disconnect thread signals 2014-03-31 17:57:39 +00:00
craig.p.drummond
834890c7bc Always using Qt proxy settings 2014-03-31 17:54:26 +00:00
craig.p.drummond
2ddccf539d Remove ununsed 'Back' action. 2014-03-31 17:53:49 +00:00
craig.p.drummond
6f0e2fc02b Check for new songs after copying from device 2014-03-31 17:50:55 +00:00
craig.p.drummond
3b700eefb8 REduce KDE differences 2014-03-26 19:34:28 +00:00
craig.p.drummond
b119ad0c65 Put plural translations in separate source files. 2014-03-25 20:11:58 +00:00
craig.p.drummond
d4fdb05ea0 Use a class to hide KConfig/QSettings differences - as opposed to using #defines 2014-03-25 19:47:36 +00:00
craig.p.drummond
bf363ec0d9 Load artist iamges in non-UI thread too. Should only be album images in artists view that are loaded in UI thread. Tried loading these in non_UI thread, but didnt like delay in showing covers. 2014-03-20 19:58:40 +00:00
craig.p.drummond
c43bae0ae9 Reset devices and online-services models when artist-view cover size changes. 2014-03-20 19:47:16 +00:00
craig.p.drummond
c1a1f90f4c More Song::formattedTime into Utils class 2014-03-19 19:47:47 +00:00
craig.p.drummond
3c6b7a3bb5 Show Music folder in settings dialog accessed from action dialog 2014-03-18 19:46:52 +00:00
craig.p.drummond
7bcb40d159 Use Q_GLOBAL_STATIC for Qt only builds 2014-03-17 19:52:47 +00:00
craig.p.drummond
7716ed9962 Reduce memory usage, by storing album covers in a cache - and using this for display. 2014-03-12 17:20:29 +00:00
craig.p.drummond
2016a8e62d When copying from a CD, check that we have enough space for track that was encoded with a 1:18 ratio. Just a sanity check really. 2014-03-06 20:06:59 +00:00
craig.p.drummond
0d7b041348 Fix calculating size of song files when copying off a device that has been previously scanned, and its contents cached. 2014-03-06 20:06:33 +00:00
craig.p.drummond
3ef24bc6f6 Set 'no interaction' flag on NOTE labels - so that Oxygen's window drag works. 2014-02-28 20:11:51 +00:00
craig.p.drummond
32670fb301 Remove more space 2014-02-27 17:40:31 +00:00
craig.p.drummond
f9d77cf25f Only show mopidy note in copy/remove dialog if connected to mopidy. 2014-02-27 17:38:53 +00:00
craig.p.drummond
1103b8ee09 After editing files in tag editor, editing in track organizer, adding new files, or removing exisint files, only ask MPD to update folders that have changed. 2014-02-27 17:38:28 +00:00
craig.p.drummond
22d5977188 FreeBSD compile fixes?
BUG: 424
2014-02-26 20:07:19 +00:00
craig.p.drummond
1afe3e29cc Only look for space max of 3 chars in when attempting to get number from filename 2014-02-19 20:22:38 +00:00
craig.p.drummond
9c9929dba0 Comments 2014-02-19 20:21:32 +00:00
craig.p.drummond
caf0bd1bc7 If song is copied to Android via BubleUNPN from MinDLNA - then it /might/ be in Music/Artist/$Artist/$Album 2014-02-19 20:21:13 +00:00
craig.p.drummond
cd686e8189 Allow setting of custom device name for UMS and MTP devices. 2014-02-17 20:09:49 +00:00
craig.p.drummond
d6a4aaa1eb Include size in description 2014-02-17 20:04:12 +00:00
craig.p.drummond
40fe26fa63 For UMS devices, add device (in brackets) after name. Should help devices with multiple partitions.
BUG: 413
2014-02-16 08:54:13 +00:00
craig.p.drummond
2bdfd72963 Closing files should be enough - so no need for size check 2014-02-13 19:10:57 +00:00
craig.p.drummond
3a20ff2ada Close temporary files, to ensure data is written 2014-02-13 19:05:51 +00:00
craig.p.drummond
51b828498a Check sizes of temporary files after write, to ensure data is written. This fixes an issue where sometimes 0 byte files were written from CoverDialog. 2014-02-12 22:43:47 +00:00
craig.p.drummond
dd31870ebe Fix warnings about hidden virtual functions 2014-02-06 19:53:48 +00:00
craig.p.drummond
b47bedab07 Create a 'Page' interface class, and use as base class for all pages. Mainwindow can now just store a pointer to the current page, and call relevant functions on this. 2014-02-06 19:50:16 +00:00
craig.p.drummond
7cda7b29d5 Need to store if date is unreliable (i.e. 0) in cache 2014-02-05 19:22:07 +00:00
craig.p.drummond
4e2e6ca759 Add URL label if mopidy is used 2014-01-29 19:17:43 +00:00
craig.p.drummond
3880bce631 Only translate "Unknown" and "Various Artists" once 2014-01-29 19:15:57 +00:00
craig.p.drummond
83316553fc Remove find buttons in status bar, and use Ctrl-F for both find in views and find in playqueue. Action depends upon which view has focus.
BUG: 384
2014-01-23 19:53:56 +00:00
craig.p.drummond
5038bd4fb0 Try to detect if we are connected to Mopidy, and act accordingly 2014-01-22 19:23:26 +00:00
craig.p.drummond
a2a5a6ade8 Copy mopidy files to device 2014-01-22 19:22:14 +00:00
craig.p.drummond
b22513a98b Fix automatic setting of CD cover. 2014-01-20 21:08:11 +00:00
craig.p.drummond
7837184d26 Use squeezed labels so that dialog does not auto-resize 2014-01-20 20:32:12 +00:00