[Pkg-running-devel] [openambit] 22/23: Merge tag 'upstream/0.4'

Christian Perrier bubulle at moszumanska.debian.org
Sat Jul 1 19:36:29 UTC 2017


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

bubulle pushed a commit to branch master
in repository openambit.

commit e9f73d340610b1287d4085047b27a6f951038ebc
Merge: 33a683f c54c26e
Author: Christian Perrier <bubulle at debian.org>
Date:   Tue May 2 19:10:06 2017 +0200

    Merge tag 'upstream/0.4'
    
    Upstream version 0.4

 .gitignore                                         |  29 +
 CMakeLists.txt                                     |   3 +
 README.rst                                         |  22 +-
 src/libambit/CMakeLists.txt                        |   5 +-
 src/libambit/device_driver.h                       |   5 +
 src/libambit/device_driver_ambit.c                 |  59 +-
 src/libambit/device_driver_ambit3.c                |  12 +-
 src/libambit/device_driver_ambit_navigation.c      | 481 +++++++++++++++
 src/libambit/device_driver_ambit_navigation.h      | 140 +++++
 src/libambit/distance.c                            |  58 ++
 src/libambit/distance.h                            |  44 ++
 src/libambit/libambit.c                            | 312 ++++++++++
 src/libambit/libambit.h                            | 342 ++++++++++-
 src/libambit/pmem20.c                              |  45 +-
 src/libambit/pmem20.h                              |   2 +
 src/libambit/protocol.c                            |   2 +-
 src/libambit/protocol.h                            |   7 +-
 src/libambit/sport_mode_serialize.c                | 459 ++++++++++++++
 src/libambit/sport_mode_serialize.h                |  69 +++
 src/movescount/CMakeLists.txt                      |  37 +-
 src/movescount/logentry.h                          |   4 -
 src/movescount/logstore.cpp                        |   4 +-
 src/movescount/movescount.cpp                      | 303 +++++++++-
 src/movescount/movescount.h                        |  16 +-
 src/movescount/movescountjson.cpp                  | 492 +++++++++++++++-
 src/movescount/movescountjson.h                    |  20 +-
 src/movescount/movescountsettings.cpp              |  70 +++
 src/movescount/movescountsettings.h                |  31 +
 src/movescount/movescountxml.cpp                   |   2 +-
 src/movescount/sportmode.cpp                       | 443 ++++++++++++++
 src/movescount/sportmode.h                         | 149 +++++
 src/movescount/sportmodegroup.cpp                  |  77 +++
 src/movescount/sportmodegroup.h                    |  46 ++
 src/openambit/CMakeLists.txt                       | 114 ++--
 src/openambit/deployment/openambit.appdata.xml     |  25 +
 src/openambit/devicemanager.cpp                    |  67 ++-
 src/openambit/devicemanager.h                      |   4 +-
 src/openambit/main.cpp                             |  16 +-
 src/openambit/mainwindow.cpp                       |  53 +-
 src/openambit/mainwindow.h                         |   3 +-
 src/openambit/mainwindow.ui                        |  33 ++
 src/openambit/settingsdialog.cpp                   |   4 +
 src/openambit/settingsdialog.ui                    |  18 +-
 src/openambit/translations/openambit_de.ts         |  38 +-
 .../{openambit_de.ts => openambit_nb_NO.ts}        | 245 ++++----
 tools/openambit2gpx.py                             |   9 +-
 wireshark_dissector/CMakeLists.txt                 |   5 +-
 wireshark_dissector/ambit-dissector.c              | 656 ++++++++++++++++++++-
 wireshark_dissector/tools/make-dissector-reg.py    |  15 +-
 49 files changed, 4821 insertions(+), 274 deletions(-)

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



More information about the Pkg-running-devel mailing list