[Kexi] koffice/kexi
Jaroslaw Staniek
js at iidea.pl
Thu Dec 8 19:07:37 CET 2005
SVN commit 486767 by staniek:
General
- custom "Identifier" property type and editor added (allows only entering identifiers);
used in Table/Form/Report Designers
Table Designer
- Field captions can be now entered by users instead of names.
Field names are then automatically generated.
- fixed problem with undo button for subtype combo box
- support for BLOB (Object) type; "Image" is now the only subtype of this type
- "unique" and "indexed" properties hidden for BLOB type
Table View
- clearing text removes value in combo box field for "enum" mode
CCMAIL: kexi at kde.org
M +21 -0 doc/dev/CHANGELOG-Kexi-js
M +12 -0 doc/dev/TODO-Kexi-js
M +1 -0 formeditor/form.cpp
M +2 -1 formeditor/form.h
M +1 -1 formeditor/formIO.cpp
M +8 -8 formeditor/formmanager.cpp
M +26 -12 formeditor/objecttreeview.cpp
M +11 -8 formeditor/objecttreeview.h
M +3 -5 formeditor/widgetlibrary.cpp
M +4 -4 formeditor/widgetlibrary.h
M +20 -19 formeditor/widgetpropertyset.cpp
M +7 -8 formeditor/widgetpropertyset.h
M +8 -8 main/keximainwindowimpl.cpp
M +1 -4 plugins/forms/kexiformmanager.cpp
M +212 -118 plugins/tables/kexialtertabledialog.cpp
M +34 -34 plugins/tables/kexialtertabledialog.h
M +49 -2 widget/kexicustompropertyfactory.cpp
M +5 -4 widget/kexicustompropertyfactory.h
M +31 -1 widget/kexicustompropertyfactory_p.cpp
M +23 -0 widget/kexicustompropertyfactory_p.h
M +31 -10 widget/kexidatasourcecombobox.cpp
M +1 -1 widget/kexifieldcombobox.cpp
M +1 -1 widget/tableview/kexicomboboxtableedit.cpp
More information about the Kexi
mailing list