KDE/kdevplatform

Andreas Pakulat apaku at gmx.de
Mon Jul 27 13:02:19 UTC 2009


SVN commit 1002980 by apaku:

Revert "Step towards 'useful' multiple-mainwindow support: Add an
interface for plugins to create per-mainwindow actions, and manage+merge
those actions within the additional mainwindow." and related commits.

Its quite apparent that multi-mainwindow support isn't quite that easy
to implement, so this should be done in a branch until its working -
including conversion of all plugins.

Currently KDevelop either crashes on startup (or when creating the
second window) or its missing the actions from the converted plugins.
Additionally the API discussions are not finished yet as far as I could
see.

CCMAIL:kdevelop-devel at kdevelop.org

 M  +0 -30     interfaces/iplugin.cpp  
 M  +0 -28     interfaces/iplugin.h  
 M  +0 -16     language/interfaces/iquickopen.h  
 M  +27 -44    plugins/contextbrowser/contextbrowser.cpp  
 M  +1 -3      plugins/contextbrowser/contextbrowser.h  
 M  +1 -11     plugins/contextbrowser/kdevcontextbrowser.rc  
 M  +28 -49    plugins/quickopen/quickopenplugin.cpp  
 M  +2 -17     plugins/quickopen/quickopenplugin.h  
 M  +0 -5      shell/mainwindow.cpp  
 M  +1 -38     shell/mainwindow_p.cpp  
 M  +0 -6      shell/mainwindow_p.h  


http://websvn.kde.org/?view=rev&revision=1002980




More information about the KDevelop-devel mailing list