From kde-commits Fri May 06 11:57:47 2005 From: Jaroslaw Staniek Date: Fri, 06 May 2005 11:57:47 +0000 To: kde-commits Subject: branches/kexi/0.9/koffice/kexi Message-Id: <1115380667.746817.3175.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111538067930805 SVN commit 409999 by staniek: Core, Property Editor, FormEditor - powerfull "property options" added to kexi properties: can change behaviour of property editor's items - properties: for integer types it's now possible to set "min", "max", and "minValueText" options; "minValueText", if available, is properly displayed: e.g. see:"indent" property of Kexi's label widget M +0 -8 branches/kexi/0.9/koffice/kexi/core/kexiproperty.cpp M +42 -8 branches/kexi/0.9/koffice/kexi/core/kexiproperty.h M +4 -4 branches/kexi/0.9/koffice/kexi/core/kexipropertybuffer.cpp M +5 -3 branches/kexi/0.9/koffice/kexi/core/kexipropertybuffer.h M +9 -0 branches/kexi/0.9/koffice/kexi/doc/dev/CHANGELOG-Kexi-js M +18 -1 branches/kexi/0.9/koffice/kexi/formeditor/factories/stdwidgetfactory.cpp M +2 -0 branches/kexi/0.9/koffice/kexi/formeditor/factories/stdwidgetfactory.h M +13 -6 branches/kexi/0.9/koffice/kexi/formeditor/objpropbuffer.cpp M +7 -6 branches/kexi/0.9/koffice/kexi/formeditor/objpropbuffer.h M +8 -1 branches/kexi/0.9/koffice/kexi/formeditor/widgetfactory.h M +13 -0 branches/kexi/0.9/koffice/kexi/formeditor/widgetlibrary.cpp M +3 -0 branches/kexi/0.9/koffice/kexi/formeditor/widgetlibrary.h M +1 -1 branches/kexi/0.9/koffice/kexi/plugins/forms/kexidataawarewidgetinfo.h M +3 -4 branches/kexi/0.9/koffice/kexi/plugins/forms/kexidbfactory.cpp M +56 -34 branches/kexi/0.9/koffice/kexi/plugins/forms/kexilabel.cpp M +10 -3 branches/kexi/0.9/koffice/kexi/plugins/forms/kexilabel.h M +12 -0 branches/kexi/0.9/koffice/kexi/widget/propertyeditor/kexipropertyeditor.h M +10 -1 branches/kexi/0.9/koffice/kexi/widget/propertyeditor/kexipropertyeditoritem.cpp M +2 -1 branches/kexi/0.9/koffice/kexi/widget/propertyeditor/propertyeditorfile.cpp M +11 -1 branches/kexi/0.9/koffice/kexi/widget/propertyeditor/propertyeditorinput.cpp