Ghardeno: Change Log

2000-09-18
  • Fixed a "chunk overlocked" bug (in frmTitleSelectEvent).
  • Changed the minimum distance to recognize a "stroke" on an item.
  • Added a "Purge..." command in the "Item" menu, but did not implement it yet.
  • Truncated display of too long items.
  • Implemented hardware scrolling buttons.
  • Switched to "static" scrollbar, the dynamic one was buggy.
2000-09-19
  • Switched to Version 0.9.6.
  • Started an "incremental code cleanup" toward a true Table widget (reusable and all).
2000-09-23
  • Many more code cleanup.
  • Many bugs found...
  • ...and fixed at the same time.
  • Implemented non-visible selection/edition.
  • Fixed "last row grows and disappear" bug.
  • Switched to Version 0.9.7.
  • The scroll bar is now updated before the table (more eye-candy).
  • Code clean up leads to the creation of a new module: Database (abbrev = Db).
  • Fixed "edited row disappear if scrolling hit top or bottom" bug.
2000-09-25
  • Fixed the "display garbage for new record" bug.
  • Many bug introduced and fixed: cleaning code is a strange occupation.
2000-09-26
  • Removing record now just delete them (they are removed at hotsync).
2000-09-28
  • Changed "Remove item..." menu command to "Delete item...".
  • Added a "Del..." button (and squashed out the future top/bottom buttons).
  • The 'delete' command now ask for confirmation.
  • The 'delete' confirmation alert displays the text of the item to be deleted.
  • Implemented the "Purge..." menu command (ask for confirmation too).
  • The format and the 'delete' command can be used on a selected but not shown item.
  • New items copy format of the selection, but not the 'strokeness'.
2000-09-29
  • Switched to Version 0.9.8.
  • Implemented drag-scrolling.
2000-09-30
  • This one was a long fight: implemented categories.
  • Fixed the "tap title when there is no selection and crash" bug.
  • Released version 0.9.8.
  • Switched to Version 0.9.9.
  • The 'purge' command now only purge the current category.
  • Wrote nice dialogs to explain that to the user.
  • Category, scroll position, selection, edition status is now persistant.
  • Added a bullet befor each item.
  • Back to one click editing: you now have to grab the bullet for drag'n'drop and crossing.