Peinthor Rene
b36800ea02
disable editing of table data if not a new table
...
we currently don't support it
2013-03-28 19:00:45 +01:00
Peinthor Rene
bf29ebb37c
add new field properties default value and check constraint
2013-03-19 17:18:52 +01:00
Peinthor Rene
1b0d5a2ff9
Fix view updating after remove field in edittable dialog
...
rename the FieldList typedef to FieldVector
use a object instead of a table pointer in edittable dialog
2013-03-19 17:18:52 +01:00
Peinthor Rene
05da4bfe8e
Rework the create/modify table dialog.
...
In the crusade to remove the ugly edit field dialog.
Editing tables does currently not work because of a locking issue.
2013-03-16 20:22:23 +01:00
Peinthor Rene
c5dafe9617
avoid useless string copies and fix a bug with logSQL because of that
2013-01-26 10:23:04 +01:00
Martin Kleusberg
e4e840dc38
Make many methods and attributes of classes private
...
Make most variables, functions, slots etc. private instead of public.
Also make the constructors explicit.
2013-01-20 16:00:09 +01:00
Martin Kleusberg
88e4b177a4
Simplify and unify the dialog initialisation a bit
2013-01-18 15:12:08 +01:00
Martin Kleusberg
cda16ba0fb
Remove the modified flag in the EditTableDialog
...
Remove the flag storing the mofification status in the edit table
dialog. It's only been used in one place and there it was not even
really needed - so why bothering updating and maintaining it?
2013-01-08 21:24:45 +01:00
Martin Kleusberg
24c3eca2e5
Rename dialog files and classes
...
Rename the files and classes for the dialogs to share all the same
naming pattern. This should make navigation in the code a bit easier.
Do not include dialogs not rewritten yet; they'll be edited as they are
redesigned.
2013-01-08 21:19:01 +01:00