KDE/kdevelop

Andreas Pakulat apaku at gmx.de
Thu Feb 8 11:56:22 UTC 2007


SVN commit 631546 by apaku:

Implement multiple project support and port the two working importers to the new API

A screenshot of the support in action can be found at
http://www.apaku.de/vardata/kdev4_multi_projects.png

CCMAIL: kdevelop-devel at kdevelop.org


 M  +15 -44    buildtools/importers/qmake/qmakeimporter.cpp  
 M  +15 -23    buildtools/importers/qmake/qmakeimporter.h  
 M  +16 -4     buildtools/importers/qmake/qmakemodelitems.cpp  
 M  +12 -4     buildtools/importers/qmake/qmakemodelitems.h  
 M  +15 -18    lib/interfaces/iproject.h  
 M  +18 -13    lib/interfaces/iprojectcontroller.h  
 M  +50 -50    lib/kdevconfig.cpp  
 M  +4 -27     lib/plugins/genericfilemanager/kdevgenericimporter.cpp  
 M  +1 -3      lib/plugins/genericfilemanager/kdevgenericimporter.h  
 M  +6 -10     lib/plugins/projectmanager/projectmanager.cpp  
 M  +0 -1      lib/plugins/projectmanager/projectmanager.h  
 M  +1 -1      lib/plugins/projectmanager/projectmanager_part.cpp  
 M  +4 -4      lib/plugins/projectmanager/projectmanager_part.h  
 M  +1 -1      lib/plugins/projectmanager/projectmanagerdelegate.cpp  
 M  +65 -56    lib/plugins/projectmanager/projecttreeview.cpp  
 M  +3 -3      lib/plugins/projectmanager/projecttreeview.h  
 M  +3 -2      lib/project/importprojectjob.cpp  
 M  +5 -5      lib/project/interfaces/ibuildmanager.h  
 M  +3 -12     lib/project/interfaces/ifilemanager.h  
 M  +3 -3      lib/project/interfaces/iprojectbuilder.h  
 M  +68 -24    lib/project/projectmodel.cpp  
 M  +35 -12    lib/project/projectmodel.h  
 M  +8 -8      lib/shell/profileengine.cpp  
 M  +73 -42    lib/shell/project.cpp  
 M  +9 -6      lib/shell/project.h  
 M  +125 -109  lib/shell/projectcontroller.cpp  
 M  +20 -15    lib/shell/projectcontroller.h  






More information about the KDevelop-devel mailing list