mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Dive site: Add button to display all dive sites
On the main dive tab, add a button that opens the dive-site selection widget showing all dive sites. This is done by setting the "temporary dive site name" to the empty string. Thus no dive sites are filtered and the "add new dive site" entries are not shown. Moreover, the text is selected. The user can therefore immediately start typing to activate the filter or enter the name of a new dive site. The idea is that after downloading dives with GPS information the user can select one of the close dive sites. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
4a61f155d3
commit
32720a7c18
5 changed files with 28 additions and 0 deletions
|
@ -829,6 +829,11 @@ void MainTab::on_location_diveSiteSelected()
|
|||
Command::editDiveSite(newDs, false);
|
||||
}
|
||||
|
||||
void MainTab::on_locationPopupButton_clicked()
|
||||
{
|
||||
ui.location->showAllSites();
|
||||
}
|
||||
|
||||
void MainTab::on_diveTripLocation_editingFinished()
|
||||
{
|
||||
if (!currentTrip)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue