- continued on lino.forms (17.01.05) — The two first forms examples now work. Menus, accelerator keys. The next big feature to implement will be a datagrid (using Adamo datasources of course).
- moved html2oo to sandbox (17.01.05) — I moved lino:src/sandbox/html2oo.py to sandbox. I had a nice time with her, but this won't be a serious application... more
- new script html2oo (16.01.05) — The new script lino:src/sandbox/html2oo.py extracts unformatted data from a html file and creates an OpenOffice sxw or sxc file. Currently in fact only the tables because I wrote this script to extract the data from tables into a SpreadSheet. The script is not really finished. Nonetheless amazing how far developed a spontaneous idea on a Sunday evening...
- first lino.forms examples did work (15.01.05) — I have split the forms example into 3 parts (forms1.py, forms2.py and forms3.py) And the 2 first *did* work. But then I made some change and now the sizers are again messed up. It's true that wxPython can be frustrating! more
- mkdist now writes a dist.log (15.01.05)
- wrapper for the lino scripts (14.01.05) — lino:src/lino/runscript.py is a wrapper to call a Lino script.
- cleaned up (14.01.05) — Deleted some unused files in src/lino/timtools.
- prnprint now supports setLpi() (14.01.05) — setLpi() was still ignored by prnprint.
- copyright notices in Lino files (13.01.05) — «Information For Maintainers of GNU Software» says that years in copyright notices must be listed explicitly, without summarizing them to ranges. more
- started lino.forms (13.01.05) — lino.forms is going to be similar to lino.reports, but for «forms» instead of reports. A Form is what other libraries call Window, Frame or Dialog. For lino.forms they are all just Forms. more
- prnprint computed wrong font size (13.01.05) — fixed a bug in prnprint when computing the font size.
- automatic shutdown (12.01.05) — center uses now atexit.register() do make sure that the database connections are committed and closed when Python ends. more
- problems with pysqlite (11.01.05) — There is a bug in pysqlite 1.1.6. I wrote a testcase, reported the &atid=472543 bug and went back to version 0.4.3 since this is okay for Lino.
- changed syntax for Table.init() (11.01.05) — I changed (again) the API/syntax to define table fields. more
- multiple connections, populate() (10.01.05) — lino:tests/10.py is more difficult to find. Worked a whole day without getting it running. But quite some changes in adamo. Especially (1) better support for Multiple connections per database. (2) Populating databases more