summaryrefslogtreecommitdiffstats
path: root/desktop-widgets
AgeCommit message (Expand)Author
2019-11-14Undo: don't delete dive sites when pasting divesGravatar Berthold Stoeger
2019-11-14Undo: remove unrelated include in command_divelist.cppGravatar Berthold Stoeger
2019-11-14Undo: remove superfluous dive replot in DiveComputerBase::redoit()Gravatar Berthold Stoeger
2019-11-14Undo: remove superfluous refreshDisplay() in AddDive::(un)doit()Gravatar Berthold Stoeger
2019-11-14Cleanup: don't std::move() temporariesGravatar Berthold Stoeger
2019-11-11Show altitude corresponding to surface pressureGravatar willemferguson
2019-11-11Cleanup: introduce DiveTripModelBase::IS_TRIP_ROLEGravatar Berthold Stoeger
2019-11-11 Notes tab: Use top RH for depth and duretion fieldsGravatar willemferguson
2019-11-11Information tab: Make air and water tempertatures editableGravatar willemferguson
2019-11-10Reorganise the Information tab of the Info panelGravatar Willem Ferguson
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Desktop: support no-cylinders in dive information tabGravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-11-09Undo: Make PasteState cylinders list dynamically allocatedGravatar Berthold Stoeger
2019-11-09Cylinders: dynamically allocate cylinder arraysGravatar Berthold Stoeger
2019-11-09Core: dynamically allocate the result of get_gas_used()Gravatar Berthold Stoeger
2019-11-08Profile: remove ProfileWidget2::recalcCeiling()Gravatar Berthold Stoeger
2019-10-31Planner: Add option to treat O2 as narcoticGravatar Robert C. Helling
2019-10-28Cleanup: better handling of NULL dive in setCurrentDiveSiteGravatar Dirk Hohndel
2019-10-28Desktop: fix dive site editingGravatar Berthold Stoeger
2019-10-27Don't expose 'detach_buffer()' to membuffer usersGravatar Linus Torvalds
2019-10-27Cleanup: NULL check pointer before dereferencingGravatar Dirk Hohndel
2019-10-27Cleanup: prevent uninitialized pointerGravatar Dirk Hohndel
2019-10-27Cleanup: avoid out of bounds accessGravatar Dirk Hohndel
2019-10-26Undo: simplify profile repainting codeGravatar Berthold Stoeger
2019-10-26Undo: turn dive- and trip-fields into flagsGravatar Berthold Stoeger
2019-10-26Undo: update statistics if dive changedGravatar Berthold Stoeger
2019-10-26Undo: implement ReplanDive commandGravatar Berthold Stoeger
2019-10-26Desktop: make salinity a field known to the undo systemGravatar Berthold Stoeger
2019-10-20Cleanup: use pointer-to-member-function in addAction() callsGravatar Berthold Stoeger
2019-10-02Import: extract number of dives from model not from threadGravatar Berthold Stoeger
2019-10-02Import: clear table via model not via threadGravatar Berthold Stoeger
2019-10-02Import: get tables from DiveImportedModel not DownloadThreadGravatar Berthold Stoeger
2019-10-02Documentation: add comment to Command::importDivesGravatar Berthold Stoeger
2019-10-02Desktop: Use DiveImportedModel::deleteDeselected()Gravatar Berthold Stoeger
2019-10-02Import: Make DownloadThread a subobject of DiveImportedModelGravatar Berthold Stoeger
2019-09-27Revert the singleton PRGravatar Dirk Hohndel
2019-09-25Cleanup: unify idiosyncratic singletonsGravatar Berthold Stoeger
2019-09-21If only one dive selected, only one temperature in stats tabGravatar Fabio Rueda
2019-09-21Export: special case dive site mode when exporting dive sitesGravatar Berthold Stoeger
2019-09-21Cleanup: return each dive site only once in selectedDiveSites()Gravatar Berthold Stoeger
2019-09-21Export: move dive site selection logic to C++Gravatar Berthold Stoeger
2019-09-15if only one dive, max depth show in average fieldGravatar Fabio Rueda
2019-09-14Grantlee: split out grantlee-only property from DiveObjectHelperGravatar Berthold Stoeger
2019-09-14Mobile: transform DiveObjectHelper into value-typeGravatar Berthold Stoeger
2019-09-14DiveObjectHelper: Turn DiveObjectHelper into Q_GADGET based objectGravatar Berthold Stoeger
2019-09-11Add the ability to export print template as htmlGravatar Anton Lundin
2019-09-11Show correct notes entry when switching on stopsGravatar Robert C. Helling
2019-09-10Plan: introduce function that returns disclaimerGravatar Berthold Stoeger
2019-09-07Dive site: close dive site edit widget when dive site is deletedGravatar Berthold Stoeger