Bruno Cesar Rocha
2f2020e7e2
fix: Load launcher plugin no-trigger settings. ( #567 )
...
getPluginTrigger() function only loaded the trigger setting but completely ignored the
noTrigger boolean setting.
When noTrigger was enabled and saved as:
- noTrigger: true
- trigger: ""
On reboot, the function would load trigger which was "", but since empty string is falsy
in the fallback expression, it would revert to plugin.trigger || "!" from the
plugin.json manifest, which is "=" for the Calculator plugin.
2025-10-27 09:55:15 -04:00
bbedward
bd525763de
plugins: improve update/tooltips/UI
2025-10-22 09:42:55 -04:00
Mattias
1feb77aadb
chore: Tidy up superfluous whitespace ( #503 )
2025-10-19 22:35:17 -04:00
bbedward
24f5e9a7e6
plugins: add PluginGlobalVar
...
- Allow syncing vars to all widget instances, like a singleton
2025-10-15 16:08:24 -04:00
Bruno Cesar Rocha
7317024da5
feat: Launcher Plugin Component ( #408 )
...
Load launcher items from plugin.
2025-10-13 14:24:41 -04:00
bbedward
2de6798f45
Clean up variants from bar whhen removed from plugin data
2025-10-09 20:37:14 -04:00
bbedward
b06e48a444
FolderListModel filters
2025-10-09 14:30:43 -04:00
bbedward
ecb9675e9c
Try more plugin loading things
2025-10-09 13:51:43 -04:00
bbedward
067b485bb3
Bind perms directly to availablePlugins map
2025-10-09 13:37:34 -04:00
bbedward
9de5e3253e
Re-do plugin scanning
2025-10-09 13:22:33 -04:00
bbedward
7e49631912
Migrate plugin settings to separate file
2025-10-07 08:22:21 -04:00
bbedward
89793d2d62
plugins: support for multiple widgets per-plugin (variants)
2025-10-06 12:33:58 -04:00
bbedward
11a1af89f4
Allow removing force-padding on monitor widgets + plugin load fixes
2025-10-06 11:32:25 -04:00
bbedward
0d5c1bb3df
Add "daemon" type of plugins
2025-10-03 22:55:07 -04:00
bbedward
fb5aa0313e
cleanup debug logs, fix center section plugins
2025-10-02 12:24:45 -04:00
bbedward
9b41eecbf1
Fix reactivity, different settings structure, etc, etc.
2025-10-02 12:13:49 -04:00
bbedward
554ef16e49
moar
2025-10-01 23:37:03 -04:00
bbedward
0ca12d275c
Abstract away plugin dev a little more
2025-10-01 17:47:39 -04:00
Bruno Cesar Rocha
53983933dc
feat: Plugin System ( #276 )
...
* feat: Plugin System
* fix: merge conflicts
2025-10-01 11:28:10 -04:00