aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/splash_overlay.cpp
AgeCommit message (Collapse)AuthorFilesLines
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