Wireshark-commits: [Wireshark-commits] master 3069129: Qt+wslua: Add back progress bar titles.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 31 Mar 2020 04:12:04 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3069129fe5e6593be4f3bcdc48f96e71d46cbdd5
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

3069129 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt+wslua: Add back progress bar titles.
    
    As part of the Qt migration we dropped support for showing progress bar
    titles. Add them back.
    
    Fix the title and task arguments in wslua.
    
    Change-Id: I76f008ff1f73e868a9b3833d24d355513692ae8b
    Reviewed-on: https://code.wireshark.org/review/36612
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  6f59b8e   wslua: Cross-reference and title case fixes.
     add  3069129   Qt+wslua: Add back progress bar titles.


Summary of changes:
 ui/qt/iax2_analysis_dialog.cpp |  2 +-
 ui/qt/progress_frame.cpp       | 41 +++++++++++++++++++++++++++++++----------
 ui/qt/progress_frame.h         |  2 +-
 ui/qt/progress_frame.ui        |  7 +++++++
 ui/qt/rtp_analysis_dialog.cpp  |  2 +-
 5 files changed, 41 insertions(+), 13 deletions(-)