Wireshark-commits: [Wireshark-commits] master b45e868: Qt: Make simple warnings and errors asynchro
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 20 May 2019 14:17:39 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b45e868e37ce18a9d672bc659088131cfbd461ee
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b45e868 by Tomasz Moń (desowin@xxxxxxxxx):

    Qt: Make simple warnings and errors asynchronous
    
    Filter repeated messages. Once a message box is closed, if there were
    any duplicates, log warning message with the number of duplicates that
    were supressed.
    
    Ping-Bug: 4811
    Change-Id: I0ce09d39a640a425f3288e0ab9d3f4ba7bf44bfa
    Reviewed-on: https://code.wireshark.org/review/33241
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  81cea3d   extcap: Do not free mutex and cond in thread_pool_wait()
     add  b45e868   Qt: Make simple warnings and errors asynchronous


Summary of changes:
 ui/qt/simple_dialog.cpp | 67 +++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 62 insertions(+), 5 deletions(-)