mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make double-clicking on the dive list bring up the dive editor
Now that the dive info window is read-only, we need to edit the dives some other way. We bring up a dive info edit dialog when you double-click on the dive list entry for that dive. I do want to have an "edit" button or keyboard shortcut or something too, though. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
842b05415f
commit
1efcf4538b
5 changed files with 128 additions and 71 deletions
3
dive.h
3
dive.h
|
@ -259,10 +259,8 @@ extern xmlDoc *test_xslt_transforms(xmlDoc *doc);
|
|||
#endif
|
||||
|
||||
extern void show_dive_info(struct dive *);
|
||||
extern void flush_dive_info_changes(struct dive *);
|
||||
|
||||
extern void show_dive_equipment(struct dive *);
|
||||
extern void flush_dive_equipment_changes(struct dive *);
|
||||
|
||||
extern void show_dive_stats(struct dive *);
|
||||
|
||||
|
@ -304,6 +302,7 @@ extern void add_location(const char *string);
|
|||
extern void remember_event(const char *eventname);
|
||||
extern void evn_foreach(void (*callback)(const char *, int *, void *), void *data);
|
||||
|
||||
extern int edit_dive_info(struct dive *dive);
|
||||
extern void dive_list_update_dives(void);
|
||||
extern void flush_divelist(struct dive *dive);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue