streamcontroller cleanup pass by Core447 · Pull Request #588 · StreamController/StreamController · GitHub
Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
2034d40
Split DeckController.py into Subclasses/ modules (re-export shim)
cursoragent Apr 26, 2026
68b2677
Split trayicon.py into trayicon/ package
cursoragent Apr 26, 2026
c333ae8
Split Settings.py into Pages/ subfolder
cursoragent Apr 26, 2026
a87954a
Split Sidebar.py into parts/ subfolder
cursoragent Apr 26, 2026
458605b
Split ActionManager.py into ActionManagerParts/
cursoragent Apr 26, 2026
7802d74
Split ActionChooser.py into ActionChooserParts/
cursoragent Apr 26, 2026
142ea61
Split ActionConfigurator.py into ActionConfiguratorParts/
cursoragent Apr 26, 2026
c6f9656
Split LabelEditor.py into LabelEditorParts/
cursoragent Apr 26, 2026
389833d
Extract KeyButton and KeyButtonContextMenu from KeyGrid.py
cursoragent Apr 26, 2026
a9c16d0
Extract Dial and DialContextMenu from DialBox.py
cursoragent Apr 26, 2026
343e36e
Split OnboardingWindow.py into Screens/ subfolder
cursoragent Apr 26, 2026
afa3c83
Split DeckSettings/DeckGroup.py into DeckGroupParts/
cursoragent Apr 26, 2026
b56525d
Split PageSettings/DeckGroup.py into DeckGroupParts/
cursoragent Apr 26, 2026
965b90d
Split PageManager/elements/PageEditor.py into PageEditorParts/
cursoragent Apr 26, 2026
ac248d6
Split GtkHelper/GtkHelper.py widget classes into widgets/
cursoragent Apr 26, 2026
da07022
Extract CLI helpers and runtime init from main.py
cursoragent Apr 26, 2026
c8d9d12
fix: move None guard before first use in App.on_change_page
cursoragent Apr 26, 2026
cadedac
Replace bare except: with except Exception:
cursoragent Apr 26, 2026
99a9398
cleanup: drop unused imports and obsolete commented-out code in touch…
cursoragent Apr 26, 2026
ef5514d
Add per-plugin import timeout to PluginManager.load_plugins
cursoragent Apr 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GtkHelper/FileDialogRow.py
Loading