summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/tab-widgets
AgeCommit message (Expand)Author
2020-04-07undo: remove TabDiveWidget::acceptChanges and rejectChangesGravatar Berthold Stoeger
2020-04-07undo: call removeCylinder undo command in equipment tabGravatar Berthold Stoeger
2020-04-07CylinderModel: make dive dynamicGravatar Berthold Stoeger
2020-03-18models: update divesite-model when clearing/updating dive modelGravatar Berthold Stoeger
2020-03-11Grammar: replaces 'indexes' by 'indices'Gravatar Robert C. Helling
2020-03-06Cleanup: Move stringToList to core/qthelper.cppGravatar Berthold Stoeger
2020-03-06Cleanup: use getDiveSelection() for shifting timeGravatar Berthold Stoeger
2020-02-28cleanup: remove setTabIcon() calls in MainTabGravatar Berthold Stoeger
2020-02-27cleanup: don't update tabs twice in MainTab::rejectChangesGravatar Berthold Stoeger
2020-02-27cleanup: remove weightsystems_equal functionGravatar Berthold Stoeger
2020-02-27cleanup: remove MainTab::modifiedGravatar Berthold Stoeger
2020-02-11Cylinders: Add CylindersModelFilteredGravatar Berthold Stoeger
2020-02-04Cleanup: lower-case filenames in core/subsurface-qt/Gravatar Berthold Stoeger
2020-01-10code cleanup: add missing initializationGravatar Dirk Hohndel
2020-01-06desktop UI: only show salinity warning when DC salinity is differentGravatar Dirk Hohndel
2020-01-06desktop UI: use salinity of current DC, not first DCGravatar Dirk Hohndel
2020-01-06desktop UI: correctly show the salinity data overwritten warningGravatar Dirk Hohndel
2020-01-06desktop UI: treat an unknown salinity as thatGravatar Dirk Hohndel
2020-01-06code cleanup: avoid unused argument warningsGravatar Dirk Hohndel
2020-01-06desktop UI: remove strange sprintf callsGravatar Dirk Hohndel
2020-01-06desktop UI: small cleanups of salinity codeGravatar willemferguson
2020-01-06core: read and write the user-specified salinityGravatar willemferguson
2020-01-06desktop UI: create the UI components for editing the salinity.Gravatar willemferguson
2019-12-05Cleanup: remove WeightModel::changedGravatar Berthold Stoeger
2019-12-05Undo: make weight editing undoableGravatar Berthold Stoeger
2019-12-05Undo: make weight-deletion an undoable actionGravatar Berthold Stoeger
2019-12-05Desktop: don't connect to remove() slot of model from TableModelGravatar Berthold Stoeger
2019-12-05Undo: make adding of weights an undoable actionGravatar Berthold Stoeger
2019-12-05Cleanup: remove displayed_dive from WeightModelGravatar Berthold Stoeger
2019-12-04Cleanup: remove unnecessary remember/restoreSelection() pairGravatar Berthold Stoeger
2019-12-04Cleanup: use quotation marks for non-system includesGravatar Berthold Stoeger
2019-12-04Selection: move selection functions from divelist.c to selection.cGravatar Berthold Stoeger
2019-12-04Cleanup: Fix order of initialization in MainTab::MainTab()Gravatar Berthold Stoeger
2019-12-03Undo: make profile-editing undoableGravatar Berthold Stoeger
2019-12-03Desktop: add additional star widgets to Information tabGravatar willemferguson
2019-12-03Desktop: enable additional environmental star widgetsGravatar willemferguson
2019-11-27Bugfix: inconsistent groupbox sizes in Iformation tabGravatar willemferguson
2019-11-19Filter: split out filter from modelGravatar Berthold Stoeger
2019-11-16Initialize modified memberGravatar Robert C. Helling
2019-11-16Remove setStyleSheet for "Dive mode" boxGravatar Stefan Fuchs
2019-11-16Fixes in tab widget UI layoutGravatar Stefan Fuchs
2019-11-14Refactoring: move undo commands to top levelGravatar Berthold Stoeger
2019-11-11Show altitude corresponding to surface pressureGravatar willemferguson
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-09Cylinders: dynamically allocate cylinder arraysGravatar Berthold Stoeger