- Relation list is sorted

- Selects last item of history (so it scrolls)
- Fixes saving relations
- Simplified code, removing useless iterations



git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@281 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf
2011-03-20 21:49:02 +00:00
parent 6a93efd198
commit 4d78540440
4 changed files with 46 additions and 33 deletions

View File

@@ -15,6 +15,8 @@
- Float type recognition is more robust, now handled using a regexp
- Date type recognition is more robust, now using a combination of regexp plus date object
- Parsing of strings representing dates is now cached, eliminating the need for double parse
- Restyle of the GUI
- Adds history in the GUI
0.11
- Font is set only on windows (Rev 206)