summaryrefslogtreecommitdiff
path: root/src/sj-prefs.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-14Translate a string (#334509)Ross Burton1-1/+3
2006-03-29Don't have a modal preferences dialog (#314595).Ross Burton1-21/+26
2006-03-29Handle NULL profiles.Ross Burton1-2/+6
2006-03-01Don't translate the sample track data.Ross Burton1-23/+6
2006-02-28Change sample data, show extension in sample label, and update it moreRoss Burton1-9/+26
2006-02-15Re-arrange the Preferences dialog, add ellipsis as required, change a fewRoss Burton1-2/+2
2006-01-30Remove unrequired use of 'strip' variable (#328918).Ryan Lortie1-2/+0
2006-01-15Add support for the MusicBrainz sortname attribute (Peter Oliver,Ross Burton1-2/+13
2006-01-07Add GConf bridge, copied from the libgconf-bridge module.Ross Burton1-100/+5
2005-11-23Make the Prefs dialog non-resizable, Add the labels to a size group (#316965)Ross Burton1-0/+15
2005-10-11Protect against FileChooserButton returning NULLRoss Burton1-2/+3
2005-06-30Change the genre combo to a genre entryRoss Burton1-1/+1
2005-06-22Port to gnome-vfsRoss Burton1-14/+12
2005-06-22Add Edit Profiles buttonRoss Burton1-0/+11
2005-06-02Add release date supportRoss Burton1-0/+1
2005-05-20Add track artist IDRoss Burton1-14/+15
2005-05-20Write musicbrainz IDs to the filesRoss Burton1-0/+3
2005-05-20Add GtkTreeIter element to the track data objectRoss Burton1-1/+2
2005-04-04Remove useless tests for entry->value->type which may crash if entry is NULLRoss Burton1-2/+0
2005-03-02Add constsRoss Burton1-6/+5
2005-02-15Unselect profile combo when no profile is in gconfRoss Burton1-8/+8
2005-02-08Use GtkFileChooserButtonRoss Burton1-27/+19
2005-02-06Write an empty string instead of NULLRoss Burton1-1/+1
2005-02-05Switch to nautilus-burnRoss Burton1-9/+9
2005-02-01Handle empty profile keysRoss Burton1-1/+13
2004-11-20Merge the profile branch, start work on SJ2Ross Burton1-64/+22
2004-10-05Handle NULL valuesRoss Burton1-6/+6
2004-09-13Don't use the deprecated GtkOptionMenuRoss Burton1-20/+20
2004-08-26Added genre supportRoss Burton1-1/+2
2004-08-25Be more paranoid about invalid gconf keysRoss Burton1-7/+22
2004-07-18Initialize cdromsRoss Burton1-0/+3
2004-06-10Use the new file selectorRoss Burton1-14/+13
2004-06-07Translate the sample album/track stringsRoss Burton1-0/+9
2004-06-07Close dialog when the WM close button is pressedRoss Burton1-1/+1
2004-05-14Add a new file patternRoss Burton1-0/+1
2004-05-07use existing CD drive if we can't find the one specified in GConf (Closes:Bastien Nocera1-7/+13
2004-04-16Wire up Help button in prefs dialogRoss Burton1-8/+47
2004-01-17Fix a double freeRoss Burton1-2/+1
2004-01-17Use the translated strings in the pattern drop-downRoss Burton1-1/+1
2004-01-03Fix memory leaksRoss Burton1-1/+1
2003-11-20Add an Eject when Finished preferenceRoss Burton1-18/+24
2003-11-12Allow empty directory patternsRoss Burton1-0/+1
2003-09-01updated from libbacon added more fine-grained errorsBastien Nocera1-26/+26
2003-08-26Add total tracks to the metadataRoss Burton1-0/+1
2003-08-05Handle unset file/path patternsRoss Burton1-2/+10
2003-07-02Add a label showing an example of the pathRoss Burton1-1/+58
2003-05-30Add : to the list of stripped characters, and zero-pad the track numberRoss Burton1-1/+1
2003-05-13Fix the file and path pattern option menus, they reflect reality and don't ch...Ross Burton1-6/+5
2003-05-08Start working on multiple encoding formatRoss Burton1-0/+26
2003-05-04Pattern UI fixes and GConf fixesRoss Burton1-49/+96