Age | Commit message (Expand) | Author |
2017-06-24 | Avoid Q_ASSERT with debug build of Qt | Dirk Hohndel |
2017-06-16 | QML UI: clear the previous list when downloading | Dirk Hohndel |
2017-06-15 | tankinfomodel.cpp: clamp row index to [0 - MAX_TANK_INFO] | Lubomir I. Ivanov |
2017-06-12 | Download dialog showed time incorrectly | Miika Turkia |
2017-06-11 | Fix a few warnings | Dirk Hohndel |
2017-06-11 | Make message handler write to console as well | Dirk Hohndel |
2017-06-11 | Add a messageHandler to take care of qDebug & friends on QML | Tomaz Canabrava |
2017-06-04 | QML UI: show selection box on the Download from DC list | Tomaz Canabrava |
2017-05-29 | QML UI: select / unselect dive by clicking on it | Tomaz Canabrava |
2017-05-29 | Fix typo | Dirk Hohndel |
2017-05-29 | QML UI: process freshly downloaded dives | Dirk Hohndel |
2017-05-29 | Don't leak memory on downloaded dives not picked | Dirk Hohndel |
2017-05-29 | mobile: Prevent tripping assert on empty BT download | Jan Mulder |
2017-05-28 | QML UI: add downloaded dives to dive list | Dirk Hohndel |
2017-05-27 | QML UI: add the Downloaded Dive Model | Tomaz Canabrava |
2017-05-27 | Separate the download thread from the widget logic | Tomaz Canabrava |
2017-05-27 | Move model code to models | Tomaz Canabrava |
2017-05-26 | Creation of dive duration string and surface interval string | Stefan Fuchs |
2017-05-26 | Adopt planner state caching to new struct | Robert C. Helling |
2017-05-06 | Consistently show dive duration based on preferences | Dirk Hohndel |
2017-04-29 | Add SPDX header to Qt models | Dirk Hohndel |
2017-04-26 | Correct divesite geocoding translation | Jan Mulder |
2017-04-24 | Deal with additional line break in dive notes from planner | Stefan Fuchs |
2017-04-20 | Identify user provided notes in plain text in replan | Robert C. Helling |
2017-04-20 | Handle CCR setpoint when replanning a dive | Jan Mulder |
2017-04-16 | Handle notes from planner | Stefan Fuchs |
2017-04-16 | Last added dive planner point for correct lenght not always added | Stefan Fuchs |
2017-03-28 | Always show notes when replanning | Robert C. Helling |
2017-03-28 | Handle notes in replan | Robert C. Helling |
2017-03-24 | Fix double to int truncation in C++ code | Jeremie Guichard |
2017-03-24 | Don't erroneously mark the cylinder pressure red - second try | Stefan Fuchs |
2017-03-13 | Correctly trigger update of cylinder table trash icons in planner | Stefan Fuchs |
2017-03-11 | Correct trash or trashforbidden icon and tooltip in cylinder table | Stefan Fuchs |
2017-03-11 | Add units (m or ft) for MOD and MND in cylinder table in planner | Stefan Fuchs |
2017-03-11 | Merge branch 'master' of https://github.com/dje29/subsurface | Dirk Hohndel |
2017-03-11 | Use abbreviations with dots. | Martin Měřinský |
2017-03-11 | Use 'Temp.' for abbreviations. | Martin Měřinský |
2017-03-11 | Cyl > Cylinder | Martin Měřinský |
2017-03-11 | Change type of divedatepoint.depth to depth_t | Robert C. Helling |
2017-03-11 | Make depth conversion work for negative depths | Robert C. Helling |
2017-03-11 | Minimum gas calculation - Calculations and UI parameters | Stefan Fuchs |
2017-03-11 | Don't erroneously mark the cylinder pressure red and set font italic | Stefan Fuchs |
2017-03-11 | Fix cyclinder table issue "workingpressure" in planner | Stefan Fuchs |
2017-03-08 | Change calls to rint into lrint avoiding conversion warnings | Jeremie Guichard |
2017-03-05 | Don't clear plan when (re-) planning | Dirk Hohndel |
2017-03-04 | Initialize cylinder index | Dirk Hohndel |
2017-03-04 | Ensure correct length of the created dive | Dirk Hohndel |
2017-03-04 | Only honor drop stone mode when planning a dive | Dirk Hohndel |
2017-03-04 | Implement manual setting of depth | Dirk Hohndel |
2017-02-26 | Call the cylinder working pressure "starting pressure" in planner | Robert C. Helling |