1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-31 11:35:24 +01:00

1598 Commits

Author SHA1 Message Date
David Sansome
6790b43e62 Register for WMDM device notifications 2010-08-22 15:26:59 +00:00
David Sansome
d622d3ddb4 Remove .dlls from the old Qt package 2010-08-22 15:25:24 +00:00
David Sansome
f74fda92eb Don't override QT_LIBRARY_DIR and QT_HEADERS_DIR 2010-08-22 15:24:36 +00:00
David Sansome
160879327f Pick gstreamer codecs and muxers for transcoding automatically instead of having a hardcoded list 2010-08-22 00:27:14 +00:00
David Sansome
f7adb4161a Don't keep the lockdownd connection open in the gstafcsrc 2010-08-21 12:19:29 +00:00
David Sansome
81709243d4 More dependencies 2010-08-21 11:24:22 +00:00
David Sansome
941e63532d Make the debian package depend on either libprojectm-data or projectm-data, to make it work with the new package in Squeeze. Fixes issue #622 2010-08-20 19:58:47 +00:00
John Maguire
831c5221bb Add header to fix build on Linux. 2010-08-20 12:30:42 +00:00
John Maguire
59233f5192 Disable FFT when no analyzer in use. 2010-08-20 12:14:43 +00:00
John Maguire
acc71de1d9 Silence some warnings. 2010-08-20 11:25:19 +00:00
David Sansome
b2af448aaf Add a load more dlls to the windows install 2010-08-19 12:01:07 +00:00
John Maguire
652f09b926 Fix memory leak from spectrum element.
Fixes issue #638
2010-08-19 10:14:56 +00:00
John Maguire
3b6fda9627 Yay Qt! 2010-08-18 19:28:07 +00:00
John Maguire
2db2354e0b Move spectrum before volume element.
Tweak new analyzer.
2010-08-18 19:12:28 +00:00
John Maguire
9ca0870268 Fix slowdown of block analyzer. 2010-08-18 18:40:52 +00:00
John Maguire
459a134201 Remove FHT and use gstreamer's FFT for all analyzers. 2010-08-18 18:21:30 +00:00
John Maguire
7147dec69f Missing files! ^&%^#@ SVN. 2010-08-18 16:26:36 +00:00
John Maguire
dc819269be Revert 64-bit version of macdeploy. 2010-08-18 16:12:16 +00:00
John Maguire
ccc3f85316 Forgotten shaders. 2010-08-18 16:10:21 +00:00
John Maguire
03274b0831 Add new analyzer API and example using gstreamer spectrum element. 2010-08-18 16:09:45 +00:00
David Sansome
b643120328 Use the newly built dlls from mingw-deps when building the windows packages 2010-08-18 16:00:36 +00:00
David Sansome
c86f7ff1f1 Get free space information from WMDM devices 2010-08-17 21:09:28 +00:00
John Maguire
f077e33091 Fix playlist loading. 2010-08-16 18:58:26 +00:00
David Sansome
78db71c02c Semi-working WMDM device lister 2010-08-15 23:26:04 +00:00
David Sansome
164d4f6f6f Throw away the WPD lister and add a WMDM lister 2010-08-15 18:08:09 +00:00
David Sansome
ec22230f3c Add a WPD lister. Doesn't do anything yet, other than compile 2010-08-14 22:43:19 +00:00
David Sansome
a3b29406e6 Use pkg-config to find libraries on windows, and explicitly link to zlib for libgpod 2010-08-14 18:56:05 +00:00
John Maguire
871a853ff7 Fix compile on mac. 2010-08-14 18:37:16 +00:00
David Sansome
ff19d31403 Support removing files from MTP devices 2010-08-14 17:06:38 +00:00
David Sansome
9fda03aa60 Support copying files to MTP devices 2010-08-14 16:39:45 +00:00
David Sansome
3f5e188045 Initial support for MTP devices 2010-08-14 15:57:05 +00:00
David Sansome
9c4282c61c Fix a bug where forgotten devices couldn't be unmounted 2010-08-14 12:42:16 +00:00
David Sansome
39132c4dcd In the organise dialog, prompt before connecting a device that hasn't been connected before 2010-08-14 12:30:51 +00:00
David Sansome
c0ea45a9c9 Show an error dialog when copying or deleting files failed. 2010-08-14 11:51:50 +00:00
David Sansome
0faa81253f Keep the same iPod connection when copying or removing multiple files, instead of connecting and disconnecting for each one. Also fix the lockdownd hack. 2010-08-14 11:16:11 +00:00
David Sansome
1d25ee78ed Support removing files from ipods 2010-08-14 10:32:47 +00:00
David Sansome
1dbb1817e8 Codereview comments from r1685 2010-08-12 16:35:43 +00:00
David Sansome
bf85a92f54 C-ify the gstafcsrc 2010-08-12 15:34:29 +00:00
David Sansome
2e646494aa Update a device's free space after copying or removing files from it 2010-08-11 18:47:53 +00:00
David Sansome
a1332a2c05 Support multiple selections in the devices view 2010-08-11 18:18:58 +00:00
David Sansome
8e11c8b29e Update translations 2010-08-11 18:18:14 +00:00
David Sansome
b74f853446 Merge translations from launchpad 2010-08-11 17:46:01 +00:00
David Sansome
b27238a480 Test whether we can still talk to afc before freeing the lockdownd client (fixes usbmuxd errors once and for all), report afc copy errors, keep track of files that failed to copy to a device, don't attempt to write the itunesdb if there were errors during copying. 2010-08-10 19:42:43 +00:00
David Sansome
9d2a4783ff Don't show empty rows in the Hardware Information view 2010-08-10 18:45:34 +00:00
David Sansome
5e00eb11de Pass shared_ptrs to music storage things to the organiser thread so they won't get deleted if the device is disconnected 2010-08-09 21:50:46 +00:00
David Sansome
43a27979dc Keep a shared_ptr on connected devices during the lifetime of their background processing threads 2010-08-09 21:32:25 +00:00
David Sansome
4e12ef71c8 Remove old header 2010-08-09 21:14:03 +00:00
David Sansome
0ccc3a5f0a Remove dependency on libplist++ 2010-08-09 20:22:55 +00:00
John Maguire
46fe33b300 Add new icons to device properties list. 2010-08-09 20:15:12 +00:00
John Maguire
9f5264a8ab Fix size of ipod touch/iphone icons and add svg. 2010-08-09 20:12:24 +00:00