a80bca78d1
Clickables now present a message when loading. Focus is preserved. Woogoo
Storm Dragon2025-08-10 21:53:49 -04:00
b715e9071b
Press enter on clickables to activate them like any other web control. Very experimental.
Storm Dragon2025-08-10 21:28:56 -04:00
eae9a5896e
Backport browser fixes for chromium and new d-bus functionality from Orca.
Storm Dragon2025-08-10 12:45:50 -04:00
89df8991f7
More work on finding and fixing bugs. I want to improve stability before progressing with new functionality.
Storm Dragon2025-08-06 00:10:23 -04:00
c9cfe3e0f4
Went bug huntin' Squished a bunch of 'em little critters.
Storm Dragon2025-08-05 23:57:23 -04:00
37bd89ab87
many updates to AI Assistant plugin. Improved UI, hopefully improved accuracy as well.
Storm Dragon2025-08-05 19:05:45 -04:00
ecb1ae4fe5
Keyboard seems to be working, same methods as orca now.
Storm Dragon2025-08-04 00:21:49 -04:00
9c8063c55e
AI assistance pretty much integrated. 2 options currently that actually work, Claud and Ollama. More planned for later, so other options available they just don't do anything.
Storm Dragon2025-08-03 14:24:03 -04:00
270def0a59
Implement complete AI Assistant plugin with Claude Code integration
Storm DragonandClaude2025-08-03 13:45:34 -04:00
a8672165d8
AI capabilities added. Working 90 percent with ollama, more providers and functionality coming soon.
Storm Dragon2025-08-03 00:07:59 -04:00
9ead764b2e
Fixed a bug in control+shift key parsing for plugins.
Storm Dragon2025-08-02 23:03:52 -04:00
d41d9076d1
Notify users that to apply changes, Cthulhu has to be restarted. The previous attempt was not screen reader accessible, a terrible thing for a screen reader itself to have inaccessible components lol.
Storm Dragon2025-08-02 13:14:23 -04:00
06894693b0
Plugin manager added. No more hand editing the settings file to enable and disable plugins. Hopefully less breakage. Updates to the local build and clean files for installing test builds.
Storm Dragon2025-08-02 05:11:56 -04:00
cb20579625
Indentation plugin finally working. Indentation now indicated by beeps.
Storm Dragon2025-08-02 04:23:51 -04:00
3679609923
Keep settings files when cleaning. My bad that actually got removed in the first place.
Storm Dragon2025-08-02 03:59:52 -04:00
dfe51aa45f
Bump version file so it matches the latest commit date.
Storm Dragon2025-08-02 02:35:45 -04:00
0405200980
New plugin, updates to a few other things. Yes, I know that's not descriptive, but apparently I forgot to add a few things last time. lol
Storm Dragon2025-07-01 13:56:18 -04:00
48d99e8813
Improved debugging to help track down this bug.
Storm Dragon2025-06-05 04:02:28 -04:00
314aa18a1b
Another another attempt to fix the plugin keybindings.
Storm Dragon2025-06-05 03:42:02 -04:00
a21f1aa13b
another attempt to fix the keybinding problem for plugins.
Storm Dragon2025-06-05 03:32:01 -04:00
5181944de0
Move timestamps to the end of the log message instead of the beginning. Makes debugging much less of a PITA.
Storm Dragon2025-04-20 15:27:59 -04:00
0a8bb684ec
Fixed an error in a call to a cthulhu module.
Storm Dragon2025-04-20 03:20:12 -04:00
d94ba1accb
Add optional parameter to _on_settings_changed()
Storm Dragon2025-04-20 03:13:43 -04:00
d36b664319
Merge branch 'testing' Plugins are in a much better state now, mostly working. The exception is, plugins that create a keyboard shortcut don't actually bind the shortcut. That one is turning out to be a lot harder to fix than I originally thought.
2025.04.05
Storm Dragon2025-04-05 16:32:17 -04:00
02be96aa69
Try to fix clipboard and simple plugins.
Storm Dragon2025-04-04 18:04:58 -04:00
48575ab6cd
Removed the old plugin manager. It didn't work anyway and needs to be rewritten.
Storm Dragon2025-04-04 17:28:31 -04:00
2c28021ed4
Removed the old plugin manager. It didn't work anyway and needs to be rewritten.
Storm Dragon2025-04-04 17:27:30 -04:00
8a79725df8
Update clipboard plugin to new pluggy format.
Storm Dragon2025-04-04 17:08:18 -04:00
1b4c4916e3
Hopefully fixed an error in simple plugin system.
Storm Dragon2025-04-04 16:33:53 -04:00
35a83327ac
Convert simple plugin plugin to new plugin format. Hmm, gotta get in a couple more... plugin plugin plugin! lol
Storm Dragon2025-04-04 16:25:28 -04:00
c712bea421
Attempt to fix keybindings not working from plugins.
Storm Dragon2025-04-04 16:03:35 -04:00
815d39fc3f
Remove a couple plugins that were not being used and won't be ported over. If needed, they can be rewritten later.
Storm Dragon2025-04-04 14:54:18 -04:00
9cdb9f74e5
Decided to make the api helper part of the plugin_system_manager file. Forgot to remove the import from cthulhu.py.
Storm Dragon2025-03-25 20:15:54 -04:00
edc1cbf7af
Continue work on switching to pluggy for plugins.
Storm Dragon2025-03-25 19:59:50 -04:00
d3d268004b
Start migration to pluggy for plugins.
Storm Dragon2025-03-25 19:41:57 -04:00
a8e16fcf01
Toggle screen reader keyboard shortcut for desktops relying on glib-2.0/gio such as Mate.
Didier SpaierandStorm Dragon2024-12-23 14:29:10 -05:00