/trunk/Scribus/README |
---|
1,4 → 1,4 |
This is Scribus Version 1.1.4, the fivth Developers Relase after Scribus 1.0.1 |
This is Scribus Version 1.1.5, the sixth Developers Relase after Scribus 1.0.1 |
This Version introduces a complete rewrite of the rendering Engine. All rendering |
is now done via libart and freetype2. This requires that libart and freetype2 are |
26,4 → 26,4 |
were not installed. |
Franz Schmid |
in December 2003 |
in February 2004 |
/trunk/Scribus/ChangeLogCVS |
---|
1,4 → 1,7 |
Changes since Version 1.1.4 |
13.02.2004 Fixed Crash when editing Linestyles. |
Found last missing Strings for Translations. |
12.02.2004 Updated the Finnish and the German Translation. |
Fixed Problems in the Story Editor. |
/trunk/Scribus/scribus/lineformats.cpp |
---|
170,7 → 170,7 |
if (ListBox1->count() > 0) |
ListBox1->setSelected(ListBox1->findItem(sFnumber), true); |
bool setter = ListBox1->count() == 0 ? true : false; |
if (setter == false) |
if (setter == true) |
sFnumber = ""; |
DublicateB->setEnabled(!setter); |
EditB->setEnabled(!setter); |
/trunk/Scribus/scribus/edit1format.cpp |
---|
82,7 → 82,7 |
GroupFontLayout->addWidget( PM2, 4, 2, Qt::AlignLeft ); |
StrokeIcon = new QLabel( GroupFont, "StrokeIcon" ); |
StrokeIcon->setText("Stroke Color:"); |
StrokeIcon->setText( tr("Stroke Color:")); |
GroupFontLayout->addWidget( StrokeIcon, 5, 0 ); |
TxStroke = new QComboBox( true, GroupFont, "TxStroke" ); |
TxStroke->setEditable(false); |
195,13 → 195,13 |
TextLabel3 = new QLabel( AbstandV, "TextLabel3" ); |
TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)3, (QSizePolicy::SizeType)1, |
TextLabel3->sizePolicy().hasHeightForWidth() ) ); |
TextLabel3->sizePolicy().hasHeightForWidth() ) ); |
TextLabel3->setMinimumSize( QSize( 90, 22 ) ); |
TextLabel3->setText( tr( "Line Spacing" ) ); |
AbstandVLayout->addWidget( TextLabel3, 2, 0 ); |
TextLabel1_2_2 = new QLabel( AbstandV, "TextLabel1_2_2" ); |
TextLabel1_2_2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)3, (QSizePolicy::SizeType)1, |
TextLabel1_2_2->sizePolicy().hasHeightForWidth() ) ); |
TextLabel1_2_2->sizePolicy().hasHeightForWidth() ) ); |
TextLabel1_2_2->setMinimumSize( QSize( 90, 22 ) ); |
TextLabel1_2_2->setText( tr( "Above:" ) ); |
AbstandVLayout->addWidget( TextLabel1_2_2, 0, 0 ); |
/trunk/Scribus/scribus/translationdummy.cpp |
---|
93,6 → 93,16 |
tr("Line up"); |
tr("Customize..."); |
} |
QTitleBar::QTitleBar() |
{ |
tr("System Menu"); |
tr("Shade"); |
tr("Unshade"); |
tr("Normalize"); |
tr("Minimize"); |
tr("Maximize"); |
tr("Close"); |
} |
QWorkspace::QWorkspace() |
{ |
tr("&Restore"); |
/trunk/Scribus/scribus/picstatus.cpp |
---|
59,7 → 59,7 |
PicTable->verticalHeader()->hide(); |
PicTable->setNumCols( 7 ); |
Header = PicTable->horizontalHeader(); |
char *tmpc[] = {"Name", "Path", "Page", " ", "Print", "Status", " "}; |
QString tmpc[] = { tr("Name"), tr("Path"), tr("Page"), " ", tr("Print"), tr("Status"), " "}; |
size_t ar = sizeof(tmpc) / sizeof(*tmpc); |
for (uint a = 0; a < ar; ++a) |
Header->setLabel(a, tr(tmpc[a])); |
/trunk/Scribus/scribus/druck.cpp |
---|
339,10 → 339,10 |
SepArt = new QComboBox( true, ButtonGroup3, "SepArt" ); |
SepArt->insertItem( tr( "All" ) ); |
SepArt->insertItem("Cyan"); |
SepArt->insertItem("Magenta"); |
SepArt->insertItem("Yellow"); |
SepArt->insertItem("Black"); |
SepArt->insertItem( tr("Cyan")); |
SepArt->insertItem( tr("Magenta")); |
SepArt->insertItem( tr("Yellow")); |
SepArt->insertItem( tr("Black")); |
SepArt->setEnabled( false ); |
SepArt->setEditable( false ); |
ButtonGroup3Layout->addWidget( SepArt ); |
/trunk/Scribus/scribus/libabout/about.cpp |
---|
54,7 → 54,7 |
tabLayout1->addWidget( PixmapLabel1 ); |
BuildID = new QLabel( tab, "BB" ); |
BuildID->setAlignment(Qt::AlignCenter); |
QString bu = tr("%1. %2 %3 ").arg(12).arg("February").arg(2004); |
QString bu = tr("%1. %2 %3 ").arg(14).arg("February").arg(2004); |
#ifdef HAVE_CMS |
bu += "C"; |
#else |
/trunk/Scribus/scribus/multiline.cpp |
---|
282,7 → 282,7 |
for (multiLine::iterator it = TempVorl.begin(); it != TempVorl.end(); ++it) |
{ |
pm2.fill(calcFarbe((*it).Color, (*it).Shade)); |
tmp2 = " "+tmp.setNum((*it).Width)+ tr(" pt "); |
tmp2 = " "+tmp.setNum((*it).Width)+ tr(" pt")+" "; |
switch (static_cast<PenStyle>((*it).Dash)) |
{ |
case SolidLine: |
/trunk/Scribus/scribus/frameedit.cpp |
---|
182,7 → 182,7 |
QToolTip::add( PolyShearU, tr( "Shears the Path vertical up" ) ); |
QToolTip::add( PolyShearD, tr( "Shears the Path vertical down" ) ); |
QToolTip::add( RotateCCW, tr( "Rotates the Path counter-clockwise" ) ); |
QToolTip::add( RotateCCW, tr( "Rotates the Path clockwise" ) ); |
QToolTip::add( RotateCW, tr( "Rotates the Path clockwise" ) ); |
QToolTip::add( Crop, tr( "Reduce the Size of the Path by 10%" ) ); |
QToolTip::add( Expand, tr( "Enlarges the Size of the Path by 10%" ) ); |
QToolTip::add( AbsMode, |
/trunk/Scribus/scribus/po/scribus.de.ts |
---|
1573,6 → 1573,22 |
<source>Postscript-Files (*.ps);;All Files (*)</source> |
<translation>Postscript-Dateien (*.ps);;Alle Dateien (*)</translation> |
</message> |
<message> |
<source>Cyan</source> |
<translation>Cyan</translation> |
</message> |
<message> |
<source>Magenta</source> |
<translation>Magenta</translation> |
</message> |
<message> |
<source>Yellow</source> |
<translation>Gelb</translation> |
</message> |
<message> |
<source>Black</source> |
<translation>Schwarz</translation> |
</message> |
</context> |
<context> |
<name>EditStyle</name> |
1672,6 → 1688,10 |
<source>Name of the Style is not unique</source> |
<translation>Der Name der Stilvorlage ist nicht eindeutig</translation> |
</message> |
<message> |
<source>Stroke Color:</source> |
<translation>Randfarbe:</translation> |
</message> |
</context> |
<context> |
<name>Editor</name> |
3900,6 → 3920,26 |
<source>Search</source> |
<translation>Suche</translation> |
</message> |
<message> |
<source>Name</source> |
<translation>Name</translation> |
</message> |
<message> |
<source>Path</source> |
<translation>Pfad</translation> |
</message> |
<message> |
<source>Page</source> |
<translation>Seite</translation> |
</message> |
<message> |
<source>Print</source> |
<translation>Drucken</translation> |
</message> |
<message> |
<source>Status</source> |
<translation>Status</translation> |
</message> |
</context> |
<context> |
<name>PolygonProps</name> |
4904,6 → 4944,37 |
</message> |
</context> |
<context> |
<name>QTitleBar</name> |
<message> |
<source>System Menu</source> |
<translation>System-Menü</translation> |
</message> |
<message> |
<source>Shade</source> |
<translation>Aufrollen</translation> |
</message> |
<message> |
<source>Unshade</source> |
<translation>Herabrollen</translation> |
</message> |
<message> |
<source>Normalize</source> |
<translation>Wiederherstellen</translation> |
</message> |
<message> |
<source>Minimize</source> |
<translation>Minimieren</translation> |
</message> |
<message> |
<source>Maximize</source> |
<translation>Maximieren</translation> |
</message> |
<message> |
<source>Close</source> |
<translation>Schließen</translation> |
</message> |
</context> |
<context> |
<name>QWorkspace</name> |
<message> |
<source>&Restore</source> |
/trunk/Scribus/scribus/qm/scribus.de.qm |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |