Revision 744183

Go back to digest for 9th December 2007

Features in Development Tools

Andreas Pakulat committed changes in /trunk/KDE/kdevelop/plugins/appwizard:

Move the pages into the dialog class, needed to properly validate/invalidate the next button.

Also add a ApplicationInfo class to carry the new apps data to the plugin which still does the actual template extraction and creation of dirs..

Also changes the logic for the location a bit, the user now has to provide an empty or non-existing directory as location and the application name won't be added to that location. Application name and location on disk need to be completely separate.

Unfortunately this is somewhat broken right now (some paths are wrong when creating a project).

File Changes

Modified 9 files
  • /trunk/KDE/kdevelop/plugins/appwizard
  •   /appwizarddialog.cpp
  •   /appwizarddialog.h
  •   /appwizardplugin.cpp
  •   /appwizardplugin.h
  •   /projectselectionpage.cpp
  •   /projectselectionpage.h
  •   /projectselectionpage.ui
  •   /projectvcspage.cpp
  •   /projectvcspage.h
9 files changed in total