Wireshark-commits: [Wireshark-commits] master 75c46e8: Qt: Add copy from another profile in UAT dia
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 05 Oct 2018 12:38:38 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=75c46e80bf2e6db3d59be99e63ac0d4243c5878e
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

75c46e8 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Add copy from another profile in UAT dialogs
    
    Add a new button to UAT dialogs to copy entries from another profile.
    
    Change-Id: I641ba764d8738f738466529d74d4a21ff13075a0
    Reviewed-on: https://code.wireshark.org/review/30028
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  84a0ecc   Qt: Add copy from another profile for colorfilters
     add  75c46e8   Qt: Add copy from another profile in UAT dialogs


Summary of changes:
 epan/dissectors/packet-dof.c           |  6 +++---
 epan/uat.c                             |  2 +-
 epan/uat.h                             |  3 ++-
 epan/uat_load.l                        | 10 ++++++++--
 ui/qt/io_graph_dialog.cpp              |  2 +-
 ui/qt/models/uat_model.cpp             |  7 +++++++
 ui/qt/models/uat_model.h               |  1 +
 ui/qt/sctp_chunk_statistics_dialog.cpp |  2 +-
 ui/qt/uat_dialog.cpp                   | 26 ++++++++++++++++++++++++--
 ui/qt/uat_dialog.h                     |  1 +
 ui/qt/uat_frame.cpp                    |  2 +-
 11 files changed, 50 insertions(+), 12 deletions(-)