index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
desktop-widgets
Age
Commit message (
Expand
)
Author
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
2020-04-07
desktop/tabwidgets: replace IGNORE_MODE by flag
Berthold Stoeger
2020-04-07
desktop: properly initialize activeText of model-delegates
Berthold Stoeger
2020-04-07
undo: implement set point change undo command
Berthold Stoeger
2020-04-07
undo: switch SetpointDialog from divecomputer to dive + dc-number
Berthold Stoeger
2020-04-07
cleanup: use pointer-to-member version of connect in SetpointDialog
Berthold Stoeger
2020-04-07
cleanup: un-singletonify SetpointDialog
Berthold Stoeger
2020-04-07
cleanup: remove DIVE EditMode in MainTab
Berthold Stoeger
2020-04-07
cleanup: remove parameter to MainTab::enableEdition
Berthold Stoeger
2020-04-07
desktop: remove EDIT mode
Berthold Stoeger
2020-04-07
desktop: move undo-disabling from enterEditState to disableShortcuts
Berthold Stoeger
2020-04-07
undo/cylinders: Implement editing of the type
Berthold Stoeger
2020-04-07
cleanup: remove default-code for editCurrentDive
Berthold Stoeger
2020-04-07
desktop: don't disable tabs in edit state
Berthold Stoeger
2020-04-07
cleanup: don't center map on rejecting edit
Berthold Stoeger
[next]