Wireshark-commits: [Wireshark-commits] master 85aa48c: pluginIf: Add/Remove single entries from sel

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 3 Mar 2017 15:13:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=85aa48cef2d6334a05963bf36711d47eceb3d209
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

85aa48c by Roland Knall (rknall@xxxxxxxxx):

    pluginIf: Add/Remove single entries from selector
    
    Allow to add and remove single items from a selector list and also
    fixing the selection of items in a selector list
    
    Change-Id: I0c69ea97db6ca1a6932939f0df9049c6fb720f77
    Reviewed-on: https://code.wireshark.org/review/20363
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  9eca039   WSDG: update for $XDG_CONFIG_HOME
    adds  85aa48c   pluginIf: Add/Remove single entries from selector


Summary of changes:
 epan/plugin_if.c                              |   12 ++++
 epan/plugin_if.h                              |   36 +++++++++--
 plugins/pluginifdemo/ui/pluginifdemo_main.cpp |   56 +++++++++++++++++
 plugins/pluginifdemo/ui/pluginifdemo_main.h   |    1 +
 plugins/pluginifdemo/ui/pluginifdemo_main.ui  |   27 ++++++++
 ui/qt/additional_toolbar.cpp                  |   82 +++++++++++++++----------
 6 files changed, 179 insertions(+), 35 deletions(-)