Wireshark-commits: [Wireshark-commits] rev 45405: /trunk/ui/ /trunk/ui/gtk/: range_utils.c /trunk/u

Date: Mon, 08 Oct 2012 20:01:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45405

User: gerald
Date: 2012/10/08 01:01 PM

Log:
 Add a PacketRangeGroupBox widget. Use it to implement "Export Selected
 Packets". Not yet tested on Windows. "Ignore Packet" hasn't been
 implemented so we can't test that either.
 
 Create a SyntaxLineEdit widget from the QLineEdit code in
 DisplayFilterEdit. Use it in the file import and export dialogs and the
 PacketRangeGroupBox widget. This lets us provide instant feedback
 instead of popping up an error dialog.
 
 Expand the Tango color list based on
 http://emilis.info/other/extended_tango .
 
 Rearrange QtShark.pro to (hopefully) work better with Qt Creator.

Directory: /trunk/ui/gtk/
  Changes    Path             Action
  +13 -1     range_utils.c    Modified

Directory: /trunk/ui/qt/
  Changes    Path                          Action
  +4 -0      CMakeLists.txt                Modified
  +7 -1      Makefile.common               Modified
  +65 -70    QtShark.pro                   Modified
  +92 -27    capture_file_dialog.cpp       Modified
  +17 -6     capture_file_dialog.h         Modified
  +14 -41    display_filter_edit.cpp       Modified
  +2 -9      display_filter_edit.h         Modified
  +93 -115   import_text_dialog.cpp        Modified
  +4 -1      import_text_dialog.h          Modified
  +14 -10    import_text_dialog.ui         Modified


(11 files not shown)