| Summary: | The name of the Geolocation Editor is missleading | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Julien Narboux <Julien> |
| Component: | Plugin-Generic-GeolocationEdit | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Mandriva RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 0.1.0 | |
| Sentry Crash Report: | |||
|
Description
Julien Narboux
2006-10-09 17:27:28 UTC
I want a feedback from others developpers and users before to change it. If this must be changed, it must be done before next release of kipi-plugins. Thanks in advance for your comments Gilles FWIW, when I've finished hacking (prob a long way away if I'm realistic), I would prefer that galleryexport is renamed to gallerysync (when it really does "sync", ATM it *is* export!). If/when galleryexport is renamed to sync, then GPSsync becomes less well named. So, I think "GPS Correlator" is a good name. http://www.answers.com/correlator&r=67 Col. I think this plugin is usefull even if one does not own a GPS device. So there should not be GPS in the name. My 2 cents Julien SVN commit 594789 by cgilles:
kipi-plugins from trunk : using 'geolocalization' to naming GPSSync plugin on hosts.
BUG: 135353
M +2 -2 gpssyncdialog.cpp
M +1 -1 kipiplugin_gpssync.desktop
M +1 -1 plugin_gpssync.cpp
--- trunk/extragear/libs/kipi-plugins/gpssync/gpssyncdialog.cpp #594788:594789
@@ -98,7 +98,7 @@
};
GPSSyncDialog::GPSSyncDialog( KIPI::Interface* interface, QWidget* parent)
- : KDialogBase(Plain, i18n("GPS Sync"),
+ : KDialogBase(Plain, i18n("Geolocalization"),
Help|User1|User2|User3|Apply|Close, Close,
parent, 0, true, true )
{
@@ -129,7 +129,7 @@
QLabel *pixmapLabelLeft = new QLabel( headerFrame, "pixmapLabelLeft" );
pixmapLabelLeft->setScaledContents( false );
layout->addWidget( pixmapLabelLeft );
- QLabel *labelTitle = new QLabel( i18n("Syncronize Picture Metadata with a GPS Device"),
+ QLabel *labelTitle = new QLabel( i18n("Pictures Geolocalization"),
headerFrame, "labelTitle" );
layout->addWidget( labelTitle );
layout->setStretchFactor( labelTitle, 1 );
--- trunk/extragear/libs/kipi-plugins/gpssync/kipiplugin_gpssync.desktop #594788:594789
@@ -1,5 +1,5 @@
[Desktop Entry]
-Comment=KIPI GPS Device Sync
+Comment=KIPI plugin to Geolocalize pictures
Comment[da]=KIPI GPS-enhedssynkronisering
Comment[de]=Ein KIPI-Modul zur Synchronisation von Photos mit einem GPS-Gerät
Comment[el]=KIPI συγχρονισμός συσκευής GPS
--- trunk/extragear/libs/kipi-plugins/gpssync/plugin_gpssync.cpp #594788:594789
@@ -57,7 +57,7 @@
// this is our action shown in the menubar/toolbar of the mainwindow
- m_actionGPSSync = new KAction (i18n("GPS Sync..."),
+ m_actionGPSSync = new KAction (i18n("Geolocalization..."),
"gpsimagetag",
0,
this,
|