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
ela
92747788a8
* Some changes for MSVC.
2007-06-16 17:29:42 +00:00
ela
9140f18e4a
2007-05-04 Stefan Jahn <stefan@lkcc.org>
...
* dialogs/qucssettingsdialog.cpp (QucsSettingsDialog): Made "start
wiring when clicking open node" configurable.
2007-05-04 16:30:20 +00:00
ela
585ea210f2
2007-03-17 Stefan Jahn <stefan@lkcc.org>
...
* Makefile.am (%.qm): Also renamed cz -> cs. Thanks Marek
for pointing this out!
* dialogs/qucssettingsdialog.cpp (QucsSettingsDialog): Renamed
cz -> cs for the Czech translations.
2007-03-17 17:17:51 +00:00
raimi
562ca4a65c
from stefan
2006-10-19 09:58:49 +00:00
raimi
f3de3e53de
from stefan
2006-09-05 07:28:48 +00:00
margraf
c0ffdbf2ce
*** empty log message ***
2006-07-03 06:02:08 +00:00
raimi
841c314c11
2006-04-15 Stefan Jahn <stefan@lkcc.org>
...
* qucs_it.ts: Applied Italian translation updates.
* qucs_ru.ts: Added Russian translations. Thanks to Igor.
2006-04-18 07:53:15 +00:00
margraf
4ae63b93aa
*** empty log message ***
2006-04-10 06:12:35 +00:00
margraf
0ed81add8c
*** empty log message ***
2006-03-28 06:10:52 +00:00
margraf
9b677b7d22
*** empty log message ***
2006-02-20 07:12:01 +00:00
raimi
57a6e1a2ff
from stefan
2006-02-15 09:12:43 +00:00
margraf
1eb4c6e799
*** empty log message ***
2006-02-14 07:25:27 +00:00
margraf
18a48d6e04
*** empty log message ***
2005-11-28 07:17:35 +00:00
raimi
8650b28c4b
2005-05-21 Michael Margraf <michael.margraf@alumni.tu-berlin.de>
...
* fixed bug scaling independent x axis in Cartesian diagram
2005-05-21 Stefan Jahn <stefan@lkcc.org>
* spicedialog.cpp (loadSpiceNetList): Closing stdin of
qucsconv process.
2005-05-23 20:07:05 +00:00
raimi
05b5dd1ad3
2005-02-27 Stefan Jahn <stefan@lkcc.org>
...
* qucs-help/main.cpp, qucs-edit/main.cpp (main): Made the
QucsHelp and QucsEdit applications relocatable using the
environment variable QUCSDIR.
2005-02-26 Stefan Jahn <stefan@lkcc.org>
* main.cpp (main): Made the Qucs application relocatable
using the environment variable QUCSDIR.
2005-02-28 09:30:41 +00:00
margraf
329a900ed4
*** empty log message ***
2004-11-21 17:47:19 +00:00
margraf
55bc8129d9
*** empty log message ***
2004-10-31 17:55:57 +00:00
ela
ed70b1ac54
* Removed any occurrence of #include "../".
2004-09-10 16:30:41 +00:00
ela
10222d87e2
2004-08-23 Stefan Jahn <stefan@lkcc.org>
...
* diagrams/markerdialog.cpp (MarkerDialog): Set maximum
precision value to 12 (for Qt versions where the QIntValidator
really works).
* diagrams/graph.h: Using QValueVector for storing screen
points. This fixes a bug when large dotted graphs occurred.
2004-08-23 Stefan Jahn <stefan@lkcc.org>
* diagrams/markerdialog.cpp (MarkerDialog): Set maximum
precision value to 12 (for Qt versions where the QIntValidator
really works).
* diagrams/graph.h: Using QValueVector for storing screen
points. This fixes a bug when large dotted graphs occurred.
2004-08-24 09:18:23 +00:00
margraf
d73aedf9eb
*** empty log message ***
2004-07-25 16:58:44 +00:00
margraf
4ba6387e3a
*** empty log message ***
2004-06-26 07:05:47 +00:00
margraf
59d7e9d0ee
*** empty log message ***
2004-06-12 12:35:04 +00:00