Wireshark-commits: [Wireshark-commits] master accd563: Qt: Consolidate mimedata usage
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 03 Nov 2019 15:45:40 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=accd563aaf3f26ea20f30397515fbeb6d818d2f0
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

accd563 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Consolidate mimedata usage
    
    Ensure, that all mimedata uses similar mimetypes and document
    the mimetypes being used throughout wireshark
    
    Change-Id: I7c02d0a5e12a823153640e600051abb95d58cdeb
    Reviewed-on: https://code.wireshark.org/review/34923
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  d1128e5   rtp_analysis_dialog.cpp: Correct src/dst info for two independent streams
     add  accd563   Qt: Consolidate mimedata usage


Summary of changes:
 docbook/wsdg_src/WSDG_chapter_sources.adoc | 67 ++++++++++++++++++++++++++++++
 ui/qt/models/coloring_rules_model.cpp      | 23 ++++------
 ui/qt/models/column_list_model.cpp         | 12 ++++--
 ui/qt/models/column_list_model.h           |  1 +
 ui/qt/models/filter_list_model.cpp         |  9 ++--
 ui/qt/utils/wireshark_mime_data.cpp        |  4 ++
 ui/qt/utils/wireshark_mime_data.h          |  4 ++
 7 files changed, 97 insertions(+), 23 deletions(-)