aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets
AgeCommit message (Expand)Author
2019-06-19Cleanup: move tag functions into own translation unitGravatar Berthold Stoeger
2019-06-15Undo: add undo button to multi-dive-edited warning messageGravatar Berthold Stoeger
2019-06-15Undo: hide multi-dive-edit warning message on subsequent editGravatar Berthold Stoeger
2019-06-15Undo: only show warning message if dives were actually editedGravatar Berthold Stoeger
2019-06-15Undo: show warning message if more than one dive editedGravatar Berthold Stoeger
2019-06-15Cleanup: remove MainTab::addMessageAction() functionGravatar Berthold Stoeger
2019-06-15Cleanup: unify comments in desktop-widgets/command.hGravatar Berthold Stoeger
2019-06-15Undo: return number of changed dives from undo commandsGravatar Berthold Stoeger
2019-06-15Undo: don't create spurious undo commands for temperature fieldsGravatar Berthold Stoeger
2019-06-15Cleanup: remove silly typo in translation commentsGravatar Berthold Stoeger
2019-06-10Cleanup: remove Q_PROPERTYs from MinMaxWidgetGravatar Berthold Stoeger
2019-06-10Cleanup: Un-PIMPL-ize MinMaxAvgWidgetGravatar Berthold Stoeger
2019-06-07Desktop: invalidate dive cache on equipment editGravatar Berthold Stoeger
2019-06-07Desktop: don't show location-popup button in trip-edit modeGravatar Berthold Stoeger
2019-06-06Cleanup: remove unnecessary QRegularExpression copiesGravatar Berthold Stoeger
2019-06-06Printing: use regexp in preprocessTemplate()Gravatar Berthold Stoeger
2019-06-03Reword configure dive computerGravatar Robert C. Helling
2019-05-29Check if dive_site exists before accessing its nameGravatar Robert C. Helling
2019-05-20Undo: be smarter about dive computer shown after deletionGravatar Berthold Stoeger
2019-05-20Cleanup: rename clone_dive() to move_dive()Gravatar Berthold Stoeger
2019-05-20Cleanup: fix a few comments and debug messagesGravatar Berthold Stoeger
2019-05-20Undo: make "delete dive computer" undoableGravatar Berthold Stoeger
2019-05-20Undo: make "move dive computer to front" undoableGravatar Berthold Stoeger
2019-05-17Undo: properly reference-count dive sitesGravatar Berthold Stoeger
2019-05-17Undo: sort list of dives to add and deleteGravatar Berthold Stoeger
2019-05-17Implement height-to-pressure functions in plannerGravatar willemferguson
2019-05-15Cleanup: small coding style fixesGravatar Dirk Hohndel
2019-05-15Convert the atmospheric pressure in the Information Tab to an editable fieldGravatar willemferguson
2019-05-12Mainwindow: simplify application-state codeGravatar Berthold Stoeger
2019-05-12Turn application state into enumGravatar Berthold Stoeger
2019-05-11Dive site: Add button to display all dive sitesGravatar Berthold Stoeger
2019-05-11Cleanup: simplify DiveLocationLineEdit::showPopup()Gravatar Berthold Stoeger
2019-05-11Dive site: show distance to current dive using extra dataGravatar Berthold Stoeger
2019-05-11Dive site: sort by distance to current diveGravatar Berthold Stoeger
2019-05-11Dive site: create new dive site at location from GPS dataGravatar Berthold Stoeger
2019-05-11Map: automatically update names on the mapGravatar Berthold Stoeger
2019-05-11Map: construct list of dive sites from dive site tableGravatar Berthold Stoeger
2019-05-11Map: remove skipReload logic in mapwidget.cppGravatar Berthold Stoeger
2019-05-11Filter: add reference counting for dive-site modeGravatar Berthold Stoeger
2019-05-11Map: make edit mode depend on dive-site-filteringGravatar Berthold Stoeger
2019-05-11Selection: automatically unselect old selection in selectDives()Gravatar Berthold Stoeger
2019-05-11Map: remove MapWidget::centerOnSelectedDiveSiteGravatar Berthold Stoeger
2019-05-11Map: reload on selection change directlyGravatar Berthold Stoeger
2019-05-11Cleanup: remove MapWidgetHelper::m_selectedDiveIds memberGravatar Berthold Stoeger
2019-05-11Map: don't reload map when in edit modeGravatar Berthold Stoeger
2019-05-11Map: don't call exitEditMode() in MapWidget::reload()Gravatar Berthold Stoeger
2019-05-11CSV Import: add heartrate supportGravatar Miika Turkia
2019-05-06Create DivesiteImportDialog to select sites to importGravatar Doug Junkins
2019-05-06Add "Import dive sites" menu to mainwindowGravatar Doug Junkins
2019-05-06Add undo/redo commands for importing dive sitesGravatar Doug Junkins