summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-12-18Preserve song statistics when moving files or altering metadata. Conditions r...Miika Pekkarinen2-49/+238
2007-12-18Proper encodingLinus Nielsen Feltzing1-2/+2
2007-12-18Better translation of the recording settingsLinus Nielsen Feltzing1-2/+2
2007-12-18Updated Danish language. Small fixes to Czech translation. Closes FS#8300.Jonas Häggqvist2-39/+343
2007-12-17fix touchpad list codeJonathan Gordon1-19/+19
2007-12-17remove the duplicated gui_list struct and only duplicate the members which ar...Jonathan Gordon6-339/+206
2007-12-16Added file modify time field to the DB. Now metadata changes should be detect...Miika Pekkarinen2-67/+147
2007-12-16Add a new entry for songs with playcount less than 4 but having a high score.Miika Pekkarinen1-0/+1
2007-12-16PictureFlow improvements:Nicolas Pennequin1-244/+562
2007-12-16Check that the pointer isn't NULL before dereferencing it, just to be safe an...Nicolas Pennequin1-3/+5
2007-12-16Fix the crashes observed on the H10 5GB during the caching process. It was a ...Nicolas Pennequin1-6/+11
2007-12-15Quick fix to prevent freezing of H10 (possibly others too) when left at the d...Peter D'Hoye1-0/+7
2007-12-15Patch "Remain in PLViewer when move_track is canceled", by Lee Kang Hyuk. Clo...Antoine Cellerier1-1/+11
2007-12-15FS#7954: Free resources when speed testing a folder. Also simplify the error ...Magnus Holmgren1-13/+23
2007-12-14remove reference to non-existing variable to make rockbox compile with logf e...Robert Kukla1-1/+1
2007-12-13Another fix for file system issues when encountering disk full (like when rec...Peter D'Hoye3-3/+11
2007-12-13Ok, adding the hyphen again improves the pronounciation a bit (tested with es...Marianne Arnold1-3/+3
2007-12-13Swedish language update: use a more generic phrase for the .talk clips as the...Marianne Arnold1-6/+6
2007-12-12Sync norsk bokmål translation, with some inspiration from the nynorsk transl...Thom Johansen1-2684/+3404
2007-12-11PictureFlow fixes and improvements:Nicolas Pennequin5-66/+322
2007-12-11correction by Przemysław Hołubowski, closes FS#8205Marcoen Hirschberg1-2/+2
2007-12-11A final queue_post in voice_stop via. talk_force_shutup can try stopping PCM ...Michael Sevakis1-0/+4
2007-12-11Fixed a few typos spotted on IRC.Jonas Häggqvist1-2/+2
2007-12-11A couple fixes:Nicolas Pennequin1-5/+17
2007-12-10PictureFlow improvements by Jonas Hurrelmann:Nicolas Pennequin6-12/+50
2007-12-10FS #8294, nynorsk translation update by Karl Ove Hufthammer.Thom Johansen1-48/+319
2007-12-10Fix a file descriptor leakNicolas Pennequin1-2/+6
2007-12-10PictureFlow improvements:Nicolas Pennequin1-29/+95
2007-12-09Fix red.Nicolas Pennequin1-0/+3
2007-12-09Initial commit of the PictureFlow plugin, a nice visualization for album covers.Nicolas Pennequin10-4/+1675
2007-12-09Revert previous 'fix'. Did not actually fix the warning as I wasn't paying at...Dan Everton1-2/+2
2007-12-09Fix warnings in libfaadDan Everton1-2/+2
2007-12-09Unify the Ogg Vorbis and Ogg Speex metadata parsers.Dan Everton3-215/+57
2007-12-08Don't ask me how that happened.Thom Johansen1-1/+1
2007-12-08Crossfeed settings used to be stored inverted in the cfg file for legacy reas...Thom Johansen5-41/+26
2007-12-08Exclude an unneeded file from the voice codec build. Remove non-existing feat...Thom Johansen2-4/+1
2007-12-07Remove X11/win32 simulator rulesDave Chapman1-36/+0
2007-12-07Reformat and code police (tabs, trailing whitespace, annoying overuse of pare...Michael Sevakis10-1111/+1785
2007-12-07Save some bytes and reuse the settings saving code for eq preset saving.Dan Everton5-78/+61
2007-12-07More code policePeter D'Hoye1-6/+6
2007-12-07Code policePeter D'Hoye1-69/+79
2007-12-07Fix gradient selection bar in recording screenPeter D'Hoye1-3/+29
2007-12-06Make the "current line" value in the gradient style code zero-based, and an a...Nicolas Pennequin1-4/+4
2007-12-06metadata writing does not belong in the spc codecAdam Gashlin1-6/+0
2007-12-05OOps again, sorry :)Mustapha Senhaji1-5962/+4412
2007-12-05Oops correct a a little mistake.Mustapha Senhaji1-4411/+5962
2007-12-05FS#8244 Update Czech translation by Martin Crkovsky and add it to credits.Mustapha Senhaji1-3591/+4811
2007-12-05Correct the (C) info - I committed this on 15 June 2005 - r6715Dave Chapman1-1/+1
2007-12-04Set proper file attributes.Thom Johansen1-1/+1
2007-12-04Put A52/AC3 metadata parser in its own file. Cosmetic changes in metadata.c. ...Thom Johansen5-74/+109