summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-01-23Add fallback file and path patternsPhillip Wood3-2/+24
2014-01-23Check base_uri is a directoryPhillip Wood1-1/+6
2014-01-23Store/restore the window size using gsettingsGert Michael Kulyk4-9/+424
2014-01-23Port SoundJuicer to gsettingsChristophe Fergeau7-1688/+224
2013-09-25Fix ambiguous function prototypesPhillip Wood3-4/+3
2013-08-20Ensure Extract button is a constant sizePhillip Wood1-0/+24
2013-08-20Remove remaining stock itemsPhillip Wood6-65/+32
2013-08-20Replace stock icons with named iconsPhillip Wood1-4/+8
2013-06-19Fix play seek scale.Phillip Wood2-4/+26
2013-06-19Sort displayed entries.Phillip Wood1-0/+91
2013-06-19Display label, year & country.Phillip Wood1-1/+12
2013-06-19Append 'Disc (m/n)' to title.Phillip Wood1-2/+8
2013-06-19Convert to single column.Phillip Wood1-21/+43
2013-06-19Format release details.Christophe Fergeau1-0/+70
2013-06-19Format recording label names.Phillip Wood1-0/+30
2013-06-19Get country name ISO code.Phillip Wood1-0/+2
2013-06-19Don't try to free an uninitialized pointerChristophe Fergeau1-1/+1
2012-09-06Zero-pad track number in %dn patternChristophe Fergeau1-3/+3
2012-09-06Sanitize disc number if requiredPhillip Wood1-1/+3
2012-09-06Check for NULL string in sanitize_pathPhillip Wood1-0/+2
2012-09-06Add album & track composer format specifiers for file name & pathPhillip Wood2-0/+52
2012-09-06Add default names in pattern parsing when metadata is missingPhillip Wood1-24/+77
2012-09-06Unset track composer/artist sortname/id if editedPhillip Wood1-0/+12
2012-09-06Support editing of album composerPhillip Wood1-0/+12
2012-09-06Use generic callback for editing album artistPhillip Wood1-32/+59
2012-09-06Use UTF8-safe case comparison for artist editing callbacksPhillip Wood1-1/+27
2012-09-06Show composer fields when neededPhillip Wood1-2/+111
2012-09-06Disable album composer entry when extractingPhillip Wood1-1/+4
2012-09-06Initalise track composers in UI from track dataPhillip Wood1-0/+1
2012-09-06Add composers to track listviewPhillip Wood2-6/+23
2012-09-06Remove unused variables from on_cell_edited.Phillip Wood1-5/+0
2012-09-01Add "{Un,}Select All" buttonChristophe Fergeau1-1/+32
2012-09-01Remove the remaining menubarFlorian Müllner5-73/+86
2012-09-01Add an application menuFlorian Müllner8-99/+124
2012-09-01Remove the now unused bacon filesFlorian Müllner3-451/+1
2012-09-01main: Port to GtkApplicationChristophe Fergeau2-111/+106
2012-08-12Remove multiple definition of CFLAGSChristophe Fergeau1-7/+0
2012-07-16Use playbin for the CD playback featureSebastian Dröge1-77/+30
2012-07-16Don't set an audiosink on playbin for the preview and disable video outputSebastian Dröge1-16/+9
2012-07-03Do initial port to GStreamer 1.0Sebastian Dröge2-10/+5
2012-07-03sj-main: Include stdlib.h to have declarations of exit() and atoi()Sebastian Dröge1-0/+1
2012-06-16all: Fix GThread API changes in GLib 2.32Bastien Nocera1-2/+0
2012-06-16Add composer sortname to track dataPhillip Wood1-2/+3
2012-06-16Add composer field to track dataPhillip Wood1-0/+1
2012-06-16Use named initialisers in sj-prefs.cChristophe Fergeau1-18/+18
2012-06-16Remove trailing whitespacePhillip Wood17-99/+99
2012-05-14Disable 'reread CD' menu item while already rereading a CDChristophe Fergeau1-0/+5
2012-05-14Don't set 'reread CD' sensitivity in _stop()Christophe Fergeau1-3/+1
2012-05-14Fix unsetting of the play icon in the main treeviewChristophe Fergeau1-1/+1
2012-04-20Don't mark file_pattern and path_pattern as constChristophe Fergeau2-3/+3