View Revisions: Issue #4641

Summary 0004641: Disable extension auto-update support
Revision 2018-10-16 15:08 by jcfr
Description

Disable the "auto-update" attempt done at startup time, as discussed in issue note 4550#c1612, following commit r26960 installation of extension is never happening. Query of extension metadata is the only thing happening at startup time and it is a potential cause of crash.

  • disable the call to gatherExtensionsHistoryInformationOnStartup done in qSlicerMainWindow
  • hide UI control used to enable "check previous extension on Startup" and "Install Previous extensions without request"
Revision 2018-10-16 14:18 by jcfr
Description

Disable the "auto-update" done at startup time, as discussed in issue note 4550#c1612, following commit r26960 installation of extension is never happening. Query of extension metadata is the only thing happening at startup time and it is a potential cause of crash..

Revision 2018-10-16 14:16 by jcfr
Description

Disable the "auto-update" done at startup time, as discussed in issue note 4550#c1612, following commit r26960 installation of extension is never happening. Query of extension metadata is the only thing happening at startup time.