KDE/kdevplatform

Andreas Pakulat apaku at gmx.de
Sat Nov 24 16:53:05 UTC 2007


SVN commit 741042 by apaku:

Change includes from <> to "" when the included file is in the same library. Also use relative paths where needed.

Makes it possible to use #include <project/projectmodel.h> and only add KDEVPLATFORM_INCLUDE_DIR to the include_directories. So its easier to extend a given plugin to use another of the platform libs.

CCMAIL:kdevelop-devel at kdevelop.org

 M  +1 -1      editor/documentcursor.h  
 M  +1 -1      editor/documentcursorobject.h  
 M  +1 -1      editor/documentrange.h  
 M  +5 -3      editor/documentrangeobject.h  
 M  +5 -4      editor/editorintegrator.h  
 M  +2 -2      editor/editorintegratorstatic.h  
 M  +1 -1      interfaces/context.h  
 M  +1 -1      interfaces/icore.h  
 M  +1 -1      interfaces/idocument.h  
 M  +2 -2      interfaces/idocumentcontroller.h  
 M  +1 -1      interfaces/ilanguage.h  
 M  +1 -1      interfaces/ilanguagecontroller.h  
 M  +1 -1      interfaces/iplugin.h  
 M  +2 -2      interfaces/iplugincontroller.h  
 M  +1 -1      interfaces/iproject.h  
 M  +1 -1      interfaces/iprojectcontroller.h  
 M  +3 -3      interfaces/istatus.h  
 M  +1 -1      interfaces/iuicontroller.h  
 M  +2 -2      language/backgroundparser/backgroundparser.h  
 M  +1 -1      language/backgroundparser/parsejob.h  
 M  +2 -2      language/duchain/abstractfunctiondeclaration.h  
 M  +4 -4      language/duchain/classfunctiondeclaration.h  
 M  +3 -3      language/duchain/classmemberdeclaration.h  
 M  +6 -6      language/duchain/contextowner.h  
 M  +11 -11    language/duchain/declaration.h  
 M  +2 -2      language/duchain/definition.h  
 M  +4 -4      language/duchain/duchain.h  
 M  +1 -1      language/duchain/duchainbase.h  
 M  +3 -3      language/duchain/duchainlock.h  
 M  +1 -1      language/duchain/duchainobserver.h  
 M  +3 -3      language/duchain/duchainpointer.h  
 M  +1 -1      language/duchain/duchainutils.h  
 M  +19 -19    language/duchain/ducontext.h  
 M  +1 -1      language/duchain/dumpdotgraph.h  
 M  +3 -3      language/duchain/forwarddeclaration.h  
 M  +4 -4      language/duchain/functiondeclaration.h  
 M  +2 -2      language/duchain/hashedstring.h  
 M  +3 -3      language/duchain/identifiedtype.h  
 M  +7 -7      language/duchain/identifier.h  
 M  +6 -6      language/duchain/namespacealiasdeclaration.h  
 M  +2 -2      language/duchain/parsingenvironment.h  
 M  +1 -1      language/duchain/smartconverter.h  
 M  +2 -2      language/duchain/stringhelpers.h  
 M  +1 -1      language/duchain/symboltable.h  
 M  +13 -13    language/duchain/typesystem.h  
 M  +2 -2      language/duchain/use.h  
 M  +1 -1      language/interfaces/icodecompletion.h  
 M  +1 -1      language/interfaces/icodehighlighting.h  
 M  +1 -1      language/interfaces/icodeitemcontext.h  
 M  +1 -1      language/interfaces/ilanguagesupport.h  
 M  +1 -1      language/interfaces/iproblem.h  
 M  +1 -1      language/interfaces/iquickopen.h  
 M  +6 -6      language/interfaces/quickopendataprovider.h  
 M  +1 -1      outputview/ioutputviewmodel.h  
 M  +1 -1      outputview/outputmodel.h  
 M  +1 -1      project/importprojectjob.h  
 M  +2 -2      project/interfaces/ibuildsystemmanager.h  
 M  +1 -1      project/interfaces/iprojectbuilder.h  
 M  +1 -1      project/interfaces/iprojectfilemanager.h  
 M  +1 -1      project/projectconfigskeleton.h  
 M  +1 -1      project/projectmodel.h  
 M  +2 -2      shell/core.h  
 M  +1 -1      shell/documentcontroller.h  
 M  +1 -1      shell/language.h  
 M  +1 -1      shell/languagecontroller.h  
 M  +2 -2      shell/mainwindow.h  
 M  +1 -1      shell/partcontroller.h  
 M  +1 -1      shell/plugincontroller.h  
 M  +1 -1      shell/profile.h  
 M  +2 -2      shell/profileengine.h  
 M  +1 -1      shell/project.h  
 M  +1 -1      shell/projectcontroller.h  
 M  +1 -1      shell/shellextension.h  
 M  +1 -1      shell/textdocument.h  
 M  +2 -2      shell/uicontroller.h  
 M  +1 -1      sublime/aggregatemodel.h  
 M  +3 -3      sublime/area.h  
 M  +1 -1      sublime/areaindex.h  
 M  +1 -1      sublime/container.h  
 M  +2 -2      sublime/controller.h  
 M  +1 -1      sublime/document.h  
 M  +5 -5      sublime/ideallayout.h  
 M  +1 -1      sublime/mainwindow.h  
 M  +1 -1      sublime/mainwindowoperator.h  
 M  +1 -1      sublime/sublimedefs.h  
 M  +1 -1      sublime/switcher.h  
 M  +2 -2      sublime/tooldocument.h  
 M  +2 -2      sublime/urldocument.h  
 M  +2 -2      sublime/view.h  
 M  +1 -1      util/commandexecutor.h  
 M  +10 -10    util/environmentgrouplist.h  
 M  +1 -1      util/processlinemaker.h  
 M  +3 -3      vcs/interfaces/ibasicversioncontrol.h  
 M  +1 -1      vcs/interfaces/ibrowsableversioncontrol.h  
 M  +1 -1      vcs/vcsannotation.h  
 M  +2 -2      vcs/vcsdiff.h  
 M  +1 -1      vcs/vcsevent.h  
 M  +2 -2      vcs/vcsjob.h  
 M  +1 -1      vcs/vcslocation.h  
 M  +1 -1      vcs/vcsmapping.h  
 M  +1 -1      vcs/vcsrevision.h  
 M  +3 -3      vcs/vcsstatusinfo.h  






More information about the KDevelop-devel mailing list