[Kexi] koffice/kexi

Jaroslaw Staniek js at iidea.pl
Mon Nov 14 22:27:03 CET 2005


SVN commit 480425 by staniek:

Forms
- AutoField widget: improved behaviour in design time 
  (setting caption/type/label position)
- frameColor property added for widgets like text label or frame: 
  behaves well also for "raised" frame shapes
- new widget KexiFrame, will provide more features; backward compatible 
  with QFrame
- do not allow to move top-level widget's position using arrow keys

CCMAIL: broock54 at gmx.de
CCMAIL: kexi at kde.org



 M  +1 -1      data/kexiformpartinstui.rc  
 M  +29 -5     doc/dev/CHANGELOG-Kexi-js  
 M  +49 -1     doc/dev/TODO-Kexi-js  
 M  +2 -0      doc/dev/settings.txt  
 M  +6 -2      formeditor/container.cpp  
 M  +1 -1      formeditor/factories/containerfactory.cpp  
 M  +2 -1      formeditor/objecttree.h  
 M  +1 -2      formeditor/widgetlibrary.cpp  
 M  +3 -2      formeditor/widgetpropertyset.cpp  
 M  +16 -1     kexiutils/utils.cpp  
 M  +7 -1      kexiutils/utils.h  
 M  +10 -1     plugins/forms/kexidatasourcepage.cpp  
 M  +3 -1      plugins/forms/kexidatasourcepage.h  
 M  +25 -2     plugins/forms/kexidbfactory.cpp  
 M  +1 -1      plugins/forms/kexidbtextwidgetinterface.cpp  
 M  +13 -3     plugins/forms/kexiformmanager.cpp  
 M  +8 -4      plugins/forms/kexiformmanager.h  
 M  +2 -2      plugins/forms/kexiformpart.cpp  
 M  +33 -3     plugins/forms/kexiformview.cpp  
 M  +1 -0      plugins/forms/widgets/Makefile.am  
 M  +127 -41   plugins/forms/widgets/kexidbautofield.cpp  
 M  +13 -9     plugins/forms/widgets/kexidbautofield.h  
 M  +1 -1      plugins/forms/widgets/kexidbimagebox.cpp  
 M  +153 -107  plugins/forms/widgets/kexidblabel.cpp  
 M  +23 -10    plugins/forms/widgets/kexidblabel.h  
 AM            plugins/forms/widgets/kexiframe.cpp   [License: LGPL (v2+)]
 AM            plugins/forms/widgets/kexiframe.h   [License: LGPL (v2+)]
 AM            plugins/forms/widgets/kexiframeutils_p.cpp   [License: LGPL (v2+)]
 M  +1 -1      widget/kexiscrollview.cpp  
 M  +1 -1      widget/tableview/kexitableview.cpp  





More information about the Kexi mailing list