mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
desktop: make dive site list an independent widget
This used to be one of the tab-widgets, which was illogical and caused confusion. Notably, erroneously clicking on the tab header led to a reset of the dive selection. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
b5889f0f3c
commit
17033d0d83
10 changed files with 94 additions and 65 deletions
|
@ -93,6 +93,7 @@
|
|||
<addaction name="actionViewProfile"/>
|
||||
<addaction name="actionViewInfo"/>
|
||||
<addaction name="actionViewMap"/>
|
||||
<addaction name="actionViewDiveSites"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionStats"/>
|
||||
<addaction name="actionYearlyStatistics"/>
|
||||
|
@ -343,6 +344,14 @@
|
|||
<string notr="true">Ctrl+5</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionViewDiveSites">
|
||||
<property name="text">
|
||||
<string>Dive sites</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string notr="true">Ctrl+6</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDivePlanner">
|
||||
<property name="text">
|
||||
<string>P&lan dive</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue