Add UI screenshots and pyright config
Add Screenshots/ (panel + settings tabs: engines, input, general, benchmark, about) for documentation, and pyrightconfig.json pointing the type checker at the system dist-packages so it resolves PyGObject (gi). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
BIN
Screenshots/panel resorted.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
Screenshots/panel.png
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
Screenshots/settings-about.png
Normal file
|
After Width: | Height: | Size: 129 KiB |
BIN
Screenshots/settings-benchmark.png
Normal file
|
After Width: | Height: | Size: 92 KiB |
BIN
Screenshots/settings-engines.png
Normal file
|
After Width: | Height: | Size: 98 KiB |
BIN
Screenshots/settings-general.png
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
Screenshots/settings-input.png
Normal file
|
After Width: | Height: | Size: 80 KiB |
BIN
Screenshots/settings-log.png
Normal file
|
After Width: | Height: | Size: 80 KiB |
BIN
Screenshots/settings-presets.png
Normal file
|
After Width: | Height: | Size: 154 KiB |
BIN
Screenshots/tray-menu.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
5
pyrightconfig.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"extraPaths": [
|
||||||
|
"/usr/lib/python3/dist-packages"
|
||||||
|
]
|
||||||
|
}
|
||||||