- Inserting rows in a form (16.04.06) — Replaced DataRow._query by _context and _store. Ran 107 tests in 76.750s. Committed revision 369.
- Managing changes (16.04.06) — I started to implement support for an "undo" function. This is not a trivial subject, but it has to do with DataGrid.insertRow(). more
- Inserting rows in a form (13.04.06) — Continued on Inserting rows in a form (10.04.06). Test suite is again ok, but the interactive demos are more work. Committed revision 367
- locking new rows (13.04.06) — New method DataRow.mustlock(). A new row cannot and doesn't need to be locked. But user code (ReportForm.beforeEdit() and ReportForm.afterEdit()) don't need to worry about this: lock() and unlock() for new rows are allowed but ignored.
- sync didn't work (12.04.06) — Fixed a bug in sync. Committed revision 366 (although most tests fail because Inserting rows in a form (10.04.06) is not finished. more
- Inserting rows in a form (10.04.06) — Inserting rows in a ReportForm is not currently possible. I am working on it.
- miscellaneous changes (09.04.06) — Moved lino.guessenc to lino.tools.guessenc. Removed obsolete lino.tools.guesscoding. Removed obsolete package lino.schemas. Ran 107 tests in 89.879s.
- guesslang now supports French (08.04.06) — Added support for French to lino.tools.guesslang. Adapted test 50. more
- New datatype AsciiType (08.04.06) — Added new datatype AsciiType and it's standard instance ASTRING. A StringType may contain Unicode strings, but an AsciiType not. The primary key of a table may no longer contain Unicode strings.
- fixed point mathematics (06.04.06) — I started to write a datatype to represent «prices» (that is, non-integer numerics with usually 2 decimal positions), but then discovered that this has been done before ;-) It is called «fixed point» mathematics, and there is a class FixedPoint to represent such values. more
- doctest versus unittest (06.04.06) more
- new class VolatileStore (03.04.06) — Committed revision 361. I splitted Store into BaseStore and started a new class VolatileStore. This is not yet usable, and I am not sure whether it makes sense. more
- New demo data for Contacts (31.03.06) — Committed revision 360. After changed database structure in Contacts (24.03.06) I had modified some demo data. Now I also adapted the test cases. more
- Working on wxforms (25.03.06) — Committed revision 359: Working on wxforms. more
- Changed database structure in Contacts (24.03.06) — Committed revision 358: Changed some tables of the Contacts schema. There is no more Partners and PartnerTypes table, but Contacts has pointers to Person and/or Organisation, and a new table Functions to specify the function of a person in an organisation. more