KDE/kdevplatform
Andreas Pakulat
apaku at gmx.de
Mon Jun 4 20:48:01 UTC 2007
SVN commit 671472 by apaku:
Redo the move, this time the history is preserved, this also means the changes
look slightly different than the first time( some deletes some moves).
!!!!!! IMPORTANT NOTE !!!!!!!!!!!
Everybody who wants to change something in kdevelop/lib or one of the plugins
that are copied to the platform (snippet, teamwork, konsole, filemanager,
duchainviewer):
Don't, checkout kdevplatform and do the change there. I'm starting to port
kdevelop to use the platform tomorrow and expect to be done on wednesday
evening. I will do this in a separate branch and the first thing that will
happen are deletion of lib/ and the mentioned plugins. So any changes you do
between now and the time I merge the branch back may get lost.
CCMAIL:kdevelop-devel at kdevelop.org
D .krazy
A CMakeLists.txt trunk/KDE/kdevelop/CMakeLists.txt#671419
A COPYING.PLUGINS trunk/KDE/kdevelop/COPYING#671419
A COPYING.SRC trunk/KDE/kdevelop/COPYING.LIB#671419
A ChangeLog trunk/KDE/kdevelop/ChangeLog#671419
A Doxyfile trunk/KDE/kdevelop/Doxyfile#671419
A INSTALL
A NEWS trunk/KDE/kdevelop/NEWS#671419
A README
A TODO
A cmake (directory)
A cmake/CMakeLists.txt trunk/KDE/kdevelop/cmake/CMakeLists.txt#671386
A cmake/modules (directory)
A cmake/modules/CMakeLists.txt trunk/KDE/kdevelop/cmake/modules/CMakeLists.txt#671419
A cmake/modules/COPYING-CMAKE-SCRIPTS
A cmake/modules/FindBoostLibraries.cmake trunk/KDE/kdevelop/cmake/modules/FindBoostLibraries.cmake#671419
A cmake/modules/FindCommoncpp.cmake trunk/KDE/kdevelop/cmake/modules/FindCommoncpp.cmake#671419
A cmake/modules/FindKDevPlatform.cmake
A cmake/modules/FindSubversionLibrary.cmake trunk/KDE/kdevelop/cmake/modules/FindSubversionLibrary.cmake#671419
A config.h.cmake trunk/KDE/kdevelop/config.h.cmake#671419
A doc (directory)
A doc/api (directory)
A doc/api/Architecture.dox trunk/KDE/kdevelop/doc/api/Architecture.dox#671419
A doc/api/Mainpage.dox trunk/KDE/kdevelop/doc/api/Mainpage.dox#671419
A kdevplatform.kdev4
A plugins (directory)
A plugins/CMakeLists.txt trunk/KDE/kdevelop/plugins/CMakeLists.txt#671419
A plugins/cvs (directory) trunk/KDE/kdevelop/lib/plugins/vcs/cvs#671419
M +2 -4 plugins/cvs/CMakeLists.txt
M +4 -4 plugins/cvs/tests/CMakeLists.txt
A plugins/duchainviewer (directory) trunk/KDE/kdevelop/plugins/duchainviewer#671419
M +7 -7 plugins/duchainviewer/CMakeLists.txt
A plugins/filemanager (directory) trunk/KDE/kdevelop/plugins/filemanager#671419
M +1 -1 plugins/filemanager/CMakeLists.txt
A plugins/genericprojectmanager (directory) trunk/KDE/kdevelop/lib/plugins/genericprojectmanager#671419
M +4 -4 plugins/genericprojectmanager/CMakeLists.txt
A plugins/konsole (directory) trunk/KDE/kdevelop/plugins/konsole#671419
M +1 -1 plugins/konsole/CMakeLists.txt
A plugins/projectmanagerview (directory) trunk/KDE/kdevelop/lib/plugins/projectmanagerview#671419
M +4 -4 plugins/projectmanagerview/CMakeLists.txt
A plugins/snippet (directory) trunk/KDE/kdevelop/plugins/snippet#671419
M +1 -1 plugins/snippet/CMakeLists.txt
A plugins/standardoutputview (directory)
A plugins/standardoutputview/CMakeLists.txt trunk/KDE/kdevelop/lib/plugins/outputviews/CMakeLists.txt#671419
A plugins/standardoutputview/kdevstandardoutputview.desktop trunk/KDE/kdevelop/lib/plugins/outputviews/kdevsimpleoutputview.desktop#671419
A plugins/standardoutputview/kdevstandardoutputview.rc trunk/KDE/kdevelop/lib/plugins/outputviews/kdevsimpleoutputview.rc#671419
A plugins/standardoutputview/outputviewcommand.cpp trunk/KDE/kdevelop/lib/plugins/outputviews/outputviewcommand.cpp#671419 [License: GPL (v2+)]
A plugins/standardoutputview/outputviewcommand.h trunk/KDE/kdevelop/lib/plugins/outputviews/outputviewcommand.h#671419 [License: GPL (v2+)]
A plugins/standardoutputview/outputwidget.cpp trunk/KDE/kdevelop/lib/plugins/outputviews/outputwidget.cpp#671419 [License: GPL (v2+)]
A plugins/standardoutputview/outputwidget.h trunk/KDE/kdevelop/lib/plugins/outputviews/outputwidget.h#671419 [License: GPL (v2+)]
A plugins/standardoutputview/standardoutputview.cpp trunk/KDE/kdevelop/lib/plugins/outputviews/simpleoutputview.cpp#671419 [License: GPL (v2+)]
A plugins/standardoutputview/standardoutputview.h trunk/KDE/kdevelop/lib/plugins/outputviews/simpleoutputview.h#671419 [License: GPL (v2+)]
A plugins/subversion (directory) trunk/KDE/kdevelop/lib/plugins/vcs/subversion#671419
M +5 -6 plugins/subversion/CMakeLists.txt
A plugins/teamwork (directory) trunk/KDE/kdevelop/plugins/teamwork#671419
M +5 -6 plugins/teamwork/CMakeLists.txt
A src (directory) trunk/KDE/kdevelop/lib#671419
M +2 -2 src/CMakeLists.txt
M +2 -5 src/Mainpage.dox
M +2 -2 src/editor/CMakeLists.txt
M +3 -3 src/interfaces/CMakeLists.txt
D src/kdevbdbcatalogbackend.cpp
D src/kdevbdbcatalogbackend.h
D src/kdevcatalog.cpp
D src/kdevcatalog.h
D src/kdevcatalogbackend.h
D src/kdevcodeaggregate.cpp
D src/kdevcodeaggregate_p.h
D src/kdevcodedelegate.cpp
D src/kdevcodedelegate.h
D src/kdevcodemodel.cpp
D src/kdevcodemodel.h
D src/kdevcodeproxy.cpp
D src/kdevcodeproxy.h
D src/kdevcoderepository.cpp
D src/kdevcoderepository.h
D src/kdevstatusbar.cpp
D src/kdevstatusbar.h
D src/kdevtdbcatalogbackend.cpp
D src/kdevtdbcatalogbackend.h
M +7 -7 src/language/CMakeLists.txt
A src/outputview (directory) trunk/KDE/kdevelop/lib/plugins/outputviews/interfaces#671419
A src/outputview/CMakeLists.txt trunk/KDE/kdevelop/lib/plugins/outputviews/CMakeLists.txt#671419
D src/persistenthash (directory)
D src/plugins (directory)
M +4 -4 src/project/CMakeLists.txt
M +10 -10 src/shell/CMakeLists.txt
M +1 -1 src/sublime/CMakeLists.txt
M +2 -2 src/sublime/examples/CMakeLists.txt
M +2 -2 src/sublime/test/CMakeLists.txt
D src/tag.cpp
D src/tag.h
M +1 -1 src/util/CMakeLists.txt
D src/util/execcommand.cpp
D src/util/execcommand.h
D src/util/kdevitemmodel.cpp
D src/util/kdevitemmodel.h
D src/util/kdevstandardtree.h
D src/util/kdevstandardtree_impl.h
D src/util/kdevtreeview.cpp
D src/util/kdevtreeview.h
D src/util/kfiltermodel.cpp
D src/util/kfiltermodel.h
D src/util/settings.cpp
D src/util/settings.h
A src/vcs (directory) trunk/KDE/kdevelop/lib/plugins/vcs/interfaces#671419
A src/vcs/CMakeLists.txt trunk/KDE/kdevelop/lib/plugins/vcs/CMakeLists.txt#671419
A src/vcs/vcsexport.h trunk/KDE/kdevelop/lib/plugins/vcs/vcsexport.h#671419 [License: LGPL (v2+)]
--- trunk/KDE/kdevplatform/plugins/cvs/CMakeLists.txt #671419:671472
@@ -1,10 +1,8 @@
add_subdirectory(tests)
include_directories( ${KDE4_INCLUDES}
- ${CMAKE_SOURCE_DIR}/lib
- ${CMAKE_SOURCE_DIR}/lib/interfaces
- ${CMAKE_SOURCE_DIR}/lib/plugins/vcs
- ${CMAKE_SOURCE_DIR}/lib/plugins/vcs/interfaces
+ ${CMAKE_SOURCE_DIR}/src/interfaces
+ ${CMAKE_SOURCE_DIR}/src/vcs
)
--- trunk/KDE/kdevplatform/plugins/cvs/tests/CMakeLists.txt #671419:671472
@@ -18,10 +18,10 @@
if (CVS)
include_directories( ${KDE4_INCLUDES}
- ${CMAKE_SOURCE_DIR}/lib
- ${CMAKE_SOURCE_DIR}/lib/interfaces
- ${CMAKE_SOURCE_DIR}/lib/plugins/vcs/interfaces
- ${CMAKE_SOURCE_DIR}/lib/plugins/vcs/cvs
+ ${CMAKE_SOURCE_DIR}/src
+ ${CMAKE_SOURCE_DIR}/src/interfaces
+ ${CMAKE_SOURCE_DIR}/src/vcs
+ ${CMAKE_SOURCE_DIR}/plugins/cvs
)
set(cvstest_SRCS cvstest.cpp ../cvsjob.cpp ../cvsproxy.cpp)
--- trunk/KDE/kdevplatform/plugins/duchainviewer/CMakeLists.txt #671419:671472
@@ -1,13 +1,13 @@
include_directories(
${CMAKE_TOP_BUILD_DIR}
- ${CMAKE_SOURCE_DIR}/lib
- ${CMAKE_SOURCE_DIR}/lib/interfaces
- ${CMAKE_SOURCE_DIR}/lib/editor
- ${CMAKE_SOURCE_DIR}/lib/language
- ${CMAKE_SOURCE_DIR}/lib/language/interfaces
- ${CMAKE_SOURCE_DIR}/lib/language/duchain
- ${CMAKE_SOURCE_DIR}/lib/shell
+ ${CMAKE_SOURCE_DIR}/src
+ ${CMAKE_SOURCE_DIR}/src/interfaces
+ ${CMAKE_SOURCE_DIR}/src/editor
+ ${CMAKE_SOURCE_DIR}/src/language
+ ${CMAKE_SOURCE_DIR}/src/language/interfaces
+ ${CMAKE_SOURCE_DIR}/src/language/duchain
+ ${CMAKE_SOURCE_DIR}/src/shell
)
--- trunk/KDE/kdevplatform/plugins/filemanager/CMakeLists.txt #671419:671472
@@ -1,4 +1,4 @@
-include_directories( ${CMAKE_SOURCE_DIR}/lib ${CMAKE_SOURCE_DIR}/lib/interfaces )
+include_directories( ${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/src/interfaces )
########### next target ###############
--- trunk/KDE/kdevplatform/plugins/genericprojectmanager/CMakeLists.txt #671419:671472
@@ -1,9 +1,9 @@
include_directories(
- ${CMAKE_SOURCE_DIR}/lib
- ${CMAKE_SOURCE_DIR}/lib/interfaces
- ${CMAKE_SOURCE_DIR}/lib/project
- ${CMAKE_SOURCE_DIR}/lib/project/interfaces
+ ${CMAKE_SOURCE_DIR}/src
+ ${CMAKE_SOURCE_DIR}/src/interfaces
+ ${CMAKE_SOURCE_DIR}/src/project
+ ${CMAKE_SOURCE_DIR}/src/project/interfaces
)
--- trunk/KDE/kdevplatform/plugins/konsole/CMakeLists.txt #671419:671472
@@ -1,5 +1,5 @@
-include_directories( ${CMAKE_SOURCE_DIR}/lib/interfaces ${CMAKE_SOURCE_DIR}/lib)
+include_directories( ${CMAKE_SOURCE_DIR}/src/interfaces ${CMAKE_SOURCE_DIR}/src)
########### next target ###############
--- trunk/KDE/kdevplatform/plugins/projectmanagerview/CMakeLists.txt #671419:671472
@@ -1,10 +1,10 @@
include_directories(
- ${CMAKE_SOURCE_DIR}/lib
- ${CMAKE_SOURCE_DIR}/lib/interfaces
+ ${CMAKE_SOURCE_DIR}/src
+ ${CMAKE_SOURCE_DIR}/src/interfaces
${THREADWEAVER_INCLUDE_DIR}
- ${CMAKE_SOURCE_DIR}/lib/project
- ${CMAKE_SOURCE_DIR}/lib/project/interfaces
+ ${CMAKE_SOURCE_DIR}/src/project
+ ${CMAKE_SOURCE_DIR}/src/project/interfaces
)
--- trunk/KDE/kdevplatform/plugins/snippet/CMakeLists.txt #671419:671472
@@ -1,5 +1,5 @@
-include_directories( ${CMAKE_SOURCE_DIR}/lib ${CMAKE_SOURCE_DIR}/lib/util ${CMAKE_SOURCE_DIR}/lib/interfaces )
+include_directories( ${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/src/util ${CMAKE_SOURCE_DIR}/src/interfaces )
########### next target ###############
--- trunk/KDE/kdevplatform/plugins/subversion/CMakeLists.txt #671419:671472
@@ -1,10 +1,9 @@
-include_directories( ${CMAKE_SOURCE_DIR}/lib
- ${CMAKE_SOURCE_DIR}/lib/interfaces
- ${CMAKE_SOURCE_DIR}/lib/plugins/vcs
- ${CMAKE_SOURCE_DIR}/lib/plugins/vcs/interfaces
- ${CMAKE_SOURCE_DIR}/lib/project
- ${CMAKE_SOURCE_DIR}/lib/plugins/outputviews/interfaces
+include_directories( ${CMAKE_SOURCE_DIR}/src
+ ${CMAKE_SOURCE_DIR}/src/interfaces
+ ${CMAKE_SOURCE_DIR}/src/vcs
+ ${CMAKE_SOURCE_DIR}/src/project
+ ${CMAKE_SOURCE_DIR}/src/outputview
${SUBVERSION_INCLUDE_DIRS}
)
--- trunk/KDE/kdevplatform/plugins/teamwork/CMakeLists.txt #671419:671472
@@ -1,10 +1,10 @@
include_directories(
- ${CMAKE_SOURCE_DIR}/lib
- ${CMAKE_SOURCE_DIR}/lib/interfaces
- ${CMAKE_SOURCE_DIR}/plugins/teamwork/lib
- ${COMMONCPP2_INCLUDE_DIRS}
- ${Boost_INCLUDE_DIRS}
+ ${CMAKE_SOURCE_DIR}/src
+ ${CMAKE_SOURCE_DIR}/src/interfaces
+ ${CMAKE_SOURCE_DIR}/plugins/teamwork/lib
+ ${COMMONCPP2_INCLUDE_DIRS}
+ ${Boost_INCLUDE_DIRS}
)
add_subdirectory(lib)
@@ -76,7 +76,6 @@
target_link_libraries(kdevteamwork ${KDE4_KDEUI_LIBS} ${KDE4_KHTML_LIBS} kdevplatforminterfaces network dynamictext diff2)
-#kde4_install_libtool_file(${PLUGIN_INSTALL_DIR} kdevteamwork)
install(TARGETS kdevteamwork DESTINATION ${PLUGIN_INSTALL_DIR} )
########### install files ###############
--- trunk/KDE/kdevplatform/src/CMakeLists.txt #671419:671472
@@ -4,6 +4,6 @@
add_subdirectory(editor)
add_subdirectory(language)
add_subdirectory(shell)
-add_subdirectory(persistenthash)
-add_subdirectory(plugins)
add_subdirectory(util)
+add_subdirectory(outputview)
+add_subdirectory(vcs)
--- trunk/KDE/kdevplatform/src/Mainpage.dox #671419:671472
@@ -1,10 +1,7 @@
/**
- at mainpage The KDevelop Interfaces Library
+ at mainpage The KDevelop Platform Library
-This library contains all interfaces and classes that form KDevelop plugin architecture.
+This library contains all modules that form KDevelop Platform architecture.
-<b>Link with</b>: -lkdevelop
-
-<b>Include path</b>: -I\$(kde_includes)/kdevelop/interfaces
*/
--- trunk/KDE/kdevplatform/src/editor/CMakeLists.txt #671419:671472
@@ -1,5 +1,5 @@
include_directories(
- ${CMAKE_SOURCE_DIR}/lib/interfaces
+ ${CMAKE_SOURCE_DIR}/src/interfaces
)
set(kdevplatformeditor_LIB_SRCS
@@ -27,5 +27,5 @@
documentcursorobject.h
editorintegrator.h
editorexport.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/editor
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kdevplatform/editor
)
--- trunk/KDE/kdevplatform/src/interfaces/CMakeLists.txt #671419:671472
@@ -1,6 +1,6 @@
include_directories(
- ${CMAKE_SOURCE_DIR}/lib/
- ${CMAKE_SOURCE_DIR}/lib/interfaces
+ ${CMAKE_SOURCE_DIR}/src/
+ ${CMAKE_SOURCE_DIR}/src/interfaces
)
set(kdevplatforminterfaces_LIB_SRCS
@@ -38,7 +38,7 @@
idocumentcontroller.h
iextension.h
interfacesexport.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/interfaces
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kdevplatform/interfaces
)
install(FILES
--- trunk/KDE/kdevplatform/src/language/CMakeLists.txt #671419:671472
@@ -1,8 +1,8 @@
include_directories(
- ${CMAKE_SOURCE_DIR}/lib/interfaces
- ${CMAKE_SOURCE_DIR}/lib/language/interfaces
- ${CMAKE_SOURCE_DIR}/lib/editor
+ ${CMAKE_SOURCE_DIR}/src/interfaces
+ ${CMAKE_SOURCE_DIR}/src/language/interfaces
+ ${CMAKE_SOURCE_DIR}/src/editor
)
set(kdevplatformlanguage_LIB_SRCS
@@ -39,20 +39,20 @@
install(FILES
languageexport.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/language
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kdevplatform/language
)
install(FILES
interfaces/ilanguagesupport.h
interfaces/icodehighlighting.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/language/interfaces
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kdevplatform/language/interfaces
)
install(FILES
backgroundparser/backgroundparser.h
backgroundparser/parsejob.h
backgroundparser/parserdependencypolicy.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/language/backgroundparser
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kdevplatform/language/backgroundparser
)
install(FILES
@@ -72,5 +72,5 @@
duchain/duchainlock.h
duchain/identifier.h
duchain/identifiedtype.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/language/duchain
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kdevplatform/language/duchain
)
--- trunk/KDE/kdevplatform/src/project/CMakeLists.txt #671419:671472
@@ -1,12 +1,12 @@
include_directories(
- ${CMAKE_SOURCE_DIR}/lib/interfaces
+ ${CMAKE_SOURCE_DIR}/src/interfaces
)
set(kdevplatformproject_LIB_SRCS
projectmodel.cpp
projectconfigskeleton.cpp
importprojectjob.cpp
- interfaces/iprojectbuilder.cpp
+ interfaces/iprojectbuilder.cpp
interfaces/iprojectfilemanager.cpp
interfaces/ibuildsystemmanager.cpp
)
@@ -24,7 +24,7 @@
interfaces/iprojectbuilder.h
interfaces/iprojectfilemanager.h
interfaces/ibuildsystemmanager.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/project/interfaces
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kdevplatform/project/interfaces
)
install(FILES
@@ -32,5 +32,5 @@
projectconfigskeleton.h
projectmodel.h
projectexport.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/project
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kdevplatform/project
)
--- trunk/KDE/kdevplatform/src/shell/CMakeLists.txt #671419:671472
@@ -1,15 +1,15 @@
add_subdirectory(settings)
include_directories(
- ${CMAKE_SOURCE_DIR}/lib
- ${CMAKE_SOURCE_DIR}/lib/sublime
- ${CMAKE_SOURCE_DIR}/lib/interfaces
- ${CMAKE_SOURCE_DIR}/lib/editor
- ${CMAKE_SOURCE_DIR}/lib/project
- ${CMAKE_SOURCE_DIR}/lib/project/interfaces
- ${CMAKE_SOURCE_DIR}/lib/language
- ${CMAKE_SOURCE_DIR}/lib/language/backgroundparser
- ${CMAKE_SOURCE_DIR}/lib/language/interfaces
+ ${CMAKE_SOURCE_DIR}/src
+ ${CMAKE_SOURCE_DIR}/src/sublime
+ ${CMAKE_SOURCE_DIR}/src/interfaces
+ ${CMAKE_SOURCE_DIR}/src/editor
+ ${CMAKE_SOURCE_DIR}/src/project
+ ${CMAKE_SOURCE_DIR}/src/project/interfaces
+ ${CMAKE_SOURCE_DIR}/src/language
+ ${CMAKE_SOURCE_DIR}/src/language/backgroundparser
+ ${CMAKE_SOURCE_DIR}/src/language/interfaces
)
set(kdevplatformshell_LIB_SRCS
@@ -56,5 +56,5 @@
languagecontroller.h
language.h
shellexport.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/shell
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kdevplatform/shell
)
--- trunk/KDE/kdevplatform/src/sublime/CMakeLists.txt #671419:671472
@@ -50,4 +50,4 @@
view.h
viewcreator.h
viewwidgetcreator.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/sublime )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kdevplatform/sublime )
--- trunk/KDE/kdevplatform/src/sublime/examples/CMakeLists.txt #671419:671472
@@ -1,6 +1,6 @@
include_directories(
- ${CMAKE_SOURCE_DIR}/lib
- ${CMAKE_SOURCE_DIR}/lib/sublime
+ ${CMAKE_SOURCE_DIR}/src
+ ${CMAKE_SOURCE_DIR}/src/sublime
)
########### next target ###############
--- trunk/KDE/kdevplatform/src/sublime/test/CMakeLists.txt #671419:671472
@@ -1,8 +1,8 @@
if (KDE4_BUILD_TESTS)
include_directories(
- ${CMAKE_SOURCE_DIR}/lib
- ${CMAKE_SOURCE_DIR}/lib/sublime
+ ${CMAKE_SOURCE_DIR}/src
+ ${CMAKE_SOURCE_DIR}/src/sublime
)
set( areaoperationtest_SRCS areaoperationtest.cpp areaprinter.cpp )
--- trunk/KDE/kdevplatform/src/util/CMakeLists.txt #671419:671472
@@ -18,6 +18,6 @@
install( FILES
processlinemaker.h
utilexport.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/util)
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kdevplatform/util)
More information about the KDevelop-devel
mailing list