summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-01Sanitize disc number if requiredcomposerPhillip Wood1-1/+3
2012-09-01Check for NULL string in sanitize_pathPhillip Wood1-0/+2
2012-09-01Add album & track composer format specifiers for file name & pathPhillip Wood3-0/+68
2012-09-01Add default names in pattern parsing when metadata is missingPhillip Wood1-24/+77
2012-09-01Unset track composer/artist sortname/id if editedPhillip Wood1-0/+12
2012-09-01Support editing of album composerPhillip Wood1-0/+12
2012-09-01Use generic callback for editing album artistPhillip Wood2-33/+60
2012-09-01Use UTF8-safe case comparison for artist editing callbacksPhillip Wood1-1/+27
2012-09-01Show composer fields when neededPhillip Wood1-2/+111
2012-09-01Add sj_str_is_empty (const char *s)Phillip Wood2-1/+17
2012-09-01Disable album composer entry when extractingPhillip Wood1-1/+4
2012-09-01Add album composer entry to UIPhillip Wood1-10/+42
2012-09-01Initalise track composers in UI from track dataPhillip Wood1-0/+1
2012-09-01Add composers to track listviewPhillip Wood2-6/+23
2012-09-01Remove unused variables from on_cell_edited.Phillip Wood1-5/+0
2012-09-01Set composer sortname tag when extractingPhillip Wood1-0/+7
2012-09-01Set composer tag when extractingPhillip Wood1-0/+7
2012-09-01Add "{Un,}Select All" buttonChristophe Fergeau2-1/+47
2012-09-01Remove the remaining menubarFlorian Müllner6-170/+86
2012-09-01Add an application menuFlorian Müllner12-197/+180
2012-09-01ui: Use GtkApplicationWindow rather than GtkWindowFlorian Müllner1-1/+1
2012-09-01Remove the now unused bacon filesFlorian Müllner3-451/+1
2012-09-01main: Port to GtkApplicationChristophe Fergeau3-112/+106
2012-08-29doc: Fix dependency in READMEBastien Nocera1-1/+1
2012-08-12Remove multiple definition of CFLAGSChristophe Fergeau1-7/+0
2012-08-08Forgot one NEWS entryChristophe Fergeau1-0/+1
2012-08-08Release 3.5.0Christophe Fergeau2-1/+14
2012-08-08Regenerate icon cache after icons (un)installChristophe Fergeau1-0/+4
2012-08-05Updated Lithuanian tranlationAurimas Černius1-390/+363
2012-08-01Updated Danish translationJoe Hansen1-295/+284
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öge4-17/+14
2012-07-03sj-main: Include stdlib.h to have declarations of exit() and atoi()Sebastian Dröge1-0/+1
2012-06-16Updated POTFILES.inPiotr Drąg1-3/+1
2012-06-16all: Fix GThread API changes in GLib 2.32Bastien Nocera4-15/+2
2012-06-16Don't leak AlbumDetails::artists and TrackDetails::artistsChristophe Fergeau1-1/+2
2012-06-16Use musicbrainz5, drop earlier versionsJon Dowland8-777/+222
2012-06-16Remove call to deprecated mb4_releasegroup_get_typePhillip Wood1-1/+1
2012-06-16Bump libmusicbrainz requirement to 4.0.3Phillip Wood1-1/+1
2012-06-16Use relationlist_list_foreach_relation in fill_relationsChristophe Fergeau1-54/+52
2012-06-16Remove deprecated libmusicbrainz methods.Phillip Wood1-2/+12
2012-06-16Fill album composer using track composersPhillip Wood1-0/+38
2012-06-16Factor code iterating over relationsChristophe Fergeau1-49/+39
2012-06-16Get composer metadata from musicbrainz relationsPhillip Wood1-10/+115
2012-06-16Bump libmusicbrainz requirement to 4.0.1Phillip Wood1-1/+1
2012-06-16Add composer sortname to album dataPhillip Wood2-0/+2
2012-06-16Add composer sortname to track dataPhillip Wood3-3/+5
2012-06-16Add composer field to album dataPhillip Wood2-0/+2
2012-06-16Add composer field to track dataPhillip Wood3-0/+3