office-gobmx/extensions
2013-04-25 15:35:38 +02:00
..
inc
qa Java cleanup, use generic containers where possible 2013-04-24 08:57:57 +00:00
source fdo#46808, Convert form::ControlFontDialog to new style 2013-04-25 08:56:38 +02:00
test Java cleanup, remove unnecessary casts 2013-04-19 07:51:41 +00:00
uiconfig
workben mass removal of rtl:: prefixes for O(U)String* 2013-04-07 14:23:11 +02:00
AllLangResTarget_abp.mk gbuild: drop empty use_packages calls 2013-04-24 05:18:15 +00:00
AllLangResTarget_bib.mk gbuild: drop empty use_packages calls 2013-04-24 05:18:15 +00:00
AllLangResTarget_dbp.mk gbuild: drop empty use_packages calls 2013-04-24 05:18:15 +00:00
AllLangResTarget_pcr.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
AllLangResTarget_scn.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
AllLangResTarget_upd.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
AllLangResTarget_updchk.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
Configuration_updchk.mk
CppunitTest_extensions_test_update.mk
CustomTarget_so_activex_idl.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
CustomTarget_so_activex_x64.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
Executable_nsplugin.mk gbuild: drop empty use_packages calls 2013-04-24 05:18:15 +00:00
Executable_pluginapp.bin.mk
JunitTest_extensions_unoapi.mk
Library_abp.mk new module i18nlangtag 2013-04-05 19:10:48 +02:00
Library_bib.mk gbuild: drop empty use_packages calls 2013-04-24 05:18:15 +00:00
Library_dbp.mk new module i18nlangtag 2013-04-05 19:10:48 +02:00
Library_ldapbe2.mk a little ldap cleaning 2013-03-27 00:40:11 +01:00
Library_log.mk gbuild: drop empty use_packages calls 2013-04-24 05:18:15 +00:00
Library_npsoplugin.mk extensions: rename WinResTarget target to match source file 2013-04-24 17:37:45 +02:00
Library_oleautobridge.mk gbuild: add support for building against MSVC debug runtime 2013-04-15 15:26:32 +02:00
Library_OOoSpotlightImporter.mk
Library_pcr.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
Library_pl.mk
Library_res.mk new module i18nlangtag 2013-04-05 19:10:48 +02:00
Library_scn.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
Library_so_activex.mk extensions: rename WinResTarget target to match source file 2013-04-24 17:37:45 +02:00
Library_so_activex_x64.mk extensions: rename WinResTarget target to match source file 2013-04-24 17:37:45 +02:00
Library_updatecheckui.mk gbuild: drop empty use_packages calls 2013-04-24 05:18:15 +00:00
Library_updatefeed.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
Library_updchk.mk gbuild: drop empty use_packages calls 2013-04-24 05:18:15 +00:00
Makefile
Module_extensions.mk deliver all uiconfig files by UIConfig 2013-04-11 03:39:16 +00:00
README
StaticLibrary_npsoenv.mk gbuild: drop empty use_packages calls 2013-04-24 05:18:15 +00:00
StaticLibrary_plugcon.mk workaround race condition with mixing internal/system cairo libs 2013-04-25 15:35:38 +02:00
UIConfig_sbibliography.mk deliver all uiconfig files by UIConfig 2013-04-11 03:39:16 +00:00
WinResTarget_activex.mk extensions: rename WinResTarget target to match source file 2013-04-24 17:37:45 +02:00
WinResTarget_npsoplugin.mk extensions: rename WinResTarget target to match source file 2013-04-24 17:37:45 +02:00
Zip_mdibundle.mk

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).