summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-01PlaylistElement: make this class strongly-typedAndres G. Aragoneses9-19/+22
2012-12-01Playlists: refactoring, introduce new PlaylistElement classAndres G. Aragoneses14-19/+57
2012-11-26LastFm: Null check for scrobble parameters (bgo#685920)Phil Trimble1-1/+4
2012-11-26LastFm: correct small identation issuePhil Trimble1-1/+1
2012-11-11PlaylistFormatBase: remove unused using statementAndres G. Aragoneses1-1/+0
2012-11-11Banshee.IO: remove Directory separator constants, as they're now in HyenaAndres G. Aragoneses3-10/+6
2012-11-11Playlists: replace some path operation with Normalize methods from HyenaAndres G. Aragoneses2-6/+5
2012-11-11hyena: update to HEADAndres G. Aragoneses1-0/+0
2012-11-11(Misc): fix the same typo in various placesAndres G. Aragoneses3-6/+6
2012-10-04ThickClient: move RescanAction's ActionEntry some positions downAndres G. Aragoneses1-6/+6
2012-09-29AppleDeviceSource: use progressUpdaters for all sync operationsAndres G. Aragoneses1-4/+11
2012-09-29LastfmRequest: Fix crash after response timeout (bgo#684792)Bertrand Lorentz1-1/+5
2012-09-29AudioscrobblerConnection: Fix formatting of debug log outputBertrand Lorentz1-1/+1
2012-09-29i18n: Update translators.xmlBertrand Lorentz1-2/+3
2012-09-23AppleDeviceSource: Improve previous commit, to dequeue, not enumerateAndres G. Aragoneses1-7/+5
2012-09-23AppleDeviceSource: postpone the removal of invalid tracks to the sync cycleAndres G. Aragoneses1-8/+20
2012-09-23AppleDeviceSource: refactoring, decrease indentation in two blocks of codeAndres G. Aragoneses1-20/+22
2012-09-23AppleDeviceSource: refactoring, extract submethods from PerformSyncThreadCycleAndres G. Aragoneses1-11/+37
2012-09-22DapActions: fix ConfirmUserAction() to display in the main threadAndres G. Aragoneses1-8/+9
2012-09-22Dap: move gtk calls into the gui thread when creating DapInfoBarAndres G. Aragoneses1-2/+3
2012-09-21DaapService: Fix another gtk call outside of the main threadAndres G. Aragoneses1-4/+5
2012-09-21DaapService: use ProxyToMain for a gtk callAndres G. Aragoneses1-5/+7
2012-09-19Dap.MassStorage: PlaylistPaths to return empty array (bgo#682996)Andres G. Aragoneses1-3/+4
2012-09-16DatabaseImportManager: Add .opus to import whitelistBertrand Lorentz1-1/+1
2012-09-15hyena: update to HEADAndres G. Aragoneses1-0/+0
2012-09-13hyena: update to HEADAndres G. Aragoneses1-0/+0
2012-09-13hyena: update to HEADAndres G. Aragoneses1-0/+0
2012-09-13hyena: update to HEADAndres G. Aragoneses1-0/+0
2012-09-13BasicTrackDetailsPage: Blank year spin button when 0 (bgo#623974)Samuel Gyger1-0/+8
2012-09-12PathPattern: Limit filename length to 200 characters (bgo#636450)Roderich Schupp1-4/+10
2012-09-12SourceView: log errors in SetCellDataFunc to avoid crashing (bgo#683359)Andres G. Aragoneses1-1/+18
2012-09-05SourceView: replace a dynamic cast with a static castAndres G. Aragoneses1-1/+1
2012-08-26AmazonMp3.Store: Fix URL redirection for sign out actionBertrand Lorentz1-1/+1