Age | Commit message (Expand) | Author |
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 |
2020-04-24 | cleanup: move clearing of event names to clear_dive_file_data() | Berthold Stoeger |
2020-04-24 | cleanup: move clearing of device nodes to clear_dive_file_data() | Berthold Stoeger |
2020-04-24 | filter: implement filtering for divemode | Berthold Stoeger |
2020-04-21 | cleanup: replace constructs of the type &vector[0] by vector.data() | Berthold Stoeger |
2020-04-21 | desktop: don't access first data element if no cylinders | Berthold Stoeger |
2020-04-20 | desktop: rearrange widgets on the dive site tab | Berthold Stoeger |
2020-04-19 | desktop: remove user survey | Dirk Hohndel |
2020-04-18 | Reorganise and reword divelog export panel | willemferguson |
2020-04-13 | desktop: remove special QGroupBox stylesheet for non-Windows systems | Berthold Stoeger |
2020-04-12 | delegates: remove TankInfoDelegate::createEditor() | Berthold Stoeger |
2020-04-12 | cleanup: remove unnecessary profile update after adding new dive | Berthold Stoeger |
2020-04-11 | Merge pull request #2643 from bstoeger/cylinder4 | Dirk Hohndel |
2020-04-10 | media: move picture function from dive.c to picture.c | Berthold Stoeger |
2020-04-07 | delegates: remove ComboBoxTemplate::fixTabBehavior | Berthold Stoeger |
2020-04-07 | delegates: call fixTabBehavior *before* closing the editor | Berthold Stoeger |
2020-04-07 | cleanup: make static fields local to ComboBoxDelegate | Berthold Stoeger |
2020-04-07 | cleanup: remove TankInfoDelegate::reenableReplot | Berthold Stoeger |
2020-04-07 | cleanup: remove unneeded includes from TabDiveEquipment.cpp | Berthold Stoeger |
2020-04-07 | undo: show multiple dive warning when editing equipment | Berthold Stoeger |
2020-04-07 | desktop/tabwidgets: replace editMode by boolean | Berthold Stoeger |