*** empty log message ***

This commit is contained in:
margraf 2005-05-09 06:32:17 +00:00
parent 954110d3bb
commit e42df3f888
225 changed files with 1968 additions and 3678 deletions

2
NEWS
View File

@ -32,6 +32,8 @@ Version 0.0.6
* many small improvements
* edit component properties directly on the schematic
* translations into Swedish
* new components: coplanar open, short and gap
* nicer icons for simulation components
Version 0.0.5
-------------

View File

@ -1,6 +1,6 @@
/***************************************************************************
qucsedit.cpp - description
-------------------
qucsedit.cpp
--------------
begin : Mon Nov 17 2003
copyright : (C) 2003 by Michael Margraf
email : michael.margraf@alumni.tu-berlin.de
@ -107,7 +107,12 @@ void QucsEdit::slotLoad()
// ************************************************************
void QucsEdit::slotSave()
{
if(FileName.isEmpty()) return;
if(FileName.isEmpty()) {
FileName = QFileDialog::getSaveFileName(".", QString::null,
this, "", tr("Enter a Document Name"));
if(FileName.isEmpty()) return;
}
QFile file(FileName);
if(!file.open(IO_WriteOnly)) {
QMessageBox::critical(this, tr("Error"),
@ -137,15 +142,9 @@ void QucsEdit::slotQuit()
// ************************************************************
// To get all close events.
void QucsEdit::closeEvent(QCloseEvent *Event)
void QucsEdit::closeEvent(QCloseEvent*)
{
int tmp;
tmp = x(); // call size and position function in order to ...
tmp = y(); // ... set them correctly before closing the ...
tmp = width(); // dialog !!! Otherwise the frame of the window ...
tmp = height(); // will not be recognized (a X11 problem).
Event->accept();
slotQuit();
}
// ************************************************************
@ -178,8 +177,9 @@ bool QucsEdit::closeFile()
switch(QMessageBox::warning(this,tr("Closing document"),
tr("The text contains unsaved changes!\n")+
tr("Do you want to save the changes?"),
tr("&Save"), tr("&Discard"), tr("Cancel"), 0, 2)) {
tr("&Save"), tr("&Discard"), tr("&Cancel"), 0, 2)) {
case 0: slotSave();
if(FileName.isEmpty()) return false;
return true;
case 2: return false;
}

View File

@ -1,28 +1,34 @@
2005-05-08 Michael Margraf <michael.margraf@alumni.tu-berlin.de>
* qucsedit: warning about unsaved changes also if close rider pressed
* markers for 3D cartesian work
* new component works: SPICE netlist import
2005-05-01 Michael Margraf <michael.margraf@alumni.tu-berlin.de>
* fixed floating point error in tabular diagram
* fixed some bugs in 3D cartesian
* new components: coplanar open and short
* fixed floating point error in tabular diagram
* fixed some bugs in 3D cartesian
* new components: coplanar open and short
2005-04-23 Michael Margraf <michael.margraf@alumni.tu-berlin.de>
* edit component properties directly on the schematic
* many small bug fixes and improvements
* different line styles for 3D cartesian diagram
* edit component properties directly on the schematic
* many small bug fixes and improvements
* different line styles for 3D cartesian diagram
2005-04-16 Michael Margraf <michael.margraf@alumni.tu-berlin.de>
* new key: F2 -> Edit Subcircuit Symbol, CTRL-U -> Set on Grid
* in label dialog: '_' is now possible
* new property in coplanar line: Approx
* fixed small bug that always set changed-flag if "Set on Grid"
* right mouse button menu is now context sensitive
* added validators for all neccessary line edits
* new key: F2 -> Edit Subcircuit Symbol, CTRL-U -> Set on Grid
* in label dialog: '_' is now possible
* new property in coplanar line: Approx
* fixed small bug that always set changed-flag if "Set on Grid"
* right mouse button menu is now context sensitive
* added validators for all neccessary line edits
2005-04-11 Stefan Jahn <stefan@lkcc.org>
* qucsview.cpp, qucsdoc.cpp: Fixed int/pointer mismatch for
64bit architectures. Reported by Debian build logs.
* qucsview.cpp, qucsdoc.cpp: Fixed int/pointer mismatch for
64bit architectures. Reported by Debian build logs.
2005-04-07 Michael Margraf <michael.margraf@alumni.tu-berlin.de>

View File

@ -22,26 +22,26 @@
# Boston, MA 02111-1307, USA.
#
XPMS = ac_voltage.xpm arrow.xpm capacitor.xpm dc_current.xpm dc_voltage.xpm \
inductor.xpm line.xpm msline.xpm polar.xpm rect.xpm rectangle.xpm \
resistor.xpm resistor_us.xpm smith.xpm source.xpm symtrans.xpm tabular.xpm \
text.xpm tline.xpm transformer.xpm ground.xpm dc.xpm hb.xpm sparameter.xpm \
sweep.xpm tran.xpm cccs.xpm ccvs.xpm vccs.xpm vcvs.xpm ac.xpm \
attenuator.xpm biast.xpm circulator.xpm dcblock.xpm dcfeed.xpm diode.xpm \
isolator.xpm mscorner.xpm mscross.xpm msstep.xpm mstee.xpm substrate.xpm \
port.xpm spfile1.xpm spfile2.xpm spfile3.xpm spfile4.xpm spfile5.xpm \
spfile6.xpm coplanar.xpm ellipse.xpm mscoupled.xpm gyrator.xpm \
pshifter.xpm iprobe.xpm noise_current.xpm noise_volt.xpm msmbend.xpm \
msopen.xpm filledellipse.xpm filledrect.xpm ac_current.xpm npn.xpm pnp.xpm \
nfet.xpm pfet.xpm nmosfet.xpm pmosfet.xpm dmosfet.xpm msgap.xpm npnsub.xpm \
pnpsub.xpm dmosfet_sub.xpm nmosfet_sub.xpm pmosfet_sub.xpm ellipsearc.xpm \
vpulse.xpm ipulse.xpm vrect.xpm irect.xpm msvia.xpm amplifier.xpm opamp.xpm \
ysmith.xpm smithpolar.xpm polarsmith.xpm spicefile.xpm rect3d.xpm curve.xpm \
cpwopen.xpm cpwshort.xpm
XPMS = ac_voltage.png arrow.png capacitor.png dc_current.png dc_voltage.png \
inductor.png line.png msline.png polar.png rect.png rectangle.png \
resistor.png resistor_us.png smith.png source.png symtrans.png tabular.png \
text.png tline.png transformer.png gnd.png dc.png hb.png sparameter.png \
sweep.png tran.png cccs.png ccvs.png vccs.png vcvs.png ac.png \
attenuator.png biast.png circulator.png dcblock.png dcfeed.png diode.png \
isolator.png mscorner.png mscross.png msstep.png mstee.png substrate.png \
subport.png spfile1.png spfile2.png spfile3.png spfile4.png spfile5.png \
spfile6.png coplanar.png ellipse.png mscoupled.png gyrator.png \
pshifter.png iprobe.png noise_current.png noise_volt.png msmbend.png \
msopen.png filledellipse.png filledrect.png ac_current.png npn.png pnp.png \
nfet.png pfet.png nmosfet.png pmosfet.png dmosfet.png msgap.png npnsub.png \
pnpsub.png dmosfet_sub.png nmosfet_sub.png pmosfet_sub.png ellipsearc.png \
vpulse.png ipulse.png vrect.png irect.png msvia.png amplifier.png opamp.png \
ysmith.png smithpolar.png polarsmith.png spicefile.png rect3d.png curve.png \
cpwopen.png cpwshort.png cpwgap.png
PNGS = fileopen.png filesave.png editdelete.png editcut.png editcopy.png \
deactiv.png bottom.png editpaste.png equation.png fileclose.png \
fileprint.png filesaveall.png gear.png ground.png mirror.png nodename.png \
fileprint.png filesaveall.png gear.png gnd.png mirror.png nodename.png \
pointer.png port.png rebuild.png redo.png rotate_ccw.png top.png undo.png \
viewmag+.png viewmag-.png viewmagfit.png wire.png filenew.png mirrory.png \
viewmag1.png marker.png

BIN
qucs/bitmaps/ac.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 B

View File

@ -1,37 +0,0 @@
/* XPM */
static char * ac_xpm[] = {
"32 32 2 1",
" c None",
". c #000000",
" ",
" ",
" ",
" ",
" ",
"............................. ",
".............................. ",
".. .... ",
".. .....",
".. . ... .....",
".. .. .. .. .. ..",
".. . . . .. .. ..",
".. . . .. .. ..",
".. . .. . .. ..",
".. .. . . .. ..",
".. ...... . .. ..",
".. . .. .. .. ..",
".. . . . .. .. ..",
".. . . .. .. .. ..",
".. . ... .. ..",
".. .. ..",
".. .. ..",
"............................. ..",
"................................",
" .... .....",
" ..............................",
" .............................",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/ac_current.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * ac_current_xpm[] = {
"32 32 3 1",
" c None",
". c #FF0000",
"+ c #000000",
" ",
" . ",
" . . ",
" . ",
" + ",
" + ",
" + ++ ",
" + + + + ",
" + ++ ",
" +++++ ",
" ++ ++ ",
" + + ",
" + + + ",
" + +++ + ",
" + +++ + ",
" + +++++ + ",
" + + + ",
" + + + ",
" + + + ",
" + + + ",
" + + ",
" ++ ++ ",
" +++++ ",
" + ",
" + ",
" + ",
" + ",
" + ",
" . ",
" . . ",
" . ",
" "};

BIN
qucs/bitmaps/ac_voltage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * ac_voltage_xpm[] = {
"32 32 3 1",
" c None",
". c #FF0000",
"+ c #000000",
" ",
" . ",
" . . ",
" . ",
" + ",
" + . ",
" + ... ",
" + . ",
" + ",
" +++++ ",
" ++ ++ ",
" + + ",
" + + ",
" + + ",
" + ++ + ",
" + + + + + ",
" + + + + + ",
" + ++ + ",
" + + ",
" + + ",
" + + ",
" ++ ++ ",
" +++++ ",
" + ",
" + +++ ",
" + ",
" + ",
" + ",
" . ",
" . . ",
" . ",
" "};

BIN
qucs/bitmaps/amplifier.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * amplifier_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" ",
" ",
" ",
" ",
" .. ",
" . . ",
" . .. ",
" . . ",
" . .. ",
" . . ",
" . .. ",
" . . ",
" . .. ",
" . . ",
" + . .. + ",
" + +.... ....+ + ",
" + . .. + ",
" . . ",
" . .. ",
" . . ",
" . .. ",
" . . ",
" . .. ",
" . . ",
" . .. ",
" . . ",
" .. ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/arrow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 B

View File

@ -1,37 +0,0 @@
/* XPM */
static char * arrow_xpm[] = {
"32 32 2 1",
" c None",
". c #000000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ......... ",
" ... ",
" .. . ",
" .. . ",
" .. . ",
" .. . ",
" .. . ",
" .. . ",
" .. ",
" .. ",
" .. ",
" .. ",
" .. ",
" .. ",
" .. ",
" .. ",
" .. ",
" .. ",
" .. ",
" ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/attenuator.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * attenuator_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ................... ",
" . . ",
" . . . ",
" . . . ",
" . . . ",
" . ..... . ",
" . . . . ",
" . . . . ",
" + . . . . + ",
" + +.... . . ....+ +",
" + . . . . + ",
" . . . . ",
" . . . . ",
" . ..... . ",
" . . . ",
" . . . ",
" . . . ",
" . . ",
" ................... ",
" ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/biast.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * biast_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" ",
" . . . . . . . . . . . ",
" . ",
" . ",
" . ",
" . . . ",
" . . . ",
" + . . . . + ",
" + +....... ...............+ + ",
" + . . ... . + ",
" . . . . ",
" . . ... . ",
" . . ",
" . . ",
" . . ",
" ... . ",
" . . ",
" . . ",
" . . ",
" ... . ",
" . . ",
" . . ",
" . . ",
" ... . ",
" . . ",
" . . . . . . . . . . . ",
" . ",
" + ",
" + + ",
" + ",
" "};

BIN
qucs/bitmaps/capacitor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * capacitor_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" . . ",
" . . ",
" . . ",
" . . ",
" + . . + ",
" + +....... .......+ + ",
" + . . + ",
" . . ",
" . . ",
" . . ",
" . . ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/cccs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * cccs_xpm[] = {
"32 32 3 1",
" c None",
". c #FF0000",
"+ c #000000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" . . ",
". .++++++++++ ++++++++. .",
" . + + . ",
" + + ",
" + + ",
" + +++++ ",
" + + + ",
" + + + + ",
" + + + + ",
" + + + + ",
" + + +++ + ",
" + + + + ",
" + + + + + ",
" +++ +++++ ",
" + + ",
" + + ",
" . + + . ",
". .++++++++++ ++++++++. .",
" . . ",
" ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/ccvs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * ccvs_xpm[] = {
"32 32 3 1",
" c None",
". c #FF0000",
"+ c #000000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" . . ",
". .++++++++++ ++++++++. .",
" . + + . ",
" + + . ",
" + + ... ",
" + +++++ . ",
" + + + ",
" + + + ",
" + + + ",
" + + + ",
" + + + ",
" + + + ",
" + + + + + ",
" +++ +++++ ",
" + + +++ ",
" + + ",
" . + + . ",
". .++++++++++ ++++++++. .",
" . . ",
" ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/circulator.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * circulator_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" ",
" ",
" ",
" ",
" ....... ",
" .. .. ",
" . . ",
" . . ",
" . . ",
" . .... . ",
" . ... ... . ",
" . . . . ",
" + . .. .. . + ",
"+ +.... . . ....+ + ",
" + . . ..... . + ",
" . ... . ",
" . . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" .. .. ",
" ....... ",
" . ",
" . ",
" . ",
" + ",
" + + ",
" + ",
" ",
" "};

BIN
qucs/bitmaps/coplanar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * coplanar_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" ",
" ",
" . . . . . ",
" . . . . . ",
" . . . . . ",
" . . . . . ",
" . . . . . ",
" ........................ ",
" ",
" ",
" ",
" ................ ",
" . . ",
" . . ",
" + . . + ",
" + +..... .....+ + ",
" + . . + ",
" . . ",
" . . ",
" ............... ",
" ",
" ",
" ",
" ........................ ",
" . . . . . ",
" . . . . . ",
" . . . . . ",
" . . . . . ",
" . . . . . ",
" ",
" "};

BIN
qucs/bitmaps/cpwgap.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

BIN
qucs/bitmaps/cpwopen.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

View File

@ -1,39 +0,0 @@
/* XPM */
static char *cpwopen[]={
"32 32 4 1",
". c None",
"a c None",
"# c #000000",
"b c #ff0000",
"................................",
"................................",
"................................",
"....#....#....#....#....#....#..",
".....#....#....#....#....#....#.",
"......#....#....#....#....#.....",
".......#....#....#....#....#....",
"........#....#....#....#....#...",
"....########################.#..",
"...........................#..#.",
"..........................#.....",
"..........................##....",
"..........###########....#..#...",
"..........#.........#....#...#..",
".........#.........#....##....#.",
".aba.....#.........#....#.#.aa..",
"abab#####.........#....#...#aaa.",
".aba....#.........#....#....#a..",
".......#.........#....#.#....#..",
".......#.........#....#..#....#.",
".......##########....#....#.....",
".....................##....#....",
"....................#..#....#...",
"....................#...#....#..",
"....#################....#....#.",
"......#....#....#....#....#.....",
".......#....#....#....#....#....",
"........#....#....#....#....#...",
"....#....#....#....#....#....#..",
".....#....#....#....#....#....#.",
"................................",
"................................"};

BIN
qucs/bitmaps/cpwshort.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

View File

@ -1,39 +0,0 @@
/* XPM */
static char *cpwshort[]={
"32 32 4 1",
". c None",
"a c None",
"# c #000000",
"b c #ff0000",
"................................",
"................................",
"................................",
"....#....#....#....#....#....#..",
".....#....#....#....#....#....#.",
"......#....#....#....#....#.....",
".......#....#....#....#....#....",
"........#....#....#....#....#...",
"....################....#....#..",
"...................##....#....#.",
"...................#.#....#.....",
"...................#..#....#....",
"..........##########...#....#...",
"..........#.............#....#..",
".........#..........#....#....#.",
".aba.....#...........#....#.aa..",
"abab#####.............#....#aaa.",
".aba....#..............#....#a..",
".......#................#....#..",
".......#............#....#....#.",
".......#############.#....#.....",
"...................#..#....#....",
"...................#...#....#...",
"...................#....#....#..",
"....#################....#....#.",
"......#....#....#....#....#.....",
".......#....#....#....#....#....",
"........#....#....#....#....#...",
"....#....#....#....#....#....#..",
".....#....#....#....#....#....#.",
"................................",
"................................"};

BIN
qucs/bitmaps/curve.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 B

View File

@ -1,37 +0,0 @@
/* XPM */
static char *curve[]={
"32 32 2 1",
". c None",
"# c #000000",
"...............#................",
"..............###...............",
".............#.#.#..............",
".............#.#.#..............",
"............#..#..#.............",
"...............#................",
"...............#................",
"...............#................",
"............######..............",
"..........##...#..#.............",
".........#.....#...#............",
"........#......#....#...........",
".......#.......#....#...........",
".......#.......#....#......#....",
"......#........#....#.......##..",
"......#........#...#..........#.",
"################################",
"......#........#..............#.",
"......#........#............##..",
"......#........#.......#...#....",
"......#........#.......#........",
".......#.......#.......#........",
".......#.......#......#.........",
"........#......#......#.........",
".........#.....#.....#..........",
"..........##...#...##...........",
"............#######.............",
"...............#................",
"...............#................",
"...............#................",
"...............#................",
"...............#................"};

BIN
qucs/bitmaps/dc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 B

View File

@ -1,37 +0,0 @@
/* XPM */
static char * dc_xpm[] = {
"32 32 2 1",
" c None",
". c #000000",
" ",
" ",
" ",
" ",
" ",
"............................ ",
"............................. ",
".. .... ",
".. ..... ",
".. ..... ... ..... ",
".. . ... .. .. .. .. ",
".. . .. . .. .. .. ",
".. . . .. .. .. ",
".. . . . .. .. ",
".. . . . .. .. ",
".. . . . .. .. ",
".. . . .. .. .. ",
".. . .. . .. .. .. ",
".. . ... .. .. .. .. ",
".. ..... ... .. .. ",
".. .. .. ",
".. .. .. ",
"............................ .. ",
"............................... ",
" .... ..... ",
" ............................. ",
" ............................ ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/dc_current.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * dc_current_xpm[] = {
"32 32 3 1",
" c None",
". c #FF0000",
"+ c #000000",
" ",
" . ",
" . . ",
" . ",
" + ",
" + ",
" + ",
" + ",
" + ",
" +++++ ",
" ++ ++ ",
" + + ",
" + + + ",
" + +++ + ",
" + +++ + ",
" + +++++ + ",
" + + + ",
" + + + ",
" + + + ",
" + + + ",
" + + ",
" ++ ++ ",
" +++++ ",
" + ",
" + ",
" + ",
" + ",
" + ",
" . ",
" . . ",
" . ",
" "};

BIN
qucs/bitmaps/dc_voltage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * dc_volt_xpm[] = {
"32 32 3 1",
" c None",
". c #FF0000",
"+ c #000000",
" ",
" ",
" ",
" ",
" ",
" . ",
" . . ",
" . ",
" + ",
" . + ",
" ... + ",
" . + ",
" + ",
" + ",
" +++++++++++++ ",
" ",
" ",
" +++++ ",
" +++++ ",
" + ",
" + ",
" + ",
" +++ + ",
" + ",
" + ",
" . ",
" . . ",
" . ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/dcblock.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * dcblock_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" . . . . . . . ",
" . ",
" . ",
" . . . ",
" . . . ",
" . . . ",
" . . . ",
" + . . . + ",
" + +......... .........+ + ",
" + . . . + ",
" . . . ",
" . . . ",
" . . . ",
" . . . ",
" . ",
" . ",
" . . . . . . . ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/dcfeed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * dcfeed_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" . . . . . . . . . . ",
" ",
" . . ",
" ",
" . . ",
" ... ... ... ",
" . . . . . . ",
" + . . . . + ",
" + +...... . . ......+ + ",
" + + ",
" . . ",
" ",
" . . ",
" ",
" . . ",
" ",
" . . . . . . . . . . ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/diode.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * diode_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" . .. ",
" . . . ",
" . . . ",
" + . . . + ",
" + +.......... ........+ + ",
" + . . . + ",
" . . . ",
" . . . ",
" . .. ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/dmosfet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * dmosfet_xpm[] = {
"32 32 3 1",
" c None",
". c #FF0000",
"+ c #000000",
" . ",
" . . ",
" . ",
" + ",
" + ",
" + ",
" + ",
" + + ",
" + + + ",
" + +++++++ ",
" + + ",
" + + ",
" + + ",
" + + + ",
" . + + + ",
" . .+++++++++ +++++++ ",
" . + + + + ",
" + + + + ",
" + + + ",
" + + + ",
" + + + ",
" + +++++++ ",
" + + + ",
" + + ",
" + ",
" + ",
" + ",
" + ",
" . ",
" . . ",
" . ",
" "};

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * dmosfet_sub_xpm[] = {
"32 32 3 1",
" c None",
". c #FF0000",
"+ c #000000",
" ",
" . ",
" . . ",
" . ",
" + ",
" + ",
" + ",
" + ",
" + + ",
" + + + ",
" + +++++++ ",
" + + ",
" + + ",
" + + ",
" + + + ",
" . + + + . ",
" . .+++++++++ ++++++++++++. . ",
" . + + + . ",
" + + + ",
" + + ",
" + + ",
" + + ",
" + +++++++ ",
" + + + ",
" + + ",
" + ",
" + ",
" + ",
" + ",
" . ",
" . . ",
" . "};

BIN
qucs/bitmaps/ellipse.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

View File

@ -1,37 +0,0 @@
/* XPM */
static char * ellipse_xpm[] = {
"32 32 2 1",
" c None",
". c #000000",
" ",
" ",
" ",
" ",
" ",
" ",
" .......... ",
" ... ... ",
" .. .. ",
" .. .. ",
" . . ",
" . . ",
" . . ",
" . . ",
". .",
". .",
". .",
". .",
". .",
" . . ",
" . . ",
" . . ",
" . . ",
" .. .. ",
" .. .. ",
" ... ... ",
" .......... ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/ellipsearc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

View File

@ -1,37 +0,0 @@
/* XPM */
static char * ellipsearc_xpm[] = {
"32 32 2 1",
" c None",
". c #000000",
" ",
" ",
" ",
" ",
" ",
" ",
" .......... ",
" ... ... ",
" .. .. ",
" .. ",
" . ",
" . ",
" . ",
" . ",
". ",
". ",
". ",
". ",
". ",
" . ",
" . ",
" . ",
" . ",
" .. ",
" .. ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * filledellipse_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #969696",
" ",
" ",
" ",
" ",
" ",
" ",
" .......... ",
" ...++++++++++... ",
" ..++++++++++++++++.. ",
" ..++++++++++++++++++++.. ",
" .++++++++++++++++++++++++. ",
" .++++++++++++++++++++++++++. ",
" .++++++++++++++++++++++++++++. ",
" .++++++++++++++++++++++++++++. ",
".++++++++++++++++++++++++++++++.",
".++++++++++++++++++++++++++++++.",
".++++++++++++++++++++++++++++++.",
".++++++++++++++++++++++++++++++.",
".++++++++++++++++++++++++++++++.",
" .++++++++++++++++++++++++++++. ",
" .++++++++++++++++++++++++++++. ",
" .++++++++++++++++++++++++++. ",
" .++++++++++++++++++++++++. ",
" ..++++++++++++++++++++.. ",
" ..++++++++++++++++.. ",
" ...++++++++++... ",
" .......... ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/filledrect.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * filledrect_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #969696",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" .............................. ",
" .++++++++++++++++++++++++++++. ",
" .++++++++++++++++++++++++++++. ",
" .++++++++++++++++++++++++++++. ",
" .++++++++++++++++++++++++++++. ",
" .++++++++++++++++++++++++++++. ",
" .++++++++++++++++++++++++++++. ",
" .++++++++++++++++++++++++++++. ",
" .++++++++++++++++++++++++++++. ",
" .++++++++++++++++++++++++++++. ",
" .++++++++++++++++++++++++++++. ",
" .++++++++++++++++++++++++++++. ",
" .++++++++++++++++++++++++++++. ",
" .++++++++++++++++++++++++++++. ",
" .++++++++++++++++++++++++++++. ",
" .............................. ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/gnd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * ground_xpm[] = {
"32 32 3 1",
" c None",
". c #FF0000",
"+ c #000000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" . ",
" . . ",
" . ",
" + ",
" + ",
" + ",
" + ",
" + ",
" + ",
" +++++++++++++ ",
" ",
" +++++++++ ",
" ",
" +++++ ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/gyrator.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * gyrator_xpm[] = {
"32 32 3 1",
" c None",
". c #FF0000",
"+ c #000000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" . . ",
" . .+++++++ +++++++. . ",
" . + + . ",
" + + ",
" + + ",
" +++ +++ ",
" + + + + ",
" + + + + ",
" + + + + ",
" + + + + ",
" + + + + ",
" + + + + ",
" + + + + ",
" +++ +++ ",
" + + ",
" + + ",
" . + + . ",
" . .+++++++ +++++++. . ",
" . . ",
" ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/hb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 B

View File

@ -1,37 +0,0 @@
/* XPM */
static char * hb_xpm[] = {
"32 32 2 1",
" c None",
". c #000000",
" ",
" ",
" ",
" ",
" ",
" ........................ ",
" ......................... ",
" .. .... ",
" .. ..... ",
" .. . .... ..... ",
" .. . . . . .. .. ",
" .. . . . . .. .. ",
" .. . . . . .. .. ",
" .. . . . . .. .. ",
" .. ....... ..... .. .. ",
" .. . . . . .. .. ",
" .. . . . . .. .. ",
" .. . . . . .. .. ",
" .. . . . .. .. .. ",
" .. . .... .. .. ",
" .. .. .. ",
" .. .. .. ",
" ........................ .. ",
" ........................... ",
" .... ..... ",
" ......................... ",
" ........................ ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/inductor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * inductor_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ... ... ... ",
" . . . . ",
" + . . . . + ",
" + +...... . . ......+ + ",
" + + ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/iprobe.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * iprobe_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" ",
" ",
" ",
" ",
" ..................... ",
" . . ",
" . ................. . ",
" . . . . ",
" . . . ..... . . ",
" . . .. .. . . ",
" . . . . . . . ",
" . . . . . . . ",
" . . . . . ",
" . . . . . ",
" . . . . . ",
" . . . . . ",
" . . ... . . ",
" . . ... . . ",
" . ................. . ",
" . . ",
" . . . ",
" + . ... . + ",
" + +.........................+ +",
" + . ... . + ",
" . . . ",
" . . ",
" ..................... ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/ipulse.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * ipulse_xpm[] = {
"32 32 3 1",
" c None",
". c #FF0000",
"+ c #000000",
" ",
" . ",
" . . ",
" . ",
" + ",
" + ",
" + +++ ",
" + + + ",
" + + + ",
" +++++ + + ",
" ++ ++ ++ ++ ",
" + + ",
" + + + ",
" + +++ + ",
" + +++ + ",
" + +++++ + ",
" + + + ",
" + + + ",
" + + + ",
" + + + ",
" + + ",
" ++ ++ ",
" +++++ ",
" + ",
" + ",
" + ",
" + ",
" + ",
" . ",
" . . ",
" . ",
" "};

BIN
qucs/bitmaps/irect.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * irect_xpm[] = {
"32 32 3 1",
" c None",
". c #FF0000",
"+ c #000000",
" ",
" . ",
" . . ",
" . ",
" + ",
" + ++ +++ ",
" + + + + ",
" + + + + ",
" + + + + ",
" +++++ +++ ++ ",
" ++ ++ ",
" + + ",
" + + + ",
" + +++ + ",
" + +++ + ",
" + +++++ + ",
" + + + ",
" + + + ",
" + + + ",
" + + + ",
" + + ",
" ++ ++ ",
" +++++ ",
" + ",
" + ",
" + ",
" + ",
" + ",
" . ",
" . . ",
" . ",
" "};

BIN
qucs/bitmaps/isolator.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * isolator_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ................... ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . . ",
" . .. . ",
" . ... . ",
" + . .......... . + ",
" + +.... ........... ....+ +",
" + . .......... . + ",
" . ... . ",
" . .. . ",
" . . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" ................... ",
" ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/line.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

View File

@ -1,37 +0,0 @@
/* XPM */
static char * line_xpm[] = {
"32 32 2 1",
" c None",
". c #000000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" .. ",
" ... ",
" ... ",
" .. ",
" .. ",
" ... ",
" ... ",
" .. ",
" ... ",
" ... ",
" ... ",
" .. ",
" ... ",
" ... ",
" .. ",
" .. ",
" ... ",
" ... ",
" .. ",
" ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/mscorner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * mscorner_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" ",
" ",
" ",
" ",
" ................ ",
" . . ",
" . . ",
" + . . . ",
" + +..... . ",
" + . . . ",
" . . ",
" . . ",
" ........ . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" ......... ",
" . ",
" . ",
" . ",
" . ",
" + ",
" + + ",
" + ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/mscoupled.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * mscoupled_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" ",
" ",
" ",
" ",
" ................ ",
" . . ",
" . . ",
" + . . + ",
" + +..... .....+ + ",
" + . . + ",
" . . ",
" . . ",
" ............... ",
" ",
" ",
" ",
" ",
" ................ ",
" . . ",
" . . ",
" + . . + ",
" + +..... .....+ + ",
" + . . + ",
" . . ",
" . . ",
" ............... ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/mscross.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * mscross_xpm[] = {
"32 32 3 1",
" c None",
". c #FF0000",
"+ c #000000",
" ",
" . ",
" . . ",
" . ",
" + ",
" + ",
" + ",
" +++++++++ ",
" + + ",
" + + ",
" + + ",
" + + ",
" ++++++ ++++++ ",
" + + ",
" + + ",
" . + + + . ",
". .+++++ ++++. .",
" . + + + . ",
" + + ",
" + + ",
" ++++++ ++++++ ",
" + + ",
" + + ",
" + + ",
" + + ",
" +++++++++ ",
" + ",
" + ",
" + ",
" . ",
" . . ",
" . "};

BIN
qucs/bitmaps/msgap.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * msgap_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ........ ........ ",
" . . . . ",
" . . . . ",
" + . . . . + ",
"+ +..... . . .....+ +",
" + . . . . + ",
" . . . . ",
" . . . . ",
" ........ ....... ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/msline.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * msline_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ................ ",
" . . ",
" . . ",
" + . . + ",
" + +..... .....+ + ",
" + . . + ",
" . . ",
" . . ",
" ............... ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/msmbend.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * msmbend_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" ",
" ",
" ",
" ",
" ........ ",
" . . ",
" . . ",
" + . . . ",
" + +..... . ",
" + . . . ",
" . . ",
" . . ",
" ........ . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" ......... ",
" . ",
" . ",
" . ",
" . ",
" + ",
" + + ",
" + ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/msopen.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * msopen_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" .............. ",
" . . ",
" . . ",
" + . . ",
" + +..... . ",
" + . . ",
" . . ",
" . . ",
" ............. ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/msstep.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * msstep_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ......... ",
" . . ",
" . . ",
" . . ",
" . ........ ",
" . . ",
" + . . . + ",
" + +..... .....+ + ",
" + . . . + ",
" . . ",
" . ........ ",
" . . ",
" . . ",
" . . ",
" ......... ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/mstee.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * mstee_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ................... ",
" . . ",
" . . ",
" + . . . + ",
"+ +..... ....+ +",
" + . . . + ",
" . . ",
" . . ",
" ...... ...... ",
" . . ",
" . . ",
" . . ",
" . . ",
" ......... ",
" . ",
" . ",
" . ",
" . ",
" + ",
" + + ",
" + ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/msvia.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * msvia_xpm[] = {
"32 32 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ..... ",
" + . . ",
" + +..... . ",
" + . . ",
" ..... ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" ............. ",
" ",
" ......... ",
" ",
" ..... ",
" ",
" ",
" ",
" "};

BIN
qucs/bitmaps/nfet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

View File

@ -1,38 +0,0 @@
/* XPM */
static char * nfet_xpm[] = {
"32 32 3 1",
" c None",
". c #FF0000",
"+ c #000000",
" ",
" ",
" ",
" . ",
" . . ",
" . ",
" + ",
" + ",
" + ",
" + ",
" + + ",
" + + ",
" ++++++ ",
" + ",
" + + ",
" . + + ",
" . .++++++++++ ",
" . + + ",
" + + ",
" + ",
" ++++++ ",
" + + ",
" + + ",
" + ",
" + ",
" + ",
" + ",
" . ",
" . . ",
" . ",
" ",
" "};

BIN
qucs/bitmaps/nmosfet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Some files were not shown because too many files have changed in this diff Show More