Subversion Repositories Scribus

Compare Revisions

No changes between revisions

Ignore whitespace Rev 406 → Rev 407

/trunk/Scribus/ChangeLogCVS
2,6 → 2,8
 
08.09.2004
* bug #1031: Bad version number in the sla files
* bug #1040: Adjust Frame to Picture scales frame incorrectly
* feature #1043: german ts-update
 
05.09.2004
* bug #1029: Crash with empty text when pressing left cursor key
/trunk/Scribus/scribus/page.cpp
8210,8 → 8210,8
PageItem *b = SelItem.at(0);
if (b->PicAvail)
{
double w = static_cast<double>(b->pixm.width()) * b->LocalScX;
double h = static_cast<double>(b->pixm.height()) * b->LocalScY;
double w = static_cast<double>(b->pixm.width()) * (b->dpiX / 72.0) * b->LocalScX;
double h = static_cast<double>(b->pixm.height()) * (b->dpiY / 72.0) * b->LocalScY;
double x = b->LocalX * b->LocalScX;
double y = b->LocalY * b->LocalScY;
if (!b->isTableItem)
/trunk/Scribus/scribus/po/scribus.de.ts
189,6 → 189,10
<source>&amp;Close</source>
<translation>Schl&amp;ießen</translation>
</message>
<message>
<source>Swedish:</source>
<translation>Schwedisch:</translation>
</message>
</context>
<context>
<name>AdvOptions</name>
9953,6 → 9957,17
<source>CSV_header</source>
<translation>CSV_header</translation>
</message>
<message>
<source>Template: </source>
<translation>Vorlage:</translation>
</message>
<message>
<source>
External Links
</source>
<translation>
Externe Links</translation>
</message>
</context>
<context>
<name>QTextEdit</name>
11840,6 → 11855,14
<source>&amp;Edit Shape</source>
<translation>&amp;Form bearbeiten</translation>
</message>
<message>
<source>File %1 is not in Scribus format</source>
<translation>Die Datei ist nicht mit Scribus erstellt worden</translation>
</message>
<message>
<source>Afrikaans</source>
<translation>Afrikaans</translation>
</message>
</context>
<context>
<name>ScribusView</name>
/trunk/Scribus/scribus/qm/scribus.de.qm
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream