mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
Janitor work, mainly doxygen and qmake.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@930 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
1faa9b4073
commit
d02d890979
30
ground/share/openpilotgcs/gauges/gauges.pro
Normal file
30
ground/share/openpilotgcs/gauges/gauges.pro
Normal file
@ -0,0 +1,30 @@
|
||||
include(../../../openpilotgcs.pri)
|
||||
|
||||
COLLECTIONS = default bling
|
||||
|
||||
TEMPLATE = app
|
||||
TARGET = phony_target2
|
||||
CONFIG -= qt
|
||||
QT =
|
||||
LIBS =
|
||||
|
||||
isEmpty(vcproj) {
|
||||
QMAKE_LINK = @: IGNORE THIS LINE
|
||||
OBJECTS_DIR =
|
||||
win32:CONFIG -= embed_manifest_exe
|
||||
} else {
|
||||
CONFIG += console
|
||||
PHONY_DEPS = .
|
||||
phony_src.input = PHONY_DEPS
|
||||
phony_src.output = phony.c
|
||||
phony_src.variable_out = GENERATED_SOURCES
|
||||
phony_src.commands = echo int main() { return 0; } > phony.c
|
||||
phony_src.name = CREATE phony.c
|
||||
phony_src.CONFIG += combine
|
||||
QMAKE_EXTRA_COMPILERS += phony_src
|
||||
}
|
||||
|
||||
gauges.files = $$PWD/$$COLLECTIONS
|
||||
gauges.path = /share/openpilotgcs/gauges
|
||||
gauges.CONFIG += no_check_exist
|
||||
INSTALLS += gauges
|
30
ground/share/openpilotgcs/models/models.pro
Normal file
30
ground/share/openpilotgcs/models/models.pro
Normal file
@ -0,0 +1,30 @@
|
||||
include(../../../openpilotgcs.pri)
|
||||
|
||||
COLLECTIONS = Easystar
|
||||
|
||||
TEMPLATE = app
|
||||
TARGET = phony_target2
|
||||
CONFIG -= qt
|
||||
QT =
|
||||
LIBS =
|
||||
|
||||
isEmpty(vcproj) {
|
||||
QMAKE_LINK = @: IGNORE THIS LINE
|
||||
OBJECTS_DIR =
|
||||
win32:CONFIG -= embed_manifest_exe
|
||||
} else {
|
||||
CONFIG += console
|
||||
PHONY_DEPS = .
|
||||
phony_src.input = PHONY_DEPS
|
||||
phony_src.output = phony.c
|
||||
phony_src.variable_out = GENERATED_SOURCES
|
||||
phony_src.commands = echo int main() { return 0; } > phony.c
|
||||
phony_src.name = CREATE phony.c
|
||||
phony_src.CONFIG += combine
|
||||
QMAKE_EXTRA_COMPILERS += phony_src
|
||||
}
|
||||
|
||||
models.files = $$PWD/$$COLLECTIONS
|
||||
models.path = /share/openpilotgcs/models
|
||||
models.CONFIG += no_check_exist
|
||||
INSTALLS += models
|
30
ground/share/openpilotgcs/pfd/pfd.pro
Normal file
30
ground/share/openpilotgcs/pfd/pfd.pro
Normal file
@ -0,0 +1,30 @@
|
||||
include(../../../openpilotgcs.pri)
|
||||
|
||||
COLLECTIONS = default
|
||||
|
||||
TEMPLATE = app
|
||||
TARGET = phony_target2
|
||||
CONFIG -= qt
|
||||
QT =
|
||||
LIBS =
|
||||
|
||||
isEmpty(vcproj) {
|
||||
QMAKE_LINK = @: IGNORE THIS LINE
|
||||
OBJECTS_DIR =
|
||||
win32:CONFIG -= embed_manifest_exe
|
||||
} else {
|
||||
CONFIG += console
|
||||
PHONY_DEPS = .
|
||||
phony_src.input = PHONY_DEPS
|
||||
phony_src.output = phony.c
|
||||
phony_src.variable_out = GENERATED_SOURCES
|
||||
phony_src.commands = echo int main() { return 0; } > phony.c
|
||||
phony_src.name = CREATE phony.c
|
||||
phony_src.CONFIG += combine
|
||||
QMAKE_EXTRA_COMPILERS += phony_src
|
||||
}
|
||||
|
||||
pfd.files = $$PWD/$$COLLECTIONS
|
||||
pfd.path = /share/openpilotgcs/pfd
|
||||
pfd.CONFIG += no_check_exist
|
||||
INSTALLS += pfd
|
@ -1,4 +1,11 @@
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = openpilotgcs/translations
|
||||
SUBDIRS += openpilotgcs/sounds
|
||||
SUBDIRS += openpilotgcs/gauges
|
||||
SUBDIRS += openpilotgcs/models
|
||||
SUBDIRS += openpilotgcs/pfd
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -18,5 +18,4 @@ SOURCES += dialgadgetconfiguration.cpp
|
||||
SOURCES += dialgadgetoptionspage.cpp
|
||||
OTHER_FILES += DialGadget.pluginspec
|
||||
FORMS += dialgadgetoptionspage.ui
|
||||
RESOURCES += dial.qrc \
|
||||
dial.qrc
|
||||
RESOURCES += dial.qrc
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup IPconnection_plugin
|
||||
* @defgroup IPconnectionplugin
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup map
|
||||
* @defgroup IPconnectionplugin
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup map
|
||||
* @defgroup IPconnectionplugin
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup map
|
||||
* @defgroup IPconnectionplugin
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup map
|
||||
* @defgroup IPconnectionplugin
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief Register connection object for the core connection manager
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup IPconnection_plugin
|
||||
* @defgroup IPconnectionplugin
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup IPconnection_plugin
|
||||
* @defgroup IPconnectionplugin
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -1,107 +0,0 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'IPconnectionoptionspage.ui'
|
||||
**
|
||||
** Created: Sun Jun 27 12:45:24 2010
|
||||
** by: Qt User Interface Compiler version 4.6.2
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
||||
#ifndef UI_TCPTELEMETRYOPTIONSPAGE_H
|
||||
#define UI_TCPTELEMETRYOPTIONSPAGE_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtGui/QAction>
|
||||
#include <QtGui/QApplication>
|
||||
#include <QtGui/QButtonGroup>
|
||||
#include <QtGui/QGridLayout>
|
||||
#include <QtGui/QHeaderView>
|
||||
#include <QtGui/QLabel>
|
||||
#include <QtGui/QLineEdit>
|
||||
#include <QtGui/QRadioButton>
|
||||
#include <QtGui/QSpacerItem>
|
||||
#include <QtGui/QSpinBox>
|
||||
#include <QtGui/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_IPconnectionOptionsPage
|
||||
{
|
||||
public:
|
||||
QGridLayout *gridLayout;
|
||||
QSpacerItem *horizontalSpacer;
|
||||
QRadioButton *UseTCP;
|
||||
QRadioButton *UseUDP;
|
||||
QSpinBox *Port;
|
||||
QLabel *label_3;
|
||||
QLineEdit *HostName;
|
||||
QLabel *label_2;
|
||||
|
||||
void setupUi(QWidget *IPconnectionOptionsPage)
|
||||
{
|
||||
if (IPconnectionOptionsPage->objectName().isEmpty())
|
||||
IPconnectionOptionsPage->setObjectName(QString::fromUtf8("IPconnectionOptionsPage"));
|
||||
IPconnectionOptionsPage->resize(388, 300);
|
||||
gridLayout = new QGridLayout(IPconnectionOptionsPage);
|
||||
gridLayout->setContentsMargins(0, 0, 0, 0);
|
||||
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
||||
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
||||
|
||||
gridLayout->addItem(horizontalSpacer, 0, 3, 1, 1);
|
||||
|
||||
UseTCP = new QRadioButton(IPconnectionOptionsPage);
|
||||
UseTCP->setObjectName(QString::fromUtf8("UseTCP"));
|
||||
|
||||
gridLayout->addWidget(UseTCP, 2, 2, 1, 1);
|
||||
|
||||
UseUDP = new QRadioButton(IPconnectionOptionsPage);
|
||||
UseUDP->setObjectName(QString::fromUtf8("UseUDP"));
|
||||
|
||||
gridLayout->addWidget(UseUDP, 3, 2, 1, 1);
|
||||
|
||||
Port = new QSpinBox(IPconnectionOptionsPage);
|
||||
Port->setObjectName(QString::fromUtf8("Port"));
|
||||
Port->setMinimum(1);
|
||||
Port->setMaximum(999999);
|
||||
|
||||
gridLayout->addWidget(Port, 4, 2, 1, 1);
|
||||
|
||||
label_3 = new QLabel(IPconnectionOptionsPage);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
|
||||
gridLayout->addWidget(label_3, 4, 1, 1, 1);
|
||||
|
||||
HostName = new QLineEdit(IPconnectionOptionsPage);
|
||||
HostName->setObjectName(QString::fromUtf8("HostName"));
|
||||
|
||||
gridLayout->addWidget(HostName, 0, 2, 1, 1);
|
||||
|
||||
label_2 = new QLabel(IPconnectionOptionsPage);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
|
||||
gridLayout->addWidget(label_2, 0, 1, 1, 1);
|
||||
|
||||
|
||||
retranslateUi(IPconnectionOptionsPage);
|
||||
|
||||
QMetaObject::connectSlotsByName(IPconnectionOptionsPage);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *IPconnectionOptionsPage)
|
||||
{
|
||||
IPconnectionOptionsPage->setWindowTitle(QApplication::translate("IPconnectionOptionsPage", "Form", 0, QApplication::UnicodeUTF8));
|
||||
UseTCP->setText(QApplication::translate("IPconnectionOptionsPage", "TCP connection", 0, QApplication::UnicodeUTF8));
|
||||
UseUDP->setText(QApplication::translate("IPconnectionOptionsPage", "UDP connection", 0, QApplication::UnicodeUTF8));
|
||||
label_3->setText(QApplication::translate("IPconnectionOptionsPage", "Port", 0, QApplication::UnicodeUTF8));
|
||||
label_2->setText(QApplication::translate("IPconnectionOptionsPage", "Host Name/Number", 0, QApplication::UnicodeUTF8));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class IPconnectionOptionsPage: public Ui_IPconnectionOptionsPage {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_TCPTELEMETRYOPTIONSPAGE_H
|
@ -5,7 +5,7 @@
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief Implementation of plotdata.
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup Scope
|
||||
* @defgroup scopeplugin
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief Object that manages the data for a curve.
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup Scope
|
||||
* @defgroup scopeplugin
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief Scope Gadget configuration
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup Scope
|
||||
* @defgroup scopeplugin
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief Scope Plugin Gadget
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup Scope
|
||||
* @defgroup scopeplugin
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief Scope Plugin Gadget configuration
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup Scope
|
||||
* @defgroup scopeplugin
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief Scope Plugin Gadget configuration
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup Scope
|
||||
* @defgroup scopeplugin
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief Scope Gadget Factory
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup Scope
|
||||
* @defgroup scopeplugin
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief Scope Plugin Gadget Factory
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup Scope
|
||||
* @defgroup scopeplugin
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief Scope Plugin Gadget options page
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup Scope
|
||||
* @defgroup scopeplugin
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief Scope Plugin Gadget options page
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup Scope
|
||||
* @defgroup scopeplugin
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief Scope Gadget Widget
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup Scope
|
||||
* @defgroup scopeplugin
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief Scope Plugin Gadget Widget
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup Scope
|
||||
* @defgroup scopeplugin
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief Scope Plugin
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup Scope
|
||||
* @defgroup scopeplugin
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief Scope Plugin
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup Scope
|
||||
* @defgroup scopeplugin
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user