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
19af73bc12
Fix more fontMetrics warnings
2022-02-24 22:30:33 +01:00
Vadim Kuznetsov
a1d014b9c2
Fix obsolete signals and slots
2022-02-15 21:26:33 +01:00
Vadim Kuznetzov
41779a93b8
Remove QucsApp::showHTML
2017-10-20 17:40:27 +03: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
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
1ad603a3ac
Prototype of XSPICE MOD synthesizer from EDD
2016-10-03 19:07:22 +03:00
Vadim Kuznetzov
c04c4ebb0a
Implemented IFS building from EDD
2016-10-02 17:29:33 +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
bd1ee38afe
Take qucsattenuator, qucsedit, qucsrescodes, and qucsatrans from QucsatorDir
2016-07-22 15:00:25 +03:00
Vadim Kuznetzov
3bf80e3d50
Fixed conflicts after merging branch spice4qucs_current
2016-05-15 10:09:41 +03:00
Vadim Kuznetzov
fa0a9c5b90
Resolved conflicts after merging release-0.0.19
2016-03-22 10:37:14 +03:00
in3otd
ef1dbc3e2d
Use a common function to determine the Document type
2016-02-08 20:05:58 +01:00
in3otd
7977f6d57b
Enable changing Qucs Home without restarting
...
If user changes the Qucs (projects) Home in the Application Settings
Dialog, it will be prompted to close the current files/project (if
saving is needed).
2016-02-07 21:40:37 +01: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
f3bd5aec7d
Initial Verilog-A routines
2015-11-11 11:34:18 +03:00
Vadim Kuznetzov
cd9136c628
Improved auto-update of diagrams, and added switching to display page after simulation
2015-11-11 11:32:46 +03:00
Vadim Kuznetzov
018db5a72a
The first attempt to auto-create spice netlist
2015-11-11 11:28:54 +03:00
Guilherme Brondani Torri
b31b74cdbb
Merge pull request #303 from in3otd/searchboxes
...
Searchboxes
2015-10-19 22:10:59 +02:00
Guilherme Brondani Torri
07ad029735
Move spiceExtensions out of QucsApp, fix crash
...
With spiceExtensions inside QucsApp we cannot run spicefile from the
command line interface.
Check if GUI is running before reading the search path lookup (which has
to be defined interactively).
Netlisting from the command line (for schematics containing spicefile
components) is still not working.
2015-09-13 18:57:58 +02:00
in3otd
3382c5460d
Correct Components Tab behavior when searching.
...
When using the Component Search in the Components Tab the component
category shown in the top combo box was not changed, but still showed
the last used category. Now when searching, the category text shown is
changed to "Search results" and restored to the last used category
when exiting the search.
2015-07-26 22:46:14 +02:00
Felix Salfelder
4b9ed1f7ca
don't modify graphs from within Marker
...
previously, a marker contained a non-const pointer to a graph, with this
it's not possible to attach a marker to a const graph/diagram. although
unnecessary, some code made use of this pointer.
also
- some related deduplication wrt. left/right, up/down
- introduce prechecked_cast. needs a place, still
2015-07-06 19:58:33 +02:00
yodalee
287eac2d48
modify empty function, refresh time in projectView
2015-04-13 11:33:20 +08:00
yodalee
7b6a3a17c6
replace old treewidget with new treeview
2015-04-13 11:33:20 +08:00
yodalee
87b3c463c0
change refresh cmd into a slot function
2015-04-13 11:33:20 +08:00
yodalee
a6797f7c76
create new context menu
2015-04-13 11:33:20 +08:00
yodalee
259cde2cc7
insert symbol with single click
2015-04-13 11:33:20 +08:00
yodalee
de8e9c9d0e
recover open file function in treeview
...
function name: slotOpenContent_new
2015-04-13 11:33:19 +08:00
yodalee
ac9340ef76
add Content New tab in qucs
2015-04-13 11:33:19 +08:00
yodalee
8fb477ff8b
move xpm change work to qucsapp
2015-02-08 20:19:49 +08:00
yodalee
5affaa0160
replace undo,redo with signal slot
2015-02-08 20:19:49 +08:00
yodalee
180087490d
move xpm definition to qucs
2015-02-08 20:19:27 +08:00
yodalee
e31f0691de
unify QPlainTextEdit identify to isTextDocument
2015-01-28 00:07:55 +08:00
yodalee
2ab553207d
remove getSpiceNameFilter funciton
...
replace with QStringList join
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
6c4839e03c
remove unsed slotNextTab comment out code
2015-01-28 00:07:55 +08:00
YodaLee
4a3a50736f
Merge pull request #174 from yodalee/refactor-update-recentFile-function
...
Refactor update recent file function
2015-01-19 08:14:07 +08:00
in3otd
cfecc8e26e
Added QucsApp::launchTool() to start external tools.
...
Before this all the external tools were launched by similar copy-pasted code,
with some bugs added... now all the code for launching the external tools is
in the launchTool() function to have a more compact code and remove the
possibility of copy-paste errors next time an external tool wil be added.
2015-01-14 22:19:37 +01: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
0f3673c53d
modify layout
2015-01-09 15:04:59 +01:00
yodalee
e1158aa4a3
add button, link Escape to clear search
2015-01-09 15:04:59 +01:00
yodalee
4e8a47def9
implement search function
2015-01-09 15:04:58 +01:00