summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2011-02-16Use 35-Adobe-Helvetica as default font on maemo. 27-Adobe-Helvetica is too smallThomas Jarosch1-1/+1
2011-02-16Fix buffer size used for realpath() callThomas Jarosch1-1/+1
2011-02-16FS#11933: Check for external album art if embedded album art fails to load.Magnus Holmgren1-49/+56
2011-02-16No need to cast away const. Thanks to sideralThomas Jarosch1-1/+1
2011-02-16RaaA: Fix tagcache filename lookups for paths containing symbolic linksThomas Jarosch1-1/+8
2011-02-15Treat unknown RaaA platforms like SDL for last.FM scrobbler log file. Fix yellowThomas Jarosch1-3/+6
2011-02-15RaaA: Fix last.FM scrobbler log file locationThomas Jarosch1-9/+34
2011-02-15Correct the metadata's VBR flag for MP4 files. ALAC is native VBR, AAC very u...Andree Buschmann1-2/+4
2011-02-152nd try: All AAC-HE files will double the frame sample count, not only AAC-HE...Andree Buschmann1-12/+3
2011-02-15Undo unwanted commit r29310.Andree Buschmann9-36/+36
2011-02-15All AAC-HE files will double the frame sample count, not only AAC-HE files wi...Andree Buschmann9-36/+36
2011-02-15Fix the shutdown sequence for maemo, SDL and simulator buildsThomas Jarosch1-1/+1
2011-02-14Update Swedish translation.Magnus Holmgren1-7/+21
2011-02-14Czech language: Some minor terminology changes by Marek Salaba FS#11935Mustapha Senhaji1-16/+16
2011-02-14Some languages updates for the upcoming release:Mustapha Senhaji3-0/+143
2011-02-14All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis8-26/+33
2011-02-14Code police buffering.c a little - use already predominant style - shorted li...Michael Sevakis1-94/+61
2011-02-14Buffering: tin cup. Update threading structure and handle rebuffer more relia...Michael Sevakis1-264/+319
2011-02-14Leave a gap between all handles because ringbuf_add_cross interprets equal po...Michael Sevakis1-14/+26
2011-02-13FS#11937 by Marcin Bukat - update Polish translation.Alex Parker1-0/+70
2011-02-13Do not fiddle with audiobuf in talk_init() when no voice file is present. Avo...Andree Buschmann1-5/+5
2011-02-13Explicitly say 'minutes' when speaking the runtime, fixes FS#11934.Andree Buschmann1-1/+1
2011-02-13Update german translation.Andree Buschmann1-0/+42
2011-02-13Explicitely say 'minutes' when speaking the battery time, fixes FS#11932.Nils Wallménius1-1/+1
2011-02-13Needed to do a few more things to have r29291 correct.Michael Sevakis1-7/+7
2011-02-13FS#11928 by Marek Salaba - Update of Czech languageAlex Parker1-13/+55
2011-02-13FS#11929 by Gabriel Maia - Portuguese translation update.Alex Parker1-0/+42
2011-02-13Change add_handle to never have side effects on the buffer if it fails. It ac...Michael Sevakis1-6/+5
2011-02-12Oops. Put back some changes to go only with others.Michael Sevakis1-0/+9
2011-02-12Fix move_handle in buffering. Calculating wraps by buffer_len - 1 is incorrec...Michael Sevakis1-43/+47
2011-02-11Use menu layout for sleep timer that is consistent to other timers. Closes FS...Andree Buschmann1-1/+1
2011-02-11Make sure there is a logo for LCD_WIDTH>480 && LCDWIDTH<600 (useful for 600x1...Frank Gevaerts1-1/+1
2011-02-11autoresume: Match full directory path names only in autoresumable()Michael Hohmuth4-26/+42
2011-02-10Always do proper mp3entry copying instead of using bufread directly. Add bufr...Michael Sevakis1-18/+20
2011-02-10Fix a couple of typos in the comment in english.lang. Whether the comment is ...Alexander Levin1-3/+3
2011-02-10Fix test plugin build.Andree Buschmann1-0/+2
2011-02-10audio_peek_track should copy the struct mp3entry instead of pointing directly...Michael Sevakis2-12/+15
2011-02-10autoresume: Simplify configuration option for resume on automaticMichael Hohmuth1-3/+3
2011-02-10buffering: Don't execute move-handle-ony case if handle is of metadata type (...Michael Sevakis1-21/+17
2011-02-09Hopefully all green nowThomas Martitz2-1/+1
2011-02-09Fix remaining reds.Thomas Martitz1-0/+1
2011-02-09Disable buffering codecs (and code generally) on RaaA.Thomas Martitz3-5/+17
2011-02-09Fix red. Not all targets have album art support.Thomas Martitz1-1/+2
2011-02-09Embedded album art support in MP3/ID3v2 tags.Thomas Martitz7-21/+213
2011-02-09Buffering should align itself and not rely on buffering_reset parameters when...Michael Sevakis1-0/+5
2011-02-09buffering: Fix a case that could allow widx to fully wrap to ridx and overflo...Michael Sevakis1-2/+2
2011-02-08Fix red: Do not compile autoresume() function for the database tool.Michael Hohmuth1-0/+2
2011-02-08Add option to resume next track on automatic track changeMichael Hohmuth7-28/+165
2011-02-08Do not update resume information and do not log statistics when aMichael Hohmuth2-3/+17
2011-02-08Make enable-autoresume option more consistent with other settings.Michael Hohmuth12-82/+116