summaryrefslogtreecommitdiffstats
path: root/apps/recorder
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon2-8/+0
2007-07-14Fix all the red this time?Michael Sevakis1-0/+3
2007-07-14Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis2-110/+55
2007-07-11Rearrange and cleanup settings codeJonathan Gordon2-0/+80
2007-07-10User configurable recording path (my patch in FS#7201). path defaults to / an...Jonathan Gordon1-29/+29
2007-07-03Accept FS #7303 by Christoph Reiter: add context menu to FM radio entry in ma...Peter D'Hoye1-2/+2
2007-06-25Give recording related menu entries a recording icon (settings and radio menu...Peter D'Hoye1-2/+2
2007-06-22Prevent initial spinup when starting first file when in a stopped state on no...Michael Sevakis1-48/+79
2007-06-11When recording, disable voice menus without actually modifying user settings....Steve Bavin2-14/+14
2007-06-08Straighten out some audio path APIs and misc. audio stuff. Having recording i...Michael Sevakis3-98/+21
2007-06-06Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed int...Michael Sevakis1-4/+30
2007-06-05e200: Fix errors from recording addition and a warning that comes up when fix...Michael Sevakis1-0/+2
2007-06-04FS #7247 by Gerhard Dirschl. Fixes bufferoverflow in radio code.Peter D'Hoye1-2/+2
2007-06-03e200: Add KBD_CURSOR_KEYS and KBD_MODES to the keyboard.Michael Sevakis1-0/+4
2007-05-30Move the setvol wrapper function to misc.c and use it in more places instead ...Nils Wallménius2-16/+6
2007-05-20Use bitmasks to define which inputs are available. Makes it easier to remove ...Michael Sevakis2-54/+43
2007-05-19Always save settings when leaving recording, not just when leaving recording ...Peter D'Hoye1-2/+3
2007-05-05Fix buffer overflow when adding a radio preset.Magnus Holmgren1-1/+1
2007-05-04Enable KBD_CURSOR_KEYS and KBD_MODES on Gigabeat. Enter things any way you like.Michael Sevakis1-0/+2
2007-05-04Get samplerate switching working in the sim to be similar to on target. Make ...Michael Sevakis1-13/+6
2007-04-25Change some ifdefs for the recent backdrop changes (fixes the yellow builds) ...Nicolas Pennequin2-201/+0
2007-04-25Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, ...Nicolas Pennequin2-0/+67
2007-04-25Make bitmaps use the right format in a RWPS and prevent a backdrop tag in a R...Nicolas Pennequin1-7/+2
2007-04-16Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon4-99/+7
2007-04-15Revert recording/repeat timer for now. It is useful as a feature, but didn't ...Jens Arnold4-179/+7
2007-04-15Recording countdown timer and repeat timer - see FS #6297 for more detailsMartin Scarratt4-7/+179
2007-04-12Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold1-3/+3
2007-04-11/me fail english? thats unpossibleJonathan Gordon1-1/+1
2007-04-11Fix the comment, read_bmp_file() returns >=0 for success, not 0Jonathan Gordon1-1/+2
2007-03-29Accept FS#6918 - Remove Nested Functions by Tim Ross. Adjust some names. Hunt...Michael Sevakis1-9/+9
2007-03-19Draw peakmeter scale marks in foreground color instead of inversed background...Nils Wallménius1-2/+1