aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models
AgeCommit message (Expand)Author
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
2017-12-08Cleanup: mark parameter as potentially unusedGravatar Dirk Hohndel
2017-12-02In planner variations use variables for delta valuesGravatar Stefan Fuchs
2017-12-02Planner variations stop time calculation cover all stopsGravatar Stefan Fuchs
2017-12-01Remove unnecessary #include and correct whitespaceGravatar Robert C. Helling
2017-12-01Change #include line to make Linux builds happyGravatar Robert C. Helling
2017-12-01Document background computation of variationsGravatar Robert C. Helling
2017-12-01Prevent redundant replanningGravatar Robert C. Helling
2017-12-01Disable plan variation in recreational modeGravatar Rick Walsh
2017-12-01Add imperial units to variations computationGravatar Robert C. Helling
2017-12-01Don't block profile updates in variations computationGravatar Robert C. Helling
2017-12-01Make background calculation optionalGravatar Robert C. Helling
2017-12-01Actually compute variations in backgroundGravatar Robert C. Helling
2017-11-30Use better aliases for icons.Gravatar Martin Měřinský
2017-11-29Revert "Use consistent aliases for all icons."Gravatar Dirk Hohndel
2017-11-29Use consistent aliases for all icons.Gravatar Martin Měřinský
2017-11-27Add debug function dump_cylindersGravatar Stefan Fuchs
2017-11-26Inform LocationFilterModel of added dive site nameGravatar Berthold Stoeger
2017-11-26Inform LocationFilterModel of changed dive site nameGravatar Berthold Stoeger
2017-11-26Fix comparison function in qt-models/divelocationmodel.cppGravatar Berthold Stoeger
2017-11-26Remove unused method LocationInformationModel::addDiveSite()Gravatar Berthold Stoeger
2017-11-25Use equality instead of substring comparison in suits and buddy filterGravatar Berthold Stoeger
2017-11-25Hand planner variables to profileGravatar Robert C. Helling
2017-11-25Localize global planner stateGravatar Robert C. Helling
2017-11-25Run variations calculation in backgroundGravatar Robert C. Helling
2017-11-25Update filters on refreshDisplay and remember old selecttionsGravatar Berthold Stoeger
2017-11-25Replace bool * array by std::vector<char> in MultiFilterInterfaceGravatar Berthold Stoeger