Age | Commit message (Expand) | Author |
2019-06-19 | Cleanup: move trip-related functions into own translation unit | Berthold Stoeger |
2019-06-19 | Cleanup: move tag functions into own translation unit | Berthold Stoeger |
2019-06-15 | Undo: add undo button to multi-dive-edited warning message | Berthold Stoeger |
2019-06-15 | Undo: hide multi-dive-edit warning message on subsequent edit | Berthold Stoeger |
2019-06-15 | Undo: only show warning message if dives were actually edited | Berthold Stoeger |
2019-06-15 | Undo: show warning message if more than one dive edited | Berthold Stoeger |
2019-06-15 | Cleanup: remove MainTab::addMessageAction() function | Berthold Stoeger |
2019-06-15 | Cleanup: unify comments in desktop-widgets/command.h | Berthold Stoeger |
2019-06-15 | Undo: return number of changed dives from undo commands | Berthold Stoeger |
2019-06-15 | Undo: don't create spurious undo commands for temperature fields | Berthold Stoeger |
2019-06-15 | Cleanup: remove silly typo in translation comments | Berthold Stoeger |
2019-06-10 | Cleanup: remove Q_PROPERTYs from MinMaxWidget | Berthold Stoeger |
2019-06-10 | Cleanup: Un-PIMPL-ize MinMaxAvgWidget | Berthold Stoeger |
2019-06-07 | Desktop: invalidate dive cache on equipment edit | Berthold Stoeger |
2019-06-07 | Desktop: don't show location-popup button in trip-edit mode | Berthold Stoeger |
2019-06-06 | Cleanup: remove unnecessary QRegularExpression copies | Berthold Stoeger |
2019-06-06 | Printing: use regexp in preprocessTemplate() | Berthold Stoeger |
2019-06-03 | Reword configure dive computer | Robert C. Helling |
2019-05-29 | Check if dive_site exists before accessing its name | Robert C. Helling |
2019-05-20 | Undo: be smarter about dive computer shown after deletion | Berthold Stoeger |
2019-05-20 | Cleanup: rename clone_dive() to move_dive() | Berthold Stoeger |
2019-05-20 | Cleanup: fix a few comments and debug messages | Berthold Stoeger |
2019-05-20 | Undo: make "delete dive computer" undoable | Berthold Stoeger |
2019-05-20 | Undo: make "move dive computer to front" undoable | Berthold Stoeger |
2019-05-17 | Undo: properly reference-count dive sites | Berthold Stoeger |
2019-05-17 | Undo: sort list of dives to add and delete | Berthold Stoeger |
2019-05-17 | Implement height-to-pressure functions in planner | willemferguson |
2019-05-15 | Cleanup: small coding style fixes | Dirk Hohndel |
2019-05-15 | Convert the atmospheric pressure in the Information Tab to an editable field | willemferguson |
2019-05-12 | Mainwindow: simplify application-state code | Berthold Stoeger |
2019-05-12 | Turn application state into enum | Berthold Stoeger |
2019-05-11 | Dive site: Add button to display all dive sites | Berthold Stoeger |
2019-05-11 | Cleanup: simplify DiveLocationLineEdit::showPopup() | Berthold Stoeger |
2019-05-11 | Dive site: show distance to current dive using extra data | Berthold Stoeger |
2019-05-11 | Dive site: sort by distance to current dive | Berthold Stoeger |
2019-05-11 | Dive site: create new dive site at location from GPS data | Berthold Stoeger |
2019-05-11 | Map: automatically update names on the map | Berthold Stoeger |
2019-05-11 | Map: construct list of dive sites from dive site table | Berthold Stoeger |
2019-05-11 | Map: remove skipReload logic in mapwidget.cpp | Berthold Stoeger |
2019-05-11 | Filter: add reference counting for dive-site mode | Berthold Stoeger |
2019-05-11 | Map: make edit mode depend on dive-site-filtering | Berthold Stoeger |
2019-05-11 | Selection: automatically unselect old selection in selectDives() | Berthold Stoeger |
2019-05-11 | Map: remove MapWidget::centerOnSelectedDiveSite | Berthold Stoeger |
2019-05-11 | Map: reload on selection change directly | Berthold Stoeger |
2019-05-11 | Cleanup: remove MapWidgetHelper::m_selectedDiveIds member | Berthold Stoeger |
2019-05-11 | Map: don't reload map when in edit mode | Berthold Stoeger |
2019-05-11 | Map: don't call exitEditMode() in MapWidget::reload() | Berthold Stoeger |
2019-05-11 | CSV Import: add heartrate support | Miika Turkia |
2019-05-06 | Create DivesiteImportDialog to select sites to import | Doug Junkins |
2019-05-06 | Add "Import dive sites" menu to mainwindow | Doug Junkins |