132 Commits

Author SHA1 Message Date
Vadim Kuznetsov
98b1ca187d Merge branch 'master' into current 2022-10-30 12:34:50 +03:00
Vadim Kuznetsov
b72649f552 Add menu entry for the new tool 2022-09-25 15:26:50 +03:00
Vadim Kuznetsov
98d7478e63 Remove qucslib from tools menu 2022-09-24 18:01:38 +03:00
Vadim Kuznetsov
914901fd2b Remove remains of qucs_rescodes utility 2022-08-26 15:29:13 +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
e7f47a0abb Correct about dialog 2022-06-30 17:03:21 +03:00
Vadim Kuznetsov
bd974d63ed Replace links for Qucs tutorial by Qucs-S tutorial 2022-03-28 22:05:38 +02:00
Vadim Kuznetsov
da6bc383e1 Provide settings to set light/dark icon theme manually 2022-03-12 16:22:13 +01:00
Vadim Kuznetsov
9d85e07261 Recognize dark theme and use icons from bitmaps/dark 2022-02-22 21:47:38 +01:00
Vadim Kuznetsov
a1d014b9c2 Fix obsolete signals and slots 2022-02-15 21:26:33 +01:00
Vadim Kuznetsov
9aa8865d02 Everything compiles and qucs_s application runs 2022-02-14 15:37:11 +01:00
Vadim Kuznetzov
9a1a7b17ec Remove WITH_SPICE CMake switch 2017-10-20 17:37:13 +03:00
Vadim Kuznetzov
8eef39dabc Fixed conflicts 2017-07-02 13:12:55 +03:00
Vadim Kuznetzov
c81ddea5a1 Correct typo in main menu 2017-05-04 16:45:17 +03:00
Vadim Kuznetzov
0fe6a7e92c Add 'Compact Modelling' submenu in 'Tools' menu 2017-05-01 16:07:33 +03:00
Vadim Kuznetzov
286d54dbcd Merge branch 'autoifs' into spice4qucs_current 2017-05-01 15:54:37 +03:00
Vadim Kuznetzov
4a2e93b12f Fixed after merge of spic4qucs_current 2016-11-05 17:44:57 +03:00
Vadim Kuznetzov
b2ce9d4341 Show default simulator name in status bar 2016-10-30 10:23:47 +03:00
Vadim Kuznetzov
be2bcc27da Implemented IFS auto-generation from subcircuit 2016-09-26 13:29:06 +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
2de8ebee54 Hidden some menus for Ngspice 2016-01-16 16:31:11 +03:00
Vadim Kuznetzov
695e2ea6f4 Removed 'Simulate with Spice' menu entry 2016-01-07 17:45:36 +03:00
Vadim Kuznetzov
35411d0528 Moved 'Simulator Settings' execution to top Qucs menu 2016-01-07 17:41:51 +03:00
Vadim Kuznetzov
105ba9d493 Moved menu point to File menu and corrected resistor code 2015-11-11 11:34:18 +03:00
Vadim Kuznetzov
f3bd5aec7d Initial Verilog-A routines 2015-11-11 11:34:18 +03:00
Vadim Kuznetzov
018db5a72a The first attempt to auto-create spice netlist 2015-11-11 11:28:54 +03:00
in3otd
21560d3d6a Make ImageWriter::print() return a status
The status is used by the main application to check whether to print
a success message.
Reverted the 'Export as image' menu text to the original one (long
description goes in the Tooltip)
2015-07-17 19:29:56 +02:00
nvdl
108902cfc6 Change 'Export as Image' Dialog to Native
Uses static QDialog for a native look when saving the schematic as
an image file. The file extension is only updated if it is not
specified or is invalid (not in the filter list). In such a case,
an extension based on the current filter is used.
2015-07-17 19:29:12 +02:00
in3otd
6e150168f7 Redesigned the Qucs About dialog. 2015-06-26 23:47:46 +02:00
Guilherme Brondani Torri
95eaade587 bump year on copyright 2015-05-24 00:27:00 +02:00
yodalee
5affaa0160 replace undo,redo with signal slot 2015-02-08 20:19:49 +08:00
yodalee
a5f8cc5630 hide/show in qucs_init change to setVisible
allow more simple code
2015-01-28 00:07:55 +08:00
yodalee
f0d33c7754 move aboutQt slot to qApp default slot 2015-01-28 00:07:55 +08:00
yodalee
7d4bc9a4f2 move activated to triggered 2015-01-28 00:07:55 +08:00
yodalee
6c4839e03c remove unsed slotNextTab comment out code 2015-01-28 00:07:55 +08:00
yodalee
e74edfa509 modify update recent file function 2015-01-11 23:18:02 +08:00
yodalee
50f59bfc2d make clearAction static, uppercase name 2015-01-11 22:46:25 +08:00
yodalee
9d388db5fd add static allocate Qaction for recentfile 2015-01-11 21:52:03 +08:00
yodalee
9e233c7e5d refactor delete project function 2015-01-06 03:12:10 +08:00
yodalee
1c4ebad9e4 fetch project related function name 2015-01-06 03:12:10 +08:00
yodalee
66d70d8606 remove find again action 2014-12-01 19:13:50 +01: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
yodalee
e1feae0eec remove qtgui in main directory 2014-11-04 12:48:23 +08:00
yodalee
2f09b2e843 remove all vtab file 2014-10-27 23:40:58 +08:00
Vadim Kuznetzov
378eb0385e Fixed duplicate shortcuts for tools 2014-10-05 10:10:26 +04:00
Vadim Kuznetzov
3c79f90d03 Added menu action to call qucsactivefilter from qucs 2014-10-03 19:19:09 +02:00
Guilherme Brondani Torri
7b95665fa7 qucs: use Git hash on About and qucs -v 2014-09-02 15:20:54 +02:00
Guilherme Brondani Torri
62ee6318c2 add qucsrescodes to autotools, qucs menu 2014-08-23 15:23:23 +02:00
Guilherme Brondani Torri
c061b0e0f4 fix issue with mouse cursor for OSX
* see bug https://sourceforge.net/p/qucs/bugs/104/
2014-08-03 01:35:18 +02:00
yodalee
d9402c4a60 change addTo to addAction for consistency 2014-06-24 01:05:20 +08:00