rockbox/apps/gui
Jonathan Gordon a22749b5c6 FS#9525 - The list for the quickscreen items chooser turned out to not really be usable so try this instead.
Settings in the menus will now have a context menu where you can reset the setting and if its OK to put it on the quickscreen there will be options there to put it on it.

Also, ban last.fm and cuesheet support settings from the QS


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19013 a1c6a512-1295-4272-9138-f99709370657
2008-11-05 09:30:20 +00:00
..
bitmap Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN 2008-08-23 09:46:38 +00:00
charcell Change screens memebers char_width, char_height and nb_lines to functions returning a calculated value. Fixes FS #9361 because the values were calculated based on sysfont, not the user selected font. 2008-09-07 20:09:11 +00:00
backdrop.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
backdrop.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
buttonbar.c fix red 2008-06-28 21:02:43 +00:00
buttonbar.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
color_picker.c fix red 2008-09-07 20:22:47 +00:00
color_picker.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
gwps-common.c * Make %t stricter by aborting if a value is not given. 2008-10-11 13:49:38 +00:00
gwps-common.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
gwps.c Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*. 2008-11-01 16:14:28 +00:00
gwps.h Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. Moved mp3data.c/h from firmware to apps. 2008-10-15 06:38:51 +00:00
icon.c Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps and OBJDIR/pluginbitmaps, and plugins properly depend on their respective bitmap files. Fixes #6847. 2008-11-03 14:37:50 +00:00
icon.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
list.c Alternate fix for the bug fixed by FS#9163, the selection in the playlist viewer was one line too low, which caused it to be off-screen if the last item was selected. The cause was that the selected item was set before the list title, fixed by re-calculating the position of the selected item after setting the title. 2008-10-13 12:16:06 +00:00
list.h redo the previous commit so its actually useful. 2008-09-25 08:12:25 +00:00
option_select.c FS#9525 - The list for the quickscreen items chooser turned out to not really be usable so try this instead. 2008-11-05 09:30:20 +00:00
option_select.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
pitchscreen.c yes... i'm just trying to boost my ohloh score! 2008-10-05 13:45:21 +00:00
pitchscreen.h Accept FS#9231 - viewportify the pitch screen by Thomas Martitz. 2008-10-05 13:01:54 +00:00
quickscreen.c FS#9525 - The list for the quickscreen items chooser turned out to not really be usable so try this instead. 2008-11-05 09:30:20 +00:00
quickscreen.h FS#9525 - The list for the quickscreen items chooser turned out to not really be usable so try this instead. 2008-11-05 09:30:20 +00:00
scrollbar.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
scrollbar.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
splash.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
splash.h FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
statusbar.c Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. Moved mp3data.c/h from firmware to apps. 2008-10-15 06:38:51 +00:00
statusbar.h Accept FS#9480 - centralise and organise the events in the apps/ layer. 2008-10-16 10:38:03 +00:00
viewport.c Remove a viewport ambiguity by changing the screens width/heigth members into lcdwidth/lcdheight. Normal usercode should always use getwidth()/getheigth() as that returns the viewport width/height. Fixes issues that would have appeared in many places when introducing viewports with sizes != lcd sizes. 2008-06-28 20:45:21 +00:00
viewport.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
wps_debug.c * Make %t stricter by aborting if a value is not given. 2008-10-11 13:49:38 +00:00
wps_parser.c Don't accept 0 for the width or height of a progress bar in the %pb tag. A zero width causes a divide by zero, and a zero height simply doesn't make any sense, so we assume it was a mistake. 2008-10-22 21:35:38 +00:00
yesno.c revert that scroll engine stuff... good in theory, but broken. 2008-07-02 13:02:57 +00:00
yesno.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00