[Kde-imaging] branches/extragear/kde3/libs/kipi-plugins
Valerio Fuoglio
valerio.fuoglio at gmail.com
Sun Nov 11 14:51:48 CET 2007
SVN commit 735366 by vfuoglio:
Solved minor issue in filename printing (2D slideshow).
CCMAIL: kde-imaging at kde.org
M +2 -0 NEWS
M +4 -4 slideshow/slideshow.cpp
--- branches/extragear/kde3/libs/kipi-plugins/NEWS #735365:735366
@@ -7,7 +7,9 @@
General : Added the availability to disable plugins we don't want to build.
: This feature is very useful for source based distros (Matej Laitl)
PrintWizard : Added raw file management, now raw files can be printed.
+SlideShow : Solved minor issue in filename printing (2D slideshow).
+
Kipi-plugins BUG FIXING from B.K.O (http://bugs.kde.org):
001 ==> 149666 : General : iPod Export kipi plugin cannot be disabled at compile
--- branches/extragear/kde3/libs/kipi-plugins/slideshow/slideshow.cpp #735365:735366
@@ -490,11 +490,11 @@
p.setPen(QColor("black"));
for (int x=9; x<=11; x++)
- for (int y=21; y>=19; y--)
+ for (int y=31; y>=29; y--)
p.drawText(x, height()-y, filename);
p.setPen(QColor("white"));
- p.drawText(10, height()-20, filename);
+ p.drawText(10, height()-30, filename);
}
@@ -506,8 +506,8 @@
QString comments = m_commentsList[m_fileIndex];
- int yPos = 20; // Text Y coordinate
- if (m_printName) yPos = 40;
+ int yPos = 30; // Text Y coordinate
+ if (m_printName) yPos = 50;
QStringList commentsByLines;
More information about the Kde-imaging
mailing list