Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kettler serial connection fixes #2191

Closed
wants to merge 100 commits into from

Commits on Nov 19, 2016

  1. fix docs in serial device selection regex

    The docs do not reflect the regex for some devices with a prefix of `cu.`. This commit changes the doc and not the regex
    joekearney committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    30b5612 View commit details
    Browse the repository at this point in the history
  2. Fix commands sent to Kettler serial devices

    Get-status is `ST` not `st`, and get-id is `ID` not `cd`.
    joekearney committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    b12ef59 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2016

  1. Fixup to enable build on QT 5.8 and Xcode 8.1

    .. remove all custom widgets and prepare for next commit that
       replaces use of QTKit with AV Foundation on MacOS
    liversedge committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    2dea386 View commit details
    Browse the repository at this point in the history
  2. Splash screen size

    .. on hdpi the fonts get squished by spacing
    liversedge committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    830500d View commit details
    Browse the repository at this point in the history
  3. VERSION 3.4 SIERRA BUILD

    .. fixup build id and version strings for Sierra build.
    liversedge committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    fd487e4 View commit details
    Browse the repository at this point in the history
  4. Undo accidental edit in src.pro

    .. that removed VideoWindow for non-Mac.
    liversedge committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    8d2b5ce View commit details
    Browse the repository at this point in the history
  5. Edit Italian Translation

    UgoBor authored and UgoBor committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    b059179 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. Update FitRideFile.cpp

    Adding support for Garmin Edge 820 (unit type 2530)
    hunnymonster committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    3e21619 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    bd9d205 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2016

  1. CI Deprecate support for QT4 on Mac

    .. we no longer build with QT4, so deprecate it in Travis
    
    .. there are still some users that build with QT4 on Linux/OpenBSD
       but we no longer seek to support this configuration officially
    liversedge committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    19c76cd View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2016

  1. Merge pull request GoldenCheetah#2194 from UgoBor/master

    Edit Italian Translation
    amtriathlon committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    c485e40 View commit details
    Browse the repository at this point in the history
  2. Merge pull request GoldenCheetah#2196 from hunnymonster/patch-1

    Update FitRideFile.cpp
    grauser committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    a275396 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8abbf99 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2016

  1. Configuration menu
    Copy the full SHA
    1237953 View commit details
    Browse the repository at this point in the history
  2. Merge pull request GoldenCheetah#2203 from amtriathlon/master

    Fixed SML lap swimming files import when using drill mode
    amtriathlon committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    3b09402 View commit details
    Browse the repository at this point in the history
  3. Cosmetic - adding/maintaining consistency

    adding space to Fenix 2 & Fenix 3 devices (all other devices are name-space-model)
    hunnymonster committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    0c25841 View commit details
    Browse the repository at this point in the history
  4. Merge pull request GoldenCheetah#2205 from hunnymonster/patch-2

    Cosmetic - adding/maintaining consistency
    grauser committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    1ab2bf5 View commit details
    Browse the repository at this point in the history
  5. Added swim XData for SML lap swimming files

    One record per length with the same conventions
    used for FIT files
    amtriathlon committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    6fc0c08 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2016

  1. Merge pull request GoldenCheetah#2206 from amtriathlon/SMLswimXdata

    Added swim XData for SML lap swimming files
    amtriathlon committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    b7c65f1 View commit details
    Browse the repository at this point in the history
  2. Added Swedish translation

    Initial translation contributed by Henrik Johansson,
    recognition added to contributors list.
    Fixes GoldenCheetah#2201
    amtriathlon committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    654de7a View commit details
    Browse the repository at this point in the history
  3. Merge pull request GoldenCheetah#2212 from amtriathlon/Swedish

    Added Swedish translation
    amtriathlon committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    424f9ea View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2016

  1. MainWindow showhideToolbar always on Mac now

    .. #ifdef should have been removed when the Mac specific
       UI elements in MainWindow were removed.
    liversedge committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    42a13f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a77973 View commit details
    Browse the repository at this point in the history
  3. Merge pull request GoldenCheetah#2217 from amtriathlon/master

    Fixed metric formatting in Compare Pane
    amtriathlon committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    22733cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5716234 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    749ba20 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2016

  1. Deprecate Mac Native Buttons

    .. they were removed from code recently but still
       lingered harmlessly in the codebase.
    
    .. now moving into the deprecated folder to stop
       them from being used again in the future.
    liversedge committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    5128b72 View commit details
    Browse the repository at this point in the history
  2. Deprecate TrainingPeaks

    .. from December 7th 2016 read access (for downloading
       from TrainingPeaks) has been revoked, even for paid
       up members.
    
    .. write access (upload) is not revoked.
    
    .. This is essentially anti-competitive behaviour and
       returns TrainingPeaks and their products, once again
       to that of a 'closed' product.
    
    .. We will no longer support their service since we
       cannot and will not promote such behaviours now
       or ever.
    
    .. We are now considering the best way to purge all
       other references to their trademarks and remove
       any indication that their products are endorsed.
    liversedge committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    6ba6d07 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

  1. Fix creation of qwkcode from fractional seconds.

    Qwkcode is limited to integer values of seconds. When a workout is specified in qwkcode then saved to an ERG file, the interval durations are rounded from integer seconds to fractional minutes with 2 decimal places of precision. When the ERG file is read, it is translated to a WWPoint object that stores time as double seconds. To accurately calculate the duration of a time interval defined by two WWPoints we should round the individual points first then take the integer difference. The table below demonstrates the consistency of rounding on both ends of the qwkcode -> ERG -> qwkcode round trip.
    
    | qwkcode (original) | ERG time (rounded from qwkcode) | WWPoint time (precisely calculated from ERG time) | qwkcode (rounded from WWPoint) |
    |--------------------|---------------------------------|---------------------------------------------------|--------------------------------|
    |                  1 |                            0.02 |                                               1.2 |                              1 |
    |                  2 |                            0.03 |                                               1.8 |                              2 |
    |                  3 |                            0.05 |                                                 3 |                              3 |
    
    (3 seconds is the smallest unit that fits evenly into a base ten fractional minute, so this pattern will repeat without loss of precision.)
    bgrabow committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    f3e377b View commit details
    Browse the repository at this point in the history
  2. Fix display of fractional seconds in block hover cursor.

    There are two paths to displaying the power/time overlay on a workout block:
    * Hover over the block
    * Select the qwkcode line corresponding to the block
    
    Both of these paths had their own uniquely flawed method of calculating the block duration to display. The first path stored the previous time point as a truncated integer number of seconds, then subtracted it from the current, double precision time point. This resulted in occasional over-reported durations. The second path took the double precision difference between the current and previous time points, then truncated that difference for display. This resulted in occasional under-reported durations.
    
    Both of these paths now consistently report the same value. The value shown will take the format ss.s for times less than 60s, or hh:mm:ss for times 60s or more.
    bgrabow committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    e03c28d View commit details
    Browse the repository at this point in the history
  3. Merge pull request GoldenCheetah#2221 from bgrabow/issue#2175

    Preserve timing values on qwkcode -> ERG -> qwkcode round trip translation.
    liversedge committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    3182028 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Updated Swedish Translation

    Contributed by Henrik Johansson
    amtriathlon committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    1baa7b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2016

  1. Axure Design Concepts for V4

    Navigation concepts, still work to be done on aesthetics and completeness, but a start for discussion.
    liversedge committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    b17c1af View commit details
    Browse the repository at this point in the history
  2. Update UX4 Design Doc

    .. to put into separate pages
    liversedge committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    ef73196 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2016

  1. Update UX4 design doc

    .. now have chart and chart settings concepts.
    liversedge committed Dec 3, 2016
    Configuration menu
    Copy the full SHA
    18f4606 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. Udated Spanish Translation

    Last updates plus some fixes
    amtriathlon committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    8996d46 View commit details
    Browse the repository at this point in the history
  2. Update UX4 design doc

    .. add training planning chart view
    
    .. but not showing phases settings, workout selection or calendar view.
    liversedge committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    e874f7f View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. Edraw Navigation Flow for UX4

    .. first draft as a edraw diagram.
    liversedge committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    a14d95c View commit details
    Browse the repository at this point in the history
  2. Fix typo

    kootox committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    1631813 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa87d58 View commit details
    Browse the repository at this point in the history
  4. Updates to User Flow

    .. flows between overviews and train view charts.
    liversedge committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    4007d1f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2016

  1. R GC.season.MeanMax includes Dates

    .. so you can cross reference the MMP data to other metrics
       by match/merge on date.
    liversedge committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    b682689 View commit details
    Browse the repository at this point in the history
  2. Update User Flow UX4

    .. two key personas coach/athlete now have their own dashboard
    
    .. coaches can jump to athletes dashboard, but not vice versa
    liversedge committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    0cbe495 View commit details
    Browse the repository at this point in the history
  3. Fix crash when merging activities.

    We now place a reasonable upper limit on the number of ticks shown
    on an AllPlot chart to prevent unbounded memory allocation and
    crash when one of the activities to be merged has a wide data range
    due to large anomalous data points.
    bgrabow committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    ef0debe View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. Configuration menu
    Copy the full SHA
    82a6ea1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request GoldenCheetah#2241 from bgrabow/issue#2192-Prevent…

    …-crash-when-combining-activities
    
    Issue#2192 prevent crash when combining activities
    liversedge committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    c75092d View commit details
    Browse the repository at this point in the history
  3. User Personas Document - Athlete

    .. as a result of the user survey.
    liversedge committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    4673566 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    e32c0ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c0f928 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Small compile nit fix

    .. implicit conversion fixed to explicit and get rid of gcc
       compiler warning
    liversedge committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    ec1169b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2016

  1. CloudDB Upload/Download improvements

    ... do not allow Upload of charts containing User Metrics (as they will not work for other users)
    ... do not allow Upload of trivial charts (without configuration) - as they do not provide any value for others
    ... when downloading "R" charts - check if R is active - if not, inform the user that he/she needs R for the chart to work
    Joern-R committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    10ee4e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request GoldenCheetah#2243 from Joern-R/CDB-BlockCharts

    CloudDB Upload/Download improvements
    Joern-R committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    02f0db2 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2016

  1. Configuration menu
    Copy the full SHA
    06244f4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request GoldenCheetah#2244 from amtriathlon/master

    Delayed preset charts loading to wait for custom metrics initialization
    liversedge committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    2a695b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc84b5d View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. Today's Plan API documentation

    .. for upload / download
    liversedge committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    89e43f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2016

  1. User Flow Doc Update

    liversedge committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    6a97652 View commit details
    Browse the repository at this point in the history
  2. Training Planning Development Starts

    .. added coaching notes
    
    .. added new planning widget to trends view (for now)
    
    .. no functionality, just kicking off the next 2 weeks of coding.
    liversedge committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    56c9eb3 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2016

  1. TAU override ignored for integral method

    .. since it should always be computed from ride data.
    liversedge committed Dec 18, 2016
    Configuration menu
    Copy the full SHA
    7745666 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2016

  1. Configuration menu
    Copy the full SHA
    19aebac View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    1bfa302 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. RideFileCache : Add aPower/kg

    grauser committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    fed0faa View commit details
    Browse the repository at this point in the history
  2. CPPlot : Add aPower/Kg serie

    Add zone for aPower and aPowerKg series
    grauser committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    4e4949f View commit details
    Browse the repository at this point in the history
  3. Correct page for win build

    grauser committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    9fe7f7a View commit details
    Browse the repository at this point in the history
  4. Correct copy-paste

    grauser committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    1f49789 View commit details
    Browse the repository at this point in the history
  5. Remove onError

    grauser committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    5ff1515 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. Update Web Browser Chart

    .. now has reveal controls to change url
    
    .. can be added to trends, activities and train view
    
    .. needs testing with webkit and updating to intercept
       downloads to try and import as ride files.
    liversedge committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    cc8e2dd View commit details
    Browse the repository at this point in the history
  2. Browser Download WIP

    .. struggling to get any of the fitness websites to behave.
    
    .. no new functionality, just trying to fixup for garmin/trainingpeaks
    
    .. both have issues.. garmin sets cpu to 100% and is unresponsive !
    liversedge committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    639e7f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

  1. Web Page Experiments to Fixup

    .. connect.garmin.com still hangs the browser window
    
    .. filesystem api isn't supported by qwebengine so trainingpeaks
       downloads don't trigger
    
    .. still work to do!
    liversedge committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    32d8275 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2016

  1. WebPage add http:// if no scheme present

    .. so users can set a url to news.bbc.co.uk without having to type
       out http:// first.
    liversedge committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    3826f75 View commit details
    Browse the repository at this point in the history
  2. Deprecate GoogleMap and BingMap

       We use RideMapWindow for several months
    grauser committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    1550cab View commit details
    Browse the repository at this point in the history
  3. Minor translation related fix on LTMPlot

    Affects non english users using charts with units in english
    amtriathlon committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    5edb26e View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2016

  1. Google Drive Auth - more diags

    .. auth sometimes fails, give better reasons
    liversedge committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    0bb79de View commit details
    Browse the repository at this point in the history
  2. OAUTH ignore handshake "errors"

    .. when authorising via SSL we may get handshake "errors" as
       the protocol is established, this seems to occur with
       openssl on Sierra and Mavericks.
    
    .. since the request is completed then some form of protocol was
       established so we ignore it in this instance.
    
    .. even if there is a problem its likely the tokens will be blank
       and that will trigger another error, so fairly safe to ignore
    liversedge committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    b2f53c5 View commit details
    Browse the repository at this point in the history
  3. Ignore SSL errors during reply processing

    .. in OAuth dialog
    liversedge committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    b72a3ee View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2016

  1. More SSL handshaking with GoogleDrive

    .. when interacting with the service instead of just
       when getting authorisation to access.
    liversedge committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    d70ad04 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2016

  1. Monotonic timer for ANT sensors

    Use a monotonic timer for ANT sensor calculations, instead
    of the wall clock time.
    dresco committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    11340b2 View commit details
    Browse the repository at this point in the history
  2. Blacklist S&C sensor if also Tacx FE-C device

    Due to poor quality data from Tacx simulated S&C channels, we
    ignore any Speed & Cadence data from the same device_id as a
    Tacx FE-C device.
    
    The speed and cadence data is also provided over the FE-C channel,
    so not losing anything except bad data.
    
    Note that it can take ~33s to receive a manufacturer id
    message and take effect.
    dresco committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    2141239 View commit details
    Browse the repository at this point in the history
  3. Less FE-C debug noise

    dresco committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    4787172 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ce7040 View commit details
    Browse the repository at this point in the history
  5. Merge pull request GoldenCheetah#2263 from dresco/ANT

    ANT+ updates
    liversedge committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    8c1bcd1 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

  1. CloudDB - Chart Caching

    ... create Caching Root Directory if not yet existing
    Joern-R committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    1819ba0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request GoldenCheetah#2266 from Joern-R/CloudDB-Cache

    CloudDB - Chart Caching
    Joern-R committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    1375119 View commit details
    Browse the repository at this point in the history
  3. Fix FileSyncDialog SEGV on Synchronise

    .. if the "Download" text is translated then the code that checks
       if we're uploading or downloading doesn't translate the text
       leading to it continually trying to upload if the language
       selected is not English.
    liversedge committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    a0474bc View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. Configuration menu
    Copy the full SHA
    55a2c83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b5f13c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc70b9d View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

  1. Configuration menu
    Copy the full SHA
    a88bbf9 View commit details
    Browse the repository at this point in the history
  2. Add Today's Plan client id

    grauser committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    d503b7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9618418 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33c39b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e054c4d View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2016

  1. Today's Plan support GC json !

      use GoldenCheetah json (instead of tcx)
    grauser committed Dec 31, 2016
    10 Configuration menu
    Copy the full SHA
    9d42ba8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cae8666 View commit details
    Browse the repository at this point in the history
  3. Add LMFit optional dependency

    .. will be used for banister modelling.
    
    .. can be downloaded from http://apps.jcns.fz-juelich.de/src/lmfit/
    liversedge committed Dec 31, 2016
    Configuration menu
    Copy the full SHA
    8755705 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7747121 View commit details
    Browse the repository at this point in the history
  5. ShareDialog : ignore ignoreSslErrors

    	to ignore handshake errors
    grauser committed Dec 31, 2016
    Configuration menu
    Copy the full SHA
    a185ef9 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2017

  1. fix docs in serial device selection regex

    The docs do not reflect the regex for some devices with a prefix of `cu.`. This commit changes the doc and not the regex
    joekearney committed Jan 1, 2017
    Configuration menu
    Copy the full SHA
    0b49596 View commit details
    Browse the repository at this point in the history
  2. Fix commands sent to Kettler serial devices

    Get-status is `ST` not `st`, and get-id is `ID` not `cd`.
    joekearney committed Jan 1, 2017
    Configuration menu
    Copy the full SHA
    174244d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'kettler-serial-fixes' of github.com:joekearney/GoldenCh…

    …eetah into kettler-serial-fixes
    joekearney committed Jan 1, 2017
    Configuration menu
    Copy the full SHA
    7404bd9 View commit details
    Browse the repository at this point in the history