November
21, 2007: We have added our initial set of
reorganized LINA GUI code to the source repository. This code replaces
the
original LINA GUI code and adds several programming usability features
including:
- Qt style signals and slots
- Java like garbage
collection
- Presentation-abstraction-view programming model
- Containers
- Functional
programming
- Better organized namespaces
- The lorax code processor
and generator
We are still transitioning code from the old library to the new
library. The differences between the libraries can be seen through
examination of the image program (samples/gui/image) which uses the old
library, and the calculator program (samples/gui/calculator) which uses
the new.