54 Commits

Author SHA1 Message Date
Vadim Kuznetsov
6b39fda03c Remove WITH_QT6; switch to Qt6 by default 2025-01-03 22:06:56 +03:00
NN708
c85cb4ea73 Move install of MetaInfo to top level 2024-11-13 00:29:10 +08:00
NN708
b489d1ae84 Fix build for contrib directory 2024-11-13 00:09:57 +08:00
andresmmera
f4d1c4a225 S-parameter viewer - Initial development (squashed)
This commit contains the first draft of the user interface
Read Touchstone files

It was implemented a basic function to read Touchstone files.

It can only read Touchstone files up to 4 ports and only S-parameter data.


Please see "Touchstone Specification, Version 2.1, ratified January 26 2024 by the IBIS Open Forum": https://ibis.org/touchstone_ver2.1/ 
Add QScrollArea widgets to the files and traces lists

Large number of files and traces are expected, so there is a need for scrollable areas in the files and traces lists.
Basic plotting structure


Add default behaviour when loading one single s2p

A default behavior is added. When a single s2p file is selected, the program automatically displays S21, S11 and S22
Replace the "Delete" message by a trash image

The delete image was taken from here

https://commons.wikimedia.org/wiki/File:Delete-button.svg

This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.

    You are free:

        to share – to copy, distribute and transmit the work
        to remix – to adapt the work

    Under the following conditions:

        attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
        share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Read Touchstone files with more than two ports


Update traces combobox depending on the selected dataset

If the user has loaded data with different number of ports, the traces combobox must be refreshed each time the user changes the dataset selection. Otherwise, this may cause that the user selects a non existing trace
Fix style in buttons for removing files

The QPushButtons were replaced by QToolButtons. With the QPushButtons the widget was too wide
Fix style in buttons for removing traces

QPushButton was converted into QToolButton
Delete dataset and its traces when the user decides to remove a file


Remove files and traces

Rework on the logic on how to remove datasets and traces
After removing a file, remove the associated widgets


Remove trace from Chart


Update file widget position in the grid after removing


Function handler for changing the color of a trace


Change linestyle depending on the combo selection


Set initial color of the color pickers


Added a spinbox control to control the trace width

It was added a spinbox that controls the width of the traces displayed. This is very convenient when a bunch of traces are being displayed and the user wants to highlight one of them easily
Added function  handler for controlling the x-axis

A handler function was added to control the x-axis settings as the user changes the minimum, maximum or the tick interval
Update traces when changing the axis settings


Fix trace plotting refresh


Fix frequency limits when loading a GHz range file


Dockable widgets


Autoadjust y-axis settings


Automatically add K, delta, mu_s, m_p, MAG and MSG traces in S2P files

When a Touchtone file has two ports, the stability metrics are automatically computed and added to the dataset
Add marker table feature

It was added a new dock consisting on a marker table and some widgets for its management
Add dot marker and vertical lines in the QChart


Make case insensitive the frequency scale

Files were found were the frequency scale is all in capital letters. This creates a problem when reading the spar data. This commit fixes this by putting the frequency scale in lower case
Auto adjust x-axis when changing the units


Put x_div values as a ComboBox

It makes no much sense in having a decimal spinbox for defining the tick interval. It leads to decimal ticks. It's better to have a closed list of possible values
y axis tick in combobox


Fix vertical line markers


Fix bad "About Qt" connection 

The "About Qt" message was not properly connected. As a consequence, when the user went to "Help-> About Qt..." nothing showed up.

This commit is intended to fix this by connecting the menu with the handler as it's done in the filter design tool
Link S-parameter viewer to Qucs-S


Add Re{Zin}, Im{Zin} traces to s1p and s2p files


Hide y-axis units

It makes no much sense for now to have it since it may happen that the y-axis represent dB, Ohm or simply its unitless (e.g. K, mu, ...)
Fix segfault when removing one single file

In previous commits, it was observed a segfault when removing one single s-par file. This happened because the program was freeing widgets already freed. This situation is avoided by ordering the list of widgets to remove
Autoadjust y-axis


Remove widgets for marker placement

They are actually not needed. The SpinBox and the combo with units just add clutter. The user can set the marker freq once added
Update x-axis limits after removing file


Increase maximum x-ticks


Get suffix using Qt method

This is more robust than the previous approach
Fix frequency scale in markers


Enable drag and drop to open files


Fix segfault when removing file


Readjust frequency limits when dataset has no traces


Fix read touchstone

Files were found whose header contains no !
Fix initial marker step


Fix autoscale y-axis


Prevent docks from closing

It makes no sense the user can close the docks
Solve infinite loop when fmax=3000 [unit]


Implemented button for removing all files on a row


Implement button for removing all markers on a row
2024-09-08 08:35:42 +02:00
dsm
4f8a7aac01 for continous build switch nightly versioning. 2024-08-26 20:20:18 +03:00
Muhammet Şükrü Demir
556733bdfd adding macos 10.14 support and universal macos app support. 2024-08-21 20:28:40 +03:00
dsm
51330f176b changed cpp standard before qt6.7 cpp17 otherwise cpp20 2024-07-31 12:02:41 +03:00
Muhammet Şükrü Demir
56398e17a5
fixed git hash.
git gives a warning -> fatal: '1u': not an integer
2024-07-05 23:49:16 +03:00
Vadim Kuznetsov
0917dc3502 Exclude vcd2qucsdat 2024-03-19 10:13:44 +03:00
Vadim Kuznetsov
6a4ee5470a Add qucsator_rf to cmake 2024-03-19 09:15:28 +03:00
Vadim Kuznetsov
30c24ab5ad Revert WITH_QT6 flag 2024-03-06 10:21:32 +03:00
Andrey Kalmykov
675f576ba1 Add clangd LSP support
- Alter cmake config so it generates compile_commands.json
- Add clangd config
- Add to README a section descrbing how to set up clangd LSP
2024-02-09 18:16:59 +03:00
Krasilnikov Sergey
a96c19c006 fix windowTitle without .git 2024-02-05 13:02:57 +03:00
Krasilnikov Sergey
fa9698cf84 git commit hash in title 2023-11-29 12:18:20 +03:00
Anton Midyukov
7c26589e86 CMakeLists.txt: get list source files into variable FILES_TO_TRANSLATE 2023-07-24 14:27:04 +07:00
Vadim Kuznetsov
1703217f55 Merge branch 'add_iverilog' into current 2023-05-25 09:55:51 +03:00
Vadim Kuznetsov
c9dac25b20 Change required CMake version to ensure compatibility with Ubunutu22.04 #264 2023-05-25 09:09:49 +03:00
Vadim Kuznetsov
dcdab6a5f9 Import qucsconv sources from Qucs-0.0.20RC1 2023-05-21 09:21:00 +03:00
dsm
2dad0d17e2 set default major version to qt6 2023-02-15 10:35:06 +03:00
dsm
d8bd72206b cmake update
1. cmake minimum version updated to 3.18
2. find_package qt updated no need for  -DWITH_QT6
2023-02-13 21:50:15 +03:00
Vadim Kuznetsov
4e782ec31e Set -fPIC using CMake 2023-02-13 15:28:36 +03:00
Vadim Kuznetsov
caf1aa85d3 Provide CMake option to build with Qt6 2023-01-25 11:07:42 +03:00
zergud
cdc17b488f change cmakelist to qt6 2023-01-17 00:37:23 +03:00
Vadim Kuznetsov
e490f733c8 Import powercombining tool from Qt4 Qucs 2022-09-25 15:17:43 +03:00
Vadim Kuznetsov
a3842194ef Remove qucslib from the source tree 2022-09-24 17:56:28 +03:00
Vadim Kuznetsov
3b0ddb0509 Import transcalc utility from Qucs Qt4 package 2022-08-26 15:55:54 +03:00
Vadim Kuznetsov
c6064c0ee7 Revert attenuator tool #142 2022-08-25 15:36:02 +03:00
Vadim Kuznetsov
184dae24cb Fix line ending for CMakeLists (dos2unix) #115 2022-07-13 19:34:14 +03:00
Vadim Kuznetsov
dc04a935d8 Remove QtScript refence from CMake and loaddialog.cpp 2022-05-31 19:23:50 +03:00
Vadim Kuznetsov
4a10052fa1 Update minimum cmake version 2022-04-26 16:40:35 +03:00
Vadim Kuznetsov
8e148581ea Fix CMakeLists
1. Remvove invalid option -Wno-deprecated-register
2. Supress messages form qDebug() when Release mode activated
2022-02-19 12:04:51 +01:00
Vadim Kuznetsov
62fc2a7c87 Fix main CMakeLists.txt 2022-02-14 23:15:40 +01:00
Vadim Kuznetzov
a62186403b Further remove WITH_SPICE... 2017-10-20 18:23:21 +03:00
Vadim Kuznetzov
93a29937ee Moved examples to qucs/examples 2016-11-30 11:24:50 +03:00
Vadim Kuznetzov
33602ba0ca New help system
1. Offline HTML excluded from Qucs-S distribution (if WITH_SPICE enabled)
2. F1 shortcut points to the main Qucs-S help page at the readthedocs
service.
3. Added menu etntry for the mainline Qucs help
2016-07-30 16:59:21 +03:00
Vadim Kuznetzov
06dd70e9fc Install examples with CMake 2016-07-22 15:01:17 +03:00
Vadim Kuznetzov
eba11e32ea Implemented building of two apllications with CMake
1. Added WITH_SPICE CMake variable. If it is not set usual Qucs will be
built. Application name is set to "qucs". If it is set, Qucs-S will be
built. Application name will be to "qucs-s".
2. Removed hardoced resources paths in "/usr/share/qucs", etc and
application names. Now resource paths depends on application name.
Resources will be installed into PREFIX/share/qucs-s/ for Qucs-S
3. Introduced a special definition QUCS_NAME in config.h. It will store
real application name.
4. Disabled default Debug mode for CMake
5. Exclude qucsattenuator, qucsedit, qucsresocdes, qucstrans, and qucshelp
(except docs) from the build system when building with WITH_SPICE switch
2016-07-22 14:57:44 +03:00
Guilherme Brondani Torri
fdbbe9dd7e cmake: add toplevel scrip, fix include issue 2016-02-02 20:31:08 +01:00
Guilherme Brondani Torri
e0b990e7e2 cmake: get rid of relaase mode hack. 2016-02-02 20:31:08 +01:00
yodalee
a5e64b39a4 remove filter-v2 from build sequence 2015-04-13 12:25:23 +08:00
global667
e33a3ae388 Delete QT3_US_SUPPORT from all CMakesLists.txt
SET( QT_USE_QT3SUPPORT TRUE ) is delete from all CmakeLists.txt and adapting the souces, but "FIND_PACKAGE( Qt4 4.6.3 REQUIRED QtCore QtGui Qt3Support QtSvg QtXml QtScript)" in the root-CMakeLists.txt is unchanged. So Q3*-Header like Q3PtrList will not produce an error.
2014-11-27 20:16:14 +01:00
Guilherme Brondani Torri
6bbbc10623 cmake: update handling of translations
* it does not refresh the .TS
* it does not merge the qtgeneric_XX.ts
* it only converts the available .ts to .qm and install
2014-11-11 20:13:46 +01:00
yodalee
dd3cd1c5b0 cmake modification to support subdirectory 2014-11-07 01:06:11 +08:00
Guilherme Brondani Torri
4228d700eb include qucsactivefilter into top CMakeLists 2014-10-03 19:29:06 +02:00
Guilherme Brondani Torri
f4c28408e2 cmake: use VERSION file and add Git last hash 2014-09-02 15:20:54 +02:00
Guilherme Brondani Torri
2a7947ccdf cmake: for qucs-rescodes 2014-08-23 19:00:32 +02:00
Guilherme Brondani Torri
cb2ab8c9d8 cmake: accomodate qucs-core for release mode build
* during release we flatten the repo, if that is the case, add
  qucs-core as a subdirectory to be configured
* fix also CMake target collision between `[lib]qucs` and `qucs` (GUI)
2014-08-22 11:22:10 +02:00
Guilherme Brondani Torri
1551a304db skip the build of qucs-filter-v2 on Darwin
The incomplete filter-v2 only builds withs -stdlib=libstc++
On OSX clang defaults to libstc++. \fixme
2014-04-05 02:07:17 +02:00
Guilherme Brondani Torri
54ca0244e9 various changes to build system 2014-04-05 00:58:31 +02:00
Guilherme Brondani Torri
6a37d60523 cmake: various fixes squashed
* fix tests, remove tr1
* remove cbesslj from math library
* add ecvs.cpp compontent to library
* fix tests, remove TR1
* add OSX clang libc++ flag
* adjust include headers needed to install
* set to use c++11 features
* link libqucs to libdl, for dlopen, dlclose
* add qucs_typedefs.h file config
* set PIC for x86_64
* fix path to generated headers
* add ps2sp to install
* install wrapper scripts qucsdigi,...
* fix build on win64
* generation of libucs on windows mingw, test reverted later
2014-04-04 16:20:08 +02:00