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

2504 Commits

Author SHA1 Message Date
David Sansome
8921b31ffd Don't install any scripts if scripting is disabled 2011-03-19 19:10:56 +00:00
Paweł Bara
41f659ff4b fixing tests 2011-03-19 10:43:50 +00:00
Paweł Bara
3db00fc339 plugin that lets you grey out deleted songs on demand ("main menu / playlist") - available by default
also: this action will "ungrey" songs that were deleted but got restored

SIPs
2011-03-19 10:22:55 +00:00
Paweł Bara
823f798451 new option for greying out deleted songs on startup 2011-03-19 09:41:00 +00:00
David Sansome
76b1af5415 Typo + british english 2011-03-18 22:55:48 +00:00
Paweł Bara
c736e0503e changelog fiddling 2011-03-18 22:52:26 +00:00
David Sansome
9547520f26 Remove python, pyqt and sip dependencies (they're disabled for 0.7) and libtunepimp dependencies (we use libgstofa) from the debian and fedora packages. 2011-03-18 22:44:55 +00:00
David Sansome
7c0eacd1cb Update the changelog for 0.7... that took a while 2011-03-18 22:28:25 +00:00
Paweł Bara
a4bf317f33 minor deleted items handling fixes 2011-03-18 21:54:22 +00:00
John Maguire
7705487f96 Default to large sidebar on all OS.
< r3000 >
 -------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
2011-03-18 15:09:30 +00:00
John Maguire
32193dbb9f Add validation for Magnatune accounts. 2011-03-18 14:39:29 +00:00
David Sansome
744bf922f3 Merge translations from launchpad 2011-03-17 19:54:57 +00:00
David Sansome
9086ab8ed4 Add a "Show in file browser..." to the library context menu as well. Fixes issue #1563 2011-03-17 19:52:21 +00:00
David Sansome
0594fc53af Enable the "Edit track information..." item in the library context menu when right-clicking an un-expanded node 2011-03-17 19:52:15 +00:00
David Sansome
a2d62883c2 Ignore subsequent errors by setting a flag instead of setting the pipeline state, which may deadlock if the pipeline is also being destroyed at the same time. Fixes issue #1584 2011-03-17 19:52:05 +00:00
John Maguire
0a54c5135b Ignore empty lines in m3u files.
Fixes issue #1403
2011-03-17 16:05:08 +00:00
John Maguire
f1f4a8a164 Add OFA gstreamer plugin on mac for music fingerprinting. 2011-03-17 14:25:30 +00:00
Andrea Decorte
4b6e2a8a62 Add global shortcuts for repeat and shuffle modes. Fixes issue #955 2011-03-17 08:21:05 +00:00
David Sansome
f4f482a440 Updated Turkish translation from H. İbrahim Güngör 2011-03-15 20:04:07 +00:00
David Sansome
85502e5516 Don't crash at the end of the last song on a playlist 2011-03-14 20:04:33 +00:00
David Sansome
cf826aeee0 Support dragging and dropping image files onto the now playing widget and edit tag dialog to set an album's cover art 2011-03-14 20:01:27 +00:00
Paweł Bara
c8a0ab9625 don't hide the truth 2011-03-14 07:29:43 +00:00
Paweł Bara
8ed6eca57e fixing skipping songs for library songs
another "silent" GST error type
David's POT
2011-03-13 22:57:49 +00:00
David Sansome
f700df2f54 ALL GLORY TO THE HYPNOTOAD. Fixes issue 1374 2011-03-13 22:46:25 +00:00
David Sansome
f37467ac69 Don't try to create a pixmap from an invalid HICON on Windows. Fixes issue 1417 2011-03-13 22:14:23 +00:00
David Sansome
a37bb47e53 Merge translations from launchpad 2011-03-13 21:27:47 +00:00
David Sansome
7086d7bf03 Fix tests when build some options are disabled 2011-03-13 20:01:24 +00:00
David Sansome
b271c714b8 Fix this test on Windows 2011-03-13 19:22:41 +00:00
David Sansome
3ba97ead0b Fix a couple of tests 2011-03-13 18:50:32 +00:00
David Sansome
cb275f318f Add an option to disable automatic crossfading between tracks on the same album or from the same cuesheet. Fixes issue 1479 2011-03-13 18:37:46 +00:00
David Sansome
f22f361f66 Revert "Do not cross-fade if two songs of the same CUE file are consecutively being played"
This reverts r2921.
2011-03-13 18:37:39 +00:00
John Maguire
e172765331 Some support for MediaStorageInterface. 2011-03-13 18:20:37 +00:00
David Sansome
002ae13817 Use the canonical file path (resolve symlinks and '..') when adding directories to the library, and when adding files to the playlist. Fixes issue #1494 2011-03-13 14:43:03 +00:00
David Sansome
3d593e696c Make escape and backspace work in the library and radio views. Fixes issue 1510 2011-03-13 14:14:16 +00:00
David Sansome
d7dbd21438 Fixed some of the "metadata changed" when doing a library rescan 2011-03-13 13:40:24 +00:00
David Sansome
db8359838a Set a timeout of 5 seconds on musicbrainz network requests. Fixes issue #1390 2011-03-13 13:17:35 +00:00
Paweł Bara
ad7223f8b3 code review 2011-03-13 13:02:48 +00:00
David Sansome
8690438ad4 Cancel network requests and outstanding fingerprint operations when cancelling musicbrainz lookups 2011-03-13 12:52:08 +00:00
Paweł Bara
e2cd6d02ee the folder was not enough 2011-03-13 12:44:45 +00:00
Paweł Bara
548c666dcf sample barf invoking script for the color API - rainbowizer 2011-03-13 11:45:35 +00:00
Paweł Bara
ce17d5f1c9 API for coloring rows in playlist view
graying out of broken songs on playback

David's POT?
2011-03-13 11:43:44 +00:00
David Sansome
1fb7dae446 Show a helpful error if the gstofa plugin isn't available 2011-03-12 22:29:13 +00:00
David Sansome
b74576cbd5 Fix build error on mac 2011-03-12 22:29:08 +00:00
David Sansome
3d696ad4f4 Add some docs for the musicbrainz stuff 2011-03-12 22:29:03 +00:00
David Sansome
5df2a5c790 Add libofa, libgstofa and libfftw3 to the Windows installer 2011-03-12 22:01:40 +00:00
David Sansome
b51566cdd9 Remove the dependencies on libtunepimp, libofa, libmusicbrainz. Use the gstreamer ofa plugin instead to fingerprint songs. 2011-03-12 21:19:41 +00:00
David Sansome
2c4102b060 Fix an error if you try to disable dbus, but enable wiimotedev. Fixes issue #1516 2011-03-12 21:19:32 +00:00
Paweł Bara
c8c394d200 don't push new URL into engine in the CurrentMetadataChanged slot - send it the beginning and end markers only
this means that Clementine still skips broken songs while at the same time fixes issue #1565
2011-03-12 20:20:13 +00:00
Paweł Bara
7f48c13dc9 fixing broken DI radio 2011-03-12 13:35:02 +00:00
Paweł Bara
e25e9efffc Clementine now skips broken streams (radios for example). At least I hope it always does. ;) Fixes issue #1562. 2011-03-12 13:24:30 +00:00