KDE

Andreas Pakulat apaku at gmx.de
Mon Apr 14 19:15:11 UTC 2008


SVN commit 797036 by apaku:

Rework how fetching of context menu actions from plugins work.
The actual 2 context menus we had are empty for now as I still need to write
the actual merging code. But the infrastructure is in place and the various
places ported. 

It allows to specify actions and into which group in the menu they should
appear in.

BTW: This change was completely developed in KDevelop4!!!
CCMAIL:kdevelop-devel at kdevelop.org


 M  +10 -9     kdevelop/buildtools/managers/custommake/custommakemanager.cpp  
 M  +2 -1      kdevelop/buildtools/managers/custommake/custommakemanager.h  
 M  +1 -1      kdevelop/languages/cpp/cppduchain/templatedeclaration.cpp  
 M  +2 -1      kdevelop/plugins/documentview/kdevdocumentview.cpp  
 M  +2 -0      kdevplatform/interfaces/CMakeLists.txt  
 M  +3 -3      kdevplatform/interfaces/iplugin.cpp  
 M  +5 -4      kdevplatform/interfaces/iplugin.h  
 M  +1 -1      kdevplatform/interfaces/iplugincontroller.h  
 M  +18 -15    kdevplatform/plugins/cvs/cvsplugin.cpp  
 M  +5 -2      kdevplatform/plugins/cvs/cvsplugin.h  
 M  +12 -11    kdevplatform/plugins/projectmanagerview/projectmanagerviewplugin.cpp  
 M  +2 -1      kdevplatform/plugins/projectmanagerview/projectmanagerviewplugin.h  
 M  +3 -1      kdevplatform/plugins/projectmanagerview/projectproxymodel.h  
 M  +4 -1      kdevplatform/plugins/projectmanagerview/projecttreeview.cpp  
 M  +35 -31    kdevplatform/plugins/subversion/kdevsvnplugin.cpp  
 M  +6 -1      kdevplatform/plugins/subversion/kdevsvnplugin.h  
 M  +5 -14     kdevplatform/shell/plugincontroller.cpp  
 M  +1 -1      kdevplatform/shell/plugincontroller.h  






More information about the KDevelop-devel mailing list