Files
libreoffice/extensions
Stephan Bergmann 64d4e2a4c9 Avoid reserved identifiers
Change-Id: I5a68cac4f923218a000c79a01c436bf1dc897971
2016-04-22 10:18:32 +02:00
..
2016-03-14 13:44:39 +02:00
2016-04-22 10:18:32 +02:00
2016-02-09 08:18:05 +00:00

Browser plugin, activex control, scanner bits.  Online update.

== Application online update checking ==

When we start LO, first InitUpdateCheckJobThread is created, via
UpdateCheckJob::execute() (from extensions/source/update/check/updatecheckjob.cxx),
as a reaction to a "onFirstVisibleTask" event. It waits 25 seconds (so that it
does not interfere with the startup itself), and then calls
UpdateCheck::initialize() (from extensions/source/update/check/updatecheck.cxx).

This creates one more thread, UpdateCheckThread, that regularly checks whether
we have reached the time when we should ask for the update.  If yes, asks for
that, and shows the download button in the menu (if the new update is
available).