summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-04-10fixup! Append 'Disc (m/n)' to title.HEADmasterChristophe Fergeau1-2/+3
2013-04-10fixup! Format release details.Christophe Fergeau1-2/+3
2013-04-10egg-play-preview: Fix leak when receiving multiple tag messagesChristophe Fergeau1-7/+18
2013-04-10fixup! Format release details.Christophe Fergeau1-1/+0
2013-04-10Sort displayed entries.Phillip Wood1-0/+6
2013-04-10Display label, year & country.Phillip Wood1-1/+12
2013-04-10Append 'Disc (m/n)' to title.Phillip Wood1-2/+8
2013-04-10Convert to single column.Phillip Wood1-21/+43
2013-04-10Sort release details.Phillip Wood1-0/+85
2013-04-10Format release details.Phillip Wood1-0/+70
2013-04-10Format recording label names.Phillip Wood1-0/+30
2013-04-10Get country name ISO code.Phillip Wood1-0/+2
2013-04-10Don'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
2012-04-20Remove deprecated call to gdk_cursor_unrefChristophe Fergeau1-1/+1
2012-04-20Use g_format_size instead of g_format_size_for_displayphantomjinx1-1/+5
2012-04-20Remove deprecated call to gtk_hscale_new_with_rangephantomjinx1-1/+1
2012-04-20Replace GtkHBox/GtkVBox with GtkBoxphantomjinx3-8/+8