diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-01-17 13:45:49 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-01-17 19:06:08 (GMT) |
commit | d13bccd74759cd1c63a2036c279f04d9f052ecf3 (patch) | |
tree | adbd0b9d915748a2b46070282c07b3f16033d89e /ChangeLog | |
parent | 52ac5b1b340335f56ceb599dba63164a26f10b10 (diff) |
Updated access to the Edition menu based on the current selection.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +16-01-17 Cyrille Bagard <nocbos@gmail.com> + + * src/gtkext/gtkviewpanel.c: + Reset output arguments in gtk_view_panel_get_position() in all cases. + + * src/gui/editem-int.h: + * src/gui/editem.c: + * src/gui/editem.h: + Give a way to all editor items to react on selection changes. + + * src/gui/menus/edition.c: + * src/gui/menus/edition.h: + Update access to the Edition menu based on the current selection. + + * src/gui/menus/menubar.c: + * src/gui/status.c: + Update code. + 16-01-16 Cyrille Bagard <nocbos@gmail.com> * src/analysis/db/collection.c: |