Results 182 comments of Vadim Kuznetsov

I have just implemented the numeric marker position setting. The screenshot illustrates how it looks like. This feature is available on the ´current´ branch now. ![image](https://user-images.githubusercontent.com/4920080/173306224-3fc2794c-6983-451e-9fe8-f67e834f8d89.png)

I have added a switch to enable engineering notation (1k, 1M, 1G etc.) for numbers on diagrams. Attached screenshot illustrates how it looks now. This feature is available on `current`...

@tomhajjar The default path for open file has been fixed by https://github.com/ra3xdh/qucs_s/commit/2887949cc1abf13b8d25c3aec1e13e789b0d7378 The fix will be available at the 0.0.25

I have just added a possibility to set dB units for Y-axis if logarithmic scale is selected. The new feature is available on `current` branch. ![image](https://user-images.githubusercontent.com/4920080/178518827-fd4a32ac-6b07-4233-a880-c0a33c7abce9.png) ![image](https://user-images.githubusercontent.com/4920080/178519083-85ebc167-b7b2-40dd-b573-19587400bd0b.png)

I have noticed the following problems with dB units on Y axis: * The marker values still be in absolute units while the axis is set as dB * It...

Yes, the library tree on the left panel may benefit from suggested improvement. I was also considering such addition. I will implement symbol and device info preview in one of...

I have created a separate task #135 for library tree improvement.

I have fixed setting limits and marker issue when the dB units are selected for axis. The remaining issues is the manual step setting for logarithmic dB axis.

I have noticed application crash when adding a curve to Smith diagram. This is related to newly introduced dB axis units.

If the model contains subcircuit in original Qucs libraries, it is represented as Qucs netlist, but not as XML subcircuit. The `spicecompat::normalize_value` is invoked only for "normal" components. If Qucs-S...