mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add SPDX header to desktop widgets
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5372f12d8b
commit
9021a44ccc
99 changed files with 103 additions and 4 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "desktop-widgets/about.h"
|
#include "desktop-widgets/about.h"
|
||||||
#include "core/version.h"
|
#include "core/version.h"
|
||||||
#include <QDesktopServices>
|
#include <QDesktopServices>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef ABOUT_H
|
#ifndef ABOUT_H
|
||||||
#define ABOUT_H
|
#define ABOUT_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include <QShortcut>
|
#include <QShortcut>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QMessageBox>
|
#include <QMessageBox>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef BTDEVICESELECTIONDIALOG_H
|
#ifndef BTDEVICESELECTIONDIALOG_H
|
||||||
#define BTDEVICESELECTIONDIALOG_H
|
#define BTDEVICESELECTIONDIALOG_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "desktop-widgets/configuredivecomputerdialog.h"
|
#include "desktop-widgets/configuredivecomputerdialog.h"
|
||||||
|
|
||||||
#include "core/helpers.h"
|
#include "core/helpers.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef CONFIGUREDIVECOMPUTERDIALOG_H
|
#ifndef CONFIGUREDIVECOMPUTERDIALOG_H
|
||||||
#define CONFIGUREDIVECOMPUTERDIALOG_H
|
#define CONFIGUREDIVECOMPUTERDIALOG_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "desktop-widgets/divecomputermanagementdialog.h"
|
#include "desktop-widgets/divecomputermanagementdialog.h"
|
||||||
#include "desktop-widgets/mainwindow.h"
|
#include "desktop-widgets/mainwindow.h"
|
||||||
#include "core/helpers.h"
|
#include "core/helpers.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef DIVECOMPUTERMANAGEMENTDIALOG_H
|
#ifndef DIVECOMPUTERMANAGEMENTDIALOG_H
|
||||||
#define DIVECOMPUTERMANAGEMENTDIALOG_H
|
#define DIVECOMPUTERMANAGEMENTDIALOG_H
|
||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* divelistview.cpp
|
* divelistview.cpp
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* divelistview.h
|
* divelistview.h
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include <QFileDialog>
|
#include <QFileDialog>
|
||||||
#include <QShortcut>
|
#include <QShortcut>
|
||||||
#include <QSettings>
|
#include <QSettings>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef DIVELOGEXPORTDIALOG_H
|
#ifndef DIVELOGEXPORTDIALOG_H
|
||||||
#define DIVELOGEXPORTDIALOG_H
|
#define DIVELOGEXPORTDIALOG_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "desktop-widgets/divelogimportdialog.h"
|
#include "desktop-widgets/divelogimportdialog.h"
|
||||||
#include "desktop-widgets/mainwindow.h"
|
#include "desktop-widgets/mainwindow.h"
|
||||||
#include "core/color.h"
|
#include "core/color.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef DIVELOGIMPORTDIALOG_H
|
#ifndef DIVELOGIMPORTDIALOG_H
|
||||||
#define DIVELOGIMPORTDIALOG_H
|
#define DIVELOGIMPORTDIALOG_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "desktop-widgets/divepicturewidget.h"
|
#include "desktop-widgets/divepicturewidget.h"
|
||||||
#include "qt-models/divepicturemodel.h"
|
#include "qt-models/divepicturemodel.h"
|
||||||
#include "core/metrics.h"
|
#include "core/metrics.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef DIVEPICTUREWIDGET_H
|
#ifndef DIVEPICTUREWIDGET_H
|
||||||
#define DIVEPICTUREWIDGET_H
|
#define DIVEPICTUREWIDGET_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "desktop-widgets/diveplanner.h"
|
#include "desktop-widgets/diveplanner.h"
|
||||||
#include "desktop-widgets/modeldelegates.h"
|
#include "desktop-widgets/modeldelegates.h"
|
||||||
#include "desktop-widgets/mainwindow.h"
|
#include "desktop-widgets/mainwindow.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef DIVEPLANNER_H
|
#ifndef DIVEPLANNER_H
|
||||||
#define DIVEPLANNER_H
|
#define DIVEPLANNER_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "desktop-widgets/diveshareexportdialog.h"
|
#include "desktop-widgets/diveshareexportdialog.h"
|
||||||
#include "ui_diveshareexportdialog.h"
|
#include "ui_diveshareexportdialog.h"
|
||||||
#include "desktop-widgets/mainwindow.h"
|
#include "desktop-widgets/mainwindow.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef DIVESHAREEXPORTDIALOG_H
|
#ifndef DIVESHAREEXPORTDIALOG_H
|
||||||
#define DIVESHAREEXPORTDIALOG_H
|
#define DIVESHAREEXPORTDIALOG_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "desktop-widgets/downloadfromdivecomputer.h"
|
#include "desktop-widgets/downloadfromdivecomputer.h"
|
||||||
#include "core/helpers.h"
|
#include "core/helpers.h"
|
||||||
#include "desktop-widgets/mainwindow.h"
|
#include "desktop-widgets/mainwindow.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef DOWNLOADFROMDIVECOMPUTER_H
|
#ifndef DOWNLOADFROMDIVECOMPUTER_H
|
||||||
#define DOWNLOADFROMDIVECOMPUTER_H
|
#define DOWNLOADFROMDIVECOMPUTER_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "desktop-widgets/globe.h"
|
#include "desktop-widgets/globe.h"
|
||||||
#ifndef NO_MARBLE
|
#ifndef NO_MARBLE
|
||||||
#include "desktop-widgets/mainwindow.h"
|
#include "desktop-widgets/mainwindow.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef GLOBE_H
|
#ifndef GLOBE_H
|
||||||
#define GLOBE_H
|
#define GLOBE_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013 Maximilian Güntner <maximilian.guentner@gmail.com>
|
* Copyright (c) 2013 Maximilian Güntner <maximilian.guentner@gmail.com>
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013 Maximilian Güntner <maximilian.guentner@gmail.com>
|
* Copyright (c) 2013 Maximilian Güntner <maximilian.guentner@gmail.com>
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: LGPL-2.1+
|
||||||
/* This file is part of the KDE libraries
|
/* This file is part of the KDE libraries
|
||||||
*
|
*
|
||||||
* Copyright (c) 2011 Aurélien Gâteau <agateau@kde.org>
|
* Copyright (c) 2011 Aurélien Gâteau <agateau@kde.org>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: LGPL-2.1+
|
||||||
/* This file is part of the KDE libraries
|
/* This file is part of the KDE libraries
|
||||||
*
|
*
|
||||||
* Copyright (c) 2011 Aurélien Gâteau <agateau@kde.org>
|
* Copyright (c) 2011 Aurélien Gâteau <agateau@kde.org>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "desktop-widgets/locationinformation.h"
|
#include "desktop-widgets/locationinformation.h"
|
||||||
#include "core/dive.h"
|
#include "core/dive.h"
|
||||||
#include "desktop-widgets/mainwindow.h"
|
#include "desktop-widgets/mainwindow.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef LOCATIONINFORMATION_H
|
#ifndef LOCATIONINFORMATION_H
|
||||||
#define LOCATIONINFORMATION_H
|
#define LOCATIONINFORMATION_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* mainwindow.cpp
|
* mainwindow.cpp
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* mainwindow.h
|
* mainwindow.h
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: LGPL-2.1+
|
||||||
//
|
//
|
||||||
// This file is part of the Marble Virtual Globe.
|
// This file is part of the Marble Virtual Globe.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "desktop-widgets/modeldelegates.h"
|
#include "desktop-widgets/modeldelegates.h"
|
||||||
#include "core/dive.h"
|
#include "core/dive.h"
|
||||||
#include "core/gettextfromc.h"
|
#include "core/gettextfromc.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef MODELDELEGATES_H
|
#ifndef MODELDELEGATES_H
|
||||||
#define MODELDELEGATES_H
|
#define MODELDELEGATES_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "notificationwidget.h"
|
#include "notificationwidget.h"
|
||||||
|
|
||||||
NotificationWidget::NotificationWidget(QWidget *parent) : KMessageWidget(parent)
|
NotificationWidget::NotificationWidget(QWidget *parent) : KMessageWidget(parent)
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef NOTIFICATIONWIDGET_H
|
#ifndef NOTIFICATIONWIDGET_H
|
||||||
#define NOTIFICATIONWIDGET_H
|
#define NOTIFICATIONWIDGET_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "facebook_integration.h"
|
#include "facebook_integration.h"
|
||||||
#include "facebookconnectwidget.h"
|
#include "facebookconnectwidget.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef FACEBOOK_INTEGRATION_H
|
#ifndef FACEBOOK_INTEGRATION_H
|
||||||
#define FACEBOOK_INTEGRATION_H
|
#define FACEBOOK_INTEGRATION_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "facebookconnectwidget.h"
|
#include "facebookconnectwidget.h"
|
||||||
|
|
||||||
#include <QJsonDocument>
|
#include <QJsonDocument>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef FACEBOOKCONNECTWIDGET_H
|
#ifndef FACEBOOKCONNECTWIDGET_H
|
||||||
#define FACEBOOKCONNECTWIDGET_H
|
#define FACEBOOKCONNECTWIDGET_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "abstractpreferenceswidget.h"
|
#include "abstractpreferenceswidget.h"
|
||||||
|
|
||||||
AbstractPreferencesWidget::AbstractPreferencesWidget(const QString& name, const QIcon& icon, float positionHeight)
|
AbstractPreferencesWidget::AbstractPreferencesWidget(const QString& name, const QIcon& icon, float positionHeight)
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef ABSTRACTPREFERENCESWIDGET_H
|
#ifndef ABSTRACTPREFERENCESWIDGET_H
|
||||||
#define ABSTRACTPREFERENCESWIDGET_H
|
#define ABSTRACTPREFERENCESWIDGET_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "preferences_defaults.h"
|
#include "preferences_defaults.h"
|
||||||
#include "ui_preferences_defaults.h"
|
#include "ui_preferences_defaults.h"
|
||||||
#include "core/dive.h"
|
#include "core/dive.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef PREFERENCES_DEFAULTS_H
|
#ifndef PREFERENCES_DEFAULTS_H
|
||||||
#define PREFERENCES_DEFAULTS_H
|
#define PREFERENCES_DEFAULTS_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "preferences_georeference.h"
|
#include "preferences_georeference.h"
|
||||||
#include "ui_prefs_georeference.h"
|
#include "ui_prefs_georeference.h"
|
||||||
#include "core/prefs-macros.h"
|
#include "core/prefs-macros.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef PREFERENCES_GEOREFERENCE_H
|
#ifndef PREFERENCES_GEOREFERENCE_H
|
||||||
#define PREFERENCES_GEOREFERENCE_H
|
#define PREFERENCES_GEOREFERENCE_H
|
||||||
|
|
||||||
|
@ -18,4 +19,4 @@ private:
|
||||||
Ui::PreferencesGeoreference *ui;
|
Ui::PreferencesGeoreference *ui;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "preferences_graph.h"
|
#include "preferences_graph.h"
|
||||||
#include "ui_preferences_graph.h"
|
#include "ui_preferences_graph.h"
|
||||||
#include "core/prefs-macros.h"
|
#include "core/prefs-macros.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef PREFERENCES_GRAPH_H
|
#ifndef PREFERENCES_GRAPH_H
|
||||||
#define PREFERENCES_GRAPH_H
|
#define PREFERENCES_GRAPH_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "preferences_language.h"
|
#include "preferences_language.h"
|
||||||
#include "ui_prefs_language.h"
|
#include "ui_prefs_language.h"
|
||||||
#include "core/helpers.h"
|
#include "core/helpers.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef PREFERENCES_LANGUAGE_H
|
#ifndef PREFERENCES_LANGUAGE_H
|
||||||
#define PREFERENCES_LANGUAGE_H
|
#define PREFERENCES_LANGUAGE_H
|
||||||
|
|
||||||
|
@ -18,4 +19,4 @@ private:
|
||||||
Ui::PreferencesLanguage *ui;
|
Ui::PreferencesLanguage *ui;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "preferences_network.h"
|
#include "preferences_network.h"
|
||||||
#include "ui_preferences_network.h"
|
#include "ui_preferences_network.h"
|
||||||
#include "core/dive.h"
|
#include "core/dive.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef PREFERENCES_NETWORK_H
|
#ifndef PREFERENCES_NETWORK_H
|
||||||
#define PREFERENCES_NETWORK_H
|
#define PREFERENCES_NETWORK_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "preferences_units.h"
|
#include "preferences_units.h"
|
||||||
#include "ui_preferences_units.h"
|
#include "ui_preferences_units.h"
|
||||||
#include "core/prefs-macros.h"
|
#include "core/prefs-macros.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef PREFERENCES_UNITS_H
|
#ifndef PREFERENCES_UNITS_H
|
||||||
#define PREFERENCES_UNITS_H
|
#define PREFERENCES_UNITS_H
|
||||||
|
|
||||||
|
@ -18,4 +19,4 @@ private:
|
||||||
Ui::PreferencesUnits *ui;
|
Ui::PreferencesUnits *ui;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "preferencesdialog.h"
|
#include "preferencesdialog.h"
|
||||||
|
|
||||||
#include "abstractpreferenceswidget.h"
|
#include "abstractpreferenceswidget.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef PREFERENCES_WIDGET_H
|
#ifndef PREFERENCES_WIDGET_H
|
||||||
#define PREFERENCES_WIDGET_H
|
#define PREFERENCES_WIDGET_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "printdialog.h"
|
#include "printdialog.h"
|
||||||
#include "printoptions.h"
|
#include "printoptions.h"
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef PRINTDIALOG_H
|
#ifndef PRINTDIALOG_H
|
||||||
#define PRINTDIALOG_H
|
#define PRINTDIALOG_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "printer.h"
|
#include "printer.h"
|
||||||
#include "templatelayout.h"
|
#include "templatelayout.h"
|
||||||
#include "core/statistics.h"
|
#include "core/statistics.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef PRINTER_H
|
#ifndef PRINTER_H
|
||||||
#define PRINTER_H
|
#define PRINTER_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "printoptions.h"
|
#include "printoptions.h"
|
||||||
#include "templateedit.h"
|
#include "templateedit.h"
|
||||||
#include "core/helpers.h"
|
#include "core/helpers.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef PRINTOPTIONS_H
|
#ifndef PRINTOPTIONS_H
|
||||||
#define PRINTOPTIONS_H
|
#define PRINTOPTIONS_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "desktop-widgets/simplewidgets.h"
|
#include "desktop-widgets/simplewidgets.h"
|
||||||
#include "qt-models/filtermodels.h"
|
#include "qt-models/filtermodels.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef SIMPLEWIDGETS_H
|
#ifndef SIMPLEWIDGETS_H
|
||||||
#define SIMPLEWIDGETS_H
|
#define SIMPLEWIDGETS_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "desktop-widgets/starwidget.h"
|
#include "desktop-widgets/starwidget.h"
|
||||||
#include "core/metrics.h"
|
#include "core/metrics.h"
|
||||||
#include <QSvgRenderer>
|
#include <QSvgRenderer>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef STARWIDGET_H
|
#ifndef STARWIDGET_H
|
||||||
#define STARWIDGET_H
|
#define STARWIDGET_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "desktop-widgets/statistics/statisticswidget.h"
|
#include "desktop-widgets/statistics/statisticswidget.h"
|
||||||
#include "qt-models/yearlystatisticsmodel.h"
|
#include "qt-models/yearlystatisticsmodel.h"
|
||||||
#include <QModelIndex>
|
#include <QModelIndex>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef YEARLYSTATISTICSWIDGET_H
|
#ifndef YEARLYSTATISTICSWIDGET_H
|
||||||
#define YEARLYSTATISTICSWIDGET_H
|
#define YEARLYSTATISTICSWIDGET_H
|
||||||
|
|
||||||
|
@ -20,4 +21,4 @@ private:
|
||||||
YearlyStatisticsModel *m_model;
|
YearlyStatisticsModel *m_model;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "desktop-widgets/subsurfacewebservices.h"
|
#include "desktop-widgets/subsurfacewebservices.h"
|
||||||
#include "core/helpers.h"
|
#include "core/helpers.h"
|
||||||
#include "core/webservice.h"
|
#include "core/webservice.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef SUBSURFACEWEBSERVICES_H
|
#ifndef SUBSURFACEWEBSERVICES_H
|
||||||
#define SUBSURFACEWEBSERVICES_H
|
#define SUBSURFACEWEBSERVICES_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "TabBase.h"
|
#include "TabBase.h"
|
||||||
|
|
||||||
TabBase::TabBase(QWidget *parent) : QWidget(parent)
|
TabBase::TabBase(QWidget *parent) : QWidget(parent)
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef TAB_BASE_H
|
#ifndef TAB_BASE_H
|
||||||
#define TAB_BASE_H
|
#define TAB_BASE_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "TabDiveExtraInfo.h"
|
#include "TabDiveExtraInfo.h"
|
||||||
#include "ui_TabDiveExtraInfo.h"
|
#include "ui_TabDiveExtraInfo.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef TAB_DIVE_EXTRA_INFO_H
|
#ifndef TAB_DIVE_EXTRA_INFO_H
|
||||||
#define TAB_DIVE_EXTRA_INFO_H
|
#define TAB_DIVE_EXTRA_INFO_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "TabDiveInformation.h"
|
#include "TabDiveInformation.h"
|
||||||
#include "ui_TabDiveInformation.h"
|
#include "ui_TabDiveInformation.h"
|
||||||
#include "../tagwidget.h"
|
#include "../tagwidget.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef TAB_DIVE_INFORMATION_H
|
#ifndef TAB_DIVE_INFORMATION_H
|
||||||
#define TAB_DIVE_INFORMATION_H
|
#define TAB_DIVE_INFORMATION_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "TabDivePhotos.h"
|
#include "TabDivePhotos.h"
|
||||||
#include "ui_TabDivePhotos.h"
|
#include "ui_TabDivePhotos.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef TAB_DIVE_PHOTOS_H
|
#ifndef TAB_DIVE_PHOTOS_H
|
||||||
#define TAB_DIVE_PHOTOS_H
|
#define TAB_DIVE_PHOTOS_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "TabDiveStatistics.h"
|
#include "TabDiveStatistics.h"
|
||||||
#include "ui_TabDiveStatistics.h"
|
#include "ui_TabDiveStatistics.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef TAB_DIVE_STATISTICS_H
|
#ifndef TAB_DIVE_STATISTICS_H
|
||||||
#define TAB_DIVE_STATISTICS_H
|
#define TAB_DIVE_STATISTICS_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* maintab.cpp
|
* maintab.cpp
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* maintab.h
|
* maintab.h
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "desktop-widgets/tableview.h"
|
#include "desktop-widgets/tableview.h"
|
||||||
#include "desktop-widgets/modeldelegates.h"
|
#include "desktop-widgets/modeldelegates.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef TABLEVIEW_H
|
#ifndef TABLEVIEW_H
|
||||||
#define TABLEVIEW_H
|
#define TABLEVIEW_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "tagwidget.h"
|
#include "tagwidget.h"
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
#include "tab-widgets/maintab.h"
|
#include "tab-widgets/maintab.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef TAGWIDGET_H
|
#ifndef TAGWIDGET_H
|
||||||
#define TAGWIDGET_H
|
#define TAGWIDGET_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "templateedit.h"
|
#include "templateedit.h"
|
||||||
#include "printoptions.h"
|
#include "printoptions.h"
|
||||||
#include "printer.h"
|
#include "printer.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef TEMPLATEEDIT_H
|
#ifndef TEMPLATEEDIT_H
|
||||||
#define TEMPLATEEDIT_H
|
#define TEMPLATEEDIT_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "templatelayout.h"
|
#include "templatelayout.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef TEMPLATELAYOUT_H
|
#ifndef TEMPLATELAYOUT_H
|
||||||
#define TEMPLATELAYOUT_H
|
#define TEMPLATELAYOUT_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "desktop-widgets/undocommands.h"
|
#include "desktop-widgets/undocommands.h"
|
||||||
#include "desktop-widgets/mainwindow.h"
|
#include "desktop-widgets/mainwindow.h"
|
||||||
#include "core/divelist.h"
|
#include "core/divelist.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef UNDOCOMMANDS_H
|
#ifndef UNDOCOMMANDS_H
|
||||||
#define UNDOCOMMANDS_H
|
#define UNDOCOMMANDS_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "desktop-widgets/updatemanager.h"
|
#include "desktop-widgets/updatemanager.h"
|
||||||
#include "core/helpers.h"
|
#include "core/helpers.h"
|
||||||
#include "core/qthelper.h"
|
#include "core/qthelper.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef UPDATEMANAGER_H
|
#ifndef UPDATEMANAGER_H
|
||||||
#define UPDATEMANAGER_H
|
#define UPDATEMANAGER_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include <QDesktopServices>
|
#include <QDesktopServices>
|
||||||
#include <QShortcut>
|
#include <QShortcut>
|
||||||
#include <QFile>
|
#include <QFile>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef USERMANUAL_H
|
#ifndef USERMANUAL_H
|
||||||
#define USERMANUAL_H
|
#define USERMANUAL_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include <QShortcut>
|
#include <QShortcut>
|
||||||
#include <QMessageBox>
|
#include <QMessageBox>
|
||||||
#include <QSettings>
|
#include <QSettings>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef USERSURVEY_H
|
#ifndef USERSURVEY_H
|
||||||
#define USERSURVEY_H
|
#define USERSURVEY_H
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue