[qmapshack] branch upstream updated (4fe2ba9 -> cffc9c0)

Bas Couwenberg sebastic at debian.org
Thu Jul 14 12:25:39 UTC 2016


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

sebastic pushed a change to branch upstream
in repository qmapshack.

      from  4fe2ba9   Imported Upstream version 1.6.2
       new  cffc9c0   Imported Upstream version 1.6.3

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:
 .hg_archival.txt                                   |   4 -
 .hgsubstate                                        |   2 +-
 .hgtags                                            |  43 ---
 CMakeLists.txt                                     |   2 +-
 CMakeLists.txt.user                                | 263 +++++++++++++++++
 changelog.txt                                      |   7 +
 src/CMakeLists.txt                                 |   5 +
 src/device/CDeviceWatcherLinux.cpp                 |  11 +-
 src/device/IDevice.cpp                             |  11 +-
 src/gis/CGisListWks.cpp                            |   4 +-
 src/gis/ovl/CDetailsOvlArea.cpp                    |   6 +-
 src/gis/prj/CDetailsPrj.cpp                        |   9 +-
 src/gis/rte/CDetailsRte.cpp                        |   6 +-
 src/gis/trk/CDetailsTrk.cpp                        |   6 +-
 src/gis/trk/CGisItemTrk.cpp                        |   2 +-
 src/gis/wpt/CDetailsWpt.cpp                        |   6 +-
 src/icons/2DFix.svg                                |  83 ------
 src/icons/32x32/2DFix.png                          | Bin 710 -> 0 bytes
 src/icons/32x32/3DFix.png                          | Bin 875 -> 0 bytes
 src/icons/32x32/LimitMax.png                       | Bin 632 -> 0 bytes
 src/icons/32x32/LimitMin.png                       | Bin 686 -> 0 bytes
 src/icons/32x32/NoFix.png                          | Bin 633 -> 0 bytes
 src/icons/32x32/PasteNormal.png                    | Bin 0 -> 1614 bytes
 src/icons/32x32/PastePlain.png                     | Bin 0 -> 904 bytes
 src/icons/3DFix.svg                                |  82 ------
 src/icons/48x48/2DFix.png                          | Bin 1022 -> 0 bytes
 src/icons/48x48/3DFix.png                          | Bin 1279 -> 0 bytes
 src/icons/48x48/LimitMax.png                       | Bin 928 -> 0 bytes
 src/icons/48x48/LimitMin.png                       | Bin 993 -> 0 bytes
 src/icons/48x48/NoFix.png                          | Bin 925 -> 0 bytes
 src/icons/48x48/PasteNormal.png                    | Bin 0 -> 2633 bytes
 src/icons/48x48/PastePlain.png                     | Bin 0 -> 1186 bytes
 src/icons/LimitMax.svg                             | 103 -------
 src/icons/LimitMin.svg                             | 100 -------
 src/icons/NoFix.svg                                |  83 ------
 src/icons/PasteNormal.svg                          | 194 +++++++++++++
 src/icons/{Paste.svg => PastePlain.svg}            |  61 +++-
 src/icons/findunusedicons                          |  10 +
 src/locale/qmapshack_cs.desktop                    |   3 +
 src/locale/qmapshack_cs.ts                         | 140 ++++-----
 src/map/CMapDraw.cpp                               |   9 +-
 src/map/cache/CDiskCache.cpp                       |  32 ++-
 src/resources.qrc                                  |  14 +-
 src/setup/IAppSetup.cpp                            |   2 +-
 .../CFitProject.cpp => src/widgets/CTextEdit.cpp   |  42 ++-
 .../CFitProject.cpp => src/widgets/CTextEdit.h     |  31 +-
 src/widgets/CTextEditWidget.cpp                    | 315 +++++++++++++++------
 src/widgets/CTextEditWidget.h                      |  92 +++---
 .../CTextEditWidgetSelMenu.cpp}                    |  37 +--
 .../CTextEditWidgetSelMenu.h}                      |  30 +-
 src/widgets/ITextEditWidget.ui                     | 167 +++++++++--
 src/widgets/ITextEditWidgetSelMenu.ui              | 144 ++++++++++
 52 files changed, 1301 insertions(+), 860 deletions(-)
 delete mode 100644 .hg_archival.txt
 delete mode 100644 .hgtags
 create mode 100644 CMakeLists.txt.user
 delete mode 100644 src/icons/2DFix.svg
 delete mode 100644 src/icons/32x32/2DFix.png
 delete mode 100644 src/icons/32x32/3DFix.png
 delete mode 100644 src/icons/32x32/LimitMax.png
 delete mode 100644 src/icons/32x32/LimitMin.png
 delete mode 100644 src/icons/32x32/NoFix.png
 create mode 100644 src/icons/32x32/PasteNormal.png
 create mode 100644 src/icons/32x32/PastePlain.png
 delete mode 100644 src/icons/3DFix.svg
 delete mode 100644 src/icons/48x48/2DFix.png
 delete mode 100644 src/icons/48x48/3DFix.png
 delete mode 100644 src/icons/48x48/LimitMax.png
 delete mode 100644 src/icons/48x48/LimitMin.png
 delete mode 100644 src/icons/48x48/NoFix.png
 create mode 100644 src/icons/48x48/PasteNormal.png
 create mode 100644 src/icons/48x48/PastePlain.png
 delete mode 100644 src/icons/LimitMax.svg
 delete mode 100644 src/icons/LimitMin.svg
 delete mode 100644 src/icons/NoFix.svg
 create mode 100644 src/icons/PasteNormal.svg
 copy src/icons/{Paste.svg => PastePlain.svg} (56%)
 create mode 100755 src/icons/findunusedicons
 create mode 100644 src/locale/qmapshack_cs.desktop
 copy test/unittest/CFitProject.cpp => src/widgets/CTextEdit.cpp (60%)
 copy test/unittest/CFitProject.cpp => src/widgets/CTextEdit.h (72%)
 copy src/{gis/trk/filter/CFilterDeleteExtension.h => widgets/CTextEditWidgetSelMenu.cpp} (52%)
 copy src/{gis/trk/filter/CFilterDeleteExtension.h => widgets/CTextEditWidgetSelMenu.h} (64%)
 create mode 100644 src/widgets/ITextEditWidgetSelMenu.ui

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