Revision 703864
Go back to digest for 26th August 2007Features in KDE-PIM
Bertjan Broeksema committed changes in /trunk/KDE/kdepim/kpilot/kpilot:
As part of the cleanup I started working on a rewrite of the viewer code.
The todo, memo and addresswidget will be rewritten so that they share code that is common for all of them. The first step in this rewrite is to get rid of the PilotComponent code. All components are now based on ComponentPageBase and the viewers will be based on a subclass of ComponentPageBase which is called ViewerPageBase.
At the moment only the TodoViewer is enabled but not functional. The other page should work as before.
File Changes
Added 6 files
- /trunk/KDE/kdepim/kpilot/kpilot
- /component_page_base.h
- /todoviewer_page.cc
- /todoviewer_page.h
- /viewer_page_base.cc
- /viewer_page_base.h
- /viewer_page_base.ui
Modified 9 files
- /trunk/KDE/kdepim/kpilot/kpilot
- /CMakeLists.txt
- /dbviewerWidget.cc
- /dbviewerWidget.h
- /fileInstallWidget.cc
- /fileInstallWidget.h
- /kpilot.cc
- /kpilot.h
- /logWidget.cc
- /logWidget.h
15 files changed in total