18 Commits

Author SHA1 Message Date
Vadim Kuznetsov
98b1ca187d Merge branch 'master' into current 2022-10-30 12:34:50 +03:00
Vadim Kuznetsov
0eaf4f952b Switch to v1.0.0 #150 2022-09-14 18:09:45 +03:00
luz paz
10c1ee639c Fix various typos (including documenation)
Found via `codespell -q 3 -S *.ts,./qucs/ChangeLog -L ba,coul,inout,leaded,nd,numer,ro`
2022-07-05 07:08:28 -04:00
Vadim Kuznetsov
da6bc383e1 Provide settings to set light/dark icon theme manually 2022-03-12 16:22:13 +01:00
Vadim Kuznetsov
3f390dcfd3 Fixed conflict in misc.h 2022-03-12 14:54:49 +01:00
Vadim Kuznetsov
901f407d4a Fix QProcess execution 2022-03-08 00:15:37 +01:00
Vadim Kuznetsov
9d85e07261 Recognize dark theme and use icons from bitmaps/dark 2022-02-22 21:47:38 +01:00
Vadim Kuznetsov
1819f91f4a Detect dark theme and load special icons 2022-02-21 23:12:02 +01:00
Vadim Kuznetsov
9aa8865d02 Everything compiles and qucs_s application runs 2022-02-14 15:37:11 +01:00
Guilherme Brondani Torri
ae3c3e7562 Merge pull request #607 from in3otd/fix_593
Allow pasting from future versions
2016-11-23 17:57:41 +01:00
in3otd
1e15fb546a Add VersionTriplet class to handle SW versions comparison
To ease SW version comparisons a VersionTriplet class has been added
to handle the common comparison operators.
A QucsVersion global variable now holds the current Qucs version
and is used when checking Documents and Libraries versions.
2016-11-23 10:32:54 +01:00
Guilherme Brondani Torri
de28251435 vhdl : fix char* to QString conversion.
The t.toLatin1() creates a QByteArray whose lifetime ends at the end of the
expression. But &p is now a pointing to someplace whose existence is no
guaranteed after the line is executed.
To avoid this, we can do it in two steps, storing the QByteArray first and
doing the conversion to double afterwards, like

(Thank you in3otd for the detective work in the pull request #608.

This is causing VHDL simulation to fail as such:
  0.0.18 : netCLEAR <= '1'; wait for 10 ns;
  before fix: netCLEAR <= '1'; wait for 10 1;

The `Verilog_Time()` is not using `&p` afterwards, modified for
consistency.
2016-11-23 10:19:38 +01:00
in3otd
a87a64dc57 Remove usage of Qt3 compatibility functions 2016-11-19 16:02:42 +01:00
in3otd
7b7fc05236 Correct handling of file names with multiple dots 2016-11-19 16:02:42 +01:00
Guilherme Brondani Torri
9d855cb4a1 qucs: s/M_PI/pi 2015-01-20 16:34:25 +01:00
yodalee
e3c307373d add namespace misc to misc.h 2015-01-18 19:22:12 +08:00
Guilherme Brondani Torri
a8c734b147 replace remaining 'math.h' by 'cmath' header 2015-01-09 13:53:16 +01:00
yodalee
5e46417235 make a copy of function into misc 2014-11-21 02:27:36 +08:00