summaryrefslogtreecommitdiffstats
path: root/apps/recorder
AgeCommit message (Expand)AuthorFilesLines
2007-12-15Quick fix to prevent freezing of H10 (possibly others too) when left at the d...Peter D'Hoye1-0/+7
2007-12-09Initial commit of the PictureFlow plugin, a nice visualization for album covers.Nicolas Pennequin2-4/+7
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-11-30BMP loader: Handle top-down BMP files (height is negative). Note that the e20...Jens Arnold1-4/+16
2007-11-30Repair the no-spinup on start/split feature of recording. Recording directory...Michael Sevakis1-30/+40
2007-11-26Make the recording screen handle button repeats correctly when changing gain....Linus Nielsen Feltzing1-0/+2
2007-11-25Make the variable for numbers of screens to update const on non-remote-lcd ta...Nils Wallménius1-1/+3
2007-11-21make check_dir use dir_exists and slightly optimise the latter Robert Kukla1-5/+2
2007-11-21consolidate the 3 file_exists() functions into one; use the version that expl...Robert Kukla1-20/+1
2007-11-20Make threads responsible for explicit cancellation of their own boosted statu...Michael Sevakis1-0/+5
2007-11-15Improved use of album name when locating the album art file: replace chars th...Magnus Holmgren1-34/+58
2007-11-12Add an error check, just to be safe.Nicolas Pennequin1-1/+2
2007-11-12Various album art improvements:Nicolas Pennequin2-9/+21
2007-11-11FS#8046: H10 FM tuner support. Thanks to Przemyslaw Holubowski for doing the...Barry Wardell1-0/+4
2007-11-11Album art support. Based on FS#3045, but heavily modified to adapt to MoB and...Nicolas Pennequin2-0/+324
2007-11-10Add read_bmp_fd and make the first parameter of read_bmp_file ("filename") co...Nicolas Pennequin2-27/+41
2007-11-07More voice for the radio: accept FS#6331.Stéphane Doyon1-8/+74
2007-10-19Mop up some yellow.Steve Bavin1-1/+3
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin2-13/+13
2007-10-16Disable highperf mode in the peakmeter for swcodec targets, as it makes no se...Jens Arnold1-3/+8
2007-10-10Add the vkeyboard line end beep to (swcodec) targets with non-modal keyboard....Jens Arnold1-2/+11
2007-10-10Slight code policing.Jens Arnold1-8/+9
2007-10-10Fix red Ondio builds. Hwcodec targets can't beep that way, so disable that be...Jens Arnold1-2/+8
2007-10-10Accessible keyboard: guard the beep with talk_menus_enabled()Stéphane Doyon1-4/+4
2007-10-10Make the virtual keyboard easier to use for blind users.Stéphane Doyon1-7/+37
2007-10-10Voice the recording trigger settings screen.Stéphane Doyon1-4/+8
2007-10-09Add a voice callback to dynamic menus, along side the text_callback.Stéphane Doyon1-1/+1
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis2-2/+1
2007-10-02Commit FS #7881 by Mark Arigo - enable radio on the Sansa c200. It seems that...Marianne Arnold1-1/+3
2007-09-28Make the gradient look better when more than one line is selected (running ti...Nicolas Pennequin1-1/+1
2007-09-27FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin1-13/+23
2007-09-22small optimisation: make a locally used function staticPeter D'Hoye1-2/+2
2007-09-20Make a few private functins static and use fewer bytes for constantsNils Wallménius2-8/+8
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon1-1/+1
2007-09-09Make peakmeters work for real in swcodec simulators instead of just showing r...Jens Arnold1-2/+2
2007-08-29The clipcount string used in the rec screen should have been named sysfont. F...Peter D'Hoye1-1/+1
2007-08-26only build the clipcounter for targets with recordingPeter D'Hoye1-5/+11
2007-08-25Implement FS #2976: Clip Counter for recording screen. If enabled in peak met...Peter D'Hoye5-36/+138
2007-08-20Make peak release work per tick as intended. But that's too fast, so it's not...Jens Arnold1-12/+6
2007-08-19Revert previous 'fix' and implement the correct one, thanks markun! :-)Nils Wallménius1-1/+4
2007-08-19Always reset glyph width for loadable keyboards fixes FS#6220Nils Wallménius1-3/+1
2007-08-18Make peakmeter release setting work in units per tick (was units per read), a...Peter D'Hoye1-3/+12
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius1-9/+9
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius2-17/+17
2007-08-03Final changes to the recording naming code, this should make jhMikeS happy ;)Peter D'Hoye1-12/+4
2007-08-02Even more optimizing for the recording name change...Peter D'Hoye1-22/+21
2007-08-02Simplify the source based recording file names a bit.Jens Arnold1-9/+6
2007-08-01Let recording create filenames based on the recording source, closes FS #921 ...Peter D'Hoye1-2/+31