mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
from stefan. new directory added.
This commit is contained in:
parent
18a48d6e04
commit
b0162b335f
5
NEWS
5
NEWS
@ -26,15 +26,16 @@ files.
|
||||
Version 0.0.8
|
||||
-------------
|
||||
|
||||
* new diagrams: truth table and timing diagram
|
||||
* add non-Qucs files to project
|
||||
* dialog for changing properties of several components
|
||||
* creating matching circuits
|
||||
* more filters supported by filter synthese tool
|
||||
* more filters supported by filter synthesis tool
|
||||
* many more models in component library
|
||||
* new components: digital gates, correlated noise sources,
|
||||
mutual inductors
|
||||
* printing DC bias into schematic
|
||||
* hide invisible lines in 3D diagram
|
||||
* add non-Qucs files to project
|
||||
|
||||
Version 0.0.7
|
||||
-------------
|
||||
|
@ -244,11 +244,10 @@ AC_CONFIG_FILES([Makefile
|
||||
qucs-help/docs/de/Makefile
|
||||
qucs-help/docs/es/Makefile
|
||||
qucs-help/docs/fr/Makefile
|
||||
qucs-help/docs/tutorial/Makefile
|
||||
qucs-help/docs/tutorial/pics/Makefile
|
||||
qucs-filter/Makefile
|
||||
qucs-transcalc/Makefile
|
||||
qucs-transcalc/bitmaps/Makefile
|
||||
qucs-transcalc/examples/Makefile
|
||||
qucs-lib/Makefile
|
||||
qucs-lib/library/Makefile
|
||||
qucs/Makefile
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
bin_PROGRAMS = qucstrans
|
||||
|
||||
SUBDIRS = bitmaps
|
||||
SUBDIRS = bitmaps examples
|
||||
|
||||
dist_man_MANS = qucstrans.1
|
||||
|
||||
|
2
qucs-transcalc/examples/.cvsignore
Normal file
2
qucs-transcalc/examples/.cvsignore
Normal file
@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
35
qucs-transcalc/examples/Makefile.am
Normal file
35
qucs-transcalc/examples/Makefile.am
Normal file
@ -0,0 +1,35 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
#
|
||||
# qucs-transcalc/examples/Makefile.am
|
||||
#
|
||||
# Automake input file.
|
||||
#
|
||||
# Copyright (C) 2005 Stefan Jahn <stefan@lkcc.org>
|
||||
#
|
||||
# This is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# This software is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this package; see the file COPYING. If not, write to
|
||||
# the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
|
||||
# Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
EXAMPLES = hp.trc ustrip50fr4.trc ustrip_jansen.trc cstrip_kj_1.trc \
|
||||
cstrip_kj_2.trc
|
||||
|
||||
EXTRA_DIST = $(EXAMPLES)
|
||||
|
||||
# installation of transmission lines
|
||||
linedatadir = ${prefix}/share/qucs/tline
|
||||
linedata_DATA = $(EXTRA_DIST)
|
||||
|
||||
CLEANFILES = *~
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
21
qucs-transcalc/examples/cstrip_kj_1.trc
Normal file
21
qucs-transcalc/examples/cstrip_kj_1.trc
Normal file
@ -0,0 +1,21 @@
|
||||
# QucsTranscalc 0.0.8 cstrip_kj_1.trc
|
||||
# Generated on Thu Dec 1 2005 at 20:28:35.
|
||||
# It is not suggested to edit the file, use QucsTranscalc instead.
|
||||
|
||||
<CoupledMicrostrip>
|
||||
Er 2.35 NA
|
||||
Mur 1 NA
|
||||
H 0.79 mm
|
||||
H_t 1e+20 mil
|
||||
T 0 mil
|
||||
Cond 4.1e+07 NA
|
||||
Tand 0 NA
|
||||
Rough 0 mil
|
||||
Freq 30 GHz
|
||||
W 1.7775 mm
|
||||
S 0.079 mm
|
||||
L 1 m
|
||||
Z0e 79.2774 Ohm
|
||||
Z0o 37.9688 Ohm
|
||||
Ang_l 50847.5 Deg
|
||||
</CoupledMicrostrip>
|
21
qucs-transcalc/examples/cstrip_kj_2.trc
Normal file
21
qucs-transcalc/examples/cstrip_kj_2.trc
Normal file
@ -0,0 +1,21 @@
|
||||
# QucsTranscalc 0.0.8 cstrip_kj_2.trc
|
||||
# Generated on Thu Dec 1 2005 at 20:30:57.
|
||||
# It is not suggested to edit the file, use QucsTranscalc instead.
|
||||
|
||||
<CoupledMicrostrip>
|
||||
Er 9.9 NA
|
||||
Mur 1 NA
|
||||
H 0.64 mm
|
||||
H_t 1e+20 mil
|
||||
T 5 um
|
||||
Cond 4.1e+07 NA
|
||||
Tand 0.0005 NA
|
||||
Rough 0.25 um
|
||||
Freq 3 GHz
|
||||
W 0.6 mm
|
||||
S 0.5 mm
|
||||
L 1 m
|
||||
Z0e 58.8883 Ohm
|
||||
Z0o 41.3621 Ohm
|
||||
Ang_l 9214.28 Deg
|
||||
</CoupledMicrostrip>
|
21
qucs-transcalc/examples/hp.trc
Normal file
21
qucs-transcalc/examples/hp.trc
Normal file
@ -0,0 +1,21 @@
|
||||
# QucsTranscalc 0.0.8 hp.trc
|
||||
# Generated on Thu Dec 1 2005 at 20:02:07.
|
||||
# It is not suggested to edit the file, use QucsTranscalc instead.
|
||||
|
||||
<CoupledMicrostrip>
|
||||
Er 9.9 NA
|
||||
Mur 1 NA
|
||||
H 645 um
|
||||
H_t 3.9e+34 mil
|
||||
T 5 um
|
||||
Cond 4.1e+07 NA
|
||||
Tand 0 NA
|
||||
Rough 0 mil
|
||||
Freq 2 GHz
|
||||
W 609 um
|
||||
S 64.5 mil
|
||||
L 14.5521 mm
|
||||
Z0e 52.4548 Ohm
|
||||
Z0o 47.9635 Ohm
|
||||
Ang_l 90.0165 Deg
|
||||
</CoupledMicrostrip>
|
19
qucs-transcalc/examples/ustrip50fr4.trc
Normal file
19
qucs-transcalc/examples/ustrip50fr4.trc
Normal file
@ -0,0 +1,19 @@
|
||||
# QucsTranscalc 0.0.8 ustrip50fr4.trc
|
||||
# Generated on Thu Dec 1 2005 at 19:53:13.
|
||||
# It is not suggested to edit the file, use QucsTranscalc instead.
|
||||
|
||||
<Microstrip>
|
||||
Er 4.3 NA
|
||||
Mur 1 NA
|
||||
H 210 um
|
||||
H_t 1e+20 mil
|
||||
T 30 um
|
||||
Cond 4.1e+07 NA
|
||||
Tand 0.025 NA
|
||||
Rough 0 mil
|
||||
Freq 1 GHz
|
||||
W 380 um
|
||||
L 1 mm
|
||||
Z0 50.7326 Ohm
|
||||
Ang_l 2.10486 Deg
|
||||
</Microstrip>
|
19
qucs-transcalc/examples/ustrip_jansen.trc
Normal file
19
qucs-transcalc/examples/ustrip_jansen.trc
Normal file
@ -0,0 +1,19 @@
|
||||
# QucsTranscalc 0.0.8 ustrip_jansen.trc
|
||||
# Generated on Thu Dec 1 2005 at 19:56:38.
|
||||
# It is not suggested to edit the file, use QucsTranscalc instead.
|
||||
|
||||
<Microstrip>
|
||||
Er 9.9 NA
|
||||
Mur 1 NA
|
||||
H 0.64 mm
|
||||
H_t 1e+20 mil
|
||||
T 5 um
|
||||
Cond 4.1e+07 NA
|
||||
Tand 0.0005 NA
|
||||
Rough 0.25 um
|
||||
Freq 3 GHz
|
||||
W 0.6 mm
|
||||
L 1 m
|
||||
Z0 50.4142 Ohm
|
||||
Ang_l 9267.81 Deg
|
||||
</Microstrip>
|
@ -171,6 +171,14 @@ int main(int argc, char *argv[])
|
||||
|
||||
qucs->loadFile(QDir::homeDirPath()+"/.qucs/transrc");
|
||||
qucs->setMode(QucsSettings.Mode);
|
||||
|
||||
// optional file argument
|
||||
if (argc > 1) {
|
||||
int _mode = 0;
|
||||
QString File = argv[1];
|
||||
qucs->loadFile(File,&_mode);
|
||||
}
|
||||
|
||||
int result = a.exec();
|
||||
saveApplSettings(qucs);
|
||||
delete qucs;
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <qfont.h>
|
||||
#include <qcolor.h>
|
||||
#include <qptrlist.h>
|
||||
#include <qstringlist.h>
|
||||
|
||||
#include "wire.h"
|
||||
#include "node.h"
|
||||
|
@ -608,7 +608,7 @@ void QucsActions::slotAddToProject()
|
||||
}
|
||||
|
||||
if(destFile.exists())
|
||||
if(QMessageBox::question(App, tr("Overwrite"),
|
||||
if(QMessageBox::information(App, tr("Overwrite"),
|
||||
tr("File \"%1\" already exists.\nOverwrite ?").arg(*it), QMessageBox::Yes,
|
||||
QMessageBox::No|QMessageBox::Default|QMessageBox::Escape)
|
||||
!= QMessageBox::Yes) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user