Age | Commit message (Expand) | Author |
2020-05-07 | desktop: don't update models in MainWindow::refreshDisplay() | Berthold Stoeger |
2020-05-07 | cleanup: invert control-flow when resetting the core structures | Berthold Stoeger |
2020-05-06 | undo: make adding of pictures undoable | Berthold Stoeger |
2020-05-06 | media: move addition of pictures out of create_picture() | Berthold Stoeger |
2020-05-06 | undo: make picture (media) deletion undoable | Berthold Stoeger |
2020-05-06 | Cleanup: remove DivePictureThumbnailThread | Berthold Stoeger |
2020-05-06 | media: remove unused local variable | Berthold Stoeger |
2020-05-06 | media: put photo-view in row-selection mode | Berthold Stoeger |
2020-05-06 | media: don't send dive-id in drag&drop event | Berthold Stoeger |
2020-05-06 | cleanup: don't call updateDivePictures in MainWindow | Berthold Stoeger |
2020-05-06 | desktop: avoid spurious undo commands for date/time editing | Berthold Stoeger |
2020-05-06 | desktop: update statistics tab when cylinders changed | Berthold Stoeger |
2020-05-06 | desktop: update information tab when cylinders change | Berthold Stoeger |
2020-05-05 | cleanup: capitalize use dc | Monty Taylor |
2020-05-05 | cleanup: Change Salty to Brackish | Monty Taylor |
2020-05-05 | Grantlee: Add salinity and water type to grantlee variables | Monty Taylor |
2020-05-04 | Add conneciton for display variations checkbox | Robert C. Helling |
2020-05-04 | CSV export: include dive mode field | Miika Turkia |
2020-05-04 | planner: on printing, restore textual plan using a saved string | Berthold Stoeger |
2020-05-04 | desktop: remove unused if-branch in MainWindow::editCurrentDive() | Berthold Stoeger |
2020-05-04 | Planner: fold MainWindow::setupForAddAndPlan into createSimpleDive() | Berthold Stoeger |
2020-05-04 | planner: send plan in calculatedPlanNotes | Berthold Stoeger |
2020-05-04 | planner: update variations in planner not mainwindow | Berthold Stoeger |
2020-05-03 | selection: create global single_selected_trip() function | Berthold Stoeger |
2020-05-03 | selection: inform core of trip selection in DiveListView | Berthold Stoeger |
2020-05-03 | selection: introduce clear_selection() function | Berthold Stoeger |
2020-05-03 | cleanup: don't explicitly clear tabs in MainWindow::selectionChanged() | Berthold Stoeger |
2020-05-03 | profile: don't interpret NULL as current_dive in plotDive() | Berthold Stoeger |
2020-05-03 | profile: remove outside callers of ProfileWidget2::replot() | Berthold Stoeger |
2020-05-03 | cleanup: remove parameter to ProfleWidget2::replot() | Berthold Stoeger |
2020-05-03 | desktop: ask user when quitting application while planning | Berthold Stoeger |
2020-05-02 | desktop: fix editing of trips | Berthold Stoeger |
2020-05-01 | cleanup: move declaration of utc_mk* functions to new subsurface-time.h header | Berthold Stoeger |
2020-05-01 | cleanup: remove includes from desktop-widgets/locationinformation.h | Berthold Stoeger |
2020-05-01 | cleanup: move dive_table from dive.h to divelist.h | Berthold Stoeger |
2020-04-30 | desktop: don't replot profile when populating dive information tab | Berthold Stoeger |
2020-04-26 | selection: replace selectedTrips() by singleSelectedTrip() function | Berthold Stoeger |
2020-04-26 | desktop: select dives at once | Berthold Stoeger |
2020-04-26 | dive list: don't access selected dives via indices | Berthold Stoeger |
2020-04-26 | cleanup: make DiveListView slots private | Berthold Stoeger |
2020-04-26 | selection: move test for programmatical selection changes to widget | Berthold Stoeger |
2020-04-25 | cleanup: make various functions in DiveListView private | Berthold Stoeger |
2020-04-25 | cleanup: remove DiveListView::selectDives() | Berthold Stoeger |
2020-04-25 | map: call set_selection() core function to select dives | Berthold Stoeger |
2020-04-25 | desktop: remove selectionChangeDone() from DiveListView::selectDive() | Berthold Stoeger |
2020-04-25 | desktop: fold DiveListView::selectDive into DiveListView::selectDive | Berthold Stoeger |
2020-04-25 | desktop: remove scrollto default parameter of DiveListView::selectDive() | Berthold Stoeger |
2020-04-25 | desktop: remove selection-code to select a new current_dive | Berthold Stoeger |
2020-04-25 | desktop: don't select current dive after collapsing trips | Berthold Stoeger |
2020-04-25 | desktop: make DiveListView::selectDive() private | Berthold Stoeger |