Revision 617732

Go back to digest for 31st December 2006

Features in Development Tools

Andreas Pakulat committed changes in /branches/kdevelop/3.4:

Allow mixed case in new project names.
Adapt all parts that use projectName() because that now returns the name without the suffix. This actually makes kdevelop adhere to its own API now. (The API for kdevprojectmanager states that openProject takes the project name without suffix as 2nd argument)

This is tested with autotools, qmake and custom makefile projects as well as importing a new project into CVS (I couldn't test svn because that somehow doesn't work here).

If anybody finds problems that may be related to this change please email kdevelop-devel or come to IRC/#kdevelop.

File Changes

Modified 9 files
  • /branches/kdevelop/3.4
  •   /src/projectmanager.cpp
  •   /src/projectmanager.h
  •   /buildtools/ant/antprojectpart.cpp
  •   /buildtools/custommakefiles/customprojectpart.cpp
  •   /languages/cpp/cppsupportpart.cpp
  •   /languages/java/javasupportpart.cpp
  •   /parts/appwizard/appwizarddlg.cpp
  •   /parts/appwizard/appwizarddlg.h
  •   /parts/doxygen/doxygenpart.cpp
9 files changed in total