Bug 135353 - The name of the Geolocation Editor is missleading
Summary: The name of the Geolocation Editor is missleading
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-GeolocationEdit (show other bugs)
Version: unspecified
Platform: Mandriva RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-09 17:27 UTC by Julien Narboux
Modified: 2018-03-23 21:03 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 0.1.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Narboux 2006-10-09 17:27:28 UTC
Version:            (using KDE KDE 3.5.1KDE 1.2)
Installed from:    Mandriva RPMsMandriva RPMs

I think that the new GPS Sync plugin is now more than a GPS synchronization plugin so maybe before the release It should be renamed into something else. Why not Geolocalization ?

Julien
Comment 1 caulier.gilles 2006-10-09 21:54:41 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
Comment 2 Colin Guthrie 2006-10-09 22:29:29 UTC
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.
Comment 3 Julien Narboux 2006-10-10 09:22:55 UTC
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
Comment 4 caulier.gilles 2006-10-12 12:38:28 UTC
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,