OSDN Git Service

RemoteLinux: Expose some currently internal classes.
authorChristian Kandeler <christian.kandeler@nokia.com>
Tue, 31 May 2011 10:47:53 +0000 (12:47 +0200)
committerChristian Kandeler <christian.kandeler@nokia.com>
Tue, 31 May 2011 11:29:45 +0000 (13:29 +0200)
commiteb1336daacb5e04d1dbd1f8a963fcf0f3c608988
treee273547923b73a521194c735127f35ac29f312aa
parente08b797ea54f6bf6ab595cc60c043c04bba043b3
RemoteLinux: Expose some currently internal classes.

This is needed in the short term to reverse the direction of
the dependency between this plugin and the analyzer.
It is expected that there'll be more users in the future.

Change-Id: I9603e8dfa70e442394ba5e8671c6353b65c46374
Reviewed-on: http://codereview.qt.nokia.com/266
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
66 files changed:
src/plugins/remotelinux/abstractlinuxdevicedeploystep.cpp
src/plugins/remotelinux/abstractlinuxdevicedeploystep.h
src/plugins/remotelinux/abstractmaemodeploystep.cpp
src/plugins/remotelinux/abstractmaemodeploystep.h
src/plugins/remotelinux/linuxdeviceconfiguration.cpp [new file with mode: 0644]
src/plugins/remotelinux/linuxdeviceconfiguration.h [moved from src/plugins/remotelinux/maemodeviceconfigurations.h with 54% similarity]
src/plugins/remotelinux/linuxdeviceconfigurations.cpp [new file with mode: 0644]
src/plugins/remotelinux/linuxdeviceconfigurations.h [new file with mode: 0644]
src/plugins/remotelinux/maemoanalyzersupport.cpp
src/plugins/remotelinux/maemoanalyzersupport.h
src/plugins/remotelinux/maemoconfigtestdialog.cpp
src/plugins/remotelinux/maemoconfigtestdialog.h
src/plugins/remotelinux/maemoconstants.h
src/plugins/remotelinux/maemodebugsupport.cpp
src/plugins/remotelinux/maemodebugsupport.h
src/plugins/remotelinux/maemodeployablelistmodel.cpp
src/plugins/remotelinux/maemodeploymentmounter.cpp
src/plugins/remotelinux/maemodeploymentmounter.h
src/plugins/remotelinux/maemodeploystepwidget.cpp
src/plugins/remotelinux/maemodeviceconfigurations.cpp [deleted file]
src/plugins/remotelinux/maemodeviceconfigurationssettingswidget.cpp
src/plugins/remotelinux/maemodeviceconfigurationssettingswidget.h
src/plugins/remotelinux/maemodeviceconfigwizard.cpp
src/plugins/remotelinux/maemodeviceconfigwizard.h
src/plugins/remotelinux/maemodeviceenvreader.cpp
src/plugins/remotelinux/maemodeviceenvreader.h
src/plugins/remotelinux/maemoglobal.cpp
src/plugins/remotelinux/maemoglobal.h
src/plugins/remotelinux/maemopackageinstaller.cpp
src/plugins/remotelinux/maemopackageinstaller.h
src/plugins/remotelinux/maemopertargetdeviceconfigurationlistmodel.cpp
src/plugins/remotelinux/maemopertargetdeviceconfigurationlistmodel.h
src/plugins/remotelinux/maemopublishingbuildsettingspagefremantlefree.cpp
src/plugins/remotelinux/maemopublishingwizardfactories.cpp
src/plugins/remotelinux/maemoqemumanager.cpp
src/plugins/remotelinux/maemoqemumanager.h
src/plugins/remotelinux/maemoqemuruntime.h
src/plugins/remotelinux/maemoqemuruntimeparser.cpp
src/plugins/remotelinux/maemoqtversion.cpp
src/plugins/remotelinux/maemoqtversion.h
src/plugins/remotelinux/maemoremotecopyfacility.cpp
src/plugins/remotelinux/maemoremotecopyfacility.h
src/plugins/remotelinux/maemoremotemounter.cpp
src/plugins/remotelinux/maemoremotemounter.h
src/plugins/remotelinux/maemoremoteprocessesdialog.cpp
src/plugins/remotelinux/maemoremoteprocessesdialog.h
src/plugins/remotelinux/maemoremoteprocesslist.cpp
src/plugins/remotelinux/maemoremoteprocesslist.h
src/plugins/remotelinux/maemorunconfigurationwidget.cpp
src/plugins/remotelinux/maemorunconfigurationwidget.h
src/plugins/remotelinux/maemoruncontrol.cpp
src/plugins/remotelinux/maemoruncontrol.h
src/plugins/remotelinux/maemorunfactories.cpp
src/plugins/remotelinux/maemosettingspages.cpp
src/plugins/remotelinux/maemosshconfigdialog.cpp
src/plugins/remotelinux/maemosshrunner.cpp
src/plugins/remotelinux/maemosshrunner.h
src/plugins/remotelinux/maemotoolchain.cpp
src/plugins/remotelinux/maemousedportsgatherer.cpp
src/plugins/remotelinux/maemousedportsgatherer.h
src/plugins/remotelinux/qt4maemotarget.cpp
src/plugins/remotelinux/qt4maemotargetfactory.cpp
src/plugins/remotelinux/remotelinux.pro
src/plugins/remotelinux/remotelinuxplugin.cpp
src/plugins/remotelinux/remotelinuxrunconfiguration.cpp [moved from src/plugins/remotelinux/maemorunconfiguration.cpp with 57% similarity]
src/plugins/remotelinux/remotelinuxrunconfiguration.h [moved from src/plugins/remotelinux/maemorunconfiguration.h with 73% similarity]