Age | Commit message (Expand) | Author |
2015-01-26 | ifdef hw_ostc3_device_config_{read,write} usage | Anton Lundin |
2015-01-21 | Emit 100% progress after quick actions | Anton Lundin |
2015-01-21 | Emit progress from suunto vyper config operations | Anton Lundin |
2015-01-21 | Emit progress events from firmware updates | Anton Lundin |
2015-01-21 | Add infrastructure to emit progress from threads | Anton Lundin |
2015-01-21 | Refactor device handling threads | Anton Lundin |
2014-12-30 | Cleanup OSTC settings debug code | Anton Lundin |
2014-12-29 | Remove debug code | Anton Lundin |
2014-12-29 | Another whitespace update | Dirk Hohndel |
2014-12-28 | Move Constructor next to rest of the class | Anton Lundin |
2014-12-28 | Lift code out to write_ostc_settings | Anton Lundin |
2014-12-28 | Lift code out to write_ostc3_settings | Anton Lundin |
2014-12-28 | Lift code out to read_ostc_settings | Anton Lundin |
2014-12-28 | Lift code out to read_ostc3_settings | Anton Lundin |
2014-12-28 | Lift code out to write_suunto_vyper_settings | Anton Lundin |
2014-12-28 | Lift code out to read_suunto_vyper_settings | Anton Lundin |
2014-12-28 | Whitespace cleanup | Dirk Hohndel |
2014-12-28 | Minor style cleanup | Anton Lundin |
2014-12-22 | Enable firmware updates for OSTC3/OSTC Sport | Anton Lundin |
2014-12-08 | Read and write alarm time correctly for Stinger | Anton Lundin |
2014-12-08 | Make sure the device open error reaches the user | Anton Lundin |
2014-12-07 | Style cleanup | Anton Lundin |
2014-12-02 | Remove libdivecomputer ifdefs for configuring OSTC | Anton Lundin |
2014-12-01 | configuredivecomputerthreads.cpp: conditionally define read_ostc_cf() | Lubomir I. Ivanov |
2014-11-19 | Change the OSTC3 macros to have a ; in the end | Anton Lundin |
2014-10-27 | Write config data to the OSTC | Anton Lundin |
2014-10-27 | Debug code for OSTC CF | Anton Lundin |
2014-10-27 | Decode CF configuration data from OSTC | Anton Lundin |
2014-10-27 | Decode configuration data from OSTC | Anton Lundin |
2014-10-27 | Debug code to simulate read/write to OSTC memory | Anton Lundin |
2014-10-27 | Cleanup syntax and styling in Configure DC | Anton Lundin |
2014-10-21 | Check return value after firmware updates | Anton Lundin |
2014-10-21 | Fix compability with libdivecomputer < 0.5.0 | Anton Lundin |
2014-10-20 | Configure support for OSTC, Mk.2/2N/2C | Anton Lundin |
2014-10-20 | Style cleanup | Anton Lundin |
2014-10-18 | Correct OSTC3 read/write of pressure sensor offset | Anton Lundin |
2014-10-18 | Add support to reset OSTC3 settings to default | Anton Lundin |
2014-10-18 | Read/Write more settings from the OSTC3 | Anton Lundin |
2014-10-18 | Simplify some OSTC3 Code with macros | Anton Lundin |
2014-10-18 | Define settings ids for the new OSTC3 settings | Anton Lundin |
2014-10-18 | Fix 02 typo, rename O2 members in devicesettings | Anton Lundin |
2014-10-18 | Add missing compass gain read from the OSTC3 | Anton Lundin |
2014-10-16 | Add a missing break after OSTC3 settings write | Anton Lundin |
2014-10-16 | Set the diluent values from the right buffer | Anton Lundin |
2014-10-15 | Read and write desaturation from OSTC3's | Anton Lundin |
2014-10-14 | Check that the model is a supported one | Anton Lundin |
2014-10-12 | This adds read/write of Suunto Vyper configs | Anton Lundin |
2014-10-12 | Remove double-assignment to rc varable | Anton Lundin |
2014-10-10 | Store the setpoint values read from OSTC3 | Anton Lundin |
2014-10-02 | Don't use switch with just one case | Dirk Hohndel |