Commit 0581a1de authored by Gus Grubba's avatar Gus Grubba

Merge pull request #2337 from dogmaphobic/mobileTweaks

Mobile tweaks
parents f29410b7 7a15f9e1
...@@ -186,14 +186,11 @@ INCLUDEPATH += \ ...@@ -186,14 +186,11 @@ INCLUDEPATH += \
FORMS += \ FORMS += \
src/QGCQmlWidgetHolder.ui \ src/QGCQmlWidgetHolder.ui \
src/ui/LogReplayLinkConfigurationWidget.ui \
src/ui/MainWindow.ui \ src/ui/MainWindow.ui \
src/ui/MAVLinkSettingsWidget.ui \ src/ui/MAVLinkSettingsWidget.ui \
src/ui/MockLinkConfiguration.ui \
src/ui/QGCCommConfiguration.ui \ src/ui/QGCCommConfiguration.ui \
src/ui/QGCLinkConfiguration.ui \ src/ui/QGCLinkConfiguration.ui \
src/ui/QGCMapRCToParamDialog.ui \ src/ui/QGCMapRCToParamDialog.ui \
src/ui/QGCMAVLinkLogPlayer.ui \
src/ui/QGCPluginHost.ui \ src/ui/QGCPluginHost.ui \
src/ui/QGCTCPLinkConfiguration.ui \ src/ui/QGCTCPLinkConfiguration.ui \
src/ui/QGCUDPLinkConfiguration.ui \ src/ui/QGCUDPLinkConfiguration.ui \
...@@ -201,6 +198,11 @@ FORMS += \ ...@@ -201,6 +198,11 @@ FORMS += \
src/ui/uas/QGCUnconnectedInfoWidget.ui \ src/ui/uas/QGCUnconnectedInfoWidget.ui \
src/ui/uas/UASMessageView.ui \ src/ui/uas/UASMessageView.ui \
DebugBuild {
FORMS += \
src/ui/MockLinkConfiguration.ui \
}
!iOSBuild { !iOSBuild {
FORMS += \ FORMS += \
src/ui/SerialSettings.ui \ src/ui/SerialSettings.ui \
...@@ -208,6 +210,8 @@ FORMS += \ ...@@ -208,6 +210,8 @@ FORMS += \
!MobileBuild { !MobileBuild {
FORMS += \ FORMS += \
src/ui/LogReplayLinkConfigurationWidget.ui \
src/ui/QGCMAVLinkLogPlayer.ui \
src/ui/Linechart.ui \ src/ui/Linechart.ui \
src/ui/MultiVehicleDockWidget.ui \ src/ui/MultiVehicleDockWidget.ui \
src/ui/QGCDataPlot2D.ui \ src/ui/QGCDataPlot2D.ui \
...@@ -230,11 +234,7 @@ HEADERS += \ ...@@ -230,11 +234,7 @@ HEADERS += \
src/comm/LinkConfiguration.h \ src/comm/LinkConfiguration.h \
src/comm/LinkInterface.h \ src/comm/LinkInterface.h \
src/comm/LinkManager.h \ src/comm/LinkManager.h \
src/comm/LogReplayLink.h \
src/comm/MAVLinkProtocol.h \ src/comm/MAVLinkProtocol.h \
src/comm/MockLink.h \
src/comm/MockLinkFileServer.h \
src/comm/MockLinkMissionItemHandler.h \
src/comm/ProtocolInterface.h \ src/comm/ProtocolInterface.h \
src/comm/QGCMAVLink.h \ src/comm/QGCMAVLink.h \
src/comm/TCPLink.h \ src/comm/TCPLink.h \
...@@ -276,15 +276,12 @@ HEADERS += \ ...@@ -276,15 +276,12 @@ HEADERS += \
src/uas/UAS.h \ src/uas/UAS.h \
src/uas/UASInterface.h \ src/uas/UASInterface.h \
src/uas/UASMessageHandler.h \ src/uas/UASMessageHandler.h \
src/ui/LogReplayLinkConfigurationWidget.h \
src/ui/MainWindow.h \ src/ui/MainWindow.h \
src/ui/MAVLinkDecoder.h \ src/ui/MAVLinkDecoder.h \
src/ui/MAVLinkSettingsWidget.h \ src/ui/MAVLinkSettingsWidget.h \
src/ui/MockLinkConfiguration.h \
src/ui/QGCCommConfiguration.h \ src/ui/QGCCommConfiguration.h \
src/ui/QGCLinkConfiguration.h \ src/ui/QGCLinkConfiguration.h \
src/ui/QGCMapRCToParamDialog.h \ src/ui/QGCMapRCToParamDialog.h \
src/ui/QGCMAVLinkLogPlayer.h \
src/ui/QGCPluginHost.h \ src/ui/QGCPluginHost.h \
src/ui/QGCTCPLinkConfiguration.h \ src/ui/QGCTCPLinkConfiguration.h \
src/ui/QGCUDPLinkConfiguration.h \ src/ui/QGCUDPLinkConfiguration.h \
...@@ -295,6 +292,14 @@ HEADERS += \ ...@@ -295,6 +292,14 @@ HEADERS += \
src/AutoPilotPlugins/PX4/PX4AirframeLoader.h \ src/AutoPilotPlugins/PX4/PX4AirframeLoader.h \
src/QmlControls/QGCImageProvider.h \ src/QmlControls/QGCImageProvider.h \
DebugBuild {
HEADERS += \
src/comm/MockLink.h \
src/comm/MockLinkFileServer.h \
src/comm/MockLinkMissionItemHandler.h \
src/ui/MockLinkConfiguration.h \
}
WindowsBuild { WindowsBuild {
PRECOMPILED_HEADER += src/stable_headers.h PRECOMPILED_HEADER += src/stable_headers.h
HEADERS += src/stable_headers.h HEADERS += src/stable_headers.h
...@@ -309,6 +314,9 @@ HEADERS += \ ...@@ -309,6 +314,9 @@ HEADERS += \
!MobileBuild { !MobileBuild {
HEADERS += \ HEADERS += \
src/comm/LogReplayLink.h \
src/ui/LogReplayLinkConfigurationWidget.h \
src/ui/QGCMAVLinkLogPlayer.h \
src/comm/QGCFlightGearLink.h \ src/comm/QGCFlightGearLink.h \
src/comm/QGCHilLink.h \ src/comm/QGCHilLink.h \
src/comm/QGCJSBSimLink.h \ src/comm/QGCJSBSimLink.h \
...@@ -348,11 +356,7 @@ SOURCES += \ ...@@ -348,11 +356,7 @@ SOURCES += \
src/CmdLineOptParser.cc \ src/CmdLineOptParser.cc \
src/comm/LinkConfiguration.cc \ src/comm/LinkConfiguration.cc \
src/comm/LinkManager.cc \ src/comm/LinkManager.cc \
src/comm/LogReplayLink.cc \
src/comm/MAVLinkProtocol.cc \ src/comm/MAVLinkProtocol.cc \
src/comm/MockLink.cc \
src/comm/MockLinkFileServer.cc \
src/comm/MockLinkMissionItemHandler.cc \
src/comm/TCPLink.cc \ src/comm/TCPLink.cc \
src/comm/UDPLink.cc \ src/comm/UDPLink.cc \
src/FlightDisplay/FlightDisplayViewController.cc \ src/FlightDisplay/FlightDisplayViewController.cc \
...@@ -388,15 +392,12 @@ SOURCES += \ ...@@ -388,15 +392,12 @@ SOURCES += \
src/uas/FileManager.cc \ src/uas/FileManager.cc \
src/uas/UAS.cc \ src/uas/UAS.cc \
src/uas/UASMessageHandler.cc \ src/uas/UASMessageHandler.cc \
src/ui/LogReplayLinkConfigurationWidget.cc \
src/ui/MainWindow.cc \ src/ui/MainWindow.cc \
src/ui/MAVLinkDecoder.cc \ src/ui/MAVLinkDecoder.cc \
src/ui/MAVLinkSettingsWidget.cc \ src/ui/MAVLinkSettingsWidget.cc \
src/ui/MockLinkConfiguration.cc \
src/ui/QGCCommConfiguration.cc \ src/ui/QGCCommConfiguration.cc \
src/ui/QGCLinkConfiguration.cc \ src/ui/QGCLinkConfiguration.cc \
src/ui/QGCMapRCToParamDialog.cpp \ src/ui/QGCMapRCToParamDialog.cpp \
src/ui/QGCMAVLinkLogPlayer.cc \
src/ui/QGCPluginHost.cc \ src/ui/QGCPluginHost.cc \
src/ui/QGCTCPLinkConfiguration.cc \ src/ui/QGCTCPLinkConfiguration.cc \
src/ui/QGCUDPLinkConfiguration.cc \ src/ui/QGCUDPLinkConfiguration.cc \
...@@ -407,6 +408,14 @@ SOURCES += \ ...@@ -407,6 +408,14 @@ SOURCES += \
src/AutoPilotPlugins/PX4/PX4AirframeLoader.cc \ src/AutoPilotPlugins/PX4/PX4AirframeLoader.cc \
src/QmlControls/QGCImageProvider.cc \ src/QmlControls/QGCImageProvider.cc \
DebugBuild {
SOURCES += \
src/comm/MockLink.cc \
src/comm/MockLinkFileServer.cc \
src/comm/MockLinkMissionItemHandler.cc \
src/ui/MockLinkConfiguration.cc \
}
!iOSBuild { !iOSBuild {
SOURCES += \ SOURCES += \
src/comm/QGCSerialPortInfo.cc \ src/comm/QGCSerialPortInfo.cc \
...@@ -416,6 +425,9 @@ SOURCES += \ ...@@ -416,6 +425,9 @@ SOURCES += \
!MobileBuild { !MobileBuild {
SOURCES += \ SOURCES += \
src/comm/LogReplayLink.cc \
src/ui/LogReplayLinkConfigurationWidget.cc \
src/ui/QGCMAVLinkLogPlayer.cc \
src/comm/QGCFlightGearLink.cc \ src/comm/QGCFlightGearLink.cc \
src/comm/QGCJSBSimLink.cc \ src/comm/QGCJSBSimLink.cc \
src/comm/QGCXPlaneLink.cc \ src/comm/QGCXPlaneLink.cc \
......
/*===================================================================== /*=====================================================================
QGroundControl Open Source Ground Control Station QGroundControl Open Source Ground Control Station
(c) 2009 - 2014 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org> (c) 2009 - 2014 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
This file is part of the QGROUNDCONTROL project This file is part of the QGROUNDCONTROL project
QGROUNDCONTROL is free software: you can redistribute it and/or modify QGROUNDCONTROL is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or the Free Software Foundation, either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
QGROUNDCONTROL is distributed in the hope that it will be useful, QGROUNDCONTROL is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with QGROUNDCONTROL. If not, see <http://www.gnu.org/licenses/>. along with QGROUNDCONTROL. If not, see <http://www.gnu.org/licenses/>.
======================================================================*/ ======================================================================*/
/// @file /// @file
...@@ -26,7 +26,9 @@ ...@@ -26,7 +26,9 @@
#include "FactSystemTestBase.h" #include "FactSystemTestBase.h"
#include "LinkManager.h" #include "LinkManager.h"
#ifdef QT_DEBUG
#include "MockLink.h" #include "MockLink.h"
#endif
#include "MultiVehicleManager.h" #include "MultiVehicleManager.h"
#include "QGCApplication.h" #include "QGCApplication.h"
#include "QGCMessageBox.h" #include "QGCMessageBox.h"
...@@ -37,15 +39,15 @@ ...@@ -37,15 +39,15 @@
/// FactSystem Unit Test /// FactSystem Unit Test
FactSystemTestBase::FactSystemTestBase(void) FactSystemTestBase::FactSystemTestBase(void)
{ {
} }
void FactSystemTestBase::_init(MAV_AUTOPILOT autopilot) void FactSystemTestBase::_init(MAV_AUTOPILOT autopilot)
{ {
UnitTest::init(); UnitTest::init();
_connectMockLink(autopilot); _connectMockLink(autopilot);
_plugin = qgcApp()->toolbox()->multiVehicleManager()->activeVehicle()->autopilotPlugin(); _plugin = qgcApp()->toolbox()->multiVehicleManager()->activeVehicle()->autopilotPlugin();
Q_ASSERT(_plugin); Q_ASSERT(_plugin);
} }
...@@ -63,7 +65,7 @@ void FactSystemTestBase::_parameter_default_component_id_test(void) ...@@ -63,7 +65,7 @@ void FactSystemTestBase::_parameter_default_component_id_test(void)
QVERIFY(fact != NULL); QVERIFY(fact != NULL);
QVariant factValue = fact->rawValue(); QVariant factValue = fact->rawValue();
QCOMPARE(factValue.isValid(), true); QCOMPARE(factValue.isValid(), true);
QCOMPARE(factValue.toInt(), 3); QCOMPARE(factValue.toInt(), 3);
} }
...@@ -74,17 +76,17 @@ void FactSystemTestBase::_parameter_specific_component_id_test(void) ...@@ -74,17 +76,17 @@ void FactSystemTestBase::_parameter_specific_component_id_test(void)
QVERIFY(fact != NULL); QVERIFY(fact != NULL);
QVariant factValue = fact->rawValue(); QVariant factValue = fact->rawValue();
QCOMPARE(factValue.isValid(), true); QCOMPARE(factValue.isValid(), true);
QCOMPARE(factValue.toInt(), 3); QCOMPARE(factValue.toInt(), 3);
// Test another component id // Test another component id
QVERIFY(_plugin->factExists(FactSystem::ParameterProvider, 51, "COMPONENT_51")); QVERIFY(_plugin->factExists(FactSystem::ParameterProvider, 51, "COMPONENT_51"));
fact = _plugin->getFact(FactSystem::ParameterProvider, 51, "COMPONENT_51"); fact = _plugin->getFact(FactSystem::ParameterProvider, 51, "COMPONENT_51");
QVERIFY(fact != NULL); QVERIFY(fact != NULL);
factValue = fact->rawValue(); factValue = fact->rawValue();
QCOMPARE(factValue.isValid(), true); QCOMPARE(factValue.isValid(), true);
QCOMPARE(factValue.toInt(), 51); QCOMPARE(factValue.toInt(), 51);
} }
...@@ -92,18 +94,18 @@ void FactSystemTestBase::_parameter_specific_component_id_test(void) ...@@ -92,18 +94,18 @@ void FactSystemTestBase::_parameter_specific_component_id_test(void)
void FactSystemTestBase::_qml_test(void) void FactSystemTestBase::_qml_test(void)
{ {
QGCQuickWidget* widget = new QGCQuickWidget; QGCQuickWidget* widget = new QGCQuickWidget;
widget->setAutoPilot(_plugin); widget->setAutoPilot(_plugin);
widget->setSource(QUrl::fromUserInput("qrc:unittest/FactSystemTest.qml")); widget->setSource(QUrl::fromUserInput("qrc:unittest/FactSystemTest.qml"));
QQuickItem* rootObject = widget->rootObject(); QQuickItem* rootObject = widget->rootObject();
QObject* control = rootObject->findChild<QObject*>("testControl"); QObject* control = rootObject->findChild<QObject*>("testControl");
QVERIFY(control != NULL); QVERIFY(control != NULL);
QVariant qmlValue = control->property("text").toInt(); QVariant qmlValue = control->property("text").toInt();
QCOMPARE(qmlValue.toInt(), 3); QCOMPARE(qmlValue.toInt(), 3);
delete widget; delete widget;
} }
...@@ -111,25 +113,25 @@ void FactSystemTestBase::_qml_test(void) ...@@ -111,25 +113,25 @@ void FactSystemTestBase::_qml_test(void)
void FactSystemTestBase::_qmlUpdate_test(void) void FactSystemTestBase::_qmlUpdate_test(void)
{ {
QGCQuickWidget* widget = new QGCQuickWidget; QGCQuickWidget* widget = new QGCQuickWidget;
widget->setAutoPilot(_plugin); widget->setAutoPilot(_plugin);
widget->setSource(QUrl::fromUserInput("qrc:unittest/FactSystemTest.qml")); widget->setSource(QUrl::fromUserInput("qrc:unittest/FactSystemTest.qml"));
// Change the value // Change the value
QVariant paramValue = 12; QVariant paramValue = 12;
_plugin->getParameterFact(FactSystem::defaultComponentId, "RC_MAP_THROTTLE")->setRawValue(paramValue); _plugin->getParameterFact(FactSystem::defaultComponentId, "RC_MAP_THROTTLE")->setRawValue(paramValue);
QTest::qWait(500); // Let the signals flow through QTest::qWait(500); // Let the signals flow through
// Make sure the qml has the right value // Make sure the qml has the right value
QQuickItem* rootObject = widget->rootObject(); QQuickItem* rootObject = widget->rootObject();
QObject* control = rootObject->findChild<QObject*>("testControl"); QObject* control = rootObject->findChild<QObject*>("testControl");
QVERIFY(control != NULL); QVERIFY(control != NULL);
QCOMPARE(control->property("text").toInt(), 12); QCOMPARE(control->property("text").toInt(), 12);
delete widget; delete widget;
} }
...@@ -33,7 +33,9 @@ This file is part of the QGROUNDCONTROL project ...@@ -33,7 +33,9 @@ This file is part of the QGROUNDCONTROL project
#endif #endif
#include "UDPLink.h" #include "UDPLink.h"
#include "TCPLink.h" #include "TCPLink.h"
#ifndef __mobile__
#include "LogReplayLink.h" #include "LogReplayLink.h"
#endif
#ifdef QT_DEBUG #ifdef QT_DEBUG
#include "MockLink.h" #include "MockLink.h"
...@@ -99,9 +101,11 @@ LinkConfiguration* LinkConfiguration::createSettings(int type, const QString& na ...@@ -99,9 +101,11 @@ LinkConfiguration* LinkConfiguration::createSettings(int type, const QString& na
case LinkConfiguration::TypeTcp: case LinkConfiguration::TypeTcp:
config = new TCPConfiguration(name); config = new TCPConfiguration(name);
break; break;
#ifndef __mobile__
case LinkConfiguration::TypeLogReplay: case LinkConfiguration::TypeLogReplay:
config = new LogReplayLinkConfiguration(name); config = new LogReplayLinkConfiguration(name);
break; break;
#endif
#ifdef QT_DEBUG #ifdef QT_DEBUG
case LinkConfiguration::TypeMock: case LinkConfiguration::TypeMock:
config = new MockConfiguration(name); config = new MockConfiguration(name);
...@@ -130,9 +134,11 @@ LinkConfiguration* LinkConfiguration::duplicateSettings(LinkConfiguration* sourc ...@@ -130,9 +134,11 @@ LinkConfiguration* LinkConfiguration::duplicateSettings(LinkConfiguration* sourc
case TypeTcp: case TypeTcp:
dupe = new TCPConfiguration(dynamic_cast<TCPConfiguration*>(source)); dupe = new TCPConfiguration(dynamic_cast<TCPConfiguration*>(source));
break; break;
#ifndef __mobile__
case TypeLogReplay: case TypeLogReplay:
dupe = new LogReplayLinkConfiguration(dynamic_cast<LogReplayLinkConfiguration*>(source)); dupe = new LogReplayLinkConfiguration(dynamic_cast<LogReplayLinkConfiguration*>(source));
break; break;
#endif
#ifdef QT_DEBUG #ifdef QT_DEBUG
case TypeMock: case TypeMock:
dupe = new MockConfiguration(dynamic_cast<MockConfiguration*>(source)); dupe = new MockConfiguration(dynamic_cast<MockConfiguration*>(source));
......
...@@ -69,8 +69,12 @@ public: ...@@ -69,8 +69,12 @@ public:
TypeXbee, ///< XBee Proprietary Link TypeXbee, ///< XBee Proprietary Link
TypeOpal, ///< Opal-RT Link TypeOpal, ///< Opal-RT Link
#endif #endif
#ifdef QT_DEBUG
TypeMock, ///< Mock Link for Unitesting TypeMock, ///< Mock Link for Unitesting
#endif
#ifndef __mobile__
TypeLogReplay, TypeLogReplay,
#endif
TypeLast // Last type value (type >= TypeLast == invalid) TypeLast // Last type value (type >= TypeLast == invalid)
}; };
......
...@@ -124,9 +124,11 @@ LinkInterface* LinkManager::createConnectedLink(LinkConfiguration* config) ...@@ -124,9 +124,11 @@ LinkInterface* LinkManager::createConnectedLink(LinkConfiguration* config)
case LinkConfiguration::TypeTcp: case LinkConfiguration::TypeTcp:
pLink = new TCPLink(dynamic_cast<TCPConfiguration*>(config)); pLink = new TCPLink(dynamic_cast<TCPConfiguration*>(config));
break; break;
#ifndef __mobile__
case LinkConfiguration::TypeLogReplay: case LinkConfiguration::TypeLogReplay:
pLink = new LogReplayLink(dynamic_cast<LogReplayLinkConfiguration*>(config)); pLink = new LogReplayLink(dynamic_cast<LogReplayLinkConfiguration*>(config));
break; break;
#endif
#ifdef QT_DEBUG #ifdef QT_DEBUG
case LinkConfiguration::TypeMock: case LinkConfiguration::TypeMock:
pLink = new MockLink(dynamic_cast<MockConfiguration*>(config)); pLink = new MockLink(dynamic_cast<MockConfiguration*>(config));
...@@ -357,9 +359,11 @@ void LinkManager::loadLinkConfigurationList() ...@@ -357,9 +359,11 @@ void LinkManager::loadLinkConfigurationList()
case LinkConfiguration::TypeTcp: case LinkConfiguration::TypeTcp:
pLink = (LinkConfiguration*)new TCPConfiguration(name); pLink = (LinkConfiguration*)new TCPConfiguration(name);
break; break;
#ifndef __mobile__
case LinkConfiguration::TypeLogReplay: case LinkConfiguration::TypeLogReplay:
pLink = (LinkConfiguration*)new LogReplayLinkConfiguration(name); pLink = (LinkConfiguration*)new LogReplayLinkConfiguration(name);
break; break;
#endif
#ifdef QT_DEBUG #ifdef QT_DEBUG
case LinkConfiguration::TypeMock: case LinkConfiguration::TypeMock:
pLink = (LinkConfiguration*)new MockConfiguration(name); pLink = (LinkConfiguration*)new MockConfiguration(name);
...@@ -697,8 +701,12 @@ QStringList LinkManager::linkTypeStrings(void) const ...@@ -697,8 +701,12 @@ QStringList LinkManager::linkTypeStrings(void) const
#endif #endif
list += "UDP"; list += "UDP";
list += "TCP"; list += "TCP";
#ifdef QT_DEBUG
list += "Mock Link"; list += "Mock Link";
#endif
#ifndef __mobile__
list += "Log Replay"; list += "Log Replay";
#endif
} }
return list; return list;
} }
...@@ -771,16 +779,20 @@ bool LinkManager::endCreateConfiguration(LinkConfiguration* config) ...@@ -771,16 +779,20 @@ bool LinkManager::endCreateConfiguration(LinkConfiguration* config)
LinkConfiguration* LinkManager::createConfiguration(int type, const QString& name) LinkConfiguration* LinkManager::createConfiguration(int type, const QString& name)
{ {
#ifndef __ios__
if((LinkConfiguration::LinkType)type == LinkConfiguration::TypeSerial) if((LinkConfiguration::LinkType)type == LinkConfiguration::TypeSerial)
_updateSerialPorts(); _updateSerialPorts();
#endif
return LinkConfiguration::createSettings(type, name); return LinkConfiguration::createSettings(type, name);
} }
LinkConfiguration* LinkManager::startConfigurationEditing(LinkConfiguration* config) LinkConfiguration* LinkManager::startConfigurationEditing(LinkConfiguration* config)
{ {
Q_ASSERT(config != NULL); Q_ASSERT(config != NULL);
#ifndef __ios__
if(config->type() == LinkConfiguration::TypeSerial) if(config->type() == LinkConfiguration::TypeSerial)
_updateSerialPorts(); _updateSerialPorts();
#endif
return LinkConfiguration::duplicateSettings(config); return LinkConfiguration::duplicateSettings(config);
} }
...@@ -816,13 +828,15 @@ void LinkManager::_fixUnnamed(LinkConfiguration* config) ...@@ -816,13 +828,15 @@ void LinkManager::_fixUnnamed(LinkConfiguration* config)
} }
} }
break; break;
#ifndef __mobile__
case LinkConfiguration::TypeLogReplay: { case LinkConfiguration::TypeLogReplay: {
LogReplayLinkConfiguration* tconfig = dynamic_cast<LogReplayLinkConfiguration*>(config); LogReplayLinkConfiguration* tconfig = dynamic_cast<LogReplayLinkConfiguration*>(config);
if(tconfig) { if(tconfig) {
config->setName(QString("Log Replay %1").arg(tconfig->logFilenameShort())); config->setName(QString("Log Replay %1").arg(tconfig->logFilenameShort()));
}
} }
}
break; break;
#endif
#ifdef QT_DEBUG #ifdef QT_DEBUG
case LinkConfiguration::TypeMock: case LinkConfiguration::TypeMock:
config->setName( config->setName(
......
...@@ -37,7 +37,9 @@ This file is part of the PIXHAWK project ...@@ -37,7 +37,9 @@ This file is part of the PIXHAWK project
#include "QGCToolbox.h" #include "QGCToolbox.h"
#include "ProtocolInterface.h" #include "ProtocolInterface.h"
#include "MAVLinkProtocol.h" #include "MAVLinkProtocol.h"
#ifndef __mobile__
#include "LogReplayLink.h" #include "LogReplayLink.h"
#endif
#include "QmlObjectListModel.h" #include "QmlObjectListModel.h"
#ifndef __ios__ #ifndef __ios__
......
...@@ -43,7 +43,9 @@ This file is part of the QGROUNDCONTROL project ...@@ -43,7 +43,9 @@ This file is part of the QGROUNDCONTROL project
#include "MAVLinkProtocol.h" #include "MAVLinkProtocol.h"
#include "MainWindow.h" #include "MainWindow.h"
#include "GAudioOutput.h" #include "GAudioOutput.h"
#ifndef __mobile__
#include "QGCMAVLinkLogPlayer.h" #include "QGCMAVLinkLogPlayer.h"
#endif
#include "SettingsDialog.h" #include "SettingsDialog.h"
#include "MAVLinkDecoder.h" #include "MAVLinkDecoder.h"
#include "QGCApplication.h" #include "QGCApplication.h"
......
...@@ -42,7 +42,9 @@ This file is part of the QGROUNDCONTROL project ...@@ -42,7 +42,9 @@ This file is part of the QGROUNDCONTROL project
#include "UASInterface.h" #include "UASInterface.h"
#include "LogCompressor.h" #include "LogCompressor.h"
#include "QGCMAVLinkInspector.h" #include "QGCMAVLinkInspector.h"
#ifndef __mobile__
#include "QGCMAVLinkLogPlayer.h" #include "QGCMAVLinkLogPlayer.h"
#endif
#include "MAVLinkDecoder.h" #include "MAVLinkDecoder.h"
#include "Vehicle.h" #include "Vehicle.h"
#include "QGCDockWidget.h" #include "QGCDockWidget.h"
...@@ -157,11 +159,12 @@ signals: ...@@ -157,11 +159,12 @@ signals:
#endif //QGC_MOUSE_ENABLED_LINUX #endif //QGC_MOUSE_ENABLED_LINUX
public: public:
#ifndef __mobile__
QGCMAVLinkLogPlayer* getLogPlayer() QGCMAVLinkLogPlayer* getLogPlayer()
{ {
return logPlayer; return logPlayer;
} }
#endif
protected: protected:
void connectCommonActions(); void connectCommonActions();
...@@ -171,8 +174,9 @@ protected: ...@@ -171,8 +174,9 @@ protected:
QSettings settings; QSettings settings;
QPointer<MAVLinkDecoder> mavlinkDecoder; QPointer<MAVLinkDecoder> mavlinkDecoder;
#ifndef __mobile__
QGCMAVLinkLogPlayer* logPlayer; QGCMAVLinkLogPlayer* logPlayer;
#endif
#ifdef QGC_MOUSE_ENABLED_WIN #ifdef QGC_MOUSE_ENABLED_WIN
/** @brief 3d Mouse support (WIN only) */ /** @brief 3d Mouse support (WIN only) */
Mouse3DInput* mouseInput; ///< 3dConnexion 3dMouse SDK Mouse3DInput* mouseInput; ///< 3dConnexion 3dMouse SDK
......
...@@ -44,7 +44,7 @@ Item { ...@@ -44,7 +44,7 @@ Item {
property real tbHeight: ScreenTools.isMobile ? (ScreenTools.isTinyScreen ? (mainWindow.width * 0.0666) : (mainWindow.width * 0.05)) : ScreenTools.defaultFontPixelSize * 4 property real tbHeight: ScreenTools.isMobile ? (ScreenTools.isTinyScreen ? (mainWindow.width * 0.0666) : (mainWindow.width * 0.05)) : ScreenTools.defaultFontPixelSize * 4
property int tbCellHeight: tbHeight * 0.75 property int tbCellHeight: tbHeight * 0.75
property real tbSpacing: ScreenTools.isMobile ? width * 0.00824 : 9.54 property real tbSpacing: ScreenTools.isMobile ? width * 0.00824 : 9.54
property real tbButtonWidth: tbCellHeight * 1.3 property real tbButtonWidth: tbCellHeight * 1.35
property real availableHeight: height - tbHeight property real availableHeight: height - tbHeight
property real menuButtonWidth: (tbButtonWidth * 2) + (tbSpacing * 4) + 1 property real menuButtonWidth: (tbButtonWidth * 2) + (tbSpacing * 4) + 1
......
...@@ -149,7 +149,7 @@ Item { ...@@ -149,7 +149,7 @@ Item {
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
} }
QGCButton { QGCButton {
width: parent.width * 0.8 width: parent.width * 0.85
height: ScreenTools.defaultFontPixelHeight * 2.5 height: ScreenTools.defaultFontPixelHeight * 2.5
text: "General" text: "General"
exclusiveGroup: panelActionGroup exclusiveGroup: panelActionGroup
...@@ -162,7 +162,7 @@ Item { ...@@ -162,7 +162,7 @@ Item {
} }
} }
QGCButton { QGCButton {
width: parent.width * 0.8 width: parent.width * 0.85
height: ScreenTools.defaultFontPixelHeight * 2.5 height: ScreenTools.defaultFontPixelHeight * 2.5
text: "Comm Links" text: "Comm Links"
exclusiveGroup: panelActionGroup exclusiveGroup: panelActionGroup
...@@ -175,7 +175,7 @@ Item { ...@@ -175,7 +175,7 @@ Item {
} }
} }
QGCButton { QGCButton {
width: parent.width * 0.8 width: parent.width * 0.85
height: ScreenTools.defaultFontPixelHeight * 2.5 height: ScreenTools.defaultFontPixelHeight * 2.5
text: "MavLink" text: "MavLink"
exclusiveGroup: panelActionGroup exclusiveGroup: panelActionGroup
...@@ -188,7 +188,7 @@ Item { ...@@ -188,7 +188,7 @@ Item {
} }
} }
QGCButton { QGCButton {
width: parent.width * 0.8 width: parent.width * 0.85
height: ScreenTools.defaultFontPixelHeight * 2.5 height: ScreenTools.defaultFontPixelHeight * 2.5
text: "Mock Link" text: "Mock Link"
visible: ScreenTools.isDebug visible: ScreenTools.isDebug
...@@ -202,7 +202,7 @@ Item { ...@@ -202,7 +202,7 @@ Item {
} }
} }
QGCButton { QGCButton {
width: parent.width * 0.8 width: parent.width * 0.85
height: ScreenTools.defaultFontPixelHeight * 2.5 height: ScreenTools.defaultFontPixelHeight * 2.5
text: "Debug" text: "Debug"
visible: ScreenTools.isDebug visible: ScreenTools.isDebug
......
...@@ -36,8 +36,12 @@ This file is part of the QGROUNDCONTROL project ...@@ -36,8 +36,12 @@ This file is part of the QGROUNDCONTROL project
#endif #endif
#include "QGCUDPLinkConfiguration.h" #include "QGCUDPLinkConfiguration.h"
#include "QGCTCPLinkConfiguration.h" #include "QGCTCPLinkConfiguration.h"
#ifdef QT_DEBUG
#include "MockLinkConfiguration.h" #include "MockLinkConfiguration.h"
#endif
#ifndef __mobile__
#include "LogReplayLinkConfigurationWidget.h" #include "LogReplayLinkConfigurationWidget.h"
#endif
#include "QGCCommConfiguration.h" #include "QGCCommConfiguration.h"
#include "ui_QGCCommConfiguration.h" #include "ui_QGCCommConfiguration.h"
...@@ -54,7 +58,9 @@ QGCCommConfiguration::QGCCommConfiguration(QWidget *parent, LinkConfiguration *c ...@@ -54,7 +58,9 @@ QGCCommConfiguration::QGCCommConfiguration(QWidget *parent, LinkConfiguration *c
#endif #endif
_ui->typeCombo->addItem(tr("UDP"), LinkConfiguration::TypeUdp); _ui->typeCombo->addItem(tr("UDP"), LinkConfiguration::TypeUdp);
_ui->typeCombo->addItem(tr("TCP"), LinkConfiguration::TypeTcp); _ui->typeCombo->addItem(tr("TCP"), LinkConfiguration::TypeTcp);
#ifndef __mobile__
_ui->typeCombo->addItem(tr("Log replay"), LinkConfiguration::TypeLogReplay); _ui->typeCombo->addItem(tr("Log replay"), LinkConfiguration::TypeLogReplay);
#endif
#ifdef QT_DEBUG #ifdef QT_DEBUG
_ui->typeCombo->addItem(tr("Mock"), LinkConfiguration::TypeMock); _ui->typeCombo->addItem(tr("Mock"), LinkConfiguration::TypeMock);
#endif #endif
...@@ -143,13 +149,15 @@ void QGCCommConfiguration::_loadTypeConfigWidget(int type) ...@@ -143,13 +149,15 @@ void QGCCommConfiguration::_loadTypeConfigWidget(int type)
_ui->typeCombo->setCurrentIndex(_ui->typeCombo->findData(LinkConfiguration::TypeTcp)); _ui->typeCombo->setCurrentIndex(_ui->typeCombo->findData(LinkConfiguration::TypeTcp));
} }
break; break;
#ifndef __mobile__
case LinkConfiguration::TypeLogReplay: { case LinkConfiguration::TypeLogReplay: {
QWidget* conf = new LogReplayLinkConfigurationWidget((LogReplayLinkConfiguration*)_config, this); QWidget* conf = new LogReplayLinkConfigurationWidget((LogReplayLinkConfiguration*)_config, this);
_ui->linkScrollArea->setWidget(conf); _ui->linkScrollArea->setWidget(conf);
_ui->linkGroupBox->setTitle("Log Replay"); _ui->linkGroupBox->setTitle("Log Replay");
_ui->typeCombo->setCurrentIndex(_ui->typeCombo->findData(LinkConfiguration::TypeLogReplay)); _ui->typeCombo->setCurrentIndex(_ui->typeCombo->findData(LinkConfiguration::TypeLogReplay));
} }
break; break;
#endif
#ifdef QT_DEBUG #ifdef QT_DEBUG
case LinkConfiguration::TypeMock: { case LinkConfiguration::TypeMock: {
QWidget* conf = new MockLinkConfiguration((MockConfiguration*)_config, this); QWidget* conf = new MockLinkConfiguration((MockConfiguration*)_config, this);
......
...@@ -165,13 +165,15 @@ void QGCLinkConfiguration::_fixUnnamed(LinkConfiguration* config) ...@@ -165,13 +165,15 @@ void QGCLinkConfiguration::_fixUnnamed(LinkConfiguration* config)
} }
} }
break; break;
#ifndef __mobile__
case LinkConfiguration::TypeLogReplay: { case LinkConfiguration::TypeLogReplay: {
LogReplayLinkConfiguration* tconfig = dynamic_cast<LogReplayLinkConfiguration*>(config); LogReplayLinkConfiguration* tconfig = dynamic_cast<LogReplayLinkConfiguration*>(config);
if(tconfig) { if(tconfig) {
config->setName(QString("Log Replay %1").arg(tconfig->logFilenameShort())); config->setName(QString("Log Replay %1").arg(tconfig->logFilenameShort()));
}
} }
}
break; break;
#endif
#ifdef QT_DEBUG #ifdef QT_DEBUG
case LinkConfiguration::TypeMock: case LinkConfiguration::TypeMock:
config->setName( config->setName(
......
...@@ -333,7 +333,7 @@ Rectangle { ...@@ -333,7 +333,7 @@ Rectangle {
spacing: ScreenTools.defaultFontPixelWidth spacing: ScreenTools.defaultFontPixelWidth
anchors.margins: ScreenTools.defaultFontPixelWidth anchors.margins: ScreenTools.defaultFontPixelWidth
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
anchors.horizontalCenter: parent.horizontalCenter anchors.right: parent.right
QGCButton { QGCButton {
width: ScreenTools.defaultFontPixelWidth * 10 width: ScreenTools.defaultFontPixelWidth * 10
text: "OK" text: "OK"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment