Revision 638675

Go back to digest for 4th March 2007

Features in Development Tools

Alexander Dymo committed changes in /trunk/KDE/kdevelop/plugins:

Implemented new application wizard plugin for KDevelop4.
This appwizard understands the same template format I've used for KDE-Eclipse with an addition of 1 obligatory .kdevtemplate file.

The new template format is dead simple: the project template is just an archive which will be unpacked as is to destination directory. No copy/process rules are required.

File names and file contents will be processed by macro expander on unpacking.

File Changes

Added 8 files
  • /trunk/KDE/kdevelop/plugins/appwizard
  •   /appwizarddialog.cpp
  •   /appwizarddialog.h
  •   /CMakeLists.txt
  •   /projectselectionpage.cpp
  •   /projectselectionpage.h
  •   /projectselectionpage.ui
  •   /projecttemplatesmodel.cpp
  •   /projecttemplatesmodel.h
Deleted 15 files
  • /trunk/KDE/kdevelop/plugins/appwizard
  •   /appwizarddlg.cpp
  •   /appwizarddlg.h
  •   /appwizarddlgbase.ui
  •   /common
  •   /kdevapptemplate.cpp
  •   /kdevapptemplate.h
  •   /kdevfile.cpp
  •   /kdevfile.h
  •   /kdevlicense.cpp
  •   /kdevlicense.h
  •   /licenses
  •   /misc.cpp
  •   /misc.h
  •   /profilesupport.cpp
  •   /profilesupport.h
Modified 7 files
  • /trunk/KDE/kdevelop/plugins
  •   /CMakeLists.txt
  •   /appwizard/appwizardfactory.cpp
  •   /appwizard/appwizardfactory.h
  •   /appwizard/appwizardpart.cpp
  •   /appwizard/appwizardpart.h
  •   /appwizard/kdevappwizard.desktop
  •   /appwizard/kdevappwizard.rc
30 files changed in total