Changes between Initial Version and Version 4 of Ticket #8293


Ignore:
Timestamp:
2012-12-26T13:37:48+01:00 (13 years ago)
Author:
akks
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8293

    • Property Type defectenhancement
    • Property Summary Properties dialog: select newly added or edited keys automaicallyProperties dialog: select newly added or edited keys automatically
  • Ticket #8293 – Description

    initial v4  
    33I tried to improve this behaviour. Now if user edits or adds some tag, it will be preselected in properties table.
    44
    5 PropertiesDialog seemed far to big for me to edit, so it was split into PropertiesDialog (ToggleDialog GUI and events) and TagEditHelper (add and edit windows, autocompletion, applying changes). Now they can be modified separately.
     5PropertiesDialog seemed far too big for me to edit, so it was split into PropertiesDialog (ToggleDialog GUI and events) and TagEditHelper (add and edit windows, autocompletion, applying changes). Now they can be modified separately (I planned to add multiple recent tags adding).
    66
    77Please see the changes of the code and behaviour. I hope it is more convenient, but maybe I missed something.