mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
2005-07-06 Stefan Jahn <stefan@lkcc.org>
* dcstatic.tex (section*{When Things Vary}): Fixed description of parameter sweep as well as some typos.
This commit is contained in:
parent
6f007aedf4
commit
01621d9a66
2
NEWS
2
NEWS
@ -26,7 +26,7 @@ files.
|
||||
Version 0.0.7
|
||||
-------------
|
||||
|
||||
* renamed Qucs. New name is "Quite Universal Circuit Simulator"
|
||||
* renamed Qucs, new name is "Quite Universal Circuit Simulator"
|
||||
* several small improvements and bug fixes
|
||||
* Latex-like mnemonics (e.g. \tau) in graphic texts and diagram labels
|
||||
* library manager including transistor, diode, substrate, etc. libraries
|
||||
|
@ -22,7 +22,7 @@ List of Special Characters<br><br>
|
||||
It is possible to use special characters in the text painting and
|
||||
in the text of the diagram axis labels. This is done by using
|
||||
LaTeX tags. The following table contains a list of currently
|
||||
available characters.<br>
|
||||
available characters.<br><br>
|
||||
<b>Note:</b> Which of those characters are correctly displayed
|
||||
depends on the font used by Qucs!
|
||||
<br><br>
|
||||
@ -99,7 +99,7 @@ depends on the font used by Qucs!
|
||||
<tr><td><tt>\onequarter</tt></td><td>0x00BC</td><td>one quarter</td></tr>
|
||||
<tr><td><tt>\twosuperior</tt></td><td>0x00B2</td><td>square (power of two)</td></tr>
|
||||
<tr><td><tt>\threesuperior</tt></td><td>0x00B3</td><td>power of three</td></tr>
|
||||
<tr><td><tt>\ohm</tt></td><td>0x03A9</td><td>unit for resistance (capital Greek omage)</td></tr>
|
||||
<tr><td><tt>\ohm</tt></td><td>0x03A9</td><td>unit for resistance (capital Greek omega)</td></tr>
|
||||
</table>
|
||||
<br>
|
||||
|
||||
|
@ -108,7 +108,7 @@ void LibComp::remakeSymbol()
|
||||
// Loads the section with name "Name" from library file into "Section".
|
||||
int LibComp::loadSection(const QString& Name, QString& Section)
|
||||
{
|
||||
QFile file(LIBRARYDIR + Props.first()->Value + ".lib");
|
||||
QFile file(QucsSettings.LibDir + Props.first()->Value + ".lib");
|
||||
if(!file.open(IO_ReadOnly))
|
||||
return -1;
|
||||
|
||||
|
@ -338,10 +338,13 @@ int main(int argc, char *argv[])
|
||||
QDir::convertSeparators (QucsDirStr + "/share/qucs/bitmaps/");
|
||||
QucsSettings.LangDir =
|
||||
QDir::convertSeparators (QucsDirStr + "/share/qucs/lang/");
|
||||
QucsSettings.LibDir =
|
||||
QDir::convertSeparators (QucsDirStr + "/share/qucs/library/");
|
||||
} else {
|
||||
QucsSettings.BinDir = BINARYDIR;
|
||||
QucsSettings.BitmapDir = BITMAPDIR;
|
||||
QucsSettings.LangDir = LANGUAGEDIR;
|
||||
QucsSettings.LibDir = LIBRARYDIR;
|
||||
}
|
||||
QucsSettings.Editor = QucsSettings.BinDir + "qucsedit";
|
||||
|
||||
|
@ -46,6 +46,7 @@ struct tQucsSettings {
|
||||
QString BinDir;
|
||||
QString BitmapDir;
|
||||
QString LangDir;
|
||||
QString LibDir;
|
||||
};
|
||||
|
||||
extern tQucsSettings QucsSettings; // extern because nearly everywhere used
|
||||
|
@ -5893,8 +5893,9 @@ About Qt by Trolltech</source>
|
||||
<source>
|
||||
Quite Universal Circuit Simulator
|
||||
</source>
|
||||
<translation type="unfinished">
|
||||
Quite universal circuit simulator
|
||||
<translation>
|
||||
Ziemlich Universeller Schaltungssimulator
|
||||
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
Loading…
x
Reference in New Issue
Block a user