branches/kdevelop/3.4

Andreas Pakulat apaku at gmx.de
Sat Dec 30 02:15:58 UTC 2006


SVN commit 617732 by apaku:

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.

BUG: 139142
CCMAIL: kdevelop-devel at kdevelop.org


 M  +26 -26    buildtools/ant/antprojectpart.cpp  
 M  +2 -2      buildtools/custommakefiles/customprojectpart.cpp  
 M  +30 -30    languages/cpp/cppsupportpart.cpp  
 M  +2 -2      languages/java/javasupportpart.cpp  
 M  +4 -2      parts/appwizard/appwizarddlg.cpp  
 M  +1 -1      parts/appwizard/appwizarddlg.h  
 M  +2 -2      parts/doxygen/doxygenpart.cpp  
 M  +11 -2     src/projectmanager.cpp  
 M  +1 -0      src/projectmanager.h  






More information about the KDevelop-devel mailing list