diff --git a/installer/packages/com.dkmtech.libraryfile/data/Technik-AG.7z b/installer/packages/com.dkmtech.libraryfile/data/Technik-AG.7z index 54ea585..f687e21 100644 Binary files a/installer/packages/com.dkmtech.libraryfile/data/Technik-AG.7z and b/installer/packages/com.dkmtech.libraryfile/data/Technik-AG.7z differ diff --git a/installer/packages/com.dkmtech.pacalculator/meta/package.xml b/installer/packages/com.dkmtech.pacalculator/meta/package.xml index 2bee589..cae7434 100644 --- a/installer/packages/com.dkmtech.pacalculator/meta/package.xml +++ b/installer/packages/com.dkmtech.pacalculator/meta/package.xml @@ -2,8 +2,8 @@ PA-Calculator Install PA-Calculator - 1.2.0 - 2022-02-20 + 1.3.0 + 2022-03-13 diff --git a/source/PA_Calculator.pro b/source/PA_Calculator.pro index 2813e3a..a138990 100644 --- a/source/PA_Calculator.pro +++ b/source/PA_Calculator.pro @@ -1,4 +1,4 @@ -QT += core gui multimedia testlib +QT += core gui multimedia greaterThan(QT_MAJOR_VERSION, 4): QT += widgets @@ -55,7 +55,7 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin RESOURCES += \ resources.qrc -VERSION=1.2.0 +VERSION=1.3.0 QMAKE_TARGET_PRODUCT = "PA-Calculator" QMAKE_TARGET_COMPANY = "DKM-Tech" QMAKE_TARGET_COPYRIGHT = "Copyright (c) 2022 by Alexander Diamadis" diff --git a/source/about.ui b/source/about.ui index 8491d32..c63ee89 100644 --- a/source/about.ui +++ b/source/about.ui @@ -84,7 +84,6 @@ 21 - 75 true @@ -122,9 +121,9 @@ 290 - 140 + 170 341 - 121 + 91 @@ -134,9 +133,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:7pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Segoe UI'; font-size:7pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#ffffff;"><a name="license-text"></a><span style=" font-family:'Consolas','Monaco','Courier','monospace'; font-size:8pt; color:#5c5855; background-color:#ffffff;">T</span><span style=" font-family:'Consolas','Monaco','Courier','monospace'; font-size:8pt; color:#5c5855; background-color:#ffffff;">his program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Consolas','Monaco','Courier','monospace'; font-size:8pt; color:#5c5855; background-color:#ffffff;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#ffffff;"><span style=" font-family:'Consolas','Monaco','Courier','monospace'; font-size:8pt; color:#5c5855; background-color:#ffffff;">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</span></p> @@ -160,6 +159,28 @@ p, li { white-space: pre-wrap; } Build: + + + + 290 + 140 + 321 + 16 + + + + Git-Repository: <a href="https://git.aldiserver.de/DKM-Tech/pa-calculator">git.aldiserver.de/DKM-Tech/pa-calculator</a> + + + Qt::RichText + + + true + + + Qt::TextBrowserInteraction + + diff --git a/source/library.ui b/source/library.ui index cf19a75..56def69 100644 --- a/source/library.ui +++ b/source/library.ui @@ -222,7 +222,7 @@ - Apply + Apply mode diff --git a/source/mainwindow.cpp b/source/mainwindow.cpp index 22fa399..fab8d4a 100644 --- a/source/mainwindow.cpp +++ b/source/mainwindow.cpp @@ -117,6 +117,7 @@ void MainWindow::on_pushButton_requestLimiter_clicked() msgBox.exec(); if (QString::number(thresholdRMS,'f',1)==QString::number(-18-(ui->spinBox_digitalNominalLevel->value()-vAmpsens_dBu),'f',1)){ ui->label_thresholdRMS->setText(QString("not required")); + rmsRequired=false; }else{ ui->label_thresholdRMS->setText(QString::number(thresholdRMS,'f',1)+QString(" dBFS")); } diff --git a/source/mainwindow.ui b/source/mainwindow.ui index 32ed940..264eaac 100644 --- a/source/mainwindow.ui +++ b/source/mainwindow.ui @@ -625,6 +625,9 @@ 0 dBFS + + Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse + @@ -745,6 +748,9 @@ 0 dBFS + + Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse + @@ -831,6 +837,9 @@ 0 dB + + Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse +