summaryrefslogtreecommitdiffstats
path: root/apps/settings_menu.c
AgeCommit message (Expand)AuthorFilesLines
2002-09-12Renamed "Browse Current" to "Follow Playlist"Hardeep Sidhu1-2/+2
2002-09-10Added function pointer argument to set_option(). This allows for instantaneou...Linus Nielsen Feltzing1-11/+10
2002-09-09Hardeep's browse current file patch. When hitting stop while playing, you wi...Eric Linenberg1-0/+7
2002-09-07Renamed 'load default config' to 'reset settings'. Made it work on recorder.Björn Stenberg1-23/+27
2002-09-06Added a 'Load Default Config' menu to the System menuJustin Heiner1-0/+30
2002-09-05let's see the speed of the scrolling as we set it (made string longer)Eric Linenberg1-1/+1
2002-09-05Scrolling now goes up to 30Eric Linenberg1-1/+1
2002-09-05Chris Pimlott's menu patch -- reorgainzes the menusEric Linenberg1-30/+91
2002-09-04lets make lines 80 chars shall we?Robert Hak1-21/+36
2002-09-04Made menu easier to understandEric Linenberg1-1/+1
2002-09-04Nate Nystrom's FF/RW min speed patchEric Linenberg1-0/+12
2002-09-04wps-display.c Justin Heiner1-1/+1
2002-09-03Added quick-set screens to F2 (play modes) and F3 (screen settings) in dir br...Björn Stenberg1-0/+4
2002-09-01Merged Magnus Holmgren's wps.config code.Björn Stenberg1-14/+0
2002-08-31USB Related: Justin Heiner1-5/+5
2002-08-30Fix for display of WPS settings in the menuJustin Heiner1-2/+2
2002-08-30Corrected bit masks for time setting menu.Markus Braun1-5/+5
2002-08-30Got rid of the old WPS, and use Custom WPS as the method of WPS updating. Als...Justin Heiner1-12/+0
2002-08-30Fixed a couple of problems with Zagor's commit, along with some of my own CUS...Justin Heiner1-1/+1
2002-08-29With proportional fonts on the recorder, the scroll speed indicator in scrollHeikki Hannikainen1-1/+1
2002-08-29Custom WPS update - works for recorder and player now. Also updated how the W...Justin Heiner1-9/+14
2002-08-29update to the ff/rw options accelerate optionsEric Linenberg1-12/+5
2002-08-28Nate Nystrom's ff/rw acceleration patchEric Linenberg1-0/+11
2002-08-26Added configurable disk spindown. The disk will also now not spin down while ...Björn Stenberg1-1/+10
2002-08-26When toggling shuffle from on to off while a playlist is playing, update the ...Hardeep Sidhu1-1/+1
2002-08-25Reduced max ffw/rew step size to 255s because we are storing the value in 1 byteHardeep Sidhu1-1/+1
2002-08-24global_settings are not for runtime state variables!Björn Stenberg1-1/+0
2002-08-24Update to the Custom WPS. Now actually works, can be fed any string, uses %xx...Justin Heiner1-0/+1
2002-08-23Remade the menu system slightly. All functions invoked from menus now useDaniel Stenberg1-15/+30
2002-08-23Fixed a problem with my #define CUSTOM_WPS - It didn't lower the menu items t...Justin Heiner1-4/+6
2002-08-22Bill Napier's patch slightly remodelled. This adds a setting calledDaniel Stenberg1-0/+6
2002-08-22Changed CUSTOM_WPS to be a define-only feature until it is more complete. To ...Justin Heiner1-2/+7
2002-08-22Added ability to have a Custom WPS Display on the Player. See the commited do...Justin Heiner1-2/+3
2002-08-19Expanded resume options: off/ask/onBjörn Stenberg1-1/+2
2002-08-19Added a 1 Line ID3 display for player that displays the PlaylistPos: Artist -...Justin Heiner1-1/+6
2002-08-16Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song,...Björn Stenberg1-1/+6
2002-08-15removed entry for status barMarkus Braun1-10/+0
2002-08-15New backlight settings with always-offLinus Nielsen Feltzing1-3/+7
2002-08-14Added fast forward and rewind (without sound). Patch by Hardeep Sidhu.Björn Stenberg1-0/+7
2002-08-13Added LCD contrast settingLinus Nielsen Feltzing1-0/+8
2002-08-09changed display format for time/date setting menuMarkus Braun1-10/+10
2002-08-09Added a time/date settingMarkus Braun1-0/+45
2002-08-07Added status bar to file browser and wpsMarkus Braun1-0/+10
2002-08-06API changes due to the RAM-based playlistsLinus Nielsen Feltzing1-2/+2
2002-08-06Added battery charger for the recorder and a power management debugger.Heikki Hannikainen1-1/+13
2002-08-02Magnus Holmgren's fix that now enables us to toggle shuffle on/off from theDaniel Stenberg1-0/+13
2002-07-22Loudness, Superbass and sorting patch by Heikki HannikainenLinus Nielsen Feltzing1-0/+6
2002-07-15Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen).Björn Stenberg1-0/+1
2002-06-27Abstracted settings user interface into set_bool, set_int and set_option.Björn Stenberg1-163/+17
2002-06-25Corrected declarationBjörn Stenberg1-1/+1