summaryrefslogtreecommitdiff
path: root/extensions/README
blob: aefd5b8852b208b2b6e7db0a00dd27f5ea20fb17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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).
ommit/sfx2/source/doc/docfilt.cxx?id=0ce9083428d8181a30de1d11d511382ce101c543'>String cleanup inside SfxFilter.Kohei Yoshida 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac 2013-02-04String to OUString.Kohei Yoshida 2012-07-06re-base on ALv2 code. Includes:Michael Meeks 2012-07-03ditch String::CreateFromAsciiCaolán McNamara 2012-06-21reduce scope and replace some String::CreateFromAsciiCaolán McNamara 2012-06-09Remove superfluous include commentsThomas Arnhold 2012-06-02targeted string re-workNorbert Thiebaud