aboutsummaryrefslogtreecommitdiffstats
path: root/core/subsurface-qt
AgeCommit message (Expand)Author
2020-10-25undo: add device related undo commandsGravatar Berthold Stoeger
2020-10-24devices: add devices in Command::importTable()Gravatar Berthold Stoeger
2020-09-29filter: add filter preset undo commandsGravatar Berthold Stoeger
2020-08-21cleanup: remove obsolete logic in getFormattedCylinder()Gravatar Berthold Stoeger
2020-05-22cleanup: move timestampToDateTime() to qthelper.cppGravatar Berthold Stoeger
2020-05-07cleanup: invert control-flow when resetting the core structuresGravatar Berthold Stoeger
2020-05-06undo: make picture (media) deletion undoableGravatar Berthold Stoeger
2020-05-06undo: implement undo of setting a picture time by drag&dropGravatar Berthold Stoeger
2020-05-05Grantlee: Add salinity and water type to grantlee variablesGravatar Monty Taylor
2020-05-01cleanup: move dive_table from dive.h to divelist.hGravatar Berthold Stoeger
2020-04-26cleanup: remove Command::inCommand()Gravatar Berthold Stoeger
2020-04-07undo: replot profile if event changedGravatar Berthold Stoeger
2020-04-07undo: add cylinder undo commands by copy & pasteGravatar Berthold Stoeger
2020-03-24cleanup: fix unitialized valueGravatar Dirk Hohndel
2020-03-20Undo: implement invalidate-dive commandGravatar Berthold Stoeger
2020-03-12cleanup: remove current_dive parameter from divesSelected signalGravatar Berthold Stoeger
2020-02-04Cleanup: lower-case filenames in core/subsurface-qt/Gravatar Berthold Stoeger
2019-12-05Undo: make weight editing undoableGravatar Berthold Stoeger
2019-12-05Undo: make adding of weights an undoable actionGravatar Berthold Stoeger
2019-12-03Desktop: add additional star widgets to Information tabGravatar willemferguson
2019-11-19Dive list: update selection after clearing modelGravatar Berthold Stoeger
2019-11-19Filter: move recalculation of filter from FilterModel to TripModelGravatar Berthold Stoeger
2019-11-19Filter: move calculation of shown dives to undo commandGravatar Berthold Stoeger
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Mobile: optimize cylinderList() functionGravatar Berthold Stoeger
2019-11-09Cleanup: replace unsigned by signed parameter in two helper functionsGravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-10-26Undo: turn dive- and trip-fields into flagsGravatar Berthold Stoeger
2019-10-26Desktop: make salinity a field known to the undo systemGravatar Berthold Stoeger
2019-10-20Core: move cylinder list getter into helper functionGravatar Dirk Hohndel
2019-10-20Core: make helper functions globalGravatar Dirk Hohndel
2019-10-20Core: debug helper for DOH constructorGravatar Dirk Hohndel
2019-09-14Grantlee: split out grantlee-only property from DiveObjectHelperGravatar Berthold Stoeger
2019-09-14Mobile: transform DiveObjectHelper into value-typeGravatar Berthold Stoeger
2019-09-14Cleanup: make cylinder_t argument to CylinderObjectHelper constGravatar Berthold Stoeger
2019-09-14Cleanup: remove unused function DiveObjectHelper::cylinder(int)Gravatar Berthold Stoeger
2019-09-14Cleanup: remove unused function DiveObjectHelper::weight(int)Gravatar Berthold Stoeger
2019-09-14Mobile: remove DiveObjectHelper to bool castsGravatar Berthold Stoeger
2019-09-14Mobile: remove DiveObjectHelper::getDive()Gravatar Berthold Stoeger
2019-09-14Mobile: Generate DiveObjectHelpers on the flyGravatar Berthold Stoeger
2019-09-14DiveObjectHelper: Turn DiveObjectHelper into Q_GADGET based objectGravatar Berthold Stoeger
2019-09-14Mobile: move tripNrDive from DiveObjectHelper to DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: move tripId from DiveObjectHelper to DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: remove full-text properties from DiveObjectHelperGravatar Berthold Stoeger
2019-09-11Use and handle <br/> in DiveObjectHelperGravatar Anton Lundin
2019-08-22Grantlee: generate vector of cylinder data on-demandGravatar Berthold Stoeger
2019-08-22Cleanup: turn CylinderObjectHelper into value typeGravatar Berthold Stoeger
2019-08-22Cleanup: don't include dive.h in CylinderObjectHelper.hppGravatar Berthold Stoeger
2019-08-12DiveObjectHelper: warn if object is generated from the null pointerGravatar Berthold Stoeger
2019-08-12DiveObjectHelper: remove default argumentGravatar Berthold Stoeger