boercher
902088872f
new MenuItem attribute char* successor_id
2005-06-01 22:45:24 +00:00
boercher
f1d5e0fa82
implemented -next option
...
- refactored menu result code into separate functions (Volker
Boerchers)
2005-06-01 22:44:56 +00:00
boercher
24fa24b86d
- new option -next
...
- option -parent is marked as for menus only
2005-06-01 22:44:39 +00:00
boercher
a5ff8a4f98
ignore generated files
2005-06-01 22:42:58 +00:00
marschap
ea214762ef
little changes: arg reordering, ...
2005-05-31 14:53:18 +00:00
marschap
b4d557123c
reduce number of global/static variables;
...
make KeyRing and ReceiveBuffer functions take the KeyRing/ReceiveBuffer as an argument;
adapt CFontz633.c CFontzPacket.c accordingly;
remove superfluous functions; more effective writing; correct max. packet size
2005-05-30 16:56:29 +00:00
marschap
a1adadfe8d
add Lucian Muresan's LCDproc 0.5 port port of Venky's iMON driver
2005-05-29 20:47:58 +00:00
marschap
6508a57be7
remove obsolete function declarations, declare functions & variables only
...
locally used as static; remove duplicate and unised code
2005-05-29 19:42:47 +00:00
marschap
75a545c2eb
fix some typos to make the files compile in the current CVS
2005-05-29 19:40:21 +00:00
marschap
6a407f22bb
adapt style to that of CFontz633.c & CFontzPacket.c
2005-05-29 19:10:58 +00:00
marschap
4b4e7fc88c
convert to the use of PrivateData *, harmonize with CFontzPacket.c
2005-05-29 19:06:20 +00:00
marschap
9e7c90d1ef
lots of little fixes for harmonizing it with CFontz633.c
2005-05-29 17:59:43 +00:00
marschap
775ac47a30
minor spacing "fix"
2005-05-29 17:43:09 +00:00
marschap
be2994832a
do not assume PrivateData != NULL on closing
2005-05-29 17:42:01 +00:00
marschap
79cfbc7b13
patch by Helmut A. Bender: use iopl(3) instead of iopl(1)
...
According to some googling this seems the more correct way to call iopl()
2005-05-27 17:52:10 +00:00
marschap
ff290254f0
make sure docs/lcdexec.1 gets included into the generated tar files
2005-05-26 20:07:06 +00:00
marschap
28e1b7f42e
correct number of arguments in battery_screen
2005-05-26 20:02:32 +00:00
marschap
f562bb6c57
added patch from Lucian Muresan to make irman driver compile again
...
(note: nobody said it works ;-)
2005-05-26 19:49:01 +00:00
marschap
6dd702cd70
fix previous commit
2005-05-26 18:38:48 +00:00
marschap
e01689cc1d
space cleanup and some preparations for PrivateData
2005-05-26 18:02:32 +00:00
marschap
3658cedc35
space cleanup
2005-05-26 17:41:54 +00:00
marschap
8296d0b716
overhauled CFontz633io.c: doxygen'ated it, added more check for cyclical fifos, ...
2005-05-26 15:00:49 +00:00
marschap
0fb7404fbb
use variable gauge_hgt for gauge heights, no purely numeric widget names
2005-05-22 17:50:17 +00:00
marschap
9e5fa7ae04
extracted utility functions into util.c, use utility functions where possible,
...
add sample output to each screen function
2005-05-22 15:28:04 +00:00
marschap
82f8f7b19d
overhauled CPU displays to use whole LCD
2005-05-22 09:04:00 +00:00
marschap
3771a8273e
added .cvsignore files, thanks to Volker Boerchers for his contribution
2005-05-22 07:16:48 +00:00
marschap
00c0ca9b9b
generate output fitting exactly on the LCD
2005-05-21 18:39:00 +00:00
marschap
cff06d9b92
smaller changes
2005-05-21 18:38:10 +00:00
marschap
7049e621c7
make lcdexec.1 config file example be displayed preformatted
2005-05-21 16:06:44 +00:00
marschap
9ead481dbb
remove duplicate code: make sock_send_string() depend on sock_send();
...
use defined constants and character constants instead of simple ascii values;
new function sock_printf(): format data using vsnprintf and send it
2005-05-21 14:55:46 +00:00
marschap
0571ae69e6
minor re-wording
2005-05-21 14:29:29 +00:00
marschap
9bcbff7601
move README.glcdlib ro docs/; include docs/lcdexec.1 & LCDclients.conf into
...
the appropriate Makefile.am files to get them into the nightly tar balls
2005-05-21 12:12:50 +00:00
gfk
702b0be737
Added hd44780-lcdserializer.c and hd44780-lcdserializer.h
2005-05-20 17:41:35 +00:00
marschap
4ad0a971eb
add sample client configuration file LCDclients.conf
2005-05-20 15:19:45 +00:00
marschap
a6ddf8b990
new menu_set options: -parent and -is_hidden
...
So all types ahve the following options:
-text "text" ("")
Sets the visible text.
-is_hidden false|true (false)
If the item currently should not appear in a menu.
-parent id ()
Sets the parent of this item.
Additionally menu_goto accepts an optional <parentid>
arg. (V.Boerchers)
2005-05-20 09:44:47 +00:00
marschap
30d5d97c68
new: 'menu_set_main' (V.Boerchers)
2005-05-20 09:44:37 +00:00
marschap
1ae61a42e0
- Implementation of a new menu command 'menu_set_main'. New
...
'custom_main_menu' instead of 'main_menu' is used for
navigation. The "real" main menu is saved in a variable
- Adaptation to the MenuItem changes (V.Boerchers)
2005-05-20 09:44:30 +00:00
marschap
2ae8430f6e
MenuItem has a new property 'client': every menue knows
...
which client it belongs to (V.Boerchers)
2005-05-20 09:44:22 +00:00
marschap
84c810f0ec
- Implementation of 'hidden' menus
...
- addition of the new MenuItem property 'client' obsoletes
'association' for this task, so it's only used for driver
(look for menu_set_association() in menuscreens.c) (V.Boerchers)
2005-05-20 09:44:12 +00:00
marschap
4e08a3d944
- updated for new menu commands
...
- corrected: menuscreen_goto -> menu_goto (V.Boerchers)
2005-05-20 09:44:04 +00:00
marschap
b7f4c1d450
changed option --enable-permissive_menuscreen_goto ->
...
permissive_menu_goto (V.Boerchers)
2005-05-20 09:43:42 +00:00
marschap
59a5a78947
added Lucian Muresan's patch to check for glcdprocdriver at compile time
2005-05-20 08:27:36 +00:00
marschap
7c6d32223b
revamped KeyRing functions: stricter checks
2005-05-20 08:04:21 +00:00
marschap
d48ed1f8ed
longer sleep() after reset to solve display issues (according to Tom Scofield)
2005-05-20 07:37:17 +00:00
marschap
bee8839ac4
correct gauge sizes in case of height >= 4
2005-05-19 19:09:04 +00:00
marschap
7222b6d7f3
prettified lcdproc screens in mem.c: made them use the LCD screen estate
...
available and corrected a bug which gave wrong results for widths != 20
2005-05-17 18:50:41 +00:00
marschap
b23db720cb
updated hd44780.docbook with Matteo Pillon's lcdserializer documentation patch
2005-05-17 18:13:15 +00:00
marschap
e2cd8a6b0e
corrected line / column permutation in CF633_flush
2005-05-17 09:36:44 +00:00
marschap
c6b010848f
better use LCD screen estate if (width != 20)
2005-05-16 18:41:57 +00:00
marschap
0cb60954be
added support for CF635 (maybe incomplete, untested),
...
converted to have private data in PrivateData *
prettified a few functions
2005-05-16 17:17:35 +00:00