Wireshark-commits: [Wireshark-commits] master 25d90cb: Put the preview-generation loop into a commo

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 09 Feb 2018 20:29:18 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=25d90cb13c6f4296fd0c698ea8b2b67766bfbc88
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

25d90cb by Guy Harris (guy@xxxxxxxxxxxx):

    Put the preview-generation loop into a common routine.
    
    Don't have all the file open dialogs have their own copies.
    
    Change-Id: Icd6f2fd44b081575e6481a134027c90046938c64
    Reviewed-on: https://code.wireshark.org/review/25717
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  be38102   caputils/tools: more SPDX convertions.
    adds  25d90cb   Put the preview-generation loop into a common routine.


Summary of changes:
 ui/CMakeLists.txt             |   1 +
 ui/Makefile.am                |   1 +
 ui/file_dialog.c              |  95 +++++++++++++++++++++++++++++++++++++++
 ui/file_dialog.h              |  16 +++++++
 ui/gtk/capture_file_dlg.c     |  72 ++++++++---------------------
 ui/qt/capture_file_dialog.cpp |  62 ++++++-------------------
 ui/win32/file_dlg_win32.c     | 102 +++++++++++++++++-------------------------
 7 files changed, 188 insertions(+), 161 deletions(-)
 create mode 100644 ui/file_dialog.c