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
da6bc383e1
Provide settings to set light/dark icon theme manually
2022-03-12 16:22:13 +01:00
Vadim Kuznetsov
61df64878a
Provide setting to set Schematic/Application fonts separately
2022-03-12 11:45:02 +01:00
Vadim Kuznetsov
8b1c17bddb
Fix warnings in components and dialogs
2022-02-23 21:51:56 +01:00
Vadim Kuznetsov
c9ffce91a7
Fixed default font in utilities
2022-02-18 19:47:32 +01:00
Vadim Kuznetsov
daa1d65c91
Fix broken layout in dialogs
2022-02-16 21:31:56 +01:00
Vadim Kuznetsov
53059f4fed
Compiles everything in dialogs, paintings, and extsimkernels
2022-02-14 00:04:11 +01:00
Guilherme Brondani Torri
c0011e9d42
On settings > apply, set as changed, refresh UI
...
Otherwise the user needs to restart the GUI for the option to take
effect.
2016-11-23 11:13:43 +01:00
Vadim Kuznetzov
7b54330d94
Introduced setting to hold Octave executable path
...
1. OctaveBinDir setting replaced by OctaveExecutable. This setting will
hold full path to Octave executable.
2. OCTAVEBINDIR environment variable replaced by QUCS_OCTAVE. Removed
related hardcoded paths
3. Corrected GUI controls to enable Octave executable selction
4. Removed file checking at starting Octave
2016-06-16 16:46:57 +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
in3otd
4a99a8503c
Correct behaviour of "Add Path With Subfolders"
...
In the Application Settings dialog, the "Add Path With Subfolders"
added only the subfolders but not the selected path. Now also the
selected path is added to the list.
2016-02-07 21:40:37 +01:00
in3otd
aa090edd8a
Replace deprecated Qt3 compatibility functions
2016-02-07 21:40:37 +01:00
in3otd
cc226d7054
Fix crash when changing background color of a Text Document
...
When changing a text documents background color (using the Application
Settings dialog) Qucs crashed. This was due to the changed inheritance
of TextDoc, from QTextEdit to QPlainTextEdit, which was not updated
here.
2016-02-07 21:40:37 +01:00
in3otd
50edf30b11
Change browsing button labels from "..." to "Browse"
2016-02-07 21:40:37 +01:00
in3otd
367745c180
Enable "Remove Path" button only if something is selected
2016-02-07 21:40:37 +01:00
in3otd
9077d24ce9
Change file (directory) selection dialogs with native ones
2016-02-07 21:40:37 +01:00
Guilherme Brondani Torri
529c0d06da
Add language to settings dialog
2015-09-15 20:35:43 +02:00
Guilherme Brondani Torri
144e16737f
Sort languages alphabetically
...
System language and English first.
2015-09-15 20:35:43 +02:00
in3otd
7a6f016234
Change tables resize mode to show the full content, if possible.
2015-04-19 22:06:36 +02:00
yodalee
87b3c463c0
change refresh cmd into a slot function
2015-04-13 11:33:20 +08:00
Guilherme Brondani Torri
9246b219c9
fix various warnings of unused variable, arguments...
2015-01-20 16:32:12 +01:00
Guilherme Brondani Torri
a8c734b147
replace remaining 'math.h' by 'cmath' header
2015-01-09 13:53:16 +01:00
in3otd
e6e0e84551
Added new application settings.
...
Added largeFontSize and TextAntiAliasing to the settings dialog and the related load/save functions. Corrected a typo in one of the settings name and fixed some default values.
Updated ViewPainter::init() calls since function definition changed (anti-aliasing removed from parameters, now handled directly in ViewPainter::init() )
2014-11-22 11:46:47 +01:00
yodalee
d8c9546f6e
remove qtgui include in dialog/cppfile
2014-11-04 12:56:34 +08:00
yodalee
6b8a2f2f51
add drawantialiasing properties and save/load
2014-10-28 17:32:48 +08:00
Guilherme Brondani Torri
2f64d6ec6c
Merge pull request #26 from GaliumNitride/pt_PT_translation
...
Added pt_PT Translation
2014-08-18 22:30:26 +02:00
Richard Crozier
2572c0cff3
qucssettingsdialog.cpp: fixed search path button locations
2014-08-18 12:50:57 +01:00
MD
4f816ca7e6
Forked pt locale into pt_BR and pt_PT. Performed pt_PT translation.
2014-08-18 04:18:13 +01:00
Guilherme Brondani Torri
99f127e0a4
fix behavior or qucs as editor, add .exe to tools
2014-06-11 01:30:29 +02:00
Guilherme Brondani Torri
5a35663221
add ASCO path to Qucs settings
...
* read environment variable ASCOBINDIR for path
* set ASCO Path via Qucs settings
2014-05-18 23:47:12 +02:00
Guilherme Brondani Torri
d23cf04f19
add admsXml path to Qucs settings
...
* read environment variable ADMSXMLBINDIR for path
* set AdmsXml Path into Qucs settings
2014-05-18 23:14:16 +02:00
Richard C Crozier
86fa38cb78
qucssettingsdialog.cpp: changed to silence cppcheck warning from bug #135
2014-02-05 09:57:39 +00:00
Richard C Crozier
fb78ce2da0
qucssettingsdialog.cpp: update spice file search hash on applying settings
2014-01-29 13:38:01 +00:00
Richard Crozier
3527256dbc
Merge remote-tracking branch 'origin/qucs_namespace'
...
Conflicts:
qucs-core/configure.ac
qucs-core/src/components/ctline.cpp
qucs-core/src/components/microstrip/msline.cpp
qucs-core/src/components/microstrip/msopen.cpp
qucs-core/src/components/microstrip/mstee.cpp
qucs-core/src/components/microstrip/msvia.cpp
qucs-core/src/components/mutual.cpp
qucs-core/src/components/mutual2.cpp
qucs-core/src/components/mutualx.cpp
qucs-core/src/components/phaseshifter.cpp
qucs-core/src/components/rectline.cpp
qucs-core/src/components/rlcg.cpp
qucs-core/src/components/tline.cpp
qucs-core/src/components/verilog/DLS_1ton.core.cpp
qucs-core/src/components/verilog/DLS_nto1.core.cpp
qucs-core/src/components/verilog/EKV26MOS.core.cpp
qucs-core/src/components/verilog/HBT_X.core.cpp
qucs-core/src/components/verilog/MESFET.core.cpp
qucs-core/src/components/verilog/andor4x2.core.cpp
qucs-core/src/components/verilog/andor4x3.core.cpp
qucs-core/src/components/verilog/andor4x4.core.cpp
qucs-core/src/components/verilog/binarytogrey4bit.core.cpp
qucs-core/src/components/verilog/bsim3v34nMOS.core.cpp
qucs-core/src/components/verilog/bsim3v34pMOS.core.cpp
qucs-core/src/components/verilog/bsim4v30nMOS.core.cpp
qucs-core/src/components/verilog/bsim4v30pMOS.core.cpp
qucs-core/src/components/verilog/comp_1bit.core.cpp
qucs-core/src/components/verilog/comp_2bit.core.cpp
qucs-core/src/components/verilog/comp_4bit.core.cpp
qucs-core/src/components/verilog/dff_SR.core.cpp
qucs-core/src/components/verilog/dmux2to4.core.cpp
qucs-core/src/components/verilog/dmux3to8.core.cpp
qucs-core/src/components/verilog/dmux4to16.core.cpp
qucs-core/src/components/verilog/fa1b.core.cpp
qucs-core/src/components/verilog/fa2b.core.cpp
qucs-core/src/components/verilog/gatedDlatch.core.cpp
qucs-core/src/components/verilog/greytobinary4bit.core.cpp
qucs-core/src/components/verilog/ha1b.core.cpp
qucs-core/src/components/verilog/hic0_full.core.cpp
qucs-core/src/components/verilog/hic2_full.core.cpp
qucs-core/src/components/verilog/hicumL0V1p2.core.cpp
qucs-core/src/components/verilog/hicumL0V1p2g.core.cpp
qucs-core/src/components/verilog/hicumL0V1p3.core.cpp
qucs-core/src/components/verilog/hicumL2V2p1.core.cpp
qucs-core/src/components/verilog/hicumL2V2p23.core.cpp
qucs-core/src/components/verilog/hicumL2V2p24.core.cpp
qucs-core/src/components/verilog/hpribin4bit.core.cpp
qucs-core/src/components/verilog/jkff_SR.core.cpp
qucs-core/src/components/verilog/log_amp.core.cpp
qucs-core/src/components/verilog/logic_0.core.cpp
qucs-core/src/components/verilog/logic_1.core.cpp
qucs-core/src/components/verilog/mod_amp.core.cpp
qucs-core/src/components/verilog/mux2to1.core.cpp
qucs-core/src/components/verilog/mux4to1.core.cpp
qucs-core/src/components/verilog/mux8to1.core.cpp
qucs-core/src/components/verilog/nigbt.core.cpp
qucs-core/src/components/verilog/pad2bit.core.cpp
qucs-core/src/components/verilog/pad3bit.core.cpp
qucs-core/src/components/verilog/pad4bit.core.cpp
qucs-core/src/components/verilog/photodiode.core.cpp
qucs-core/src/components/verilog/phototransistor.core.cpp
qucs-core/src/components/verilog/potentiometer.core.cpp
qucs-core/src/components/verilog/tff_SR.core.cpp
qucs-core/src/evaluate.cpp
qucs-core/src/math/complex.cpp
qucs-core/src/math/complex.h
2014-01-23 13:44:37 +00:00
Vadim Kuznetzov
b85858844c
Added check box for ignoring schematic versions
2014-01-12 16:34:34 +04:00
Richard C Crozier
cb44470ecb
qucssettingsdialog.cpp: changed path list title
2014-01-10 12:21:09 +00:00
crobarcro
bb700c349f
Added functionality to 'Add with Subfolders' button
2013-09-10 17:35:14 +01:00
crobarcro
6f3a26ac8f
changed string to make qucs editor to 'qucs', qucs also now used if setting is empty
2013-09-09 21:55:09 +01:00
crobarcro
8d0ea651e3
qucssettingsdialog.cpp: fixed bug with empty row insertions in search path table
2013-09-09 02:22:52 +01:00
crobarcro
5a10d1c219
changes to allow adding and removing search path entries through application settings dialog
2013-09-09 01:45:17 +01:00
crobarcro
101458f450
renamed some settings dialog code variables for clarity and added widget to display new path list setting
2013-09-08 02:59:15 +01:00
Frans Schreuder
6a56fc1a1f
Qucs Home directory can now be edited in Application settings, as well as octave bin dir
2013-07-01 23:43:49 +02:00
Frans Schreuder
407cf247c1
implemented QSettings in qucsattennuator
2013-07-01 08:16:12 +02:00
Guilherme Brondani Torri
296013cf9c
[qucs-qt4] ported qucssettingsdialog
...
Removed Qt3Support classes.
2013-06-10 16:35:30 +02:00
Guilherme Brondani Torri
bad0d04553
[qucs-qt4] qucssettingsdialog not complete
...
Mostly working without Qt3Support classes.
Needed to port QListView to QTableView for multiple columns.
TODO the table suffix/program is not fully implemented.
TODO finish the QTableView implementation, read/write from Qucs settings.
2013-06-01 18:50:05 +02:00
Frans Schreuder
5736ac67f8
Compiles with QT4 (still crashes when opening a document)
2012-10-31 09:15:06 +01:00
ela
560eb02f09
2009-10-25 Stefan Jahn <stefan@lkcc.org>
...
* dialogs/qucssettingsdialog.cpp (QucsSettingsDialog): Added
syntax highlighting color settings for directives and tasks.
2009-10-25 09:03:30 +00:00
ela
9e40b91790
2009-05-17 Stefan Jahn <stefan@lkcc.org>
...
* Makefile.am (TRANSLATIONS): Added Kazakh translations.
2009-05-17 18:12:43 +00:00
ela
b033c6ccc1
2009-03-03 Stefan Jahn <stefan@lkcc.org>
...
* Makefile.am (libcomponents_a_SOURCES): Added many new digital
primitives. Thanks a lot to Mike Brinson for the huge effort.
2009-03-03 18:32:14 +00:00