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 set svn:keywords property 2009-07-12 15:04:56 +00:00
clock.make Added 'keywords' and 'eol-style' properties. 2008-11-25 19:54:23 +00:00
clock_bitmap_strings.c Clock: Fix rendering. 2009-09-04 04:13:38 +00:00
clock_bitmap_strings.h set svn:keywords property 2009-07-12 15:04:56 +00:00
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 set svn:keywords property 2009-07-12 15:04:56 +00:00
clock_counter.c
clock_counter.h New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
clock_draw.c set svn:keywords property 2009-07-12 15:04:56 +00:00
clock_draw.h set svn:keywords property 2009-07-12 15:04:56 +00:00
clock_draw_analog.c set svn:keywords property 2009-07-12 15:04:56 +00:00
clock_draw_analog.h set svn:keywords property 2009-07-12 15:04:56 +00:00
clock_draw_binary.c Clock: Fix rendering. 2009-09-04 04:13:38 +00:00
clock_draw_binary.h set svn:keywords property 2009-07-12 15:04:56 +00:00
clock_draw_digital.c Clock: Fix rendering. 2009-09-04 04:13:38 +00:00
clock_draw_digital.h set svn:keywords property 2009-07-12 15:04:56 +00:00
clock_menu.c set svn:keywords property 2009-07-12 15:04:56 +00:00
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 set svn:keywords property 2009-07-12 15:04:56 +00:00
SOURCES