- #1 : lino.forms: values don't always get extracted [Todo] — Seems that textctrl doesn't get a killfocus event if ENTER triggers the form's default button. Tried with a validator: same effect: the validator also doesn't get called.
- #11 : how to find out the width of a console window? [Todo] — PurzelConsole currently uses a hard-coded width of 80. If actual width is less, then the display gets strange.
- #12 : Paging Datagrid [Todo] — Though it is amazing to see how quickly the wxPython Grid displays even Queries with 10000 rows, I plan to write a «paging grid»: with a pageLen parameter (number of rows displayed per page) and a page skipper (PgUp/PgDn) instead of a scroll bar.
- #16 : Option to quickly remove/reset a database [Todo]
- #18 : Dialog for printer parameters [Todo] — Pressing F7 or Sh-F7 currently always creates an .sxc file and launches OpenOffice. There must be a dialog where the user can see and set printing parameters.
- #20 : Keeper [Todo]
- #24 : program too big to fit in memory [Todo] — If I launch openurl.py from inside TIM, it appearently doesn't free it's memory. After some calls I get the Windows message «program too big to fit in memory». Restarting TIM solves the problem for the next few calls.
- #27 : use NSIS instead of InnoSetup? [Todo] — mkdist.py could use NSIS as alternative to InnoSetup.
- #30 : move schemas.sprl to adamo.stdlib [Todo]
- #31 : lino.forms with curses? [Todo] — Some reading for when I start to write a curses implementation for lino.forms.
- #32 : migrate oogen to gendoc [Todo] — Migrate oogen to gendoc.
- #33 : wx.Grid ignores key events if mouse cursor is above a grid line [Todo]
- #38 : tixforms proof of concept [Todo]
- #39 : split Application into a new GuiApplication [Todo] — I should move the following methods out of Application into a new class GuiApplication: addProgramMenu(), run(), showMainForm(), and xxxSession(), shutdown()
- #41 : subclassable Forms [Todo]
- #42 : new paradigm to handle Details [Todo]
- #43 : CheckBox object has no attribute 'IsModified' [Todo]
- #44 : Querying non-stored objects? [Todo]
- #45 : Inserting rows in a form [Todo]
- #46 : Importing HTML to OpenOffice [Todo] — There are some bugs in the OpenOffice.org HTML importer which I describe here in the hope that it helps to fix them.
- #47 : prnprint output shifted right on a Lexmark Optra T612 printer [Todo] — A customer reported that prnprint produces correct output on an Epson Stylus D88 printer while the same document is shifted about 1/6 inch to the right on a Lexmark Optra T612 printer.
- #49 : Use lino.gendoc to print invoices from TIM [Todo]
- #50 : Installing Lino on Mare's machine [Todo]