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

sebastic pushed a change to branch master
in repository qmapshack.

      from  277cb8e   Revert "releasing package qmapshack version 0.12.0-1~exp1"
       new  e893da1   Enable verbose makefiles.
       new  99e1101   Remove unused variables in rules file.
       new  367351c   Add upstream metadata.
       new  99a98f2   Imported Upstream version 1.0.0
       new  d640926   Merge tag 'upstream/1.0.0'
       new  d0136c6   New upstream release.
       new  fb82fe2   Repack upstream tarball to exclude .hg directory.
       new  86ffa99   Imported Upstream version 1.0.0+ds
       new  2cd707e   Merge tag 'upstream/1.0.0+ds'
       new  f28a3ca   New repacked upstream release.
       new  56577b4   Imported Upstream version 1.0.0+ds1
       new  1925c28   Merge tag 'upstream/1.0.0+ds1'
       new  683f7fa   New repacked upstream release, restore erroniously 
excluded files.
       new  897207d   Update my email to @debian.org address.
       new  9f74025   Remove patches applied upstream.
       new  3863779   Restructure copyright file.
       new  d493c5c   Fix local modification of CPackConfig.cmake.
       new  b0ab18b   Set distribution to experimental.

The 18 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:
 CMakeLists.txt                                     |    4 +-
 CMakeLists.txt.user                                |   73 +-
 CMakeLists.txt.user => CMakeLists.txt.user.18      |    2 +-
 CPackConfig.cmake                                  |    2 +-
 changelog.txt                                      |   16 +
 debian/changelog                                   |   12 +
 debian/control                                     |    2 +-
 debian/copyright                                   |  118 +-
 debian/patches/01-desktop.patch                    |   15 -
 debian/patches/series                              |    1 -
 debian/rules                                       |   10 +-
 debian/upstream/metadata                           |    6 +
 debian/watch                                       |    7 +-
 features.txt                                       |   38 +
 qmapshack.desktop                                  |    4 +-
 src/CMainWindow.cpp                                | 1251 +++++----
 src/CMainWindow.h                                  |    5 +
 src/CMakeLists.txt                                 |    8 +-
 src/GeoMath.cpp                                    |   89 +-
 src/IMainWindow.ui                                 |   13 +
 src/canvas/CCanvas.cpp                             |   23 +-
 src/canvas/CCanvas.h                               |    2 +-
 src/canvas/IDrawObject.cpp                         |   18 -
 src/canvas/IDrawObject.h                           |   67 -
 src/dem/CDemPathSetup.cpp                          |    4 +-
 src/dem/CDemVRT.cpp                                |    7 +-
 src/dem/IDemList.ui                                |   10 +-
 src/dem/IDemPropSetup.ui                           |    3 +
 src/device/CDeviceGarmin.cpp                       |  167 +-
 src/device/CDeviceGarmin.h                         |   11 +-
 src/device/CDeviceTwoNav.cpp                       |   87 +
 src/device/CDeviceTwoNav.h                         |    5 +
 src/device/CDeviceWatcherWindows.cpp               |  113 +-
 src/device/CDeviceWatcherWindows.h                 |   32 +-
 src/device/IDevice.cpp                             |   31 +-
 src/device/IDevice.h                               |   29 +-
 src/gis/CGisListDB.cpp                             |    3 +-
 src/gis/CGisListWks.cpp                            |  153 +-
 src/gis/CGisListWks.h                              |   13 +-
 src/gis/CGisWidget.cpp                             |    3 +-
 src/gis/IGisItem.cpp                               |   30 +-
 src/gis/IGisItem.h                                 |    4 +-
 src/gis/IGisWidget.ui                              |    2 +-
 src/gis/db/CDBProject.cpp                          |    7 +-
 src/gis/db/CLostFoundProject.cpp                   |    2 +-
 src/gis/db/CSetupDatabase.cpp                      |   11 +-
 src/gis/db/IDB.cpp                                 |   40 +-
 src/gis/gpx/CGpxProject.cpp                        |   55 +-
 src/gis/gpx/CGpxProject.h                          |    2 +-
 src/gis/gpx/serialization.cpp                      |    3 +
 src/gis/ovl/CDetailsOvlArea.cpp                    |    4 +-
 src/gis/ovl/CGisItemOvlArea.cpp                    |    4 +-
 src/gis/ovl/CGisItemOvlArea.h                      |    2 +-
 src/gis/prj/CDetailsPrj.cpp                        |   10 +-
 src/gis/prj/IGisProject.cpp                        |   55 +-
 src/gis/prj/IGisProject.h                          |    7 +-
 src/gis/qms/CQmsProject.cpp                        |   12 +-
 src/gis/rte/CGisItemRte.cpp                        |    4 +-
 src/gis/rte/CGisItemRte.h                          |    2 +-
 src/gis/search/CSearchGoogle.cpp                   |    4 +-
 src/gis/tnv/CTwoNavProject.cpp                     |  282 ++
 src/gis/tnv/CTwoNavProject.h                       |   77 +
 src/gis/tnv/serialization.cpp                      |  753 ++++++
 src/gis/trk/CDetailsTrk.cpp                        |   60 +-
 src/gis/trk/CDetailsTrk.h                          |    3 +-
 src/gis/trk/CGisItemTrk.cpp                        |  135 +-
 src/gis/trk/CGisItemTrk.h                          |   50 +-
 src/gis/trk/IDetailsTrk.ui                         |  663 +++--
 src/gis/trk/filter/filter.cpp                      |    2 +-
 src/gis/wpt/CDetailsGeoCache.cpp                   |  164 +-
 src/gis/wpt/CDetailsGeoCache.h                     |    8 +
 src/gis/wpt/CDetailsWpt.cpp                        |   14 +-
 src/gis/wpt/CGisItemWpt.cpp                        |   51 +-
 src/gis/wpt/CGisItemWpt.h                          |   82 +-
 src/gis/wpt/CProjWpt.cpp                           |    2 +-
 src/gis/wpt/IDetailsGeoCache.ui                    |  152 +-
 src/grid/CGridSetup.cpp                            |    6 +-
 src/grid/CProjWizard.cpp                           |    6 +-
 src/helpers/CPhotoAlbum.cpp                        |    6 +-
 src/helpers/CPhotoAlbum.h                          |    2 +-
 src/helpers/CPhotoViewer.cpp                       |    9 +-
 src/helpers/CSelectCopyAction.cpp                  |    2 -
 src/helpers/CSelectProjectDialog.cpp               |   16 +-
 src/helpers/CSelectProjectDialog.h                 |    1 +
 src/icons/{GpxProject.svg => 2NavProject.svg}      |   17 +-
 src/icons/32x32/2NavProject.png                    |  Bin 0 -> 1225 bytes
 src/icons/32x32/LoadView.png                       |  Bin 0 -> 1512 bytes
 src/icons/32x32/ReloadImage.png                    |  Bin 0 -> 1212 bytes
 src/icons/32x32/SaveView.png                       |  Bin 0 -> 1469 bytes
 src/icons/32x32/VrtBuilder.png                     |  Bin 0 -> 2402 bytes
 src/icons/48x48/2NavProject.png                    |  Bin 0 -> 1843 bytes
 src/icons/48x48/LoadView.png                       |  Bin 0 -> 2351 bytes
 src/icons/48x48/ReloadImage.png                    |  Bin 0 -> 1723 bytes
 src/icons/48x48/SaveView.png                       |  Bin 0 -> 2196 bytes
 src/icons/48x48/VrtBuilder.png                     |  Bin 0 -> 4166 bytes
 src/icons/{EditDetails.svg => LoadView.svg}        |   69 +-
 src/icons/{DelImage.svg => ReloadImage.svg}        |   24 +-
 src/icons/{EditDetails.svg => SaveView.svg}        |   95 +-
 src/icons/{MimeVRT.svg => VrtBuilder.svg}          |   11 +-
 src/locale/qmapshack_cs.ts                         |  841 +++---
 src/locale/qmapshack_de.ts                         |  979 ++++---
 src/locale/qmapshack_es.ts                         | 1233 +++++----
 src/locale/{qmapshack_de.ts => qmapshack_fr.ts}    | 2829 ++++++++++----------
 src/main.cpp                                       |    8 +-
 src/map/CMapDraw.cpp                               |    7 +-
 src/map/CMapDraw.h                                 |    6 +
 src/map/CMapIMG.cpp                                |    2 +-
 src/map/CMapMAP.cpp                                |    3 +-
 src/map/CMapPathSetup.cpp                          |   23 +-
 src/map/CMapPathSetup.h                            |    4 +-
 src/map/CMapPropSetup.cpp                          |   23 +-
 src/map/CMapPropSetup.h                            |    2 -
 src/map/CMapRMAP.cpp                               |   17 +-
 src/map/CMapTMS.cpp                                |    7 +-
 src/map/CMapVRT.cpp                                |    9 +-
 src/map/CMapVrtBuilder.cpp                         |  198 ++
 .../CImportDatabase.h => map/CMapVrtBuilder.h}     |   41 +-
 src/map/CMapWMTS.cpp                               |   14 +-
 src/map/IMap.cpp                                   |   35 +
 src/map/IMap.h                                     |   80 +-
 src/map/IMapList.ui                                |   10 +-
 src/map/IMapPathSetup.ui                           |   44 +-
 src/map/IMapPropSetup.ui                           |   46 +-
 .../IImportDatabase.ui => map/IMapVrtBuilder.ui}   |   82 +-
 src/map/cache/CDiskCache.cpp                       |    8 +-
 src/map/garmin/CGarminTyp.cpp                      |   13 +-
 src/map/garmin/CGarminTyp.h                        |    2 +-
 src/mouse/CMouseEditArea.cpp                       |    4 +-
 src/mouse/CMouseEditTrk.cpp                        |    3 +-
 src/qlgt/CImportDatabase.cpp                       |    4 +-
 src/qlgt/CQlgtTrack.cpp                            |    9 +-
 src/qlgt/CQmsDb.cpp                                |    4 +-
 src/qlgt/IImportDatabase.ui                        |   44 +-
 src/resources.qrc                                  |   10 +
 134 files changed, 7664 insertions(+), 4459 deletions(-)
 copy CMakeLists.txt.user => CMakeLists.txt.user.18 (99%)
 delete mode 100644 debian/patches/01-desktop.patch
 delete mode 100644 debian/patches/series
 create mode 100644 debian/upstream/metadata
 create mode 100644 features.txt
 create mode 100644 src/gis/tnv/CTwoNavProject.cpp
 create mode 100644 src/gis/tnv/CTwoNavProject.h
 create mode 100644 src/gis/tnv/serialization.cpp
 copy src/icons/{GpxProject.svg => 2NavProject.svg} (89%)
 create mode 100644 src/icons/32x32/2NavProject.png
 create mode 100644 src/icons/32x32/LoadView.png
 create mode 100644 src/icons/32x32/ReloadImage.png
 create mode 100644 src/icons/32x32/SaveView.png
 create mode 100644 src/icons/32x32/VrtBuilder.png
 create mode 100644 src/icons/48x48/2NavProject.png
 create mode 100644 src/icons/48x48/LoadView.png
 create mode 100644 src/icons/48x48/ReloadImage.png
 create mode 100644 src/icons/48x48/SaveView.png
 create mode 100644 src/icons/48x48/VrtBuilder.png
 copy src/icons/{EditDetails.svg => LoadView.svg} (52%)
 copy src/icons/{DelImage.svg => ReloadImage.svg} (75%)
 copy src/icons/{EditDetails.svg => SaveView.svg} (50%)
 copy src/icons/{MimeVRT.svg => VrtBuilder.svg} (91%)
 copy src/locale/{qmapshack_de.ts => qmapshack_fr.ts} (64%)
 create mode 100644 src/map/CMapVrtBuilder.cpp
 copy src/{qlgt/CImportDatabase.h => map/CMapVrtBuilder.h} (60%)
 copy src/{qlgt/IImportDatabase.ui => map/IMapVrtBuilder.ui} (67%)

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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to