Compare commits

..

No commits in common. '25532365ac101b4dff561d32676e132128d2b9ee' and '69e0c868b07e8dfad6f0a84ecc49a017604a3401' have entirely different histories.

@ -1,19 +1,2 @@
# pa-calculator # pa-calculator
Der PA Calculator dient der Berechnung von Limiterwerten für PA-Anlagen, sowie einem Tool, welches eine Stapelverarbeitung von Lautheitsanalysen sowie einer Korrekturempfehlung durchführen kann.
##Einrichten der Build-Umgebung
1. Installation von QT Version > 6.4.2 mit QT Installation Framework
2. (Auf Windows) Installation msvc2019 oder neuer
3. Installation 7zip
4. Umgebungsvariablen hinzufügen (Qt Binaries, 7-Zip, QtInstallerFramework)
##Release einer neuen Version
Zum Kompilieren einer neuen Version sind folgende Schritte zu beachten:
Die neue Version vor Kompilierung in folgenden Dateien anpassen:
* source/PA_Calculator.pro
* installer/config/config_xxx.xml
* installer/packages/com.dkmtech.pacalculator/meta/package.xml
Im Release-Modus Projekt kompilieren.
Im Anschluss Datei installer/createInstaller_xxx ausführen -> setup.exe

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<Installer> <Installer>
<Name>PA Calculator</Name> <Name>PA Calculator</Name>
<Version>1.4.0</Version> <Version>1.2.0</Version>
<Title>PA Calculator Installer</Title> <Title>PA Calculator Installer</Title>
<Publisher>DKM-Tech</Publisher> <Publisher>DKM-Tech</Publisher>
<StartMenuDir>DKM-Tech</StartMenuDir> <StartMenuDir>DKM-Tech</StartMenuDir>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<Installer> <Installer>
<Name>PA Calculator</Name> <Name>PA Calculator</Name>
<Version>1.4.0</Version> <Version>1.2.0</Version>
<Title>PA Calculator Installer</Title> <Title>PA Calculator Installer</Title>
<Publisher>DKM-Tech</Publisher> <Publisher>DKM-Tech</Publisher>
<StartMenuDir>DKM-Tech</StartMenuDir> <StartMenuDir>DKM-Tech</StartMenuDir>

@ -6,5 +6,5 @@
<ReleaseDate>2022-02-06</ReleaseDate> <ReleaseDate>2022-02-06</ReleaseDate>
<Name>com.dkmtech.installer</Name> <Name>com.dkmtech.installer</Name>
<Virtual>true</Virtual> <Virtual>true</Virtual>
<UpdateText>DKM-Tech Installer</UpdateText> <UpdateText>DKM-Teh Installer</UpdateText>
</Package> </Package>

@ -2,8 +2,8 @@
<Package> <Package>
<DisplayName>PA-Calculator</DisplayName> <DisplayName>PA-Calculator</DisplayName>
<Description>Install PA-Calculator</Description> <Description>Install PA-Calculator</Description>
<Version>1.4.0</Version> <Version>1.3.0</Version>
<ReleaseDate>2023-11-26</ReleaseDate> <ReleaseDate>2022-03-13</ReleaseDate>
<Licenses> <Licenses>
<License name="GNU GENERAL PUBLIC LICENSE" file="license.txt" /> <License name="GNU GENERAL PUBLIC LICENSE" file="license.txt" />
</Licenses> </Licenses>

@ -55,10 +55,10 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
RESOURCES += \ RESOURCES += \
resources.qrc resources.qrc
VERSION=1.4.0 VERSION=1.3.0
QMAKE_TARGET_PRODUCT = "PA-Calculator" QMAKE_TARGET_PRODUCT = "PA-Calculator"
QMAKE_TARGET_COMPANY = "DKM-Tech" QMAKE_TARGET_COMPANY = "DKM-Tech"
QMAKE_TARGET_COPYRIGHT = "Copyright (c) 2023 by Alexander Diamadis" QMAKE_TARGET_COPYRIGHT = "Copyright (c) 2022 by Alexander Diamadis"
commit = $$system(git rev-parse --short=8 HEAD) commit = $$system(git rev-parse --short=8 HEAD)

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1606</width> <width>1242</width>
<height>639</height> <height>590</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
@ -137,19 +137,6 @@
</item> </item>
</widget> </widget>
</item> </item>
<item row="4" column="0">
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="5" column="0"> <item row="5" column="0">
<widget class="QLabel" name="label_19"> <widget class="QLabel" name="label_19">
<property name="text"> <property name="text">
@ -184,6 +171,19 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="0">
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="8" column="0" colspan="2"> <item row="8" column="0" colspan="2">
<widget class="QPushButton" name="pushButton"> <widget class="QPushButton" name="pushButton">
<property name="font"> <property name="font">
@ -382,19 +382,6 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="6" column="1">
<spacer name="verticalSpacer_6">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout> </layout>
</item> </item>
</layout> </layout>
@ -619,6 +606,7 @@
<property name="font"> <property name="font">
<font> <font>
<pointsize>15</pointsize> <pointsize>15</pointsize>
<weight>75</weight>
<bold>true</bold> <bold>true</bold>
</font> </font>
</property> </property>
@ -674,7 +662,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="6" column="0"> <item row="1" column="0">
<spacer name="verticalSpacer"> <spacer name="verticalSpacer">
<property name="orientation"> <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
@ -748,6 +736,7 @@
<property name="font"> <property name="font">
<font> <font>
<pointsize>15</pointsize> <pointsize>15</pointsize>
<weight>75</weight>
<bold>true</bold> <bold>true</bold>
</font> </font>
</property> </property>
@ -803,7 +792,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="6" column="1"> <item row="1" column="1">
<spacer name="verticalSpacer_2"> <spacer name="verticalSpacer_2">
<property name="orientation"> <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
@ -868,8 +857,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1606</width> <width>1242</width>
<height>22</height> <height>24</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menuLibrary"> <widget class="QMenu" name="menuLibrary">
@ -921,11 +910,6 @@
<string>Loudness Analyzer</string> <string>Loudness Analyzer</string>
</property> </property>
</action> </action>
<action name="actionHelp">
<property name="text">
<string>Help</string>
</property>
</action>
</widget> </widget>
<resources/> <resources/>
<connections/> <connections/>

Loading…
Cancel
Save