kopia lustrzana https://gitlab.com/eliggett/wfview
Bump up copyright dates and about box. Version to 1.91
rodzic
a2661d390c
commit
a02a25b312
|
@ -15,11 +15,11 @@ aboutbox::aboutbox(QWidget *parent) :
|
|||
ui->topText->setText("wfview version " + QString(WFVIEW_VERSION));
|
||||
|
||||
QString head = QString("<html><head></head><body>");
|
||||
QString copyright = QString("Copyright 2017-2023 Elliott H. Liggett, W6EL and Phil E. Taylor, M0VSE. All rights reserved.<br/>wfview source code is <a href=\"https://gitlab.com/eliggett/wfview/-/blob/master/LICENSE\">licensed</a> under the GNU GPLv3.");
|
||||
QString copyright = QString("Copyright 2017-2024 Elliott H. Liggett, W6EL and Phil E. Taylor, M0VSE. All rights reserved.<br/>wfview source code is <a href=\"https://gitlab.com/eliggett/wfview/-/blob/master/LICENSE\">licensed</a> under the GNU GPLv3.");
|
||||
QString scm = QString("<br/><br/>Source code and issues managed by Roeland Jansen, PA3MET");
|
||||
QString doctest = QString("<br/><br/>Testing and development mentorship from Jim Nijkamp, PA8E.");
|
||||
|
||||
QString dedication = QString("<br/><br/>Special thanks to our translators:<br/>Siwij Cat TA1YEP (Turkish)<br/>OK2HAM (Czech)<br/>JG3HLX (Japanese)");
|
||||
QString dedication = QString("<br/><br/>Special thanks to our translators:<br/>Siwij Cat TA1YEP (Turkish)<br/>OK2HAM (Czech)<br/>JG3HLX (Japanese)<br/>Dawid SQ6EMM (Polish)");
|
||||
|
||||
#if defined(Q_OS_LINUX)
|
||||
QString ssCredit = QString("<br/><br/>Stylesheet <a href=\"https://github.com/ColinDuquesnoy/QDarkStyleSheet/tree/master/qdarkstyle\" style=\"color: cyan;\">qdarkstyle</a> used under MIT license, stored in /usr/share/wfview/stylesheets/.");
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*
|
||||
* Copyright 2010 Moe Wheatley AE4JY
|
||||
* Copyright 2012-2017 Alexandru Csete OZ9AEC
|
||||
* Copyright 2023 Phil Taylor M0VSE
|
||||
* Copyright 2024 Phil Taylor M0VSE
|
||||
* All rights reserved.
|
||||
*
|
||||
* This software is released under the "Simplified BSD License".
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "freqmemory.h"
|
||||
#include "logcategories.h"
|
||||
|
||||
// Copyright 2017-2020 Elliott H. Liggett
|
||||
// Copyright 2017-2024 Elliott H. Liggett
|
||||
|
||||
freqMemory::freqMemory()
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "logcategories.h"
|
||||
#include "printhex.h"
|
||||
|
||||
// Copyright 2017-2023 Elliott H. Liggett W6EL and Phil E. Taylor M0VSE
|
||||
// Copyright 2017-2024 Elliott H. Liggett W6EL and Phil E. Taylor M0VSE
|
||||
|
||||
// This file parses data from the radio and also forms commands to the radio.
|
||||
// The radio physical interface is handled by the commHandler() instance "comm"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include <errno.h>
|
||||
#endif
|
||||
|
||||
// Copyright 2017-2021 Elliott H. Liggett & Phil Taylor
|
||||
// Copyright 2017-2024 Elliott H. Liggett & Phil Taylor
|
||||
|
||||
pttyHandler::pttyHandler(QString pty, QObject* parent) : QObject(parent)
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "logcategories.h"
|
||||
#include "printhex.h"
|
||||
|
||||
// Copyright 2017-2023 Elliott H. Liggett W6EL and Phil E. Taylor M0VSE
|
||||
// Copyright 2017-2024 Elliott H. Liggett W6EL and Phil E. Taylor M0VSE
|
||||
|
||||
// This is the master class for rigCommander, subclassed by each manufacturer
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "rigidentities.h"
|
||||
#include "logcategories.h"
|
||||
|
||||
// Copyright 2017-2021 Elliott H. Liggett
|
||||
// Copyright 2017-2024 Elliott H. Liggett
|
||||
|
||||
model_kind determineRadioModel(unsigned char rigID)
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2021 Phil Taylor M0VSE
|
||||
// Copyright 2020-2024 Phil Taylor M0VSE
|
||||
// This code is heavily based on "Kappanhang" by HA2NON, ES1AKOS and W6EL!
|
||||
|
||||
#include "udphandler.h"
|
||||
|
|
|
@ -5,16 +5,14 @@
|
|||
#include "logcategories.h"
|
||||
|
||||
|
||||
// This code is copyright 2017-2022 Elliott H. Liggett
|
||||
// This code is copyright 2017-2024 Elliott H. Liggett and Phil E. Taylor
|
||||
// All rights reserved
|
||||
|
||||
// Log support:
|
||||
//static void messageHandler(QtMsgType type, const QMessageLogContext& context, const QString& msg);
|
||||
QScopedPointer<QFile> m_logFile;
|
||||
QMutex logMutex;
|
||||
QMutex logTextMutex;
|
||||
QScopedPointer<QTextStream> logStream;
|
||||
//QTextStream* logStream = Q_NULLPTR;
|
||||
|
||||
QVector<QPair<QtMsgType,QString>> logStringBuffer;
|
||||
#ifdef QT_DEBUG
|
||||
|
|
|
@ -21,7 +21,7 @@ contains(DEFINES,USB_CONTROLLER){
|
|||
TARGET = wfview
|
||||
TEMPLATE = app
|
||||
|
||||
DEFINES += WFVIEW_VERSION=\\\"1.90\\\"
|
||||
DEFINES += WFVIEW_VERSION=\\\"1.91\\\"
|
||||
|
||||
DEFINES += BUILD_WFVIEW
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue