[qmapshack] branch master updated (13cd4e5 -> 0c1fb79)

Bas Couwenberg sebastic at debian.org
Tue Dec 13 18:11:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository qmapshack.

      from  13cd4e5   Disable icon regeneration on mips64el, inkscape fails there too.
       new  4f54d37   Imported Upstream version 1.7.2
       new  0e27b85   Merge tag 'upstream/1.7.2'
       new  f7b92d2   New upstream release.
       new  78ab8e5   Add libalglib-dev to build dependencies.
       new  db0c8f5   Add license & copyright for alglib.
       new  6fe85a4   Add patch to tweak FindALGLIB.cmake for Debian package.
       new  a4708d7   Add patch to fix spelling errors.
       new  6e7f278   Set distribution to unstable.
       new  0c1fb79   Mark patches as Forwarded.

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 3rdparty/alglib/CMakeLists.txt                     |    46 +
 3rdparty/alglib/gpl2.txt                           |   339 +
 LICENSE => 3rdparty/alglib/gpl3.txt                |  1348 +-
 3rdparty/alglib/manual.cpp.html                    | 46946 ++++++++++
 3rdparty/alglib/src/alglibinternal.cpp             | 16708 ++++
 3rdparty/alglib/src/alglibinternal.h               |  1276 +
 3rdparty/alglib/src/alglibmisc.cpp                 |  5583 ++
 3rdparty/alglib/src/alglibmisc.h                   |  1306 +
 3rdparty/alglib/src/ap.cpp                         | 11067 +++
 3rdparty/alglib/src/ap.h                           |  1648 +
 3rdparty/alglib/src/dataanalysis.cpp               | 36237 +++++++
 3rdparty/alglib/src/dataanalysis.h                 |  7657 ++
 3rdparty/alglib/src/diffequations.cpp              |  1150 +
 3rdparty/alglib/src/diffequations.h                |   268 +
 3rdparty/alglib/src/fasttransforms.cpp             |  3555 +
 3rdparty/alglib/src/fasttransforms.h               |   692 +
 3rdparty/alglib/src/integration.cpp                |  3934 +
 3rdparty/alglib/src/integration.h                  |   838 +
 3rdparty/alglib/src/interpolation.cpp              | 35593 +++++++
 3rdparty/alglib/src/interpolation.h                |  7216 ++
 3rdparty/alglib/src/linalg.cpp                     | 43932 +++++++++
 3rdparty/alglib/src/linalg.h                       |  7908 ++
 3rdparty/alglib/src/optimization.cpp               | 37535 ++++++++
 3rdparty/alglib/src/optimization.h                 |  6880 ++
 3rdparty/alglib/src/solvers.cpp                    | 13593 +++
 3rdparty/alglib/src/solvers.h                      |  4056 +
 3rdparty/alglib/src/specialfunctions.cpp           |  9640 ++
 3rdparty/alglib/src/specialfunctions.h             |  1978 +
 3rdparty/alglib/src/statistics.cpp                 | 19993 ++++
 3rdparty/alglib/src/statistics.h                   |  1377 +
 3rdparty/alglib/src/stdafx.h                       |     2 +
 3rdparty/alglib/tests/test_c.cpp                   | 93729 +++++++++++++++++++
 3rdparty/alglib/tests/test_i.cpp                   | 11827 +++
 3rdparty/alglib/tests/test_x.cpp                   |  1572 +
 CMakeLists.txt                                     |    15 +-
 CMakeLists.txt.user                                |     8 +-
 MacOSX/bundle.sh                                   |   116 +-
 changelog.txt                                      |    32 +
 cmake/Modules/FindALGLIB.cmake                     |    75 +
 debian/changelog                                   |     9 +-
 debian/control                                     |     1 +
 debian/copyright                                   |     9 +
 debian/patches/alglib.patch                        |    15 +
 .../cmake-patch-to-find-alglib-on-RH-systems.patch |    32 +
 debian/patches/series                              |     3 +
 debian/patches/spelling-errors.patch               |   119 +
 doc/.hgignore                                      |    18 -
 src/CMainWindow.cpp                                |    34 +-
 src/CMainWindow.h                                  |     1 +
 src/CMakeLists.txt                                 |    36 +-
 src/GeoMath.cpp                                    |     5 +
 src/GeoMath.h                                      |     6 +
 src/IAbout.ui                                      |     2 +-
 src/IMainWindow.ui                                 |    13 +
 src/canvas/CCanvas.cpp                             |    17 +-
 src/canvas/CCanvas.h                               |     4 +
 src/canvas/IDrawContext.cpp                        |     2 +-
 src/dem/CDemDraw.cpp                               |     5 +-
 src/dem/CDemVRT.cpp                                |     2 +-
 src/device/CDeviceGarmin.cpp                       |    21 +-
 src/device/CDeviceGarmin.h                         |     2 +-
 src/device/IDeviceWatcher.cpp                      |    10 +-
 src/gis/CGisListDB.cpp                             |    28 +-
 src/gis/CGisListDB.h                               |     4 +-
 src/gis/CGisListWks.cpp                            |    48 +-
 src/gis/CGisListWks.h                              |     4 +
 src/gis/CGisWidget.cpp                             |    47 +-
 src/gis/CGisWidget.h                               |     4 +
 src/gis/IGisItem.cpp                               |     4 +-
 src/gis/IGisItem.h                                 |    14 +-
 src/gis/IGisLine.cpp                               |    20 -
 src/gis/IGisLine.h                                 |     9 +-
 src/gis/IGisWidget.ui                              |    27 +
 src/gis/WptIcons.cpp                               |     2 +-
 src/gis/db/CDBProject.cpp                          |     2 +-
 src/gis/db/CExportDatabase.cpp                     |   119 +
 .../CColorChooser.h => gis/db/CExportDatabase.h}   |    30 +-
 src/gis/db/CExportDatabaseThread.cpp               |   171 +
 .../{CSearchDatabase.h => CExportDatabaseThread.h} |    48 +-
 src/gis/db/IDBFolder.cpp                           |    15 +-
 src/gis/db/IDBFolder.h                             |     2 +
 src/gis/db/IDBFolderSql.cpp                        |     2 +-
 src/gis/db/IDBSqlite.cpp                           |     2 +-
 .../db/IExportDatabase.ui}                         |   120 +-
 src/gis/fit/CFitProject.cpp                        |     2 +-
 src/gis/fit/serialization.cpp                      |    14 +-
 src/gis/gpx/CGpxProject.cpp                        |    96 +-
 src/gis/gpx/CGpxProject.h                          |     2 +-
 src/gis/gpx/serialization.cpp                      |   207 +-
 src/gis/ovl/CGisItemOvlArea.h                      |     2 +-
 src/gis/prj/CDetailsPrj.cpp                        |    77 +-
 src/gis/prj/CDetailsPrj.h                          |     6 +-
 src/gis/prj/IGisProject.cpp                        |    60 +-
 src/gis/prj/IGisProject.h                          |    21 +-
 src/gis/qms/CQmsProject.cpp                        |     2 +-
 src/gis/qms/serialization.cpp                      |    16 +-
 src/gis/rte/CGisItemRte.cpp                        |    20 +-
 src/gis/rte/CGisItemRte.h                          |     6 +-
 src/gis/rte/router/CRouterMapQuest.cpp             |     8 +-
 src/gis/slf/CSlfProject.cpp                        |     2 +-
 src/gis/slf/CSlfReader.cpp                         |     6 +-
 src/gis/tnv/CTwoNavProject.cpp                     |     8 +-
 src/gis/tnv/serialization.cpp                      |     8 +-
 src/gis/trk/CActivityTrk.cpp                       |   138 +-
 src/gis/trk/CActivityTrk.h                         |    10 +-
 src/gis/trk/CDetailsTrk.cpp                        |    38 +-
 src/gis/trk/CDetailsTrk.h                          |     6 +-
 src/gis/trk/CGisItemTrk.cpp                        |  1069 +-
 src/gis/trk/CGisItemTrk.h                          |   392 +-
 src/gis/trk/CKnownExtension.cpp                    |    10 +-
 src/gis/trk/CPropertyTrk.cpp                       |     4 +-
 src/gis/trk/CScrOptTrk.cpp                         |     8 +
 src/gis/trk/CScrOptTrk.h                           |     1 +
 src/gis/trk/CSelectActivityColor.cpp               |     2 +-
 src/gis/trk/CSelectActivityColor.h                 |     6 +-
 src/gis/trk/CTableTrk.cpp                          |   163 +-
 src/gis/trk/CTableTrk.h                            |    10 +-
 src/gis/trk/CTrackData.cpp                         |   182 +
 src/gis/trk/CTrackData.h                           |   265 +
 src/gis/trk/IDetailsTrk.ui                         |     4 +-
 src/gis/trk/IScrOptTrk.ui                          |    14 +
 src/gis/trk/filter/CFilterInterpolateElevation.cpp |    72 +
 ...teExtension.h => CFilterInterpolateElevation.h} |    20 +-
 src/gis/trk/filter/CFilterReplaceElevation.cpp     |     4 +-
 .../{CFilterInvalid.cpp => CFilterSubPt2Pt.cpp}    |    16 +-
 ...{CFilterDeleteExtension.h => CFilterSubPt2Pt.h} |    16 +-
 ...Elevation.ui => IFilterInterpolateElevation.ui} |    53 +-
 .../filter/{IFilterReset.ui => IFilterSubPt2Pt.ui} |    12 +-
 src/gis/trk/filter/filter.cpp                      |   239 +-
 src/gis/wpt/CGisItemWpt.cpp                        |    10 +-
 src/gis/wpt/CGisItemWpt.h                          |     2 +-
 src/helpers/CDraw.cpp                              |     2 +-
 src/helpers/CDraw.h                                |     4 +-
 src/helpers/CProgressDialog.cpp                    |     2 +-
 src/helpers/CSelectProjectDialog.cpp               |    67 +-
 src/helpers/CSelectProjectDialog.h                 |    15 +-
 src/icons/32x32/CopyTrkWithWpt.png                 |   Bin 0 -> 1119 bytes
 src/icons/32x32/FilterSubPt2Pt.png                 |   Bin 0 -> 521 bytes
 src/icons/32x32/SaveGISAsGpx11.png                 |   Bin 0 -> 806 bytes
 src/icons/48x48/CopyTrkWithWpt.png                 |   Bin 0 -> 1658 bytes
 src/icons/48x48/FilterSubPt2Pt.png                 |   Bin 0 -> 693 bytes
 src/icons/48x48/SaveGISAsGpx11.png                 |   Bin 0 -> 1149 bytes
 src/icons/{TrackOn.svg => CopyTrkWithWpt.svg}      |    73 +-
 src/icons/FilterSubPt2Pt.svg                       |   167 +
 src/icons/{SaveAllGIS.svg => SaveGISAsGpx11.svg}   |    67 +-
 src/locale/qmapshack.ts                            |   947 +-
 src/locale/qmapshack_cs.ts                         |  2680 +-
 src/locale/qmapshack_de.ts                         |  1141 +-
 src/locale/qmapshack_es.ts                         |  2030 +-
 src/locale/qmapshack_fr.ts                         |  3047 +-
 src/locale/qmapshack_nl.ts                         |  2159 +-
 src/map/CMapDraw.cpp                               |     6 +-
 src/map/CMapTMS.cpp                                |     4 +-
 src/map/CMapWMTS.cpp                               |     4 +-
 src/map/OSM_Topo.tms                               |     6 +-
 src/mouse/CMouseEditArea.cpp                       |     2 +-
 src/mouse/CMouseEditRte.cpp                        |     2 +-
 src/mouse/CMouseEditTrk.cpp                        |     2 +-
 src/mouse/CMouseNormal.cpp                         |     4 +-
 src/mouse/CMousePrint.cpp                          |     2 -
 src/mouse/CMouseRangeTrk.cpp                       |    29 +-
 src/mouse/CMouseSelect.h                           |     2 +-
 src/mouse/CScrOptPrint.cpp                         |     1 -
 src/mouse/CScrOptRangeTrk.cpp                      |     9 +-
 src/mouse/CScrOptUnclutter.cpp                     |     4 +-
 src/mouse/line/CLineOpAddPoint.cpp                 |    16 +-
 src/mouse/line/CLineOpAddPoint.h                   |     8 +-
 src/mouse/line/CLineOpDeletePoint.cpp              |     2 +-
 src/mouse/line/CLineOpMovePoint.cpp                |    18 +-
 src/mouse/line/CLineOpMovePoint.h                  |     8 +-
 src/mouse/line/CLineOpSelectRange.cpp              |     4 +-
 src/mouse/line/CLineOpSelectRange.h                |     7 +-
 src/mouse/line/ILineOp.cpp                         |    41 +-
 src/mouse/line/ILineOp.h                           |    15 +-
 src/mouse/line/IMouseEditLine.cpp                  |    39 +-
 src/mouse/line/IMouseEditLine.h                    |     9 +-
 src/plot/CPlot.cpp                                 |    15 +-
 src/plot/CPlot.h                                   |     2 +-
 src/plot/CPlotProfile.cpp                          |    76 +-
 src/plot/CPlotProfile.h                            |     2 +-
 src/plot/IPlot.cpp                                 |   114 +-
 src/plot/IPlot.h                                   |    47 +-
 src/plot/ITrack.cpp                                |    25 +-
 src/qlgt/CQlgtTrack.h                              |    18 +-
 src/qlgt/converter.cpp                             |    12 +-
 src/resources.qrc                                  |     7 +-
 src/widgets/CColorLegend.cpp                       |     5 +-
 src/widgets/CColorLegend.h                         |     6 +-
 test/unittest/CGpxProject.cpp                      |     2 +-
 test/unittest/CKnownExtension.cpp                  |    31 +-
 test/unittest/CMakeLists.txt                       |     2 +
 test/unittest/main.cpp                             |     6 +-
 192 files changed, 444445 insertions(+), 10662 deletions(-)
 create mode 100644 3rdparty/alglib/CMakeLists.txt
 create mode 100755 3rdparty/alglib/gpl2.txt
 copy LICENSE => 3rdparty/alglib/gpl3.txt (97%)
 mode change 100644 => 100755
 create mode 100755 3rdparty/alglib/manual.cpp.html
 create mode 100755 3rdparty/alglib/src/alglibinternal.cpp
 create mode 100755 3rdparty/alglib/src/alglibinternal.h
 create mode 100755 3rdparty/alglib/src/alglibmisc.cpp
 create mode 100755 3rdparty/alglib/src/alglibmisc.h
 create mode 100755 3rdparty/alglib/src/ap.cpp
 create mode 100755 3rdparty/alglib/src/ap.h
 create mode 100755 3rdparty/alglib/src/dataanalysis.cpp
 create mode 100755 3rdparty/alglib/src/dataanalysis.h
 create mode 100755 3rdparty/alglib/src/diffequations.cpp
 create mode 100755 3rdparty/alglib/src/diffequations.h
 create mode 100755 3rdparty/alglib/src/fasttransforms.cpp
 create mode 100755 3rdparty/alglib/src/fasttransforms.h
 create mode 100755 3rdparty/alglib/src/integration.cpp
 create mode 100755 3rdparty/alglib/src/integration.h
 create mode 100755 3rdparty/alglib/src/interpolation.cpp
 create mode 100755 3rdparty/alglib/src/interpolation.h
 create mode 100755 3rdparty/alglib/src/linalg.cpp
 create mode 100755 3rdparty/alglib/src/linalg.h
 create mode 100755 3rdparty/alglib/src/optimization.cpp
 create mode 100755 3rdparty/alglib/src/optimization.h
 create mode 100755 3rdparty/alglib/src/solvers.cpp
 create mode 100755 3rdparty/alglib/src/solvers.h
 create mode 100755 3rdparty/alglib/src/specialfunctions.cpp
 create mode 100755 3rdparty/alglib/src/specialfunctions.h
 create mode 100755 3rdparty/alglib/src/statistics.cpp
 create mode 100755 3rdparty/alglib/src/statistics.h
 create mode 100755 3rdparty/alglib/src/stdafx.h
 create mode 100755 3rdparty/alglib/tests/test_c.cpp
 create mode 100755 3rdparty/alglib/tests/test_i.cpp
 create mode 100755 3rdparty/alglib/tests/test_x.cpp
 create mode 100644 cmake/Modules/FindALGLIB.cmake
 create mode 100644 debian/patches/alglib.patch
 create mode 100644 debian/patches/cmake-patch-to-find-alglib-on-RH-systems.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling-errors.patch
 delete mode 100644 doc/.hgignore
 create mode 100644 src/gis/db/CExportDatabase.cpp
 copy src/{widgets/CColorChooser.h => gis/db/CExportDatabase.h} (62%)
 create mode 100644 src/gis/db/CExportDatabaseThread.cpp
 copy src/gis/db/{CSearchDatabase.h => CExportDatabaseThread.h} (53%)
 copy src/{tool/IImportDatabase.ui => gis/db/IExportDatabase.ui} (51%)
 create mode 100644 src/gis/trk/CTrackData.cpp
 create mode 100644 src/gis/trk/CTrackData.h
 create mode 100644 src/gis/trk/filter/CFilterInterpolateElevation.cpp
 copy src/gis/trk/filter/{CFilterDeleteExtension.h => CFilterInterpolateElevation.h} (68%)
 copy src/gis/trk/filter/{CFilterInvalid.cpp => CFilterSubPt2Pt.cpp} (68%)
 copy src/gis/trk/filter/{CFilterDeleteExtension.h => CFilterSubPt2Pt.h} (74%)
 copy src/gis/trk/filter/{IFilterOffsetElevation.ui => IFilterInterpolateElevation.ui} (79%)
 copy src/gis/trk/filter/{IFilterReset.ui => IFilterSubPt2Pt.ui} (86%)
 create mode 100644 src/icons/32x32/CopyTrkWithWpt.png
 create mode 100644 src/icons/32x32/FilterSubPt2Pt.png
 create mode 100644 src/icons/32x32/SaveGISAsGpx11.png
 create mode 100644 src/icons/48x48/CopyTrkWithWpt.png
 create mode 100644 src/icons/48x48/FilterSubPt2Pt.png
 create mode 100644 src/icons/48x48/SaveGISAsGpx11.png
 copy src/icons/{TrackOn.svg => CopyTrkWithWpt.svg} (75%)
 create mode 100644 src/icons/FilterSubPt2Pt.svg
 copy src/icons/{SaveAllGIS.svg => SaveGISAsGpx11.svg} (69%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qmapshack.git



More information about the Pkg-grass-devel mailing list