Skip to content

Commit

Permalink
Updating code
Browse files Browse the repository at this point in the history
  • Loading branch information
d authored and d committed Jun 16, 2024
1 parent 9ee9793 commit 144b4f9
Show file tree
Hide file tree
Showing 25 changed files with 766 additions and 782 deletions.
2 changes: 2 additions & 0 deletions src/Changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
TODO: Update the DB (modes table) updateToLatest() => updateTo026
WIP: Try to optimize bool DataProxy_SQLite::fillEmptyDXCCInTheLog()
WIP: Working in the update of the table awarddxcc in DB class
WIP: - Bugfix: DB in alternative locations was not always found. (WIP #706)

TESTS to do during RC releases:
- ADIF log Import
Expand Down Expand Up @@ -33,6 +34,7 @@ TBD - 2.4
- Bugfix: CQ & ITU zones may be wrong for callsigns from specific DXCC if coming from WSJTX.
- Bugfix: ClubLog date was not properly managed.


Mar 2024 - 2.3.4
- BugFix: After Editing a QSO, lotw_qsl_rcvd is emptied (Closes #656, #659) (TNX N6PAZ, EA5WA)
- Bugfix: Keep data of SAT tab when entering a QSO stopped working. (TNX EA5WA)
Expand Down
7 changes: 7 additions & 0 deletions src/TROUBLESHOUTING
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Linux - Raspbian

Error message in the console when KLog start:
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""

Solution: install qt6-wayland package
sudo apt install qt6-wayland
2 changes: 1 addition & 1 deletion src/awardswidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ void AwardsWidget::showAwards()

showDXMarathon(selectedYear);
emit debugLog(Q_FUNC_INFO, "END", logLevel);
qDebug() << Q_FUNC_INFO << " - END";
//qDebug() << Q_FUNC_INFO << " - END";
}

void AwardsWidget::showDXMarathon(const int _year)
Expand Down
Loading

0 comments on commit 144b4f9

Please sign in to comment.