http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52988
User: gerald
Date: 2013/10/30 10:39 PM
Log:
Add initial support for geometry settings in the main window.
In the current Qt startup sequence the main window + splash screen is
displayed before the main preferences are loaded which means we can't
immediately apply the correct geometry. For now, use an animation to
morph from the default to the saved geometry after the prefs are loaded.
Get rid of main_do_quit() (Qt) and main_window_exit() (Qt+GTK). It looks
like they were unused.
Add wsApp->isInitialized() and use it to see if we should exit() when
the main window is closed. Otherwise we won't shut the application down
and clean up properly.
Directory: /trunk/ui/gtk/
Changes Path Action
+0 -9 gui_utils.c Modified
Directory: /trunk/ui/qt/
Changes Path Action
+2 -8 main.cpp Modified
+89 -13 main_window.cpp Modified
+3 -0 main_window.h Modified
+1 -0 main_window_slots.cpp Modified
+0 -2 qt_ui_utils.h Modified
+5 -9 wireshark_application.cpp Modified
+1 -0 wireshark_application.h Modified
Directory: /trunk/ui/
Changes Path Action
+0 -2 ui_util.h Modified