summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-06-10Remove build-time --enable-gapless-playback optionChow Loong Jin3-30/+10
2013-05-22DatabaseAlbumListModel: add couple of usings to make lines shorterAndres G. Aragoneses1-3/+5
2013-05-22Nereid: make Search textbox remember its size (bgo#653819)Tomasz MaczyƄski1-1/+17
2013-05-22PrimarySource: fix crash if 1st track had a Dap transcoding error (bgo#700753)Andres G. Aragoneses1-1/+1
2013-05-22MtpSource: prevent a freeze when dealing with Windows Phone (bgo#687495)Andres G. Aragoneses1-1/+1
2013-05-20Handle all values from a rowid database column as long (bgo#696520)Bertrand Lorentz37-102/+102
2013-05-16Gio: prevent a freeze when mounting a LVM volume (bgo#699735)Andres G. Aragoneses1-1/+6
2013-05-14Gio: fix some copyright headers by Alex LauniAndres G. Aragoneses3-6/+6
2013-05-06InternetRadio: refresh UI after editing station (bgo#692153)Rashid Khan1-0/+2
2013-05-06i18n: Update translators.xmlAndres1-1/+1
2013-04-22build: fix lots of wrong "..bin" HintPaths in csproj files (windows)Andres G. Aragoneses25-28/+28
2013-04-14StatisticsPage: Fix crash when no tracks are selected (bgo#679769)Bertrand Lorentz1-1/+1
2013-04-11Dap.MassStorage: add product id for (WebOS) Palm Pre 2 (bgo#697683)Aaron Borden1-1/+1
2013-04-07SaveTrackMetadataJob: check if PathPattern is null before renaming fileAndres G. Aragoneses1-0/+4
2013-04-07DapPropertiesDialog: Make sure progress bar value is valid (bgo#696700)Bertrand Lorentz1-1/+2
2013-04-07PlaylistFileUtil: Only import playlist items that are files (bgo#696877)Bertrand Lorentz1-1/+6
2013-04-07i18n: Update translators.xmlBertrand Lorentz1-1/+1
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