aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/splash_overlay.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-10-31Remove unused RA_PYTHON_REGISTER and RA_PYTHON_HANDOFF.Stig Bjørlykke1-6/+0
Change-Id: Ia2bccb46be79a934dce447ec04dd81e12df9e131 Reviewed-on: https://code.wireshark.org/review/5021 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
2014-10-15Typos in source code and in README.qtDario Lombardo1-2/+2
Change-Id: I5aef31ef7ad604352f6e108835f0e9c2d10cdf8a Reviewed-on: https://code.wireshark.org/review/4706 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-10-01Qt: Try to reduce the initialization time.Gerald Combs1-1/+1
Change-Id: I4f7e9abee9ebb7ecc862e2122bc47ec65252c3ec Reviewed-on: https://code.wireshark.org/review/4410 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-06-16More Python-bindings removal.Jeff Morriss1-3/+0
Change-Id: I4d82175781e65c73179f4c8e737a7900cb050bce Reviewed-on: https://code.wireshark.org/review/2283 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-10-05Fix the white-rectangle-at-startup artifact with the help of GammaRay[1].Gerald Combs1-1/+3
Make extra_split_ a member variable again. Make it and master_split_ full-on values. Set various parent/child relationships at startup so that each widget is associated with a layout (which appears to be the actual fix). Make the throttled startup delay huge so that it's easier to browse using GammaRay. [1] https://github.com/KDAB/GammaRay svn path=/trunk/; revision=52386
2013-09-10Restart the splash timer *after* the paint has completed, so that in situationsEvan Huus1-2/+3
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. svn path=/trunk/; revision=51914
2013-01-20Add Some missing text to translateAlexis La Goutte1-12/+12
svn path=/trunk/; revision=47182
2012-12-18Add an AccordionFrame class which can animate showing and hiding (exceptGerald Combs1-1/+1
when we detect a remote connection). Use it for the "go to" and search frames. Properly detect remote connections in the splash overlay. svn path=/trunk/; revision=46591
2012-11-05Check for a remote connection and change our update frequency accordingly,Gerald Combs1-1/+6
similar to the GTK version. svn path=/trunk/; revision=45941
2012-11-05Fix a variable name.Gerald Combs1-7/+7
svn path=/trunk/; revision=45939
2012-11-05Enable the splash screen blur on OSes other than OS X.Gerald Combs1-7/+0
svn path=/trunk/; revision=45935
2012-11-05Have InterfaceTree wait until the application is initialized to startGerald Combs1-10/+17
gathering statistics. This fixes behavior broken by the recent startup changes. Enable and disable the SplashOverlay delay via a #define. svn path=/trunk/; revision=45934
2012-11-05Comment out an include.Gerald Combs1-1/+1
svn path=/trunk/; revision=45933
2012-11-05Move the MWOverlay code into its own class, SplashOverlay. Use it toGerald Combs1-0/+205
implement a splash screen. svn path=/trunk/; revision=45912