From kde-commits Wed Mar 02 00:32:51 2005 From: Matt Rogers Date: Wed, 02 Mar 2005 00:32:51 +0000 To: kde-commits Subject: kdevelop Message-Id: <20050302003251.165AD17987 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=110972358016708 CVS commit by mattr: Merge the kdevelop_3_3_branch back into HEAD. All new development for kdevelop 3.3 should happen in HEAD. A parts/annotation/.cvsignore 1.3 A parts/annotation/Makefile.am 1.4 A parts/annotation/annotationglobalconfig.cpp 1.3 [GPL (v2+)] A parts/annotation/annotationglobalconfig.h 1.3 [GPL (v2+)] A parts/annotation/annotationglobalconfigbase.ui 1.3 A parts/annotation/annotationitem.cpp 1.3 [UNKNOWN] A parts/annotation/annotationitem.h 1.3 [UNKNOWN] A parts/annotation/annotationpart.cpp 1.5 [GPL (v2+)] A parts/annotation/annotationpart.h 1.4 [GPL (v2+)] A parts/annotation/annotationprojectconfig.cpp 1.3 [GPL (v2+)] A parts/annotation/annotationprojectconfig.h 1.3 [GPL (v2+)] A parts/annotation/annotationprojectconfigbase.ui 1.3 A parts/annotation/annotationwidget.cpp 1.4 [GPL (v2+)] A parts/annotation/annotationwidget.h 1.4 [GPL (v2+)] A parts/annotation/kdevannotation.desktop 1.13 A parts/annotation/kdevannotation.rc 1.3 M +12 -0 CMakeLists.txt 1.2 M +1 -1 configure.in.in 1.90 M +2 -2 buildtools/autotools/Makefile.am 1.32 M +300 -131 buildtools/autotools/autodetailsview.cpp 1.22 M +23 -18 buildtools/autotools/autodetailsview.h 1.6 M +3 -3 buildtools/autotools/autolistviewitems.h 1.8 M +129 -0 buildtools/autotools/autoprojectviewbase.ui 1.2 M +203 -411 buildtools/autotools/autoprojectwidget.cpp 1.91 M +17 -20 buildtools/autotools/autoprojectwidget.h 1.36 M +153 -97 buildtools/autotools/autosubprojectview.cpp 1.34 M +45 -39 buildtools/autotools/autosubprojectview.h 1.10 M +156 -0 buildtools/autotools/autotoolsaction.cpp 1.2 M +69 -0 buildtools/autotools/autotoolsaction.h 1.2 M +1 -1 buildtools/lib/Makefile.am 1.3 M +2 -0 buildtools/lib/parsers/.cvsignore 1.2 M +8 -0 buildtools/lib/parsers/Makefile.am 1.2 M +2 -0 buildtools/lib/parsers/qmake/.cvsignore 1.2 M +16 -0 buildtools/lib/parsers/qmake/Mainpage.dox 1.2 M +27 -0 buildtools/lib/parsers/qmake/Makefile.am 1.2 M +116 -0 buildtools/lib/parsers/qmake/qmake.ll 1.2 M +291 -0 buildtools/lib/parsers/qmake/qmake.yy 1.2 M +1711 -0 buildtools/lib/parsers/qmake/qmake_lex.cpp 1.2 M +1582 -0 buildtools/lib/parsers/qmake/qmake_yacc.cpp 1.2 M +90 -0 buildtools/lib/parsers/qmake/qmake_yacc.h 1.2 M +115 -0 buildtools/lib/parsers/qmake/qmakeast.cpp 1.2 M +220 -0 buildtools/lib/parsers/qmake/qmakeast.h 1.2 M +48 -0 buildtools/lib/parsers/qmake/qmakedriver.cpp 1.2 M +49 -0 buildtools/lib/parsers/qmake/qmakedriver.h 1.2 M +2 -2 buildtools/lib/widgets/environmentvariableswidget.cpp 1.7 M +59 -0 cmake/KDE.cmake 1.2 M +149 -0 cmake/KDEMacros.cmake 1.2 M +1 -1 languages/cpp/ccconfigwidget.cpp 1.41 M +4 -0 lib/CMakeLists.txt 1.2 M +2 -0 lib/antlr/CMakeLists.txt 1.2 M +33 -0 lib/antlr/src/CMakeLists.txt 1.2 M +2 -0 lib/astyle/CMakeLists.txt 1.2 M +2 -0 lib/catalog/CMakeLists.txt 1.2 M +3 -0 lib/cppparser/CMakeLists.txt 1.2 M +39 -0 lib/interfaces/CMakeLists.txt 1.2 M +7 -0 lib/interfaces/extensions/CMakeLists.txt 1.2 M +11 -0 lib/interfaces/extensions/dcop/CMakeLists.txt 1.2 M +4 -0 lib/interfaces/external/CMakeLists.txt 1.2 M +8 -0 lib/interfaces/extras/CMakeLists.txt 1.2 M +15 -0 lib/util/CMakeLists.txt 1.2 M +17 -0 lib/widgets/CMakeLists.txt 1.2 M +41 -0 lib/widgets/propeditor/CMakeLists.txt 1.2 M +7 -0 parts/CMakeLists.txt 1.2 M +7 -0 parts/abbrev/CMakeLists.txt 1.2 M +3 -48 parts/annotation/README.dox 1.3 M +2 -2 parts/snippet/snippet_widget.cpp 1.24 M +2 -2 src/mainwindowshare.cpp 1.51 M +1 -1 src/profileengine/editor/profileeditor.cpp 1.7 M +1 -1 vcs/cvsservice/cvspartimpl.cpp 1.37