[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdevelop
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2007-06-01 0:31:17
Message-ID: 1180657877.657496.15931.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 670300 by apaku:

Cleanup the export macros, move them each to its own header file
Along the way rename kdevoutputviewinterfaces library to kdevplatformoutputview to \
have consistency along the kdevplatform libs.

This is in preparation of the copy to the kdevplatform module coming up next Monday.


 M  +1 -1      lib/CMakeLists.txt  
 M  +1 -1      lib/editor/CMakeLists.txt  
 M  +1 -1      lib/editor/documentcursor.h  
 M  +1 -1      lib/editor/documentrange.h  
 M  +1 -0      lib/interfaces/CMakeLists.txt  
 M  +1 -1      lib/interfaces/context.h  
 M  +1 -1      lib/interfaces/icore.h  
 M  +1 -1      lib/interfaces/idocument.h  
 M  +1 -1      lib/interfaces/idocumentcontroller.h  
 M  +1 -1      lib/interfaces/ilanguage.h  
 M  +1 -1      lib/interfaces/ilanguagecontroller.h  
 M  +1 -1      lib/interfaces/iplugin.h  
 M  +1 -1      lib/interfaces/iplugincontroller.h  
 M  +1 -1      lib/interfaces/iproject.h  
 M  +1 -1      lib/interfaces/iprojectcontroller.h  
 M  +1 -1      lib/interfaces/iuicontroller.h  
 D             lib/kdevexport.h  
 M  +1 -2      lib/language/CMakeLists.txt  
 M  +1 -1      lib/language/backgroundparser/backgroundparser.h  
 M  +1 -1      lib/language/backgroundparser/parsejob.h  
 M  +1 -1      lib/language/duchain/classfunctiondeclaration.h  
 M  +1 -1      lib/language/duchain/classmemberdeclaration.h  
 M  +1 -1      lib/language/duchain/declaration.h  
 M  +1 -1      lib/language/duchain/definition.h  
 M  +1 -1      lib/language/duchain/duchain.h  
 M  +1 -1      lib/language/duchain/duchainbase.h  
 M  +1 -1      lib/language/duchain/duchainlock.h  
 M  +1 -1      lib/language/duchain/ducontext.h  
 M  +1 -1      lib/language/duchain/forwarddeclaration.h  
 M  +1 -1      lib/language/duchain/identifiedtype.h  
 M  +1 -1      lib/language/duchain/identifier.h  
 M  +1 -1      lib/language/duchain/smartconverter.h  
 M  +1 -1      lib/language/duchain/symboltable.h  
 M  +1 -1      lib/language/duchain/topducontext.h  
 M  +1 -1      lib/language/duchain/typesystem.h  
 M  +1 -1      lib/language/duchain/use.h  
 M  +1 -1      lib/language/interfaces/icodehighlighting.h  
 M  +1 -1      lib/language/interfaces/ilanguagesupport.h  
 D             lib/language/kdevlanguageexport.h  
 A             lib/language/languageexport.h   \
lib/language/kdevlanguageexport.h#670128 [License: LGPL (v2+)]  M  +7 -6      \
lib/plugins/outputviews/CMakeLists.txt    M  +2 -2      \
lib/plugins/outputviews/interfaces/ioutputviewitem.h    M  +3 -3      \
lib/plugins/outputviews/interfaces/ioutputviewitemfactory.h    M  +4 -4      \
lib/plugins/projectmanagerview/projectmanagerdelegate.cpp    M  +6 -1      \
lib/plugins/vcs/CMakeLists.txt    M  +1 -0      lib/plugins/vcs/cvs/CMakeLists.txt  
 M  +1 -1      lib/plugins/vcs/interfaces/iversioncontrol.h  
 M  +1 -1      lib/plugins/vcs/interfaces/vcshelpers.h  
 M  +1 -0      lib/plugins/vcs/subversion/CMakeLists.txt  
 M  +1 -1      lib/project/CMakeLists.txt  
 M  +1 -1      lib/project/importprojectjob.h  
 M  +1 -1      lib/project/interfaces/ibuildsystemmanager.h  
 M  +1 -1      lib/project/interfaces/iprojectbuilder.h  
 M  +1 -1      lib/project/interfaces/iprojectfilemanager.h  
 M  +1 -1      lib/project/projectconfigskeleton.h  
 M  +25 -0     lib/project/projectmodel.cpp  
 M  +1 -1      lib/project/projectmodel.h  
 M  +3 -1      lib/shell/CMakeLists.txt  
 M  +1 -1      lib/shell/core.h  
 M  +2 -0      lib/shell/documentcontroller.h  
 M  +2 -0      lib/shell/language.h  
 M  +2 -0      lib/shell/languagecontroller.h  
 M  +1 -1      lib/shell/mainwindow.h  
 M  +1 -1      lib/shell/plugincontroller.h  
 M  +1 -1      lib/shell/profile.h  
 M  +1 -1      lib/shell/project.h  
 M  +1 -1      lib/shell/projectcontroller.h  
 M  +1 -1      lib/shell/shellextension.h  
 M  +1 -1      lib/shell/uicontroller.h  
 M  +1 -0      lib/sublime/CMakeLists.txt  
 M  +1 -1      lib/sublime/area.h  
 M  +1 -1      lib/sublime/areaindex.h  
 M  +1 -1      lib/sublime/container.h  
 M  +1 -1      lib/sublime/controller.h  
 M  +1 -1      lib/sublime/document.h  
 M  +4 -1      lib/sublime/examples/CMakeLists.txt  
 M  +1 -1      lib/sublime/mainwindow.h  
 M  +1 -1      lib/sublime/mainwindowoperator.h  
 M  +1 -1      lib/sublime/sublimedefs.h  
 M  +1 -1      lib/sublime/switcher.h  
 M  +4 -1      lib/sublime/test/CMakeLists.txt  
 M  +1 -1      lib/sublime/tooldocument.h  
 M  +1 -1      lib/sublime/urldocument.h  
 M  +1 -1      lib/sublime/viewcreator.h  
 M  +4 -9      lib/util/CMakeLists.txt  
 M  +1 -1      lib/util/execcommand.h  
 M  +1 -1      lib/util/kdevitemmodel.h  
 M  +1 -1      lib/util/kdevtreeview.h  
 M  +1 -1      lib/util/kfiltermodel.h  
 M  +1 -1      lib/util/processlinemaker.h  
 M  +5 -1      plugins/qtdesigner/CMakeLists.txt  
 M  +1 -0      src/CMakeLists.txt  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic