Wireshark-commits: [Wireshark-commits] rev 45912: / /trunk/ui/qt/: CMakeLists.txt Makefile.common Q

Date: Mon, 05 Nov 2012 03:54:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45912

User: gerald
Date: 2012/11/04 07:54 PM

Log:
 Move the MWOverlay code into its own class, SplashOverlay. Use it to
 implement a splash screen.

Directory: /trunk/ui/qt/
  Changes    Path                         Action
  +3 -0      CMakeLists.txt               Modified
  +4 -1      Makefile.common              Modified
  +6 -3      QtShark.pro                  Modified
  +3 -7      main.cpp                     Modified
  +19 -36    main_welcome.cpp             Modified
  +6 -10     main_welcome.h               Modified
  +205 -0    splash_overlay.cpp           Added
  +77 -0     splash_overlay.h             Added
  +97 -0     splash_overlay.ui            Added
  +6 -0      wireshark_application.cpp    Modified
  +4 -0      wireshark_application.h      Modified