My V2 xml file had these dives: <location gps='42.254134 11.091063'>Isola di Giannutri - Nasim II</location> <location gps='42.254134 11.091063'>Isola di Giannutri - Le macchine del Nasim</location> <location gps='42.254134 11.091063'>Isola di Giannutri - Le macchine del Nasim</location> <location gps='42.254134 11.091063'>Isola di Giannutri - Le macchine del Nasim</location> <location gps='42.254134 11.091063'>Isola di Giannutri - Le macchine del Nasim</location>
GPS data are the same because it's the same entry point but different dives, hence same gps data but different location names. The import process translated the above dives into a V3 xml file with a unique dive site: <site uuid='44e919b6' name='Isola di Giannutri - Nasim II' gps='42.254134 11.091063' notes='additional name for site: Isola di Giannutri - Le macchine del Nasim additional name for site: Isola di Giannutri - Le macchine del Nasim additional name for site: Isola di Giannutri - Le macchine del Nasim additional name for site: Isola di Giannutri - Le macchine del Nasim'/> Moreover it renamed four dives like the first one it found in the file and added the old renamed dive names into the dive site note. It seems a fair compromise for an automatic conversion. It should be well documented in the user manual and IMHO the future import dialog should mention this behaviour. Bye On Fri, Jun 12, 2015 at 2:45 PM, Dirk Hohndel <[email protected]> wrote: > On Fri, Jun 12, 2015 at 01:31:49PM +0300, Benjamin wrote: >> >> From what I can see, Qt Creator should no longer open the subsurface.pro >> file? Or is it no longer the correct tool to work with? > > Yeah, I"m about to remove qmake support. > > Look at the INSTALL file and scripts/build.sh for details on how to build > Subsurface. We switched from qmake to cmake. > > In QtCreator simply open the CMakeLists.txt file. Depending on your > environment you might need some options for that (again, look at build.sh) > > /D > _______________________________________________ > subsurface mailing list > [email protected] > http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface -- Davide https://vimeo.com/bocio/videos _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
