1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-20 06:25:02 +01:00
Commit Graph

1617 Commits

Author SHA1 Message Date
Bartłomiej Burdukiewicz
83164053c8 Update Polish translation 2010-08-31 18:02:09 +00:00
David Sansome
21b99db291 Check for a minimum libgpod version of 0.7.92. Fixes issue #675 2010-08-31 17:20:02 +00:00
Bartłomiej Burdukiewicz
cfb66b3f33 Rewrite some parts of code in wiimotedev settings dialog (Fix remove action bug) 2010-08-31 01:37:17 +00:00
Bartłomiej Burdukiewicz
1a091c5c0a Add yourself to about dialog... Strange feeling :) 2010-08-31 00:41:34 +00:00
Bartłomiej Burdukiewicz
f4dce9e51f Strip wiimotedev code to minimum, use org.wiimotedev.deviceEvents.xml to generete dbus interface for wiimotedev 2010-08-30 23:57:31 +00:00
David Sansome
1747241041 Don't crash on XP SP < 2, and output some more debugging info when guessing drive letters. 2010-08-30 20:37:53 +00:00
David Sansome
1dd6ac323e Get the drive letter for MSC WMDM devices on Windows 7 2010-08-30 19:58:01 +00:00
Bartłomiej Burdukiewicz
a59025cdec Disable wiiremote control by default 2010-08-30 17:57:59 +00:00
Bartłomiej Burdukiewicz
7393f8faaf Do not create wiimotedev interface by default 2010-08-30 17:31:42 +00:00
David Sansome
e779190b2f Update free space on WMDM devices 2010-08-30 17:23:24 +00:00
David Sansome
572a4730cb When editing tags in the playlist using the F2 shortcut, edit the current track, not the last one that was right-clicked on. 2010-08-30 16:49:10 +00:00
David Sansome
1453d264dd Fix an assert when setting the library grouping to None 2010-08-30 16:37:29 +00:00
David Sansome
ce0e468d75 Sort items in the library view under the correct divider when they have no unicode decomposition.
Update issue #672
Can you try this and see if it fixes it for you?
2010-08-30 16:20:04 +00:00
David Sansome
5a616cf40a Fix the organise dialog 2010-08-30 15:40:53 +00:00
David Sansome
2a160bee5f Pass the list of songs into the organiser from the library 2010-08-30 15:28:55 +00:00
David Sansome
30911ba1ad Make the second line of the device a bit smaller on Linux again 2010-08-30 14:47:30 +00:00
David Sansome
e4efa8a93e Show the total song count on each device, instead of the mountpoint 2010-08-30 14:45:27 +00:00
David Sansome
1311a29dfa Fix some weird behaviour in the library view 2010-08-30 14:03:32 +00:00
David Sansome
7e1e2cb1cd Show progress information for individual tracks when transcoding, and fix a race condition 2010-08-30 13:03:21 +00:00
David Sansome
5dc25faab8 Use native separators when writing filenames to the transcoder log 2010-08-30 12:43:49 +00:00
David Sansome
210d7636f4 Oops, fix some build errors in the WMDM device 2010-08-30 12:38:09 +00:00
David Sansome
0ed30857db Fix free space reporting for WMDM and MTP 2010-08-30 12:28:03 +00:00
David Sansome
e4f5e97b17 Allow GetSupportedFiletypes to return an error, and make it possible to request a list of supported filetypes at the same time as opening the device for copying - making things much faster on MTP devices. 2010-08-30 12:22:15 +00:00
David Sansome
d7e71ad14a Fix some little progress calculation bugs 2010-08-30 12:00:11 +00:00
David Sansome
728925097d Show progress information when transcoding files to copy to a device 2010-08-30 11:36:40 +00:00
David Sansome
2808ce4d34 Add audio effects plugins to the windows installer to fALL GLORY TO THE HYPNOTOAD. 2010-08-30 10:41:10 +00:00
David Sansome
3cf2b5ba47 Revert to the old type-to-scroll behaviour in the library view 2010-08-30 10:31:44 +00:00
David Sansome
ebe237cd40 Codereview comments from r1844 2010-08-29 19:50:06 +00:00
David Sansome
93b35a6379 Clean up transcoded files from /tmp 2010-08-29 19:26:20 +00:00
David Sansome
4b381e00fd Transcode files when copying them to devices 2010-08-29 19:22:21 +00:00
Bartłomiej Burdukiewicz
eae74f6ad8 Insert QDBusConnection::systemBus().isConnected() checks 2010-08-29 17:19:59 +00:00
David Sansome
2881b6b6b2 Clean up this code a bit 2010-08-29 16:58:22 +00:00
David Sansome
d337ffc6e4 Group things in the library model by the unicode decomposition of their
first character, and do a locale aware sort.  Fixes issue #668 (again).
2010-08-29 16:46:28 +00:00
David Sansome
e940f9c5d2 Ignore case when sorting the playlist. Fixes issue #650 2010-08-29 16:31:09 +00:00
Bartłomiej Burdukiewicz
3e658288af Put wiimotedev sources in OTHER_SOURCES, small code cleanups 2010-08-29 16:24:19 +00:00
David Sansome
5873fe80a6 Pick a good default format to transcode to 2010-08-29 16:12:55 +00:00
David Sansome
d8ea4660e7 Store the device's transcode preference in the database 2010-08-29 15:32:36 +00:00
Bartłomiej Burdukiewicz
ae47b271f3 Add WiimotedevShortcutGrabber dialog 2010-08-29 15:21:50 +00:00
John Maguire
3db95b0c9c Add ipod supported file types. 2010-08-29 14:49:54 +00:00
David Sansome
3e1e880c19 Add more file formats to the transcoder, and add a function to get a preset by song filetype 2010-08-29 14:25:33 +00:00
David Sansome
d1ae0c8509 Show a list of formats supported by a device in the properties dialog 2010-08-29 13:49:40 +00:00
David Sansome
2f505aeb02 Lock access to MTP devices - if two threads try to connect at once it causes a crash 2010-08-29 13:49:24 +00:00
David Sansome
70bea1bff4 Seed the random number generator on startup. Fixes issue #571 2010-08-29 12:34:07 +00:00
David Sansome
eb65c06b24 Make pressing enter in the library filter widget add the search results to the playlist. Also make the cursor keys work when the filter widget is focused. Fixes issue #641 2010-08-29 12:15:30 +00:00
David Sansome
4277e61cd3 Show scroll buttons on the tab bar if there's not enough room for all the tabs. Fixes issue #665 2010-08-29 11:35:09 +00:00
David Sansome
1d5ea90b98 Use a locale aware string sort when sorting the playlist. Fixes issue #668 2010-08-29 11:28:14 +00:00
David Sansome
3e174b01b6 Get a list of file formats supported by a WMDM device 2010-08-29 00:34:35 +00:00
David Sansome
5001a5b3d1 Get a list of file formats supported by an MTP device 2010-08-29 00:08:39 +00:00
John Maguire
d98e16e1b9 Fix copying to iDevice when artwork directory doesn't exist. 2010-08-28 23:37:10 +00:00
David Sansome
136a72b0cc Show individual file progress from WMDM devices too 2010-08-28 22:15:54 +00:00