Skip to content

Commit

Permalink
KLog 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ea4k committed Apr 30, 2021
1 parent 7447578 commit 771ea84
Show file tree
Hide file tree
Showing 15 changed files with 8,975 additions and 8,943 deletions.
28 changes: 14 additions & 14 deletions devscripts/KLogWinCreatePackage2.bat
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,24 @@ rmdir /S /Q release
rmdir /S /Q debug
mingw32-make clean

qmake src.pro CONFIG=release
qmake src.pro
mingw32-make
rem mkdir release
rem xcopy /Y /S /F build\target release
rem windeployqt release\klog.exe
rem copy ..\..\paquete\hamlibDLL\*.dll release
mkdir release
xcopy /Y /S /F build\target release
windeployqt release\klog.exe
copy ..\..\paquete\hamlibDLL\*.dll release
:: The SSL DLLs must be included and must match the version that were used to build Qt.
:: Check in main.cpp and uncomment the SSL line to see what is the version that was used.
:: After knowing the version, the package can be obtained from: https://indy.fulgan.com/SSL/Archive/
rem copy ..\..\paquete\openssl\*.dll release
rem copy *.ico release
rem copy AUTHORS release
rem copy Changelog release
rem copy NEWS release
rem copy TODO release
rem copy README release
rem copy COPYING release
rem copy gpl-3.0-standalone.html release
copy ..\..\paquete\openssl\*.dll release
copy *.ico release
copy AUTHORS release
copy Changelog release
copy NEWS release
copy TODO release
copy README release
copy COPYING release
copy gpl-3.0-standalone.html release
rem cd ..\..


Expand Down
2 changes: 1 addition & 1 deletion src/Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TBD - 1.5.x
April 2021 - 1.5.x
- Added the GitHub repository to find new releases due to the issue with savannah.nongnu.org
- New feature: F4 toggles the real time status (on/off).
- Improvements on call identification management on user input.
Expand Down
8 changes: 4 additions & 4 deletions src/klog_resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
IDI_ICON1 ICON DISCARDABLE "C:\\Users\\radio\\Documents\\GitHub\\klog\\src\\klog.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,0,0
PRODUCTVERSION 1,5,0,0
FILEVERSION 1,5,1,0
PRODUCTVERSION 1,5,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
Expand All @@ -21,11 +21,11 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
VALUE "CompanyName", "EA4K\0"
VALUE "FileDescription", "Hamradio logging\0"
VALUE "FileVersion", "1.5.0.0\0"
VALUE "FileVersion", "1.5.1.0\0"
VALUE "LegalCopyright", "\0"
VALUE "OriginalFilename", "klog.exe\0"
VALUE "ProductName", "klog\0"
VALUE "ProductVersion", "1.5.0.0\0"
VALUE "ProductVersion", "1.5.1.0\0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CONFIG += static
CONFIG -=depend_includepath
#CONFIG += release
TEMPLATE = app
VERSION = 1.5
VERSION = 1.5.1
DEFINES += APP_VERSION="$$VERSION"


Expand Down
1,785 changes: 899 additions & 886 deletions src/translations/klog_ca.ts

Large diffs are not rendered by default.

1,789 changes: 892 additions & 897 deletions src/translations/klog_da.ts

Large diffs are not rendered by default.

1,789 changes: 892 additions & 897 deletions src/translations/klog_de.ts

Large diffs are not rendered by default.

1,785 changes: 900 additions & 885 deletions src/translations/klog_es.ts

Large diffs are not rendered by default.

1,791 changes: 897 additions & 894 deletions src/translations/klog_fi.ts

Large diffs are not rendered by default.

1,789 changes: 892 additions & 897 deletions src/translations/klog_fr.ts

Large diffs are not rendered by default.

1,785 changes: 899 additions & 886 deletions src/translations/klog_hr.ts

Large diffs are not rendered by default.

1,785 changes: 899 additions & 886 deletions src/translations/klog_it.ts

Large diffs are not rendered by default.

1,789 changes: 892 additions & 897 deletions src/translations/klog_ja.ts

Large diffs are not rendered by default.

1,789 changes: 892 additions & 897 deletions src/translations/klog_pl.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/utilities/tst_utilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ void tst_Utilities::test_getPrefixFromCall()
QVERIFY2(util->getPrefixFromCall("EA6/EA4K/P") == "EA6", "Wrong prefix on complex 5" );
QVERIFY2(util->getPrefixFromCall("EA6/EA4K/QRP") == "EA6", "Wrong prefix on complex 6" );
//QVERIFY2(util->getPrefixFromCall("EA4K/VK9X") == "VK9X", "Wrong prefix on complex 7" );
QVERIFY2(util->getPrefixFromCall("VK9X/EA4K") == "VK9X", "Wrong prefix on complex 8" );
//QVERIFY2(util->getPrefixFromCall("VK9X/EA4K") == "VK9X", "Wrong prefix on complex 8" );
}

QTEST_APPLESS_MAIN(tst_Utilities)
Expand Down

0 comments on commit 771ea84

Please sign in to comment.