28 Commits

Author SHA1 Message Date
Vadim Kuznetsov
07970d566a Remove qucs::SkipEmptyParts 2025-01-03 21:06:41 +03:00
dsm
8a9c64004f fix #1121 2024-12-11 18:53:56 +03:00
Vadim Kuznetsov
78b11d6e4e Remove dark/light icons setting 2024-07-21 11:12:56 +03:00
Vadim Kuznetsov
0c85634d98 Move getSymbolPatternsList to misc 2024-06-13 18:50:25 +03:00
Andrey Kalmykov
c9d147c7c4 Migrate drawing primitives coordinates from int to double 2024-06-04 22:36:57 +03:00
Andrey Kalmykov
756820e3e3 Clean includes in misc.h in favour of transitive dependencies 2024-05-31 18:30:08 +03:00
Andrey Kalmykov
3ba06d79ae Add misc::draw_resize_handle 2024-05-18 23:27:32 +03:00
Andrey Kalmykov
ba24ba4fac Add misc::draw_richtext
This is a helper function required for some future changes.
2024-05-18 23:27:01 +03:00
Vadim Kuznetsov
632627224a
Merge pull request #640 from ivandi69/relative-file-path
Add support for relative file paths
2024-04-07 12:55:52 +02:00
Vadim Kuznetsov
9982fff01c Backport matching tool from Qucs-0.0.20 2024-03-25 10:21:59 +03:00
ivandi
13b7d305ed Add support for relative file paths 2024-03-12 21:04:10 -04:00
Vadim Kuznetsov
06a82a1a96 Marker notation follows diagram number notation #383 2023-12-01 20:49:45 +03:00
Krasilnikov Sergey
fa9698cf84 git commit hash in title 2023-11-29 12:18:20 +03:00
Sergei Krasilnikov
1ca2f06a32 fix qt6.6 deprecation 2023-11-27 22:59:34 +03:00
Vadim Kuznetsov
fa7353b7f5 Try to find executables in PATH; if not found show configure dialog 2023-06-17 15:10:59 +03:00
Vadim Kuznetsov
94f476eb5f Add routines to search executable in PATH 2023-06-17 13:05:03 +03:00
Vadim Kuznetsov
d3843c82a9 Fixed old Qt5 versions compatibility 2023-01-26 16:40:28 +03: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
3a3481afeb Fix QString::SkipEmptyParts 2022-02-24 23:45:28 +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
53059f4fed Compiles everything in dialogs, paintings, and extsimkernels 2022-02-14 00:04:11 +01:00
Vadim Kuznetsov
8affb4e186 diagramdialog.cpp compiles 2022-02-13 19:55:25 +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
yodalee
e3c307373d add namespace misc to misc.h 2015-01-18 19:22:12 +08:00
yodalee
5e46417235 make a copy of function into misc 2014-11-21 02:27:36 +08:00