Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-13 | Port writing of date and time to new classes | Joseph W. Joshua | |
After splitting dive computer configuration classes, the date/time setting had not been ported. This adds the same to the classes. Signed-off-by: Joseph W. Joshua <joejoshw@gmail.com> Signed-off-by: Thiago Macieira <thiago@macieira.org> | |||
2014-08-09 | Move divecomputer configuration code to different files | Joseph W. Joshua | |
This splits the code in configuredivecomputer.cpp into multiple files. The read and write threads are moved to configuredivecomputerthreads.h/cpp, and the device details class is moved to devicedetails.h/.cpp Signed-off-by: Joseph W. Joshua <joejoshw@gmail.com> Signed-off-by: Thiago Macieira <thiago@macieira.org> |