summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-04-07Avoid race when using GConf and DBus with threads (bgo#692374)Hans Petter Jansson3-0/+20
2013-04-07Hyena: Update to git master to get the fix for bgo#696111Bertrand Lorentz1-0/+0
2013-03-21ThickClient: fix file name in header of FilteredListSourceContents classAndres G. Aragoneses1-1/+1
2013-03-20build: order extensions alphabetically in Makefile.amAndres G. Aragoneses1-1/+1
2013-03-16LastFM: display progress for multiple-track scrobbles (bgo#691532)Phil Trimble2-33/+132
2013-03-16Lastfm: refactor to optimize the check for queue's emptiness by using LinqAndres G. Aragoneses4-3/+19
2013-03-16Lastfm: refactor to avoid duplicated if-else blockAndres G. Aragoneses1-13/+3
2013-03-16Lastfm: avoid unnecessary wait when submitting successful scrobblesPhil Trimble1-1/+5
2013-03-16Lastfm: refactor to place the error handling at the endAndres G. Aragoneses1-14/+14
2013-03-16Lastfm: refactor else-if statement into two if blocks by returning earlyAndres G. Aragoneses1-1/+4
2013-03-10i18n: Update translators.xmlBertrand Lorentz1-0/+1
2013-03-07PodcastSourceContents: lowercase for ForcePosition, to be uniformAndres G. Aragoneses1-1/+1
2013-03-02DatabaseImportManager: Add .amr to import whitelistAndres G. Aragoneses1-1/+1
2013-02-28DatabaseTrackInfo: don't default to MusicFilePattern when null (bgo#689123)Andres G. Aragoneses1-3/+3
2013-02-25PathPattern: rename variable from songpath to track_pathAndres G. Aragoneses1-4/+4
2013-02-22Audioscrobbler: avoid 414 Request-URI Too Large (bgo#689018)Phil Trimble4-57/+125
2013-02-16PrimarySource: Allow cancelling track delete job (bgo#691971)Nicholas Little1-10/+11
2013-02-15Lastfm: mark a method as private in LastfmRequestTestsAndres G. Aragoneses1-1/+1
2013-02-15Lastfm: refactor LastfmRequest tests to not rely on params orderAndres G. Aragoneses1-7/+37
2013-02-15Lastfm: simplify previous tests addition by dropping an interfaceAndres G. Aragoneses2-23/+18
2013-02-15Lastfm: add some tests around LastfmRequest classAndres G. Aragoneses4-3/+145
2013-01-25PrimarySource: remove two unnecessary castsNicholas Little1-2/+2
2013-01-20InternetRadio: Previous should never mean a restart (bgo#665268)Samuel Gyger1-3/+3
2013-01-20InternetRadio: removed unused 'using' clauseAndres G. Aragoneses1-1/+0
2013-01-20InternetRadio: Provide IsPlaying handler (bgo#686657)Alex Willmy1-0/+3
2013-01-20AlbumListView: Allow subclasses to switch between album grid and listBertrand Lorentz1-19/+24
2013-01-20PlayerEngine: Add support for accurate seekHans Oesterholt5-8/+32
2013-01-19Avoid some code duplication around Unknown tagsAndres G. Aragoneses6-18/+31
2013-01-19AppleDevice: override BaseDirectory property so as to stop returning nullAndres G. Aragoneses1-0/+4
2013-01-19Dap: better check for the playing track before ejecting (bgo#658142)Nicholas Little1-2/+5
2013-01-18Lastfm: remove useless (and unused) automatic properties in LastfmRequestAndres G. Aragoneses1-5/+0
2013-01-18i18n: Update translators.xmlAndres G. Aragoneses1-1/+2
2013-01-16PrimarySource: prevent AddTrackJob respawn if cancelled (bgo#684089)Nicholas Little1-1/+1
2013-01-15LastFm: add missing header in LastFmSourceContents.csAndres G. Aragoneses1-0/+27
2013-01-15Licence: update copyright year to 2013Andres G. Aragoneses1-1/+1
2013-01-15LastFm: Avoid crashing if scrobbling response is not JSON (bgo#689016)Phil Trimble1-1/+9
2013-01-14Dap.MassStorage: fix typo (bgo#653282)Andres G. Aragoneses1-1/+1
2013-01-14Dap.MassStorage: not import dirs twice for case-insensitive drives (bgo#653282)Nicholas Little4-2/+56
2013-01-13Dap.MassStorage: Nokia N95 playlist sync support out of the box (bgo#661507)Nicholas Little18-6/+170
2013-01-12RescanPipeline: receive a Func<> to warn about high removal (bgo#577225)Olivier Dufour6-49/+112
2013-01-06i18n: Update translators.xmlBertrand Lorentz1-2/+3
2013-01-06build: Bump libmtp dependency to 1.1.0Bertrand Lorentz3-12/+0
2013-01-06Mtp: Fix file type in sync with libmtp > 1.1.0 (bgo#688540)IBBoard2-0/+9
2012-12-16Dap: For TypeUniqueId use device's Serial property, not Uuid (bgo#690300)Andres G. Aragoneses1-1/+1
2012-12-16Dap: Use Unicode codes for quotation marks (bgo#639947)Andres G. Aragoneses1-1/+1
2012-12-11build: use the gui-thread-check profiler module by default when debuggingAndres G. Aragoneses1-0/+4
2012-12-10build: Rename HAVE_GDATA condition to ENABLE_YOUTUBEAndres G. Aragoneses1-1/+1
2012-12-02Playlists: remove two ImportPlaylist() unused methods (dead code)Andres G. Aragoneses1-17/+0
2012-12-02PlaylistElement: adjust accessibility of property setters to internalAndres G. Aragoneses1-3/+3
2012-12-01Playlists: fix Playlist.Formats.Tests after latest refactoringsAndres G. Aragoneses1-13/+29