rockbox/apps/plugins/clock
Thomas Martitz 20e9d56ba5 S#10387 - Rework pluginlib actions
It changes pluginlib actions to contain only a single and simple context (and
other one for remote directional buttons),
consisting of 7(9) buttons: up/down/left/right, select OR short select and long
select, exit and cancel (plus 2 for scrollwheel targets).
This ensures contexts don't clash with other contexts and simplifies them, at
the expense of reduced versatility. However, the versatility made it largely unusable
due to the great number of targets.
This should allow for using pluginlib actions safely for the most simple plugins (e.g. almost all demos).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26202 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 17:41:28 +00:00
..
clock.c S#10387 - Rework pluginlib actions 2010-05-20 17:41:28 +00:00
clock.h
clock.make
clock_bitmap_strings.c Clock: Fix rendering. 2009-09-04 04:13:38 +00:00
clock_bitmap_strings.h
clock_bitmaps.c Fix STRIDE macro for multiscreen and add stride support for picture lib. 2009-09-04 00:46:24 +00:00
clock_bitmaps.h
clock_counter.c
clock_counter.h
clock_draw.c
clock_draw.h
clock_draw_analog.c
clock_draw_analog.h
clock_draw_binary.c Clock: Fix rendering. 2009-09-04 04:13:38 +00:00
clock_draw_binary.h
clock_draw_digital.c Clock: Fix rendering. 2009-09-04 04:13:38 +00:00
clock_draw_digital.h
clock_menu.c
clock_menu.h
clock_settings.c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
clock_settings.h
SOURCES