Wireshark-commits: [Wireshark-commits] master 11324a7: Push initial directory code up into CaptureF

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 26 Mar 2016 01:44:30 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=11324a72578a748582196f3c0431e3a56894f5f5
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

11324a7 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Push initial directory code up into CaptureFileDialog.
    
    That way each (CaptureFileDialog) user doesn't have to (remember to) check the
    preference, etc., to figure out what directory to start in.
    
    Change-Id: Ifa60e1ef9dbd11689a3f72906997cf3ed8ce259c
    Reviewed-on: https://code.wireshark.org/review/14550
    Petri-Dish: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  928b570   Choose the appropriate initial directory for the Export Dissections window.
    adds  11324a7   Push initial directory code up into CaptureFileDialog.


Summary of changes:
 ui/qt/capture_file_dialog.cpp |   33 ++++++++++++++++++-----
 ui/qt/main_window.cpp         |   60 -----------------------------------------
 ui/qt/main_window_slots.cpp   |   20 --------------
 3 files changed, 26 insertions(+), 87 deletions(-)