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

717 Commits

Author SHA1 Message Date
David Sansome
72dbfd51c5 Start of a Magnatune service that downloads the list of songs and prints them on stdout. 2010-05-08 20:56:39 +00:00
David Sansome
980d61a583 If we're not crossfading, keep the same pipeline when changing tracks and just swap out the gstreamer source - this should allow for completely gapless playback. 2010-05-08 17:39:12 +00:00
David Sansome
8ea3213f09 Codereview comments from r861 >.> 2010-05-08 15:45:09 +00:00
David Sansome
9cd0fa6d7d Better error handling for the transcoder, and a log to show the user what's going on 2010-05-08 15:36:12 +00:00
David Sansome
b304b1a5a0 Remember the last used output format in the transcoder dialog 2010-05-08 14:09:56 +00:00
David Sansome
5cbed1c6b3 Use uridecodebin to pick the right source for us, rather than using giosrc sometimes, and soup/neon for http. Fixes issue #290 2010-05-08 13:54:12 +00:00
John Maguire
b41716e520 Fail to configure if xgettext cannot be found.
Fixes issue #292
2010-05-07 13:10:21 +00:00
John Maguire
b909f56dbb Stupid msgmerge fix. 2010-05-07 12:30:06 +00:00
John Maguire
68a2ac5db5 Fixes to use Qt 4.7 beta on Leopard:
* Use the default install path rather than /usr/local by default
* Strip x86_64 from libraries
2010-05-07 12:17:18 +00:00
David Sansome
9afef36397 Add the diff from QtSingleApplication 2.6 2010-05-07 11:43:49 +00:00
David Sansome
1f0733caf5 Cancelling the transcoder now works 2010-05-06 16:28:19 +00:00
David Sansome
111f0d066b Version 0.3 of ubuntu and fedora packages 2010-05-06 13:05:00 +00:00
David Sansome
1287254897 Merged translations from launchpad 2010-05-06 12:52:19 +00:00
David Sansome
02d6d17f0b Kill the running clementine process before uninstalling. Fixes issue #279 2010-05-05 16:57:04 +00:00
David Sansome
8c9b546cc5 Show the console window in debug mode on Windows 2010-05-05 16:56:55 +00:00
David Sansome
ef36badd4c Delete the uninstaller when uninstalling 2010-05-05 16:56:49 +00:00
David Sansome
38d4cb40c8 Fix an infinite recursion bug. Fixes issue #284 2010-05-05 16:56:42 +00:00
David Sansome
a81d0c55e7 Fix some indentation in CMakeLists 2010-05-05 16:56:35 +00:00
John Maguire
a7d9c4d0dc Support drag from Finder to playlist on Mac.
Fix small build thing.
2010-05-05 11:50:45 +00:00
David Sansome
19b08540ef Force the directsound sink on windows 2010-05-04 15:51:23 +00:00
David Sansome
84441decce Actually ship the direct sound plugin as well... 2010-05-04 15:41:49 +00:00
David Sansome
8bc01c5d0d Use the waveform sink on windows instead of directsound 2010-05-04 13:31:44 +00:00
David Sansome
84a98a97c3 Better windows icon 2010-05-03 23:34:46 +00:00
David Sansome
e862555f56 Oops, AAC works better in a container... 2010-05-03 22:58:18 +00:00
David Sansome
6e3cab8667 Make the pretty OSD skip the taskbar on Windows. 2010-05-03 22:36:28 +00:00
David Sansome
c59afce5ee Include the vorbis encoder library with the Windows package, as libgstvorbis requires it. Also remove the theora library because we don't play video. 2010-05-03 22:18:27 +00:00
David Sansome
b114b76e10 Don't overwrite existing files 2010-05-03 21:24:43 +00:00
David Sansome
c1384f0a0c Make this comment a bit more helpful 2010-05-03 20:10:55 +00:00
David Sansome
e24efe390c Fix compilation on Windows 2010-05-03 20:01:23 +00:00
David Sansome
6fa0f28ca4 Working transcoder. No error handling yet 2010-05-03 19:56:21 +00:00
David Sansome
d5c52f32d8 Add an almost working music transcoder. Also some small translation fixes. 2010-05-03 18:52:35 +00:00
David Sansome
53919ca9c7 Don't include the version number in the name of the windows installer 2010-05-03 15:28:10 +00:00
John Maguire
7b420b6845 Some defensive programming for r819. 2010-05-03 14:55:00 +00:00
David Sansome
016b05f0dc WTF?! 2010-05-03 14:17:56 +00:00
John Maguire
3adc74dfab Disable gstengine's timer when it's stopped. 2010-05-03 14:15:42 +00:00
David Sansome
a65c055b20 Typo 2010-05-03 14:00:21 +00:00
David Sansome
7039d04ee6 Keep all the version numbers in one file, so we don't have to change it in hundreds of places each release. 2010-05-03 13:58:41 +00:00
David Sansome
d3cbeed9b7 Merge translations from launchpad 2010-05-03 13:10:38 +00:00
David Sansome
3173fadf8b Use mad instead of ffmpeg in windows 2010-05-02 00:13:06 +00:00
David Sansome
6f7dbf3286 Make local file playback work on Windows again 2010-05-01 14:01:01 +00:00
David Sansome
5a7437ddd6 Fix the "add media" dialog on windows 2010-05-01 13:49:07 +00:00
David Sansome
f8d68d3956 Always show icons in the menus, even on gnome in lucid 2010-05-01 13:40:21 +00:00
David Sansome
a044ca1cad The mp3 decoder in ffmpeg doesn't allow seeking, but the one in ugly does. 2010-05-01 12:56:07 +00:00
David Sansome
b319bdfe8e Set the glib application name so Clementine shows up in the gnome-volume-control 2010-04-30 19:45:43 +00:00
David Sansome
266ad640de Fix character decoding from gstreamer errors.
Update issue 263
Status: Fixed
Nevermind, I worked out out - should be fixed now!
2010-04-30 15:37:57 +00:00
David Sansome
260fe95a93 Fix an infinite loop when a radio stream finishes 2010-04-30 15:29:33 +00:00
David Sansome
0fb1a02df5 Show the more meaningful delegate's displayText in the playlist tooltips, rather than the naked Qt::ToolTipRole text.
Update issue 267
Status: Fixed
I've fixed the strange values for numeric fields and the length field - they
should now all show the same text as shown in the playlist.
I think it's going to be harder to inhibit the tooltip if all the text is
already displayed though.
2010-04-30 15:23:52 +00:00
David Sansome
100ecedccd Don't try to add phonon include directories if phonon wasn't actually found. 2010-04-30 11:27:27 +00:00
David Sansome
148bd538f7 Merge 0.3 rc1 tag changes back into trunk 2010-04-30 11:13:37 +00:00
David Sansome
0c9e69ed30 Group "remove" undo commands in the playlist. Fixes issue #262 2010-04-29 23:58:31 +00:00