20 Commits

Author SHA1 Message Date
ThomasZecha
0d97f032bb Fix compiler warnings
Qt6 QTranslator::load() uses [[nodiscard]] which currently leads to
compiler warnings. This is fixed using static_cast<void>.

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2025-01-07 12:11:57 +01:00
Integral
30f8ddd583
refactor: replace non-empty QString constructors with QStringLiteral() 2024-11-04 15:53:11 +08:00
Krasilnikov Sergey
de260a94b3 fix utilities build 2023-06-17 01:02:31 +03:00
Vadim Kuznetsov
6616ff4ffb Attenautor and Filter compiles with Qt6 2023-01-26 12:12:21 +03:00
Vadim Kuznetsov
20d3207c8b Hide microstrip filters when Ngspice is set as default #96 2022-08-06 16:26:45 +03:00
Vadim Kuznetsov
c9ffce91a7 Fixed default font in utilities 2022-02-18 19:47:32 +01:00
Vadim Kuznetzov
a62186403b Further remove WITH_SPICE... 2017-10-20 18:23:21 +03:00
Vadim Kuznetzov
d1bd120d41 Don't use QUCSDIR with QUCS-S 2016-12-08 11:04:16 +03:00
Vadim Kuznetzov
5e9ceffa49 Fixed after merge of release-0.0.19 2016-11-05 17:54:15 +03:00
Vadim Kuznetzov
5bb55b9562 Replaced hardcoded resurces paths
Resources paths at $prefix/share/qucs/ are defined now via QUCS_NAME
marcro from config.h
2016-07-22 15:00:25 +03:00
in3otd
9951c6045b Instantiate QApplication sooner so applicationDirPath() is valid
applicationDirPath() was used before a QApplication was instantiated
so it returned an empty path. This caused the application language
files path to be computed incorrectly.
2016-04-17 22:27:51 +02:00
Guilherme Brondani Torri
ea38769bda Avoid using LANGUAGEDIR definition.
To have qucs in a relocatable directory (in Windows) it cannot rely
the prefix given at build time. This is actually a bug.

This patch let each tool find the language files at runtime, relative
to the location of the executable.
2016-04-08 22:03:37 +02:00
Guilherme Brondani Torri
2aa06f1085 quc-filter: remove BitmapDir, use qrc resource file
The needed bitmap icons are compiled into the binary app.
See qrc file.
2013-09-13 16:01:54 +02:00
Frans Schreuder
6919ba2059 qucs-attenuator, qucs-edit, qucs-filter, qucs-transcalc ported to QSettings 2013-07-01 19:06:19 +02:00
Guilherme Brondani Torri
6dac2023c7 Done porting qucs-filter to Qt4
Compiled without Qt3Support.
2013-05-30 18:22:26 +02:00
Frans Schreuder
5736ac67f8 Compiles with QT4 (still crashes when opening a document) 2012-10-31 09:15:06 +01:00
raimi
1d17a84fcd 2006-02-16 Stefan Jahn <stefan@lkcc.org>
* qucs-transcalc/main.cpp, qucs-lib/main.cpp,
        qucs-help/main.cpp, qucs-filter/main.cpp, qucs-edit/main.cpp
        (loadSettings): Try loading items from main qucsrc even if
        application specific resource file does not exist.
2006-02-17 07:20:07 +00:00
margraf
1eb4c6e799 *** empty log message *** 2006-02-14 07:25:27 +00:00
raimi
ea195d1d0f *** empty log message *** 2005-03-19 11:51:25 +00:00
margraf
4a2a8407ba *** empty log message *** 2005-03-05 14:52:09 +00:00