[qmapshack] branch master updated (442c098 -> 97d51f6)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Apr 25 14:29:09 UTC 2015


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

sebastic pushed a change to branch master
in repository qmapshack.

      from  442c098   Set distribution to experimental.
       new  aaf2348   Imported Upstream version 1.2.1
       new  11a8199   Merge tag 'upstream/1.2.1'
       new  15ff8d1   New upstream release.
       new  97d51f6   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                                |  14 +-
 ...eLists.txt.user => CMakeLists.txt.user.3.3-pre1 |  20 +-
 changelog.txt                                      |  14 +
 debian/changelog                                   |   6 +
 src/CMainWindow.cpp                                |  34 ++
 src/CMainWindow.h                                  |   3 +
 src/CMakeLists.txt                                 |   9 +
 src/IMainWindow.ui                                 |  16 +-
 src/gis/CGisListDB.cpp                             |  30 +-
 src/gis/CGisListWks.cpp                            |  34 +-
 src/gis/CGisWidget.cpp                             |  48 ++
 src/gis/CGisWidget.h                               |  14 +
 src/gis/IGisItem.cpp                               |  19 +-
 src/gis/IGisItem.h                                 |  51 +-
 src/gis/db/CDBFolderDatabase.cpp                   |   1 +
 src/gis/db/CDBFolderDatabase.h                     |   6 +
 src/gis/db/CDBProject.cpp                          | 246 ++++++--
 src/gis/db/CDBProject.h                            |   4 +
 src/gis/db/CSelectDBFolder.cpp                     |  79 +++
 .../CDemPathSetup.h => gis/db/CSelectDBFolder.h}   |  24 +-
 .../db/CSelectSaveAction.cpp}                      |  43 +-
 .../db/CSelectSaveAction.h}                        |  19 +-
 src/gis/db/CSetupFolder.cpp                        |   4 +-
 src/gis/db/CSetupFolder.h                          |   2 +-
 src/gis/db/IDB.cpp                                 |  23 +-
 src/gis/db/IDB.h                                   |   3 +
 src/gis/db/IDBFolder.cpp                           |  53 +-
 src/gis/db/IDBFolder.h                             |   4 +-
 src/gis/{ISelDevices.ui => db/ISelectDBFolder.ui}  |  27 +-
 .../db/ISelectSaveAction.ui}                       |  59 +-
 src/gis/db/ISetupFolder.ui                         |  24 +-
 src/gis/ovl/CGisItemOvlArea.cpp                    |  15 +
 src/gis/ovl/CScrOptOvlArea.cpp                     |   2 -
 src/gis/ovl/IDetailsOvlArea.ui                     |   6 +
 src/gis/prj/CDetailsPrj.cpp                        |   4 +-
 src/gis/prj/IGisProject.cpp                        |  26 +-
 src/gis/prj/IGisProject.h                          |  42 +-
 src/gis/rte/CGisItemRte.cpp                        |  15 +
 src/gis/trk/CGisItemTrk.cpp                        |  78 ++-
 src/gis/trk/CGisItemTrk.h                          |   3 +
 src/gis/trk/CScrOptTrk.cpp                         |   2 +-
 src/gis/trk/IDetailsTrk.ui                         |  16 +-
 src/gis/wpt/CDetailsWpt.cpp                        |   4 +-
 src/gis/wpt/CGisItemWpt.cpp                        |  48 +-
 src/gis/wpt/CGisItemWpt.h                          |   4 +-
 src/gis/wpt/CScrOptWpt.cpp                         |   3 +-
 src/gis/wpt/CSetupNewWpt.cpp                       | 132 +++++
 src/gis/wpt/{CProjWpt.h => CSetupNewWpt.h}         |  27 +-
 src/gis/wpt/IDetailsWpt.ui                         |   4 +-
 src/gis/wpt/IScrOptWpt.ui                          |   2 +-
 .../{db/ISetupDatabase.ui => wpt/ISetupNewWpt.ui}  |  77 ++-
 src/helpers/CFileExt.h                             |  18 +-
 src/helpers/CPositionDialog.cpp                    |  83 +--
 src/helpers/CPositionDialog.h                      |   8 +
 src/helpers/CSelectProjectDialog.cpp               |   9 +
 src/helpers/CSelectProjectDialog.h                 |   2 +
 src/helpers/ISelectProjectDialog.ui                | 119 ++--
 src/locale/qmapshack_cs.ts                         | 640 ++++++++++++--------
 src/locale/qmapshack_de.ts                         | 651 +++++++++++++--------
 src/locale/qmapshack_es.ts                         | 640 ++++++++++++--------
 src/locale/qmapshack_fr.ts                         | 637 ++++++++++++--------
 src/map/CMapIMG.cpp                                |   2 +
 src/map/CMapPathSetup.cpp                          |   2 +-
 src/mouse/CMouseNormal.cpp                         |  18 +-
 src/mouse/CMouseRangeTrk.cpp                       |   9 +
 src/mouse/CScrOptRangeTrk.cpp                      |   5 -
 src/mouse/IMouseEditLine.cpp                       |   8 +-
 src/qlgt/CQlgtDb.cpp                               |  19 +-
 src/qlgt/CQmsDb.cpp                                |  10 +
 src/qlgt/CQmsDb.h                                  |   1 +
 src/qlgt/IQlgtOverlay.cpp                          |  10 +-
 src/qlgt/IQlgtOverlay.h                            |   1 +
 src/qlgt/converter.cpp                             |  32 +
 74 files changed, 2902 insertions(+), 1467 deletions(-)
 copy CMakeLists.txt.user => CMakeLists.txt.user.3.3-pre1 (95%)
 create mode 100644 src/gis/db/CSelectDBFolder.cpp
 copy src/{dem/CDemPathSetup.h => gis/db/CSelectDBFolder.h} (73%)
 copy src/{helpers/CSelectCopyAction.cpp => gis/db/CSelectSaveAction.cpp} (57%)
 copy src/{helpers/CSelectCopyAction.h => gis/db/CSelectSaveAction.h} (73%)
 copy src/gis/{ISelDevices.ui => db/ISelectDBFolder.ui} (70%)
 copy src/{helpers/ISelectCopyAction.ui => gis/db/ISelectSaveAction.ui} (78%)
 create mode 100644 src/gis/wpt/CSetupNewWpt.cpp
 copy src/gis/wpt/{CProjWpt.h => CSetupNewWpt.h} (69%)
 copy src/gis/{db/ISetupDatabase.ui => wpt/ISetupNewWpt.ui} (61%)

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