[kplato] koffice/kplato

Raphael Langerhorst raphael-langerhorst at gmx.at
Wed Nov 3 23:03:25 CET 2004


CVS commit by raphael: 

Introduce KPlato namespace for most of the KPlato classes.

of particular interest:

all forms are still in the global namespace. This needs to be changed in further commits
kptfactory is still in the global namespace. What about it? Does it have to be in the global namespace?

some forms have no assoziated .ui file (the generated files are used) but have no appropriate file header either (still the default from uic)

defs.h was moved into the namespace as well
kptcalendar.h: fixed bug for setParentId (the ID never got set because it was == instead of =)

main.cc: KCmdLineOptions options[]... was put into the namespace, kdemain itself NOT.
kptaboutdata.h: was also put into the namespace.

remaining tasks for finalizing the namespace:
rename classes (remove the KPT prefix)
rename files (remove the kpt prefix)
what about kptfactory???
move forms into the KPlato namespace

Dag Anderson: please test the app if all still behaves as you expect, since you know KPlato much better. I basically tested it and it worked, I also didn't get any s
trange debugging output.

CCMAIL: kplato at kde.org


  M +5 -0      KPtViewIface.cc   1.2
  M +5 -0      KPtViewIface.h   1.2
  M +5 -0      defs.h   1.4
  M +4 -0      intervalitem.h   1.4
  M +5 -0      kptaboutdata.h   1.8
  M +5 -0      kptcalendar.cc   1.11
  M +8 -1      kptcalendar.h   1.10
  M +5 -0      kptcalendaredit.cc   1.4
  M +7 -1      kptcalendaredit.h   1.2
  M +6 -1      kptcalendareditbase.cc   1.3
  M +8 -2      kptcalendareditbase.h   1.2
  M +5 -0      kptcalendarlistdialog.cc   1.11
  M +7 -1      kptcalendarlistdialog.h   1.5
  M +6 -1      kptcalendarlistdialogbase.cc   1.3
  M +8 -2      kptcalendarlistdialogbase.h   1.2
  M +4 -1      kptcalendarpanel.cc   1.4
  M +6 -0      kptcalendarpanel.h   1.2
  M +5 -0      kptcanvasitem.cc   1.22
  M +7 -1      kptcanvasitem.h   1.14
  M +3 -0      kptcommand.cc   1.13
  M +5 -0      kptcommand.h   1.12
  M +3 -0      kptdatetable.cc   1.3
  M +9 -4      kptdatetable.h   1.3
  M +5 -0      kptdatetime.cc   1.6
  M +5 -0      kptdatetime.h   1.5
  M +4 -0      kptduration.cc   1.15
  M +5 -0      kptduration.h   1.16
  M +5 -0      kptdurationdialog.cc   1.3
  M +6 -0      kptdurationdialog.h   1.3
  M +2 -2      kptdurationwidget.ui   1.10
  M +4 -2      kptdurationwidget.ui.h   1.10
  M +2 -0      kptfactory.cc   1.4
  M +6 -0      kptganttview.cc   1.40
  M +16 -8     kptganttview.h   1.21
  M +6 -0      kptintervaledit.cc   1.4
  M +5 -0      kptintervaledit.h   1.2
  M +3 -0      kptmainprojectdialog.cc   1.3
  M +5 -0      kptmainprojectdialog.h   1.3
  M +5 -0      kptmap.h   1.3
  M +5 -0      kptnode.cc   1.48
  M +7 -3      kptnode.h   1.52
  M +5 -0      kptpart.cc   1.23
  M +7 -1      kptpart.h   1.18
  M +5 -0      kptpertcanvas.cc   1.25
  M +8 -1      kptpertcanvas.h   1.14
  M +17 -12    kptpertview.cc   1.8
  M +11 -5     kptpertview.h   1.8
  M +4 -1      kptproject.cc   1.53
  M +6 -0      kptproject.h   1.35
  M +4 -0      kptprojectdialog.cc   1.14
  M +5 -0      kptprojectdialog.h   1.9
  M +4 -0      kptrelation.cc   1.22
  M +9 -2      kptrelation.h   1.18
  M +4 -1      kptrelationdialog.cc   1.10
  M +6 -2      kptrelationdialog.h   1.5
  M +4 -1      kptreportview.cc   1.6
  M +13 -5     kptreportview.h   1.3
  M +4 -0      kptrequestresourcespanel.cc   1.17
  M +8 -2      kptrequestresourcespanel.h   1.10
  M +4 -0      kptresource.cc   1.30
  M +7 -1      kptresource.h   1.25
  M +3 -0      kptresourcedialog.cc   1.7
  M +8 -2      kptresourcedialog.h   1.8
  M +5 -0      kptresourcespanel.cc   1.10
  M +6 -0      kptresourcespanel.h   1.5
  M +5 -0      kptresourceview.cc   1.8
  M +14 -6     kptresourceview.h   1.5
  M +5 -0      kptstandardworktimedialog.cc   1.6
  M +6 -0      kptstandardworktimedialog.h   1.5
  M +5 -0      kpttask.cc   1.46
  M +6 -0      kpttask.h   1.32
  M +3 -2      kpttaskappointmentsview.ui   1.7
  M +2 -0      kpttaskappointmentsview.ui.h   1.4
  M +5 -0      kpttaskdialog.cc   1.22
  M +13 -5     kpttaskdialog.h   1.13
  M +2 -0      kpttaskgeneralpanelbase.ui.h   1.3
  M +2 -0      kpttaskresourcespanelbase.ui.h   1.3
  M +35 -27    kptview.cc   1.62
  M +8 -3      kptview.h   1.30
  M +8 -2      main.cc   1.16
  M +1 -0      requestresourcespanelbase.ui.h   1.2





More information about the kplato mailing list