Wireshark-commits: [Wireshark-commits] rev 45885: /trunk/ui/qt/ /trunk/ui/qt/: main.cpp main_welcom

Date: Sat, 03 Nov 2012 22:48:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45885

User: gerald
Date: 2012/11/03 03:48 PM

Log:
 Move the main window creation to the top of main() in anticipation of a
 splash pane.
 
 Add an "initialized" state to WiresharkApplication and set it when we're
 done calling our init routines. Handle FileOpen events. Wait until we're
 initialized to try to open the files. On OS X
 
     open -a /path/to/qtshark.app /path/to/some/file.pcap
     
 now works as expected, and
 
     osascript -e 'tell application "qtshark" to open posix file "'"/path/to/some/file.pcap"'"'
     
 works but returns "missing value".

Directory: /trunk/ui/qt/
  Changes    Path                         Action
  +14 -4     main.cpp                     Modified
  +1 -1      main_welcome.cpp             Modified
  +1 -1      main_window_slots.cpp        Modified
  +33 -4     wireshark_application.cpp    Modified
  +10 -1     wireshark_application.h      Modified