From kde-commits Sun Oct 31 16:36:24 2004 From: =?utf-8?q?C=C3=A9dric=20Pasteur?= Date: Sun, 31 Oct 2004 16:36:24 +0000 To: kde-commits Subject: koffice/kexi Message-Id: <20041031163624.B171A16C27 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109924059323939 CVS commit by ccpasteur: * Kexi Form part: added new actions ('clear contents' and 'select all') * Tab widget size hint fixed * Added new member in WidgetInfo: savingName() which will be used when saving the widget to a .ui file * WidgetInfo::alternateClassName() can now take a list of names separated by '|' M +2 -1 data/kexiformpartinstui.rc 1.11 M +4 -2 formeditor/commands.cpp 1.45 M +10 -6 formeditor/formIO.cpp 1.60 M +4 -1 formeditor/formmanager.cpp 1.89 M +0 -1 formeditor/objpropbuffer.cpp 1.51 M +8 -8 formeditor/widgetfactory.h 1.36 M +18 -2 formeditor/widgetlibrary.cpp 1.27 M +1 -0 formeditor/widgetlibrary.h 1.24 M +9 -10 formeditor/factories/containerfactory.cpp 1.47 M +23 -0 formeditor/factories/containerfactory.h 1.21 M +2 -0 formeditor/factories/stdwidgetfactory.cpp 1.52 M +2 -2 formeditor/test/kformdesigner_part.rc 1.5 M +2 -2 formeditor/test/kformdesigner_part_shell.rc 1.4 M +1 -0 plugins/forms/kexiformpart.cpp 1.23 M +2 -0 plugins/forms/kexiformview.cpp 1.8