summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
AgeCommit message (Expand)Author
2009-01-03Fix some reds.Nils Wallménius
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon
2008-12-25Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama...Michael Giacomelli
2008-12-17Changed some default settings for the 3.1 release:Björn Stenberg
2008-12-10add some missing ifdef HAVE_TAGCACHE checks spooted by funmanJonathan Gordon
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis
2008-11-26Add hardware backlight fading on Gigabeat S with fade up and down options in ...Michael Sevakis
2008-11-26Add software backlight fading for E100/H300/X5/D2, by Thomas Martitz and othe...Steve Bavin
2008-11-05FS#9525 - The list for the quickscreen items chooser turned out to not really...Jonathan Gordon
2008-11-03- handle the custom option type in settings dumper (not very well though but ...Jonathan Gordon
2008-11-03Make local functions staticBertrik Sikken
2008-11-03FS#9515 - customisable quickscreen. Allows you to choose which setting you wa...Jonathan Gordon
2008-11-03Add a setting type which is completly user-defined. This setting type cannot ...Jonathan Gordon
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts
2008-10-26Add a simple plugin (apps/settings_dumper.rock) which dumps the valid values ...Jonathan Gordon
2008-10-23Just correct a typo in a comment.Mustapha Senhaji
2008-10-23Accept FS#9504 - make the FILENAME_SETTING() macro more user-proof, also rena...Jonathan Gordon
2008-10-08New recording setting to configure how mono recordings are made. Previously, ...Peter D'Hoye
2008-10-07add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki...Frank Gevaerts
2008-09-21more slight playlist resume cleanuping... dont bother saving the playlist fir...Jonathan Gordon
2008-09-20FS#9408 - dont bother saving the random seed in global status. I'm 99.9% sure...Jonathan Gordon
2008-09-08Something horrible happened with binsize, so revert FS#8894 completely (for n...Steve Bavin
2008-09-08Add timestretching from FS#8894, as written by Stephane Doyon based on work b...Steve Bavin
2008-09-03Fix default font names in the settings code (FS #9358 by Thomas Schott).Jens Arnold
2008-08-18Skip length: restore the ability to skip by just a few secondsStéphane Doyon
2008-08-10fix FS#9259 - the trigger screen changes a while ago broke the trigger type s...Jonathan Gordon
2008-08-06First step of the recording screen redesign. The screen is split into a fixed...Peter D'Hoye
2008-07-14Rename and rework the "Study Mode" menu into the "Skip Length" setting. Updat...Thom Johansen
2008-06-29rename the "seek accel" setting because the old values mean something differe...Marcoen Hirschberg
2008-06-28this function is not used by scrollwheel targetsMarcoen Hirschberg
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-28implement smooth seeking acceleration for audio playback and mpegplayerMarcoen Hirschberg
2008-06-07fix some whitespaceJonathan Gordon
2008-05-29Gigabeat F/X:Michael Sevakis
2008-05-28Updated recording trigger screen (seems to be a feature almost noone uses?)Jonathan Gordon
2008-05-15Accept FS #8994: add another recording filesplit option: stop recording and s...Peter D'Hoye
2008-05-14Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlig...Michael Sevakis
2008-05-11Code police and cleanupPeter D'Hoye
2008-05-04Accept FS#6188: study mode.Stéphane Doyon
2008-05-01Change the default of accessory power supply to <true>.Andree Buschmann
2008-04-20Adding new setting to System Settings <Accessory Power Supply -- off by defau...Andree Buschmann
2008-04-19Introduce support for passing decimal numbers in talk ids and speak them, use...Nils Wallménius
2008-03-06Change default font to R12 for the gigabeat too.Michael Giacomelli
2008-02-27Fix default iconsets for targets with small mono LCDs (Archos Recorders and O...Jens Arnold
2008-02-23Fix line selector default for non-colour targets. Type 3 made the selector va...Jens Arnold
2008-02-23Opps.Michael Giacomelli
2008-02-23Default to helvR10 for new ports that do not yet have a default theme defined.Michael Giacomelli
2008-02-23Make cabbiev2 the default theme. Should not have any impact if you have alre...Michael Giacomelli
2008-02-23Remove font_file from the settings struct on the Archos Player - it isn't used.Dave Chapman
2008-02-05(Hopefully) Revert the quickscreen changes. Many fixes need to be made, Paul Louden