summaryrefslogtreecommitdiff
path: root/apps/recorder/recording.c
AgeCommit message (Expand)Author
2008-03-08Simplify that clip indicator reset code a bitPeter D'Hoye
2008-03-08Reset recording clipping indicators when changing gain. Solves FS #6147Peter D'Hoye
2007-12-15Quick fix to prevent freezing of H10 (possibly others too) when left at the d...Peter D'Hoye
2007-12-07More code policePeter D'Hoye
2007-12-07Code policePeter D'Hoye
2007-12-07Fix gradient selection bar in recording screenPeter D'Hoye
2007-11-30Repair the no-spinup on start/split feature of recording. Recording directory...Michael Sevakis
2007-11-26Make the recording screen handle button repeats correctly when changing gain....Linus Nielsen Feltzing
2007-11-25Make the variable for numbers of screens to update const on non-remote-lcd ta...Nils Wallménius
2007-11-21make check_dir use dir_exists and slightly optimise the latter Robert Kukla
2007-10-19Mop up some yellow.Steve Bavin
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin
2007-10-10Voice the recording trigger settings screen.Stéphane Doyon
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis
2007-09-28Make the gradient look better when more than one line is selected (running ti...Nicolas Pennequin
2007-09-27FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin
2007-09-22small optimisation: make a locally used function staticPeter D'Hoye
2007-08-29The clipcount string used in the rec screen should have been named sysfont. F...Peter D'Hoye
2007-08-25Implement FS #2976: Clip Counter for recording screen. If enabled in peak met...Peter D'Hoye
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius
2007-08-03Final changes to the recording naming code, this should make jhMikeS happy ;)Peter D'Hoye
2007-08-02Even more optimizing for the recording name change...Peter D'Hoye
2007-08-02Simplify the source based recording file names a bit.Jens Arnold
2007-08-01Let recording create filenames based on the recording source, closes FS #921 ...Peter D'Hoye
2007-07-11Rearrange and cleanup settings codeJonathan Gordon
2007-07-10User configurable recording path (my patch in FS#7201). path defaults to / an...Jonathan Gordon
2007-06-22Prevent initial spinup when starting first file when in a stopped state on no...Michael Sevakis
2007-06-11When recording, disable voice menus without actually modifying user settings....Steve Bavin
2007-06-08Straighten out some audio path APIs and misc. audio stuff. Having recording i...Michael Sevakis
2007-06-05e200: Fix errors from recording addition and a warning that comes up when fix...Michael Sevakis
2007-05-30Move the setvol wrapper function to misc.c and use it in more places instead ...Nils Wallménius
2007-05-20Use bitmasks to define which inputs are available. Makes it easier to remove ...Michael Sevakis
2007-05-19Always save settings when leaving recording, not just when leaving recording ...Peter D'Hoye
2007-05-04Get samplerate switching working in the sim to be similar to on target. Make ...Michael Sevakis
2007-04-15Revert recording/repeat timer for now. It is useful as a feature, but didn't ...Jens Arnold
2007-04-15Recording countdown timer and repeat timer - see FS #6297 for more detailsMartin Scarratt
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold
2007-03-07Accept FS#6750, allow recording to start automatically (If alarm wakeup Jonathan Gordon
2007-03-03remove runtime detection of h1x0 series RTC MOD, but leave driver codeRobert Kukla
2007-02-28FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla
2007-02-18Do the CONFIG_LED defineJonathan Gordon
2007-02-18really fix red builds this timeJonathan Gordon
2007-02-17Fix most (all?) CONFIG_LED warnings.Magnus Holmgren
2007-02-08Revert the changes using global status for the screen states. It should wait ...Michael Sevakis
2007-02-07Change the radio screen and recording screen to use the global_status structu...Michael Sevakis
2007-02-07Don't save the in-out state of the recording screen as a setting. Fixes the s...Michael Sevakis
2007-02-06Ifdef some remote lcd code in the recording screen that is not used for non l...Nils Wallménius
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold
2006-12-25Next round of static'ing and related fixes.Jens Arnold