Wireshark-commits: [Wireshark-commits] rev 49453: /trunk/ui/qt/ /trunk/ui/qt/: main_window.cpp main
Date: Mon, 20 May 2013 18:56:34 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49453

User: alagoutte
Date: 2013/05/20 11:56 AM

Log:
 From report of mot990-8omk7tp8mio8ro via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8469 QtShark (wireshark-qt) doesn't use the saved preferences
 
 Detail about this issue :
 Bug is reproduced when accessing Preferences Dialog before QtShark start-up is finished,
 specifically before preferences loading is completed which comes very late in the initialization process.
 
 Fix from Richard Turner :
 Patch to fix problems arising from users interacting with main interface before initialization is complete
 
 Introduced a new slot function in main window for the locking of features before
 init complete and for the unlocking of features after all systems good to go.

Directory: /trunk/ui/qt/
  Changes    Path                     Action
  +5 -0      main_window.cpp          Modified
  +2 -0      main_window.h            Modified
  +15 -0     main_window_slots.cpp    Modified