[Pkg-running-devel] [openambit] branch master updated (5ef6b25 -> 4a95ac2)

Christian Perrier bubulle at moszumanska.debian.org
Thu Jul 17 20:19:05 UTC 2014


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

bubulle pushed a change to branch master
in repository openambit.

      from  5ef6b25   Revert "Merge upstream git as of 20140714"
       new  59aaee2   Merge upstream git as of 20140714
       new  813da9f   Merge upstream git as of 20140714 : debian/ directories (useless but still)
       new  9f18e94   Upstream git snapshot (OpenAmbit should work with latest firmware updates by Suunto)
       new  e4e02e1   Initial commit of wireshark dissector
       new  56d7725   Added some initial library framework test code
       new  da98723   Added some dissection of log samples. Added possibility to "navigate" between logs
       new  79e3ed6   Lots of new memory readout features
       new  bfaee16   Initial checkin of GUI
       new  d672e38   Added diff-tool to differ "our" files with movelinks XML files
       new  d6b0e9c   Make plugin build on stable 1.10.2 version
       new  d044a3c   Updated example
       new  ea941f0   Added readout of unknown log messages, saved as binary data [touch: 9]
       new  ac443cd   Take care of unknown data in XML generation [touch: 9]
       new  144f9a0   Improved syncronization feedback a bit
       new  494f4d4   Replace username/password setting with email setting [touch: 5]
       new  ba877c5   Indented a few comments
       new  d58a690   The skip_cb is not mandatory, check for NULL-pointer!
       new  4f5733d   Added checkbox "resync all"
       new  edc6d66   Set unitialized variable
       new  7e7dd79   Set version of library
       new  40a2910   Hide syncall checkbox if nothing to sync
       new  04d2b47   Cleaned up build system just a bit
       new  0a649a1   More build changes
       new  b03dcc2   Fixed qthread exit and invalid modification of main layout
       new  172f1d5   Added small readme file
       new  5aeb1c6   Made PMEM20 read chunksize configurable depending on device type
       new  4a92dc9   Added some new types Made parsing working for Ambit(1) devices
       new  eb266b2   Include all warnings
       new  6d5896b   Fixed some compile warnings
       new  accca0d   added build script
       new  b896503   fixed typo in build script
       new  7e2b577   Added support for writing GPS orbit data
       new  e23f1f7   Added initial support for movescount.com syncronisation.
       new  400030c   Added prototype for pmem20_deinit function
       new  0c5491f   Updated to latest HIDAPI version Fixes #10
       new  2dc44c9   Added libqjson-dev as dependency
       new  4677f0e   Fixed merge error
       new  837deaa   Added udev rules file
       new  e3c93e3   Ignore temporary files and user files (generated by qt creator etc)
       new  2947b62   * Added udev listener (to detect device connecting) * Added temporary icons
       new  6d3e7b5   Moved initialization of data members to constructor (Do not rely on c++11 support in compiler...)
       new  c491a28   Added proper debug printing
       new  f234be1   Replaced QString.toAscii() with toLatin1() This is to support Qt5 building (like in *buntu 13.10) see http://qt-project.org/forums/viewthread/24435
       new  76305ba   fixed typo in rules filename
       new  d27c1f7   added comment for ambit 1
       new  1c6e86c   added run script
       new  8c97e31   Added Early beta warning at startup Fixes issue #11
       new  64e6f49   adding missing files for ticket #11
       new  1ad0813   Set icon and added a sensible window title to the disclaimer dialog
       new  4578fdb   Setting readout for disclaimer dialog did not end it's group state, messed up further settings read
       new  41e60dd   Make sure to not try to write to movescount if movescount not enabled
       new  5effb7a   Do not send empty sets in JSON content
       new  ce98a18   Make sure speed = -1 does not get into log pushed to movescount (since movescount returns error)
       new  5ad6a2d   remove unused include
       new  36c57d7   Added functionality to store id returned from movescount Implements #12
       new  1a39d14   Removed invalid log message
       new  1e73fd7   tm structs year starts at 1900!
       new  b54095d   Added upload of logs to movescount when autorization completed.
       new  74b545e   Make disclaimer links working by using a QTextBrowser
       new  933fca1   add debug symbols to libambit build
       new  aad33c0   Merge branch 'master' of ssh://git.code.sf.net/p/openambit/code
       new  66300dc   Added link to movescount on authorization notification Implemented #4
       new  2770a1e   Removed compile warning
       new  90b872c   1900 should be inside endianess handling!
       new  3df0b0c   Added automatic sync when device connected
       new  e89af1e   Added "minimize to tray" functionality. Implements #18
       new  679d82f   Added protection for simultaneous running instances (easiest way to share data-files and device is to not allow more than one instance!)
       new  0b1c71e   Added tray icon messages when syncing in minimized mode
       new  17e121b   Moved movescount to a separate folder
       new  360acdd   Handle log buffer wraparounds correctly
       new  1b6a0e0   Fixed log numbering in debug messages
       new  1bb5647   Time to support Ambit 1 and Ambit 2 S as well, seems to work pretty well...
       new  17260e6   Use correct include paths
       new  a420d84   Added simple about dialog
       new  6708a29   Added debug printout if movescount log upload failed
       new  b901854   Removed more values outside of valid range
       new  078f10d   Made the systemtrayicon behaves correctly with Qt5
       new  1936e52   Moved to cmake based build system
       new  41d9660   Moved udev-rules to new deployment folder
       new  446e0b0   Prepared for make install possibility
       new  297658e   Fixed build for new cmake system
       new  300bff2   Use a more modern install location resolve (GNUInstallDirs)
       new  88fc199   Normalized application name (use capitalized first letter)
       new  ecaac02   Fixed readme and added install script
       new  e4a8f00   Removed comment about qmake, not valid anymore
       new  0a14135   Modified message when downloading log
       new  5c5f40d   Preparations for tagging 0.2
       new  f801b95   Use environment vairable for homedir instead of tilde
       new  0dcd810   Added ubuntu packaging source files
       new  2610ce8   Reverted version info to HEAD for the master branch
       new  547c899   Fixed broken version handling. Fixing #29
       new  b6d24e1   Avoid creation of openambit.conf folder
       new  c4f1793   Avoid "docking" mode if no systray is present
       new  47fa66f   Make sure to NULL-terminate activity name
       new  67ac68a   added logDetail view, partially adresses #19
       new  f1dbbbd   Fix typos
       new  5b21d94   Add minimally required version to QJSON check
       new  63d0fb5   Fix spurious logging.  Re #26
       new  5eebcf7   changed links to point to github instead of sourceforge
       new  543ce6c   reverse the order of activities to newest on top
       new  c9e4199   Changed addresses to reflect new domain openambit.org
       new  4799eab   Log most likely reason why device cannot be opened.  Re #26
       new  83ee745   Add call to `close()` to match `open()` introduced in 4799eab
       new  7ad5392   Make version comparison readable
       new  2ef2d89   Rename `'s/supported_device/known_device/g'`
       new  89ec283   Export clock's support status in `ambit_device_info_t`
       new  4094a7a   Fix log message
       new  8257fe0   Check valid temperature range Fixes #31
       new  d58bee4   Added initial support for Ambit 2 R
       new  95298f8   Added support for latest firmware versions (2.0.9) Fixes #42
       new  02d1cc7   Parse cadence parameters in header correctly
       new  b89a1f6   Use new cadence parameters in header
       new  431efa8   fix #40
       new  b14aa4f   better fix #40
       new  788d2fe   Fix dissector frame counting for reassembled requests/replies
       new  d881659   Fix typos
       new  7079f17   Merge branch 'master' of https://github.com/openambitproject/openambit
       new  3b752ac   Consistently handle the F/W version as a four byte entity
       new  38dbc0b   Fixup 3b752ac874.  Forgot to adjust variable type.
       new  23d9efe   Add komposti version info to the dissector
       new  c2e8a75   Update 99-suunto-ambit.rules
       new  6f105be   Merge pull request #46 from poupouneroot/patch-1
       new  b67d8d1   Mark padding bytes in the dissector output
       new  72e0367   Mark initial header bytes in dissector output
       new  e56586e   Mark more unknown protocol pieces
       new  2bce722   Align coding style with other dissector functions
       new  a81bca5   Keep all activity name bytes and `0` terminate it everywhere
       new  f168787   Sync dissector with `libambit` implementation
       new  f2f93ae   Add boot strap loader (BSL) version to the dissector
       new  17d59fe   Imported Upstream version 0.2+20140602
       new  4a95ac2   Add missing files

The 131 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:
 README                                         |  10 +-
 debian/changelog                               |   7 +
 src/example/ambitconsole.c                     |   4 +-
 src/libambit/debian/changelog                  |   5 +
 src/libambit/debian/compat                     |   1 +
 src/libambit/debian/control                    |  26 +++
 src/libambit/debian/copyright                  |  39 ++++
 src/libambit/debian/docs                       |   0
 src/libambit/debian/libambit-dev.dirs          |   1 +
 src/libambit/debian/libambit-dev.install       |   2 +
 src/libambit/debian/libambit0.dirs             |   1 +
 src/libambit/debian/libambit0.install          |   1 +
 src/libambit/debian/rules                      |  13 ++
 {debian => src/libambit/debian}/source/format  |   0
 src/libambit/libambit.c                        |  77 +++++---
 src/libambit/libambit.h                        |  10 +-
 src/libambit/libambit_int.h                    |   3 -
 src/libambit/pmem20.c                          |  13 +-
 src/openambit/CMakeLists.txt                   |   4 +-
 src/openambit/confirmbetadialog.ui             |   2 +-
 src/openambit/debian/changelog                 |   5 +
 src/openambit/debian/compat                    |   1 +
 src/openambit/debian/control                   |  18 ++
 src/openambit/debian/copyright                 |  39 ++++
 src/openambit/debian/docs                      |   0
 src/openambit/debian/rules                     |  13 ++
 {debian => src/openambit/debian}/source/format |   0
 src/openambit/deployment/99-suunto-ambit.rules |   3 +
 src/openambit/deployment/openambit.desktop     |   4 +-
 src/openambit/logentry.cpp                     |  41 +++++
 src/openambit/logentry.h                       |   3 +
 src/openambit/logstore.cpp                     |  66 +++++--
 src/openambit/main.cpp                         |   3 -
 src/openambit/mainwindow.cpp                   |  18 +-
 src/openambit/mainwindow.h                     |   2 +
 src/openambit/mainwindow.ui                    |  16 +-
 src/openambit/movescount/movescountjson.cpp    |  16 +-
 src/openambit/movescount/movescountxml.cpp     |   5 +-
 wireshark_dissector/AUTHORS                    |   2 +-
 wireshark_dissector/ambit-dissector.c          | 235 +++++++++++++++++--------
 40 files changed, 542 insertions(+), 167 deletions(-)
 create mode 100644 src/libambit/debian/changelog
 create mode 100644 src/libambit/debian/compat
 create mode 100644 src/libambit/debian/control
 create mode 100644 src/libambit/debian/copyright
 create mode 100644 src/libambit/debian/docs
 create mode 100644 src/libambit/debian/libambit-dev.dirs
 create mode 100644 src/libambit/debian/libambit-dev.install
 create mode 100644 src/libambit/debian/libambit0.dirs
 create mode 100644 src/libambit/debian/libambit0.install
 create mode 100644 src/libambit/debian/rules
 copy {debian => src/libambit/debian}/source/format (100%)
 create mode 100644 src/openambit/debian/changelog
 create mode 100644 src/openambit/debian/compat
 create mode 100644 src/openambit/debian/control
 create mode 100644 src/openambit/debian/copyright
 create mode 100644 src/openambit/debian/docs
 create mode 100644 src/openambit/debian/rules
 copy {debian => src/openambit/debian}/source/format (100%)

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