Files
loongoffice/extensions
Michael Stahl b0612be251 extensions: argh why can't that be formatted properly
Change-Id: I21a32877182dc84bd2291e87bdf49fa513835fc4
2013-02-28 23:39:42 +01:00
..
2012-09-11 16:04:10 +01:00
2013-02-28 18:40:06 +01:00
2012-12-25 17:53:25 +00:00
2013-02-13 15:08:20 +01:00
2013-02-04 10:04:32 +01: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).