- Uses getopt to handle the command line in a more standard way

- Organized code so the ui can be either qt or curses



git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@223 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf
2010-03-21 12:55:32 +00:00
parent c282873c17
commit f1018b20f8
2 changed files with 72 additions and 36 deletions

View File

@@ -99,4 +99,6 @@
- Added .desktop file on svn (Rev 216)
- Automatically fills some fields in the survey (Rev 217)
- When a query fails, shows the message of the exception (Rev220)
- Improved tokenizer for select in optimizations, now can accept operators in identifiers (Rev220)
- Improved tokenizer for select in optimizations, now can accept operators in identifiers (Rev220)
- Uses getopt to handle the command line in a more standard way
- Organized code so the ui can be either qt or curses