http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51647
User: eapache
Date: 2013/09/02 09:03 AM
Log:
Respect the layout preference (just the horizontal/vertical splitting of the
panes, not yet which data goes in which pane).
You currently have to restart for the change to take effect. I also had to move
the preferences-reading (and thus the epan_init) call to before the main window
instantiation so that the preference was actually available for use. This means
that the progress-bar doesn't show up for very long any more, since most of the
work is already done by the time it appears.
I'm sure there is a way to delay just the layout setup until later, but I kept
getting slot errors I couldn't figure out...
Directory: /trunk/ui/qt/
Changes Path Action
+2 -2 layout_preferences_frame.h Modified
+12 -11 main.cpp Modified
+87 -24 main_window.cpp Modified
+5 -1 main_window.h Modified
+3 -3 main_window_slots.cpp Modified