Move SSH functionality out of the Qt4ProjectManager.

It does not conceptually belong there, and several people have
asked for an interface to use the functionality in their own
plugins.

Task-number: QTCREATORBUG-1204
Reviewed-by: kh1
This commit is contained in:
ck
2010-04-26 11:43:25 +02:00
parent 71b9057b0b
commit 9ece8a4110
28 changed files with 960 additions and 620 deletions

View File

@@ -83,7 +83,10 @@ SOURCES += mainwindow.cpp \
imode.cpp \
editormanager/systemeditor.cpp \
designmode.cpp \
editortoolbar.cpp
editortoolbar.cpp \
ssh/ne7sshobject.cpp \
ssh/sshconnection.cpp \
ssh/sshkeygenerator.cpp
HEADERS += mainwindow.h \
editmode.h \
@@ -165,7 +168,10 @@ HEADERS += mainwindow.h \
eventfilteringmainwindow.h \
editormanager/systemeditor.h \
designmode.h \
editortoolbar.h
editortoolbar.h \
ssh/ne7sshobject.h \
ssh/sshconnection.h \
ssh/sshkeygenerator.h
FORMS += dialogs/newdialog.ui \
actionmanager/commandmappings.ui \