office-gobmx/extensions
Stephan Bergmann 1c2862e8d1 Remove residue of undocumented "edition" feature
...whereby some branding could be orverridden with information from a program/edition/
directory.

Change-Id: I7f9324678b09bc8069775dfcbda97be8e0618a91
2013-04-29 10:27:29 +02:00
..
inc
qa Java cleanup, use generic containers where possible 2013-04-24 08:57:57 +00:00
source Remove residue of undocumented "edition" feature 2013-04-29 10:27:29 +02:00
test Java cleanup, remove unnecessary casts 2013-04-19 07:51:41 +00:00
uiconfig
workben
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
Library_bib.mk gbuild: drop empty use_packages calls 2013-04-24 05:18:15 +00:00
Library_dbp.mk
Library_ldapbe2.mk
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
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
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
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
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).