aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/tab-widgets
AgeCommit message (Expand)Author
2020-05-03selection: create global single_selected_trip() functionGravatar Berthold Stoeger
2020-05-03profile: remove outside callers of ProfileWidget2::replot()Gravatar Berthold Stoeger
2020-05-02desktop: fix editing of tripsGravatar Berthold Stoeger
2020-04-30desktop: don't replot profile when populating dive information tabGravatar Berthold Stoeger
2020-04-26selection: replace selectedTrips() by singleSelectedTrip() functionGravatar Berthold Stoeger
2020-04-21desktop: don't access first data element if no cylindersGravatar Berthold Stoeger
2020-04-20desktop: rearrange widgets on the dive site tabGravatar Berthold Stoeger
2020-04-13desktop: remove special QGroupBox stylesheet for non-Windows systemsGravatar Berthold Stoeger
2020-04-07cleanup: remove unneeded includes from TabDiveEquipment.cppGravatar Berthold Stoeger
2020-04-07undo: show multiple dive warning when editing equipmentGravatar Berthold Stoeger
2020-04-07desktop/tabwidgets: replace editMode by booleanGravatar Berthold Stoeger
2020-04-07desktop/tabwidgets: replace IGNORE_MODE by flagGravatar Berthold Stoeger
2020-04-07cleanup: remove DIVE EditMode in MainTabGravatar Berthold Stoeger
2020-04-07cleanup: remove parameter to MainTab::enableEditionGravatar Berthold Stoeger
2020-04-07desktop: remove EDIT modeGravatar Berthold Stoeger
2020-04-07desktop: don't disable tabs in edit stateGravatar Berthold Stoeger
2020-04-07cleanup: don't center map on rejecting editGravatar Berthold Stoeger
2020-04-07cleanup: remove lastMode variable in MainTab::rejectChanges()Gravatar Berthold Stoeger
2020-04-07edit: remove multi-dive version of edit informationGravatar Berthold Stoeger
2020-04-07cleanup: remove strange recursive code in MainTab::enableEditionGravatar Berthold Stoeger
2020-04-07cleanup: remove cylinders_equal check in MainTab::rejectChanges()Gravatar Berthold Stoeger
2020-04-07undo: add cylinders via undoGravatar Berthold Stoeger
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