aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/splash_overlay.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02Qt: use SPDX identifiers.Dario Lombardo1-14/+1
2018-02-02Qt: Always update splash screen on action changeStig Bjørlykke1-4/+7
2018-01-13Qt: Use the text "Initializing external capture plugins"Stig Bjørlykke1-1/+1
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-5/+2
2017-12-18Qt: Process our event loop less often at startup.Gerald Combs1-2/+9
2017-12-06Qt: Speed up the splash overlay.Gerald Combs1-5/+8
2017-11-16Register protocols and handoffs in separate threads.Gerald Combs1-22/+6
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-1/+1
2017-02-07Adjust startup count for extcap.Gerald Combs1-1/+1
2017-01-05Do RA_DISSECTORS in the Qt UI.Guy Harris1-3/+4
2017-01-05Remove RA_CONFIGURATION.Guy Harris1-3/+0
2017-01-04Include extcap binaries in the count of things to point out during startup.Guy Harris1-1/+8
2017-01-04Add a startup message for Initializing extcap.AndersBroman1-0/+3
2016-07-04Qt: add initializer (CID 1159360).Dario Lombardo1-0/+1
2016-06-26Add an RA_INTERFACES register action.Gerald Combs1-1/+4
2016-04-02Qt: Try to speed up SplashOverlayGerald Combs1-12/+8
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-09-17Qt: Add an event processing timer.Gerald Combs1-4/+4
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-0/+3
2015-08-09Reset the splash timer after processing events.Gerald Combs1-1/+1
2015-08-07Fixup the Qt splash overlay progress calculations.Gerald Combs1-11/+6
2015-08-07Lua: Count Lua plugins in splash screenStig Bjørlykke1-1/+5
2015-07-16Add display_is_remote.Gerald Combs1-1/+1
2015-07-07Starting to get rid of Q_UNUSED declarations for unused function parameters.Joerg Mayer1-6/+2
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2014-10-31Remove unused RA_PYTHON_REGISTER and RA_PYTHON_HANDOFF.Stig Bjørlykke1-6/+0
2014-10-15Typos in source code and in README.qtDario Lombardo1-2/+2
2014-10-01Qt: Try to reduce the initialization time.Gerald Combs1-1/+1
2014-06-16More Python-bindings removal.Jeff Morriss1-3/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-05Fix the white-rectangle-at-startup artifact with the help of GammaRay[1].Gerald Combs1-1/+3
2013-09-10Restart the splash timer *after* the paint has completed, so that in situationsEvan Huus1-2/+3
2013-01-20Add Some missing text to translateAlexis La Goutte1-12/+12
2012-12-18Add an AccordionFrame class which can animate showing and hiding (exceptGerald Combs1-1/+1
2012-11-05Check for a remote connection and change our update frequency accordingly,Gerald Combs1-1/+6
2012-11-05Fix a variable name.Gerald Combs1-7/+7
2012-11-05Enable the splash screen blur on OSes other than OS X.Gerald Combs1-7/+0
2012-11-05Have InterfaceTree wait until the application is initialized to startGerald Combs1-10/+17
2012-11-05Comment out an include.Gerald Combs1-1/+1
2012-11-05Move the MWOverlay code into its own class, SplashOverlay. Use it toGerald Combs1-0/+205