klog icon indicating copy to clipboard operation
klog copied to clipboard

KLog is a multiplatform free hamradio logger. It runs natively on Linux, macOS and Windows.

Results 218 klog issues
Sort by recently updated
recently updated
newest added

Add in the settings an option to add an offset that would be added/subtracted from the CAT freq before shown in the UI.

May I suggest that the search accepts e.g. ^EA for only EA calls to exclude G4EAS etc. like grep? .. and possibly wildcards too. ^EA?K :)

enhancement

https://www.darc.de/fileadmin/_migrated/content_uploads/EDI_REG1TEST.pdf

enhancement

Create a bool Locator::isAdyacent(const QString &_l)

enhancement

And changes to white after editing a QSO ![Screenshot_20240626_080325_WhatsApp.jpg](https://github.com/ea4k/klog/assets/29511627/9172b18d-00d9-4a93-aa92-b387da1f342c) ![Screenshot_20240626_080444_WhatsApp.jpg](https://github.com/ea4k/klog/assets/29511627/7e5df2eb-798a-40d4-a1af-bda5252239db)

bug
help wanted
ToBeConfirmed

Steps to enable bug: 1. Go to settings 2. Enable darkmode by pressing the "Darkmode" button once 3. Observe program correctly switching to darkmode theme. 4. Press "OK". 5. Observe...

bug
ToBeConfirmed

There are no `qDebug()` messages appearing in that file yet the timestamp is clearly updated so the file is opened. The file is empty even while klog is still running...

enhancement

![image](https://github.com/ea4k/klog/assets/87572049/cb5f41da-5952-4280-9d83-d0851e755128) Please note the improved display density and two notes fields. One field for saving data pertaining to this QSO. The other can act as a "station notes", things you...

enhancement

It seems that here that instead of exchanging values, memory addresses are being copied: https://github.com/ea4k/klog/blob/527eb868bdbf35c96676e3166497509cedf5603b/src/mainwindow.cpp#L2213 And here they're manually deleted: https://github.com/ea4k/klog/blob/527eb868bdbf35c96676e3166497509cedf5603b/src/mainwindow.cpp#L254-L255 I believe this is a double free and is...