summaryrefslogtreecommitdiffstats
path: root/desktop-widgets
AgeCommit message (Expand)Author
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 DiveListView::dontEmitDiveChangedSignal memberGravatar Berthold Stoeger
2019-12-04Cleanup: remove DiveListView::expandedRows member variableGravatar Berthold Stoeger
2019-12-04Cleanup: remove DiveListView::mouseClickSelection member variableGravatar Berthold Stoeger
2019-12-04Cleanup: remove toggle parameter from DiveListView::selectDive()Gravatar Berthold Stoeger
2019-12-04Cleanup: remove DiveListView::remember/restoreSelection()Gravatar Berthold Stoeger
2019-12-04Selection: don't reset selection when resortingGravatar Berthold Stoeger
2019-12-04Cleanup: remove unnecessary remember/restoreSelection() pairGravatar Berthold Stoeger
2019-12-04Cleanup: remove unpaired rememberSelection() callGravatar Berthold Stoeger
2019-12-04Selection: move translation of indexes to filter modelGravatar Berthold Stoeger
2019-12-04Selection: move initialization of selection from view to modelGravatar Berthold Stoeger
2019-12-04Selection: move selection of "first" dive to coreGravatar Berthold Stoeger
2019-12-04Cleanup: rename newCurrentDive signal to currentDiveChangedGravatar 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-03desktop-widgets: move export functions to shared classGravatar jan Iversen
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-12-03Desktop: handle environmental states in Information tabGravatar willemferguson
2019-11-28Desktop: Improve speed of selecting multiple (or all) divesGravatar Berthold Stoeger
2019-11-27Bugfix: inconsistent groupbox sizes in Iformation tabGravatar willemferguson
2019-11-19Cleanup: remove MainWindow::recreateDiveList() functionGravatar Berthold Stoeger
2019-11-19Desktop: don't reload dive list model after clearing the modelGravatar Berthold Stoeger
2019-11-19Cleanup: remove ProfileWidget2::refreshDisplay signalGravatar Berthold Stoeger
2019-11-19Filter: don't reload filter after reloading dive listGravatar Berthold Stoeger
2019-11-19Filter: move recalculation of filter from FilterModel to TripModelGravatar Berthold Stoeger
2019-11-19Filter: split out filter from modelGravatar Berthold Stoeger
2019-11-19Filter: move calculation of shown dives to undo commandGravatar Berthold Stoeger
2019-11-19Filter: move number of shown dives to coreGravatar 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-16Cleanup: use DiveTripModelBase::clear() to reset the logGravatar Berthold Stoeger
2019-11-16Cleanup: move clearing of current_dive into clear_dive_file_data()Gravatar Berthold Stoeger
2019-11-16Cleanup: fold cleanUpEmpty() into closeCurrentFile()Gravatar Berthold Stoeger
2019-11-14Refactoring: move undo commands to top levelGravatar Berthold Stoeger
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