Commit Graph

853 Commits

Author SHA1 Message Date
John Maguire f1ff15d2f7 Fix crash when using the services menu on mac. 2010-04-27 18:44:19 +00:00
David Sansome 9d72d85f09 Don't crash when asked to load a file that doesn't exist on Windows 2010-04-27 17:53:52 +00:00
David Sansome 48bd5020cd Don't crash when editing a song that doesn't exist any more, also don't even add deleted songs to the playlist. Fixes issue #253. 2010-04-27 17:37:26 +00:00
David Sansome 0579b18850 Accept empty fields in the edit tags dialog. Fixes issue #251. 2010-04-27 17:19:07 +00:00
David Sansome 3f360d254f Renumber tracks correctly starting from the top one even when the user selects them "backwards" (starting from the bottom). 2010-04-27 17:15:11 +00:00
David Sansome 30daf4aca2 Merge translations from launchpad 2010-04-27 13:51:25 +00:00
David Sansome 6d0b217e2a Don't save the tags in a file if it hasn't been changed. Fixes issue #252 2010-04-27 13:46:44 +00:00
David Sansome 9a93debbbd Beta 3 for windows 2010-04-27 13:16:11 +00:00
David Sansome 9880ee0a8e Add the glib dependency .dlls for gstreamer's soup plugin, and an icycast demuxer 2010-04-27 13:03:14 +00:00
David Sansome 476e31d6e7 Package FLAC .dlls along with the windows installer 2010-04-27 12:34:56 +00:00
David Sansome 6a74ac4736 Be careful about infinite recursion when loading a stylesheet that changes the palette. 2010-04-26 13:13:24 +00:00
David Sansome d6d01618c5 Only include the strings that are actually different in the british english "translation". 2010-04-26 12:00:15 +00:00
David Sansome 36af3ddbe4 After shuffling the playlist, make sure next works as expected. Fixes issue #248 2010-04-26 11:36:10 +00:00
David Sansome a0386d68d3 Tweak the playlist drop indicator slightly, and always show it at the bottom of the playlist if dropping on empty playlist space 2010-04-24 12:18:42 +00:00
John Maguire 0b5bc960ed Forgot to delete a line :-) 2010-04-23 13:33:04 +00:00
John Maguire c446ef7dad Remove extraneous NSAutoreleasePool, we create one in MacMain() now. 2010-04-23 13:32:27 +00:00
John Maguire 7c4beddbe6 Make the large icons square. 2010-04-23 13:30:18 +00:00
David Sansome b0dbd12ce5 Notice when a directory is renamed within the collection while Clementine is running. Fixes issue #240 2010-04-23 13:29:11 +00:00
David Sansome eecd66a7b5 Changed the playlist drop indicator to make it easier to see. Fixes issue #241 2010-04-23 13:10:03 +00:00
David Sansome a56107c598 Fix UTF8 characters in metadata received from gstreamer. Affects issue #229 2010-04-22 20:48:35 +00:00
David Sansome 4326c54bf2 Fix the currently playing track background colour on windows. Fixes issue #239 2010-04-22 20:33:05 +00:00
David Sansome 906f3526cf Fix a crash bug when you seek all the way to the end of the last track 2010-04-22 17:02:06 +00:00
David Sansome 99743d49aa Nasty hack to hopefully prevent "seek failed" errors - just don't allow two seeks to happen within 100ms of each other. 2010-04-22 16:54:09 +00:00
David Sansome f70f911dd6 Clean up cmake status output a bit 2010-04-22 16:53:41 +00:00
David Sansome 1d6d2e74b8 On KDE, stop the OSD from appearing in the middle of the screen, and under other windows. 2010-04-22 15:26:33 +00:00
David Sansome 9dca93e276 Merge translations from launchpad 2010-04-22 14:01:46 +00:00
John Maguire d01de9cdf8 Shutup "memory leak" messages on OS X. 2010-04-22 13:57:46 +00:00
David Sansome 82602f8d96 Fix setenv/putenv madness on mac 2010-04-22 13:49:16 +00:00
David Sansome f8196d8d47 dos2unix on clementine.nsi 2010-04-21 22:29:24 +00:00
David Sansome a2fb5f6322 Package souphttpsrc as well on windows 2010-04-21 22:29:12 +00:00
David Sansome 449de3f34a Fix a couple of warnings 2010-04-21 20:57:54 +00:00
David Sansome 174d66f30f Fix compilation errors in release mode 2010-04-21 20:04:27 +00:00
David Sansome edd9dd5af9 Update the nullsoft installer script with new gstreamer plugins 2010-04-21 18:30:03 +00:00
David Sansome 5fed8efc44 Test WMA files too 2010-04-21 18:21:27 +00:00
David Sansome 7263983e0c More debug output in CanDecode, and set the gst path in GstEngine rather than main() 2010-04-21 17:11:50 +00:00
David Sansome 06aaaf15f5 Fix a crash when reaching the end of a playlist 2010-04-21 17:11:02 +00:00
David Sansome 81b46f2eff Clean up the qxt changes, and add a diff from libqxt-0.6.0 2010-04-21 14:20:26 +00:00
David Sansome 3cc0ed361a Ignore useless metadata from gstreamer, and metadata that comes while the next track is preloading 2010-04-21 14:04:40 +00:00
David Sansome 910553b175 Gapless playback! 2010-04-21 13:55:30 +00:00
David Sansome b6c7b6e109 Make up restore the scroll position as well if it's the same as going back. 2010-04-21 12:03:48 +00:00
David Sansome b604324728 When going back and forward in the file browser, remember which item was selected and where the view was scrolled to. 2010-04-21 11:57:35 +00:00
David Sansome 3400f2b947 Don't lose the library settings when opening the settings dialog and accepting it without navigating to the Library tab. 2010-04-21 11:24:22 +00:00
David Sansome 4eedddd57c Make the gst engine emit Error() instead of showing its own dialog when a plugin couldn't be found. 2010-04-21 11:14:12 +00:00
David Sansome 37f7b1ca3b Use lconvert from the Qt sdk rather than $PATH, if it's available 2010-04-21 11:03:30 +00:00
David Sansome 4234700e24 Trim the metadata received from tags 2010-04-20 22:20:20 +00:00
David Sansome 0656330548 Test we can load various popular file formats 2010-04-20 22:00:02 +00:00
David Sansome 8b51f90a6e Make the pretty OSD draggable on kwin 2010-04-20 19:43:56 +00:00
David Sansome 58ae505377 If you remove the currently playing song, then undo it, keep the "currently playing" status on the newly re-added song. Updates issue #152. 2010-04-20 19:08:12 +00:00
David Sansome 57c9a0d00a Tests for playlist undo/redo 2010-04-20 18:41:12 +00:00
John Maguire 2f9d1867be Remove debug. 2010-04-19 20:59:34 +00:00