[Digikam-devel] extragear/graphics/digikam/digikam
Gilles Caulier
caulier.gilles at gmail.com
Wed Aug 22 10:19:21 BST 2007
SVN commit 703291 by cgilles:
digiKam from trunk (KDE4) : update welcome page.
Marcel, Arnd, Gerhard : english words are correct ?
CCMAIL: digikam-devel at kde.org
M +8 -15 welcomepageview.cpp
--- trunk/extragear/graphics/digikam/digikam/welcomepageview.cpp #703290:703291
@@ -102,19 +102,10 @@
QString WelcomePageView::infoPage()
{
QStringList newFeatures;
- newFeatures << i18n("16-bit/color/pixels image support");
- newFeatures << i18n("Full color management support");
- newFeatures << i18n("Native JPEG-2000 support");
- newFeatures << i18n("Makernote and IPTC metadata support");
- newFeatures << i18n("Photograph geolocalization");
- newFeatures << i18n("Extensive Sidebars");
- newFeatures << i18n("Advanced RAW pictures decoding settings");
- newFeatures << i18n("Fast RAW preview");
- newFeatures << i18n("RAW Metadata support");
- newFeatures << i18n("New advanced camera download options");
- newFeatures << i18n("New advanced picture Tag management");
- newFeatures << i18n("New zooming/panning support in preview mode");
- newFeatures << i18n("New Light Table provides easy comparison for similar pictures");
+ newFeatures << i18n("Designed to run under KDE4");
+ newFeatures << i18n("Hardware handling using KDE4 Solid interface");
+ newFeatures << i18n("XMP metadata support");
+ newFeatures << i18n("Support most recent camera RAW pictures");
QString featureItems;
for ( int i = 0 ; i < newFeatures.count() ; i++ )
@@ -131,7 +122,9 @@
"%7: generated list of important changes; "
"--- end of comment ---",
- "<h2 style='margin-top: 0px;'>Welcome to digiKam %1</h2><p>"
+ "<h2 style='margin-top: 0px;'>"
+ "Welcome to digiKam %1"
+ "</h2><p>"
"digiKam is a photo-management program for the K Desktop Environment. "
"It is designed to import, organize, and export your digital photographs on your computer."
"</p>\n<ul><li>"
@@ -151,7 +144,7 @@
QString(digikam_version), // %1 : current digiKam version
"help:/digikam/index.html", // %2 : digiKam help:// Url
"http://www.digikam.org", // %3 : digiKam homepage Url
- "0.8.2", // %4 : prior digiKam version
+ "0.9.3", // %4 : prior digiKam version
featureItems, // %5 : prior KDE version
QString(), // %6 : generated list of new features
QString()); // %7 : previous digiKam release.
More information about the Digikam-devel
mailing list