Revision 822862
Go back to digest for 22nd June 2008Features in Development Tools
Evgeniy Ivanov committed changes in /trunk/KDE/kdevplatform/plugins:
Added gitplugin with basic functionality. It can be used to create git-based projects ('git init' and 'git add' would be used) and it can do 'git add/commit/remove' inside Projects View. Also there are some little tests and another code whish is not used now. Somewhere the code needs cleanup, but it's ok.
File Changes
Added 28 files
- /trunk/KDE/kdevplatform/plugins/git
- /CMakeLists.txt
- /commitdialog.cpp
- /commitdialog.h
- /commitdialog.ui
- /cvsgenericoutputview.ui
- /cvsmainview.ui
- /gitgenericoutputview.cpp
- /gitgenericoutputview.h
- /gitjob.cpp
- /gitjob.h
- /gitmainview.cpp
- /gitmainview.h
- /gitplugin.cpp
- /gitplugin.h
- /gitproxy.cpp
- /gitproxy.h
- /importdialog.cpp
- /importdialog.h
- /importmetadatawidget.cpp
- /importmetadatawidget.h
- /importmetadatawidget.ui
- /kdevgit.desktop
- /kdevgit.rc
- /tests
- /tests/CMakeLists.txt
- /tests/initTest.cpp
- /tests/initTest.h
Modified 1 files
- /trunk/KDE/kdevplatform/plugins/CMakeLists.txt
29 files changed in total