aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models
AgeCommit message (Expand)Author
2018-02-17Coding-style: remove superfluous parenthesesGravatar Berthold Stoeger
2018-02-07Bugfix in plannermodel for very short dive durationsGravatar Oliver Schwaneberg
2018-01-31mobile cleanup: restyle construction of locationlistGravatar Jan Mulder
2018-01-31mobile cleanup: unduplicate code and do not loop over dives (1)Gravatar Jan Mulder
2018-01-26Initialise cylinder start pressure with working pressureGravatar Robert C. Helling
2018-01-19Improve profile display in plannerGravatar Willem Ferguson
2018-01-11Use helper function empty_string() instead of manual checksGravatar Berthold Stoeger
2018-01-11Introduce helper function empty_string()Gravatar Berthold Stoeger
2018-01-10Pictures tied to profile are not supported on mobileGravatar Jan Mulder
2018-01-10Un-tie plannner model from profile on mobileGravatar Jan Mulder
2018-01-10Typo: indice -> indexGravatar Berthold Stoeger
2018-01-10mobile: fix crash on delete dive from divelistGravatar Jan Mulder
2018-01-10Unused code: GpsListModel::addGpsFix()Gravatar Jan Mulder
2018-01-10Unused code: remove CCRMax() and used macroGravatar Jan Mulder
2018-01-10build system: split qt-models into partsGravatar Jan Mulder
2018-01-10Move function to proper placeGravatar Jan Mulder
2018-01-07Fix small memory leakGravatar Jan Mulder
2017-12-29cleanup: less than operators shall not use equalGravatar Jan Mulder
2017-12-28cleanup: Uninitialized scalar fieldGravatar Jan Mulder
2017-12-28cleanup: Uninitialized scalar fieldGravatar Jan Mulder
2017-12-28cleanup: Logically dead codeGravatar Jan Mulder
2017-12-28cleanup: Argument cannot be negativeGravatar Jan Mulder
2017-12-28filter: fix trip header bugGravatar Jan Mulder
2017-12-28filter: setStringList() at end of every changeGravatar Jan Mulder
2017-12-28filter: prevent assert trap on exit filtersGravatar Jan Mulder
2017-12-28Remove unnecessary dynamic_cast<>s in filter codeGravatar Berthold Stoeger
2017-12-26Cleanup: avoid a few memory leaksGravatar Dirk Hohndel
2017-12-26Introduce negate-toggle buttons to filter listsGravatar Berthold Stoeger
2017-12-24Remove superfluous QScopedPointer<>s in singletonsGravatar Berthold Stoeger
2017-12-24Small whitespace updatesGravatar Dirk Hohndel
2017-12-24beginInsertRows requires last >= firstGravatar Jan Mulder
2017-12-24Add select-all, deselect-all and invert-selection options to filtersGravatar Berthold Stoeger
2017-12-24Move *FilterModel functions into base classGravatar Berthold Stoeger
2017-12-24Fold MultiFilterInterface into FilterModelBaseGravatar Berthold Stoeger
2017-12-24Use function emitDataChanged in diveplannermodel consistentlyGravatar Stefan Fuchs
2017-12-24Simplify update of gflow and gfhigh values in the codeGravatar Stefan Fuchs
2017-12-24Correcty typo ghflow -> gflow in diveplannermodel.cppGravatar Stefan Fuchs
2017-12-21Fix BuddyFilterModelGravatar Berthold Stoeger
2017-12-18Implement different zoom levels for dive photos tabGravatar Berthold Stoeger
2017-12-18Make protected DivePictureModel members privateGravatar Berthold Stoeger
2017-12-18Make scaleImages() a static functionGravatar Berthold Stoeger
2017-12-15divepicturemodel: Reset start and end row for displayed_dive correctlyGravatar Stefan Fuchs
2017-12-14mobile: stay on same dive after editGravatar Jan Mulder
2017-12-13Enable removal of pictures from different dives at the same momentGravatar Stefan Fuchs
2017-12-13Dive pictures show pictures of all selected divesGravatar Stefan Fuchs
2017-12-13Remove unused divesitepicturemodel from qt-modelsGravatar Stefan Fuchs
2017-12-10Remove outdated commentGravatar Berthold Stoeger
2017-12-10Make thumbnail code threadsafeGravatar Berthold Stoeger
2017-12-10Simplify DivePictureModelGravatar Berthold Stoeger
2017-12-10Whitespace fixes in qt-models/divepicturemodel.cppGravatar Berthold Stoeger