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

sebastic-guest pushed a change to branch upstream
in repository qmapshack.

      from  2709fd1   Imported Upstream version 0.11.0
       new  c7e12fc   Imported Upstream version 0.12.0

The 1 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                                     |   2 +-
 CMakeLists.txt.user                                |   2 +-
 CMakeLists.txt.user.3.2-pre1                       | 288 -------------
 changelog.txt                                      |   6 +
 src/CMakeLists.txt                                 |  53 ++-
 src/device/CDeviceGarmin.cpp                       | 138 ++++++
 src/{qlgt/IItem.h => device/CDeviceGarmin.h}       |  40 +-
 .../CScrOptPoint.cpp => device/CDeviceTwoNav.cpp}  |  25 +-
 .../CSetupWorkspace.h => device/CDeviceTwoNav.h}   |  20 +-
 src/device/CDeviceWatcherLinux.cpp                 | 185 ++++++++
 .../CDeviceWatcherLinux.h}                         |  24 +-
 .../CDeviceWatcherWindows.cpp}                     |  25 +-
 .../CDeviceWatcherWindows.h}                       |  20 +-
 src/device/IDevice.cpp                             | 216 ++++++++++
 src/device/IDevice.h                               |  67 +++
 .../types.h => device/IDeviceWatcher.cpp}          |  65 +--
 src/device/IDeviceWatcher.h                        |  62 +++
 src/gis/CGisListWks.cpp                            | 155 ++++++-
 src/gis/CGisListWks.h                              |   9 +-
 src/gis/CGisWidget.cpp                             | 114 +++--
 src/gis/IGisItem.cpp                               |  16 +-
 src/gis/IGisItem.h                                 |  12 +-
 src/gis/IGisWidget.ui                              | 127 +++---
 src/gis/gpx/CGpxProject.cpp                        | 104 ++++-
 src/gis/gpx/CGpxProject.h                          |   9 +-
 src/gis/gpx/serialization.cpp                      |  73 +++-
 src/gis/ovl/CGisItemOvlArea.cpp                    |   1 +
 src/gis/ovl/CScrOptOvlArea.cpp                     |   2 +-
 src/gis/prj/IGisProject.cpp                        |  77 +++-
 src/gis/prj/IGisProject.h                          |  55 ++-
 src/gis/rte/CGisItemRte.cpp                        |   1 +
 src/gis/trk/CGisItemTrk.cpp                        |   4 +-
 src/gis/trk/CScrOptTrk.cpp                         |   8 +-
 src/gis/wpt/CGisItemWpt.cpp                        |   1 +
 src/gis/wpt/CScrOptWpt.cpp                         |   4 +-
 src/gis/wpt/IDetailsGeoCache.ui                    |   3 -
 src/helpers/CPhotoAlbum.cpp                        |   2 +-
 src/helpers/CPhotoViewer.cpp                       |   3 -
 src/helpers/CPhotoViewer.h                         |   1 -
 src/helpers/CSelectCopyAction.cpp                  |  22 +
 src/helpers/CSelectCopyAction.h                    |   2 +
 src/icons/32x32/Device.png                         | Bin 0 -> 604 bytes
 src/icons/48x48/Device.png                         | Bin 0 -> 825 bytes
 src/icons/Device.svg                               | 177 ++++++++
 src/locale/qmapshack_cs.ts                         | 328 ++++++++-------
 src/locale/qmapshack_de.ts                         | 464 +++++++++++----------
 src/locale/qmapshack_es.ts                         | 268 ++++++------
 src/main.cpp                                       |   6 +
 src/qlgt/converter.cpp                             |   2 +-
 src/resources.qrc                                  |   2 +
 50 files changed, 2208 insertions(+), 1082 deletions(-)
 delete mode 100644 CMakeLists.txt.user.3.2-pre1
 create mode 100644 src/device/CDeviceGarmin.cpp
 copy src/{qlgt/IItem.h => device/CDeviceGarmin.h} (68%)
 copy src/{mouse/CScrOptPoint.cpp => device/CDeviceTwoNav.cpp} (66%)
 copy src/{gis/db/CSetupWorkspace.h => device/CDeviceTwoNav.h} (74%)
 create mode 100644 src/device/CDeviceWatcherLinux.cpp
 copy src/{gis/trk/filter/CFilterReplaceElevation.h => 
device/CDeviceWatcherLinux.h} (65%)
 copy src/{mouse/CScrOptRange.cpp => device/CDeviceWatcherWindows.cpp} (64%)
 copy src/{gis/db/CSetupWorkspace.h => device/CDeviceWatcherWindows.h} (75%)
 create mode 100644 src/device/IDevice.cpp
 create mode 100644 src/device/IDevice.h
 copy src/{map/mapsforge/types.h => device/IDeviceWatcher.cpp} (50%)
 create mode 100644 src/device/IDeviceWatcher.h
 create mode 100644 src/icons/32x32/Device.png
 create mode 100644 src/icons/48x48/Device.png
 create mode 100644 src/icons/Device.svg

-- 
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