Wireshark-commits: [Wireshark-commits] master-2.0 2478610: Qt: various fixes to UAT dialog

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 16 Oct 2015 08:42:16 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2478610132a90ebe4e36df5d40fbc41c1ac0d27d
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

2478610 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Qt: various fixes to UAT dialog
    
    - call set callback even when no check callback is available
    - convert an ascii string containing hex to an hex string for PT_TXTMOD_HEXBYTES entries
    - move update_cb call to the end of stringPrefEditingFinished() (to avoid calling it each time a character is typed in the edit line)
    - when a new row is created, ensure that UAT record is configured with the default enum value selected by the GUI
    
    Bug: 11396
    Change-Id: I9d1094629b4a014fed1704b35cd795cd7f2f136a
    Reviewed-on: https://code.wireshark.org/review/11032
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 969c307820f03a98f3fe1980e0903cb8e2b6e6b0)
    Reviewed-on: https://code.wireshark.org/review/11084
    

Actions performed:

    from  177cb7d   Make it possible to not build the Qt RPM (again).
    adds  2478610   Qt: various fixes to UAT dialog


Summary of changes:
 ui/qt/uat_dialog.cpp |   94 +++++++++++++++++++++++++++++++++++---------------
 ui/qt/uat_dialog.h   |    1 +
 ui/qt/uat_dialog.ui  |    7 ++++
 3 files changed, 74 insertions(+), 28 deletions(-)