Age | Commit message (Expand) | Author |
2018-02-07 | Bugfix in plannermodel for very short dive durations | Oliver Schwaneberg |
2018-01-31 | mobile cleanup: restyle construction of locationlist | Jan Mulder |
2018-01-31 | mobile cleanup: unduplicate code and do not loop over dives (1) | Jan Mulder |
2018-01-26 | Initialise cylinder start pressure with working pressure | Robert C. Helling |
2018-01-19 | Improve profile display in planner | Willem Ferguson |
2018-01-11 | Use helper function empty_string() instead of manual checks | Berthold Stoeger |
2018-01-11 | Introduce helper function empty_string() | Berthold Stoeger |
2018-01-10 | Pictures tied to profile are not supported on mobile | Jan Mulder |
2018-01-10 | Un-tie plannner model from profile on mobile | Jan Mulder |
2018-01-10 | Typo: indice -> index | Berthold Stoeger |
2018-01-10 | mobile: fix crash on delete dive from divelist | Jan Mulder |
2018-01-10 | Unused code: GpsListModel::addGpsFix() | Jan Mulder |
2018-01-10 | Unused code: remove CCRMax() and used macro | Jan Mulder |
2018-01-10 | build system: split qt-models into parts | Jan Mulder |
2018-01-10 | Move function to proper place | Jan Mulder |
2018-01-07 | Fix small memory leak | Jan Mulder |
2017-12-29 | cleanup: less than operators shall not use equal | Jan Mulder |
2017-12-28 | cleanup: Uninitialized scalar field | Jan Mulder |
2017-12-28 | cleanup: Uninitialized scalar field | Jan Mulder |
2017-12-28 | cleanup: Logically dead code | Jan Mulder |
2017-12-28 | cleanup: Argument cannot be negative | Jan Mulder |
2017-12-28 | filter: fix trip header bug | Jan Mulder |
2017-12-28 | filter: setStringList() at end of every change | Jan Mulder |
2017-12-28 | filter: prevent assert trap on exit filters | Jan Mulder |
2017-12-28 | Remove unnecessary dynamic_cast<>s in filter code | Berthold Stoeger |
2017-12-26 | Cleanup: avoid a few memory leaks | Dirk Hohndel |
2017-12-26 | Introduce negate-toggle buttons to filter lists | Berthold Stoeger |
2017-12-24 | Remove superfluous QScopedPointer<>s in singletons | Berthold Stoeger |
2017-12-24 | Small whitespace updates | Dirk Hohndel |
2017-12-24 | beginInsertRows requires last >= first | Jan Mulder |
2017-12-24 | Add select-all, deselect-all and invert-selection options to filters | Berthold Stoeger |
2017-12-24 | Move *FilterModel functions into base class | Berthold Stoeger |
2017-12-24 | Fold MultiFilterInterface into FilterModelBase | Berthold Stoeger |
2017-12-24 | Use function emitDataChanged in diveplannermodel consistently | Stefan Fuchs |
2017-12-24 | Simplify update of gflow and gfhigh values in the code | Stefan Fuchs |
2017-12-24 | Correcty typo ghflow -> gflow in diveplannermodel.cpp | Stefan Fuchs |
2017-12-21 | Fix BuddyFilterModel | Berthold Stoeger |
2017-12-18 | Implement different zoom levels for dive photos tab | Berthold Stoeger |
2017-12-18 | Make protected DivePictureModel members private | Berthold Stoeger |
2017-12-18 | Make scaleImages() a static function | Berthold Stoeger |
2017-12-15 | divepicturemodel: Reset start and end row for displayed_dive correctly | Stefan Fuchs |
2017-12-14 | mobile: stay on same dive after edit | Jan Mulder |
2017-12-13 | Enable removal of pictures from different dives at the same moment | Stefan Fuchs |
2017-12-13 | Dive pictures show pictures of all selected dives | Stefan Fuchs |
2017-12-13 | Remove unused divesitepicturemodel from qt-models | Stefan Fuchs |
2017-12-10 | Remove outdated comment | Berthold Stoeger |
2017-12-10 | Make thumbnail code threadsafe | Berthold Stoeger |
2017-12-10 | Simplify DivePictureModel | Berthold Stoeger |
2017-12-10 | Whitespace fixes in qt-models/divepicturemodel.cpp | Berthold Stoeger |
2017-12-08 | Cleanup: mark parameter as potentially unused | Dirk Hohndel |