extensions/README | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-)
New commits: commit 08aec05e3388f10e40ef0726661bda0792d78213 Author: Jan Holesovsky <[email protected]> Date: Tue Sep 4 05:46:42 2012 +0200 Update with info about online update checking lifetime. Change-Id: I6f631fbf9f9e3e958ab3269d099be42e0854493a diff --git a/extensions/README b/extensions/README index c7f6afa..aefd5b8 100644 --- a/extensions/README +++ b/extensions/README @@ -1 +1,14 @@ -Browser plugin, activex control, scanner bits. +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). _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
