Stocking

Results 25 comments of Stocking

@sashko `-Werror=deprecated-declarations` is enabled. The compiler treats the deprecation warning as an error and stops compilation. You can probably disable that flag and have it compile without problems. I don't...

I meant: replacing `QString` with `std::string`. This will fix the issue locally but is bound to create issues interfacing with the Qt API. Having thought this over I think it's...

I suggest that this issue is assigned to milestone Klog-2.4. Since #624 is assigned there as well.

@RobK88 klog seems to crash inside of `rig_init()` from hamlib. Can you try: 1. Starting klog with your rig turned off and plugged in. 2. Starting klog with your rig...

I just saw a bunch klog test stuff directly installed on my system under `/usr/tests/`. Is this a bug or expected behavior? Here's a list of directories: ``` /usr/tests/tst_mainwindowinputqso/tst_mainwindowinputqso /usr/tests/tst_world/tst_world...

Maybe bundle some bandplans by default because the internet may not always work (in emergencies or whatever). You can always update bundles via the internet if newer ones are found....

Quick little mockup for this idea I had... a bandplan indicator in the UI: ![image](https://github.com/ea4k/klog/assets/87572049/1d10149f-2e4e-456e-90a7-958562972ef7) DIAL/MODE indicator, to show whether you're logging dial or mode frequency. For instance, for CW,...

https://doc.qt.io/qt-5/highdpi.html > Traditionally, to support high DPI, Qt scales fonts automatically and provides a DPI value that application code can use to scale the rest of the UI. Are changes...

Maybe rephrase this dialog message to be BLUF (Bottom Line Up Front)? I'll be going over this and other text in klog semi-soonish.

How would one handle comparing two frequencies taking into account the precision/accuracy/trueness of the transceivers? For now I think exposing a 'ppm' function, assuming the frequency error is a symmetrical...