Wireshark-commits: [Wireshark-commits] master-2.0 d811f12: Qt: Show physical interfaces first.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 1 Feb 2016 23:58:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d811f12183732dbebcc7c09c2de43f97b8408ea5
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

d811f12 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Show physical interfaces first.
    
    List physical interfaces before virtual (extcap) interfaces in the main
    window. As cool and interesting as the randpkt interface is, I'm not
    sure it should come before interfaces with live traffic.
    
    Resize our columns once instead of each time we add an interface.
    
    Change-Id: I917532ab1d76b48c3e307d1f5a1c6c02def4e8aa
    Reviewed-on: https://code.wireshark.org/review/12933
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit b152ca3c20e20da901e0678ea9d98fd9af090033)
    Reviewed-on: https://code.wireshark.org/review/13652
    

Actions performed:

    from  a095628   Qt: Fixup the Display Filter Expression syntax logic.
    adds  d811f12   Qt: Show physical interfaces first.


Summary of changes:
 ui/qt/interface_tree.cpp |   31 ++++++++++++++++++++++---------
 1 file changed, 22 insertions(+), 9 deletions(-)