Expand description
Seed qapps shipped beside the desktop executable into {storage}/Qapps/.
Release bundles place packages under {exe}/bundled/qapps/{Name}/.
Dev builds resolve bundled/qapps/{Name}/, then gitignored app-development/{Name}/.
Structs§
- Qapp
Version Status - Version + update offer for an installed qapp.
Constants§
- DEFAULT_
BUNDLED_ QAPPS - Default qapps copied on first launch when absent from user storage.
Functions§
- apply_
bundled_ qapp_ update - Apply a bundled update when a newer version is available.
- bundled_
offered_ version - check_
bundled_ qapp_ update - Compare installed copy against the bundled/desktop-shipped package.
- check_
qapp_ update_ from_ source - Compare installed copy against an external directory (manual install / dev tree).
- installed_
qapp_ version - list_
bundled_ qapp_ updates - List update offers for installed qapps and default bundled catalog entries.
- read_
qapp_ version_ from_ dir - Read
versionfrom a qapp package directory’s manifest. - resolve_
bundled_ qapp_ source - Resolve bundled source for a qapp directory name (e.g.
"Anatomy"). - seed_
bundled_ qapps - Seed all default bundled qapps and register Anatomy capabilities when present.
- seed_
qapp_ if_ missing - Copy bundled qapp into
{storage}/Qapps/{name}when not already installed. - upgrade_
qapp_ from_ source - Replace an installed qapp with files from
source_dirand re-register capabilities.