Ubuntu Lucid only has QT 4.6 and therefore I seem
to need the following patch to build 1.3.1:

===============================================================================
=
*** src/CDeviceGarminBulk.cpp.orig      Thu Dec  1 12:50:53 2011
--- src/CDeviceGarminBulk.cpp   Sun Dec  4 12:56:44 2011
***************
*** 119,125 ****
  
      CGpx gpx(this, CGpx::eCleanExport);
      CWptDB::self().saveGPX(gpx, keys);
!     QString filename = QString("WPT_%1.gpx").arg(QDateTime::currentDateTimeUt
c().toString("yyyy-MM-dd"));
      gpx.save(dir.absoluteFilePath(filename));
  
      dir.cdUp();
--- 119,125 ----
  
      CGpx gpx(this, CGpx::eCleanExport);
      CWptDB::self().saveGPX(gpx, keys);
!     QString filename = QString("WPT_%1.gpx").arg(QDateTime::currentDateTime()
.toUTC().toString("yyyy-MM-dd"));
      gpx.save(dir.absoluteFilePath(filename));
  
      dir.cdUp();
***************
*** 186,192 ****
  
      CGpx gpx(this, CGpx::eCleanExport);
      CTrackDB::self().saveGPX(gpx, keys);
!     QString filename = QString("TRK_%1.gpx").arg(QDateTime::currentDateTimeUt
c().toString("yyyy-MM-dd"));
      gpx.save(dir.absoluteFilePath(filename));
  
      dir.cdUp();
--- 186,192 ----
  
      CGpx gpx(this, CGpx::eCleanExport);
      CTrackDB::self().saveGPX(gpx, keys);
!     QString filename = QString("TRK_%1.gpx").arg(QDateTime::currentDateTime()
.toUTC().toString("yyyy-MM-dd"));
      gpx.save(dir.absoluteFilePath(filename));
  
      dir.cdUp();
***************
*** 248,254 ****
  
      CGpx gpx(this, CGpx::eCleanExport);
      CRouteDB::self().saveGPX(gpx, keys);
!     QString filename = QString("RTE_%1.gpx").arg(QDateTime::currentDateTimeUt
c().toString("yyyy-MM-dd"));
      gpx.save(dir.absoluteFilePath(filename));
  
      dir.cdUp();
--- 248,254 ----
  
      CGpx gpx(this, CGpx::eCleanExport);
      CRouteDB::self().saveGPX(gpx, keys);
!     QString filename = QString("RTE_%1.gpx").arg(QDateTime::currentDateTime()
.toUTC().toString("yyyy-MM-dd"));
      gpx.save(dir.absoluteFilePath(filename));
  
      dir.cdUp();
===============================================================================
===========

I can send this patch as an attachment if someone wishes, but I believe
attachments are scrubbed from the digest, so unfortunately some
lines will wrap in it.

Ubuntu's Lucid is a Long Term Release, so I will probably have
to put up with this for another couple years unless Qlandkarte stays
QT 4.6 compatible.

        Harry



-- 

Harry G. McGavran, Jr.

E-mail: [email protected]




------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Qlandkartegt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users

Reply via email to