 |
|
- Version 0.5dev
|
 |
(Peter Marschall, 2006-10-02) - |
 |
 | |
Next to the current stable version, an 'unstable bleading edge' development
version exists. In this version new features are being tried. The current
development version is v0.5dev.
The development source code is in CVS, it is the main development branch.
For how to get it, see the
CVS page on sourceforge.
You can also
browse the CVS with your web browser.
Guillaume Filion has made a smoketest page to automatically test the current CVS code on various platforms.
You can contribute if you have a non-standard platform by periodically running the smoketest script.
Have a look at
http://lcdproc.sourceforge.net/smoketests/.
A lot of ideas for LCDproc have been existence for quite some time. In '98
there were already ideas to enable clients to control the LCDproc
menu system. They got worked out, but never got implemented. Also there
was the idea of dynamicly loadable driver modules. These ideas got me
going in creating 0.5, based on the 0.4.3 code. Currently 0.5 is
internally quite different from 0.4, and it offers some nice new features:
- A seemingly slightly modified menu system that is in fact a complete
rewrite. It now uses widgets itself, just like 'real' clients.
- The possibility for clients to add items to the menu.
- New menu items, like a ring, a numeric and an alphanumeric input.
To see what they do, download 0.5, which contains a demo menu.
- The menu uses icons.
- The driver modules are being loaded dynamicly.
- There is a new driver API with the following features:
- Key interface is now using descriptive key names instead of only
a character.
- More hardware abstraction: Vbar and Hbar now have their size
given in promilles, not in pixels.
- Predefined icons can be placed.
- There are fill-in functions for if a driver does not support a
function. If f.e. Vbars are not supported, they will be emulated.
Also, for icons there are standard replacements.
- Some new drivers were added.
- You can reload the configuration and the drivers with SIGHUP.
For all developers interested, there are some documents available about
developing for LCDproc. You can find them on the
documentation pages and
in the docs directory of the distribution.
Note that some documents are even more in development than LCDproc itself.
In other words: be prepared for some rather outdated texts ;)
If you want to write a client, you might want to have a look at the client
examples. There are some LCDd interface routines for Perl, and maybe some
other languages. Search the mailing list archive for some links.
All pending ideas should be in the TODO file in CVS that every developer can
modify. Currently this file contains:
There seem to be a problem getting the TODO file from CVS.
If you have an idea, or you want to write something for LCDproc, please speak
up on the mailing list ! It would be A Great WasteTM to program
features twice ;)
The 0.5dev code is quite stable, it seems to run quite well and
hardly crashes. There are no really big changes in the pipeline currently,
so for the coming time the functionality will remain pretty much as it is.
If you want to work on LCDproc code, I suggest you take 0.5dev.
|