Wireshark-commits: [Wireshark-commits] rev 51914: /trunk/ui/qt/ /trunk/ui/qt/: splash_overlay.cpp
Date: Tue, 10 Sep 2013 01:08:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51914

User: eapache
Date: 2013/09/09 06:08 PM

Log:
 Restart the splash timer *after* the paint has completed, so that in situations
 when the paint takes a long time (for very large windows, or on older machines)
 that doesn't cause every single event to paint (which slows the whole thing to
 a crawl). Drop the splash timer to 15ms, since we're no longer counting paints
 this seems like a more appropriate value. The old value of 50ms would causing
 the splash to only paint once or twice during startup.

Directory: /trunk/ui/qt/
  Changes    Path                  Action
  +3 -2      splash_overlay.cpp    Modified