http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46591
User: gerald
Date: 2012/12/18 09:21 AM
Log:
Add an AccordionFrame class which can animate showing and hiding (except
when we detect a remote connection). Use it for the "go to" and search
frames. Properly detect remote connections in the splash overlay.
Directory: /trunk/ui/qt/
Changes Path Action
+3 -0 CMakeLists.txt Modified
+2 -0 Makefile.common Modified
+5 -3 QtShark.pro Modified
+96 -0 accordion_frame.cpp Added
+51 -0 accordion_frame.h Added
+0 -13 main_window.cpp Modified
+7 -1 main_window.ui Modified
+8 -8 main_window_slots.cpp Modified
+9 -8 search_frame.cpp Modified
+3 -3 search_frame.h Modified
+1 -1 splash_overlay.cpp Modified