summaryrefslogtreecommitdiffstats
path: root/apps/recorder
AgeCommit message (Expand)AuthorFilesLines
2008-10-08New recording setting to configure how mono recordings are made. Previously, ...Peter D'Hoye1-0/+1
2008-10-08add morse input support to the Olympus m:robe 100, patch by Roy Wallace, FS#9450Marcoen Hirschberg1-0/+3
2008-08-20Fix broken h1x0 sim build by providing a stub for pcm_sample_rate()Peter D'Hoye1-0/+5
2008-08-20Recording screen: show spdif samplerate on SWCODEC targets (with spdif of cou...Peter D'Hoye1-5/+44
2008-08-20Recording screen: do not show L/R gain settings when recording mono; do not s...Peter D'Hoye1-7/+23
2008-08-19Accept FS #9301 by Christopher Williams: fix radio preset list after removing...Peter D'Hoye1-0/+2
2008-08-15Adapt comment to the fact that the splash is removedPeter D'Hoye1-2/+1
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius2-18/+14
2008-08-13Fix a small delay in updating the recording screen. This caused the screen no...Peter D'Hoye1-10/+10
2008-08-11Adapt clip counter to compact view of recording screenPeter D'Hoye1-2/+3
2008-08-10Recording screen: show a more compact view if 6 lines do not fit but 4 do. Sh...Peter D'Hoye1-2/+19
2008-08-07Style police, trigStat -> trig_statNils Wallménius1-2/+2
2008-08-06First step of the recording screen redesign. The screen is split into a fixed...Peter D'Hoye3-673/+537
2008-08-03A bit of code police, no functional changesPeter D'Hoye1-64/+67
2008-08-02Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se...Dominik Riebeling2-2/+2
2008-07-17fix FS#9200Jonathan Gordon1-0/+1
2008-07-05fix FS#9146Jonathan Gordon1-1/+1
2008-07-03Implement FS#8947 - Add a stub in the simulator for ata_disk_is_active. This ...Bertrik Sikken2-6/+2
2008-06-29Fix FS #9128: invalidate the peakmeter scales when switching between playback...Peter D'Hoye1-1/+7
2008-06-28fix redPeter D'Hoye1-1/+1
2008-06-28Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye2-22/+27
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg13-26/+52
2008-06-28Peakmeters: use screens[].getwidth() and not screens[].width as the latter on...Peter D'Hoye1-9/+12
2008-06-28Fix broken peakmeters: peakmeter was using viewport drawing code but absolute...Peter D'Hoye1-1/+2
2008-06-27Use the flash disk icon on all flash sttorage targets instead just on the Ond...Jens Arnold1-1/+1
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon1-21/+32
2008-05-29Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in...Peter D'Hoye2-12/+12
2008-05-29total removal of gui_textarea. The only thing using the text_message struct i...Jonathan Gordon1-31/+54
2008-05-29move the HAS_BUTTONBAR define to the config-<target>.h filesJonathan Gordon1-5/+0
2008-05-28Updated recording trigger screen (seems to be a feature almost noone uses?)Jonathan Gordon3-35/+29
2008-05-15Fix redPeter D'Hoye1-1/+3
2008-05-15Accept FS #8994: add another recording filesplit option: stop recording and s...Peter D'Hoye2-2/+17
2008-05-03Another round of making local functions static and making sure that source fi...Bertrik Sikken1-1/+1
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken3-1/+5
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2-2/+0
2008-04-26Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius1-3/+3
2008-04-20Killed unnecessary global variables by making them static.Bertrik Sikken2-5/+2
2008-04-19When looking for album art in /.rockbox/albumart/, use album artist rather th...Magnus Holmgren1-2/+5
2008-04-16Use file_exists and dir_exists functions where appropriate, fix one wrong fil...Nils Wallménius1-3/+3
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius1-2/+3
2008-04-07Remove some more simulator debugging output.Steve Bavin1-1/+0
2008-03-26Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman1-1/+1
2008-03-261) Make Rockbox reject any WPSs if there are errors loading any of the requir...Dave Chapman1-1/+6
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-3/+3
2008-03-21Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the Cust...Dave Chapman1-4/+4
2008-03-20Fix BMP loader for the iAudio M3 display.Jens Arnold1-23/+42
2008-03-18Make vkeyboard usable on M3.Jens Arnold1-2/+2
2008-03-08Simplify that clip indicator reset code a bitPeter D'Hoye2-10/+4
2008-03-08Reset recording clipping indicators when changing gain. Solves FS #6147Peter D'Hoye1-0/+4
2008-02-06Fix FS #8514 (remote peakmeter issue) by separating the peak release times fo...Peter D'Hoye1-0/+10