aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models
AgeCommit message (Expand)Author
2018-06-24Copy divemode to ReplanGravatar Robert C. Helling
2018-06-20equipment: sanitize 'ws_info' loop limitsGravatar Lubomir I. Ivanov
2018-06-20equipment: sanitize 'tank_info' loop limitsGravatar Lubomir I. Ivanov
2018-06-18Change from gettextFromC::instance()->tr() to gettextFromC::tr();Gravatar Stefan Fuchs
2018-06-18Use correct "tr" call for translating dive mode namesGravatar Stefan Fuchs
2018-06-17Dive computers: turn QMultiMap into sorted vectorGravatar Berthold Stoeger
2018-06-17Fix an error around translation of dive modes in the UIGravatar Stefan Fuchs
2018-06-04Cleanup: fold core/helpers.h into core/qthelper.hGravatar Berthold Stoeger
2018-05-21qt-models: Change Q_UNUSED to no parameter nameGravatar jan Iversen
2018-05-21Dive pictures: don't repopulate DivePictureModel on deletionGravatar Berthold Stoeger
2018-05-21Dive pictures: change removePicture() interfaceGravatar Berthold Stoeger
2018-05-21Dive pictures: use modelReset signal when reseting picture listGravatar Berthold Stoeger
2018-05-18mobile: add "Copy log to clipboard" buttonGravatar jan Iversen
2018-05-14Planner: Add combo box for dive mode selectionGravatar Robert C. Helling
2018-05-14Rename enum dive_comp_type to divemode_tGravatar Robert C. Helling
2018-05-14Add planner infra structure for bailoutGravatar Robert C. Helling
2018-05-14Core: remove dive.h from files that don't need itGravatar Dirk Hohndel
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-05-13Dive pictures: Don't update all pictures on drag & drop to profileGravatar Berthold Stoeger
2018-05-13Dive pictures: Move thumbnail-size to Thumbnailer classGravatar Berthold Stoeger
2018-05-13Dive pictures: Update pictures when thumbnails are readyGravatar Berthold Stoeger
2018-05-13Dive pictures: Introduce thumbnailer classGravatar Berthold Stoeger
2018-05-13Dive pictures: replace picture struct by QStringGravatar Berthold Stoeger
2018-05-13Dive pictures: turn SHashedImage class into getHashedImage() functionGravatar Berthold Stoeger
2018-05-13Dive pictures: save thumbnails to individual filesGravatar Berthold Stoeger
2018-05-13Dive pictures: Scale thumbnails on demandGravatar Berthold Stoeger
2018-05-11Corrected file name "weigthsysteminfomodel" to "weightsysteminfomodel"Gravatar Oliver Schwaneberg
2018-05-07Planner: don't return static data in fake_dc()Gravatar Berthold Stoeger
2018-04-28Plot OC-pO2 graph for SCR divesGravatar Willem Ferguson
2018-04-13iOS: log messagesGravatar Dirk Hohndel
2018-04-09Change taglist_get_tagstring to support 'unlimited' tag list sizeGravatar Jeremie Guichard
2018-04-04Add "Tags" column in Desktop app's dive list viewGravatar Jeremie Guichard
2018-04-01Debug: sprinkle debug messages in thumbnailing codeGravatar Berthold Stoeger
2018-03-22cmake: move maplocationmodel to generic modelsGravatar Dirk Hohndel
2018-03-14Cleanup: introduce copy_qstring() functionGravatar Berthold Stoeger
2018-03-14Cleanup: consistently use qPrintable()Gravatar Berthold Stoeger
2018-03-11cmake: update CMake to build the map components on mobileGravatar Lubomir I. Ivanov
2018-03-05Cleanup: Remove superfluous QString constructions in divetripmodel.cppGravatar Stefan Fuchs
2018-03-05Use correct numeric format based on selected locale (Qt domain part)Gravatar Stefan Fuchs
2018-02-27Updated strategy for removing cylindersGravatar Stefan Fuchs
2018-02-24Use temperature_t for temperatures in struct stats_tGravatar Stefan Fuchs
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