[qmapshack] branch master updated (2fd0001 -> 2e6c71d)
Bas Couwenberg
sebastic at xs4all.nl
Wed Jan 28 08:07:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a change to branch master
in repository qmapshack.
from 2fd0001 Set distribution to experimental.
new c7e12fc Imported Upstream version 0.12.0
new b527697 Merge tag 'upstream/0.12.0'
new 09abeca New upstream release.
new 2e6c71d Set distribution to experimental.
The 4 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 +
debian/changelog | 6 +
src/CMakeLists.txt | 53 ++-
src/device/CDeviceGarmin.cpp | 138 ++++++
src/{qlgt/IItem.h => device/CDeviceGarmin.h} | 40 +-
.../CFilterDelete.cpp => device/CDeviceTwoNav.cpp} | 22 +-
.../CSetupWorkspace.h => device/CDeviceTwoNav.h} | 20 +-
src/device/CDeviceWatcherLinux.cpp | 185 ++++++++
.../CScrOptRte.h => device/CDeviceWatcherLinux.h} | 32 +-
.../CDeviceWatcherWindows.cpp} | 25 +-
.../CDeviceWatcherWindows.h} | 19 +-
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 +
51 files changed, 2214 insertions(+), 1086 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/{gis/trk/filter/CFilterDelete.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/rte/CScrOptRte.h => device/CDeviceWatcherLinux.h} (65%)
copy src/{mouse/CScrOptRange.cpp => device/CDeviceWatcherWindows.cpp} (64%)
copy src/{plot/CPlotSpeed.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
More information about the Pkg-grass-devel
mailing list