Commit Graph

60 Commits

Author SHA1 Message Date
craig.p.drummond@gmail.com
67e6bac8d9 Move most of Utils into support lib 2012-10-08 11:22:54 +00:00
craig.p.drummond
094354c66b Make 'Icon' a class, and move icons into Icons 2012-10-03 19:16:52 +00:00
craig.p.drummond@gmail.com
76f3595294 Dont call QTimer::singleShot in constructor, but call job->start() after it is created. 2012-10-02 11:19:52 +00:00
craig.p.drummond
6445979481 Fix missing icons when not using oxygen 2012-09-28 16:21:47 +00:00
craig.p.drummond
173712493c Device sync support for Qt-only builds. To support this, a cut-down version of Solid is included. 2012-09-17 18:39:01 +00:00
craig.p.drummond
ace2380cb1 Save MPD filename scheme settings with MPD server settings. 2012-08-13 18:56:01 +00:00
craig.p.drummond
9a4b322dfb Remove KIO device support - it never worked, was slow, and not useable in its current state. 2012-06-27 17:18:58 +00:00
craig.p.drummond
f31a7264cd Add support for multiple MPD servers. 2012-06-08 17:53:35 +00:00
craig.p.drummond
4aecafef4c Add Track Organizer dialog to Qt-only build. 2012-05-31 19:48:31 +00:00
craig.p.drummond
f5f3114145 Reduce KDE/Qt code duplication - by creating dummy Dialog, MessageBox, and InputDialog classes/namespaces for Qt. 2012-05-31 17:45:57 +00:00
craig.p.drummond@gmail.com
f7ae678282 Add support for using KIO to access music collections. This is currently disabled as it is VERY slow. For example, accessing my android phone (via wifi) with 17 albums took ~60 seconds with webdav, and only ~10 when using sshfs!!!! 2012-05-03 20:07:28 +00:00
craig.p.drummond@gmail.com
c379fce0ed No need to store full path in each song file. 2012-05-02 18:37:45 +00:00
craig.p.drummond@gmail.com
4153c92f52 Add a basic 'sync' dialog. Shows two lists; left has songs that are only in library, right has songs that are only on device. Each has a 'Copy to' action. When songs are copied, the lists are updated to show the remaining differences. 2012-04-26 12:30:00 +00:00
craig
8e3e403263 Reduce memory usage - VERY slightly!!!! 2012-04-02 17:56:13 +00:00
craig
6e8309f238 Add Retry 2012-03-02 20:25:04 +00:00
craig
ce39fda407 Need to call 'KDialog::slotButtonClicked' - oterhwise if dialog is closed by clicking on window's X button, it is not actually deleted 2012-03-01 20:27:09 +00:00
craig
fe2aea3889 Track & title consistency 2012-02-29 18:09:48 +00:00
craig
923599ffd4 Fix build with "-DCMAKE_BUILD_TYPE=debugfull" set 2012-02-25 19:09:43 +00:00
craig
32ceedb5b1 Capacity is unknown for sshfs 2012-02-21 22:27:04 +00:00
craig
5b68bd2e2b Initial work on remote (sshfs) devices. 2012-02-21 17:01:43 +00:00
craig
88c1c13c16 Make dialogs non-modal, so can still play tracks! 2012-02-19 21:21:43 +00:00
craig
f013a39fa7 Set fileperms on cover files as well - so that these are owned by audio group 2012-02-19 12:20:41 +00:00
craig
ae4658b322 Update dir model when add/remove songs 2012-02-10 20:33:54 +00:00
craig
4ce0df037c Add 'copy to device', etc, actions to folders page. 2012-02-10 20:32:56 +00:00
craig
bea291f849 Update progress label! 2012-02-09 19:50:03 +00:00
craig
30c024d0d2 Emit 'getStats' not 'update', as 'update' cuases views to be cleared and reloaded 2012-02-07 19:36:23 +00:00
craig
6a3557a4dd Show dest/source files for some errors 2012-02-06 19:52:31 +00:00
craig
868abd4922 Add track organizer dialog... 2012-02-03 20:59:04 +00:00
craig
cfcac8a559 Tag editor! 2012-02-01 21:06:53 +00:00
craig
0c38fd5668 Add option to cache contents of UMS library to an XML file on the device. 2012-01-30 19:27:46 +00:00
craig
90211f2de8 - Add text-urilist to library/folder/album drag'n'drop mimetypes - so that can drop onto k3b
- Store mpdDir as a QString in settings class, so that everyone can access it from there
2012-01-30 19:27:09 +00:00
craig
0ff0354885 Use clicked() not pressed() 2012-01-28 12:41:37 +00:00
craig
8534e5f4a3 Initial transcode support 2012-01-28 11:26:49 +00:00
craig
4e3820fb3f Show warning if we have various artists, and the source/dest has not been configured. 2012-01-21 22:58:47 +00:00
craig
b5c7e43041 Allow to configure source and destination devices.
Add a label if device has not been configured before.
2012-01-21 22:51:02 +00:00
craig
503406087d Store Cantata settings in is_audio_player
Add animated action label
2012-01-21 22:27:27 +00:00
craig
e8577a9703 Rename 'Update Database' action to 'Refresh', as the curent view is now also refreshed. 2012-01-21 20:58:58 +00:00
craig
3f81f07f3b - 'Fix Various Artists' setting belongs with device config
- Store Cantata specific UMS settings in separate file, as Amarok will completely replace the standard one!
2012-01-21 20:26:24 +00:00
craig
1436f47251 Better progress steps 2012-01-20 20:20:54 +00:00
craig
859ae97506 Set the page to error if not showing skip 2012-01-20 20:20:15 +00:00
craig
ca0b06af5d Apply variosu artists fix.unfix depending on whether copying to or from device 2012-01-20 20:19:53 +00:00
craig
a62f2c907f When disaplying songs of various artists albums, show as 'track number -
artist - song'
2012-01-20 20:18:55 +00:00
craig
332d407c04 Need to recreate properties dialog each time, as it could be child of either listview or action dialog!!! 2012-01-19 20:30:14 +00:00
craig
addec2f033 Be consisten with dolphin, "free" not "Free" 2012-01-19 19:48:26 +00:00
craig
b5ade6cc97 Show capacity of destination! 2012-01-19 19:47:15 +00:00
craig
4b345f7e52 Only show skip page if we have songs left 2012-01-19 19:29:52 +00:00
craig
c96648b018 Show capacity on action dialog 2012-01-19 19:29:11 +00:00
craig
01c7eb8a1e Settings for MTP devices 2012-01-19 19:28:35 +00:00
craig
11b1db05cc Start of MTP device support. Still todo: copy-to device, remove songs, covers??? 2012-01-18 21:08:19 +00:00
craig
11d40462c8 Make cover name editable 2012-01-18 21:03:09 +00:00