- simplified linegui checking if query is an assignment

- Reports missing GUI modules
- Will not load relations if given name is not valid
- Will not execute if relation dest name is not valid



git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@283 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf
2011-03-21 07:43:57 +00:00
parent e563972436
commit 8065f65d2d
5 changed files with 44 additions and 41 deletions

View File

@@ -17,6 +17,7 @@
- Parsing of strings representing dates is now cached, eliminating the need for double parse
- Restyle of the GUI
- Adds history in the GUI
- Checks if given name to relations are valid
0.11
- Font is set only on windows (Rev 206)