forked from SteamDeckHomebrew/decky-plugin-database
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'SteamDeckHomebrew:main' into main
- Loading branch information
Showing
53 changed files
with
94 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
url = https://github.com/WerWolv/SDH-SystemToolbox | ||
[submodule "plugins/deckfaqs"] | ||
path = plugins/deckfaqs | ||
url = https://github.com/hulkrelax/deckfaqs | ||
url = https://github.com/SDH-Stewardship/deckfaqs | ||
[submodule "plugins/PowerTools"] | ||
path = plugins/PowerTools | ||
url = https://git.ngni.us/NG-SD-Plugins/PowerTools | ||
|
@@ -20,9 +20,6 @@ | |
[submodule "plugins/MusicControl"] | ||
path = plugins/MusicControl | ||
url = https://github.com/mirobouma/MusicControl.git | ||
[submodule "plugins/SDH-PauseGames"] | ||
path = plugins/SDH-PauseGames | ||
url = https://github.com/popsUlfr/SDH-PauseGames.git | ||
[submodule "plugins/protondb-decky"] | ||
path = plugins/protondb-decky | ||
url = https://github.com/OMGDuke/protondb-decky | ||
|
@@ -52,7 +49,7 @@ | |
url = https://github.com/Tormak9970/bash-shortcuts.git | ||
[submodule "plugins/hltb-for-deck"] | ||
path = plugins/hltb-for-deck | ||
url = https://github.com/hulkrelax/hltb-for-deck | ||
url = https://github.com/safijari/hltb-for-deck | ||
[submodule "plugins/decky-autosuspend"] | ||
path = plugins/decky-autosuspend | ||
url = https://github.com/jurassicplayer/decky-autosuspend.git | ||
|
@@ -61,7 +58,7 @@ | |
url = https://github.com/EmuDeck/Emuchievements | ||
[submodule "plugins/TunnelDeck"] | ||
path = plugins/TunnelDeck | ||
url = https://github.com/steve228uk/TunnelDeck | ||
url = https://github.com/bkohler616/TunnelDeck | ||
[submodule "plugins/FkatpakUpdater"] | ||
path = plugins/FlatpakUpdater | ||
url = https://github.com/0xD34D/FlatpakUpdater | ||
|
@@ -180,10 +177,6 @@ | |
[submodule "plugins/EmuDecky"] | ||
path = plugins/EmuDecky | ||
url = https://github.com/EmuDeck/EmuDecky.git | ||
[submodule "plugins/decky-xrealAir"] | ||
path = plugins/decky-xrealAir | ||
url = https://github.com/wheaney/decky-xrealAir.git | ||
branch = xrealAir | ||
[submodule "plugins/DeckScreenshotManager"] | ||
path = plugins/DeckScreenshotManager | ||
url = https://github.com/codehz/DeckScreenshotManager | ||
|
@@ -192,7 +185,10 @@ | |
url = https://github.com/CEbbinghaus/MicroSDeck | ||
[submodule "plugins/decky-save-manager"] | ||
path = plugins/decky-save-manager | ||
url = https://github.com/metehankutlu/decky-save-manager | ||
url = https://github.com/SDH-Stewardship/decky-save-manager | ||
[submodule "plugins/Junk-Store"] | ||
path = plugins/Junk-Store | ||
url = https://github.com/ebenbruyns/junkstore | ||
[submodule "plugins/CheatDeck"] | ||
path = plugins/CheatDeck | ||
url = https://github.com/SheffeyG/CheatDeck | ||
|
@@ -204,4 +200,28 @@ | |
url = https://github.com/safijari/Decky-KDE-Connect.git | ||
[submodule "plugins/decky-XRGaming"] | ||
path = plugins/decky-XRGaming | ||
url = [email protected]:wheaney/decky-XRGaming.git | ||
url = https://github.com/wheaney/decky-XRGaming.git | ||
[submodule "plugins/decky-bluetooth-wake-control"] | ||
path = plugins/decky-bluetooth-wake-control | ||
url = https://gitlab.com/finewolf-projects/decky-plugin-bluetooth-wake-control.git | ||
[submodule "plugins/decky-brightness-bar"] | ||
path = plugins/decky-brightness-bar | ||
url = https://github.com/rasitayaz/decky-brightness-bar | ||
[submodule "plugins/decky-notifications"] | ||
path = plugins/decky-notifications | ||
url = https://github.com/Firemoon777/decky-notifications | ||
[submodule "plugins/MagicBlackDecky"] | ||
path = plugins/MagicBlackDecky | ||
url = https://github.com/steam3d/MagicBlackDecky.git | ||
[submodule "plugins/decky-sunshine"] | ||
path = plugins/decky-sunshine | ||
url = https://github.com/s0t7x/decky-sunshine.git | ||
[submodule "plugins/isthereanydeal-for-deck"] | ||
path = plugins/isthereanydeal-for-deck | ||
url = https://github.com/JtdeGraaf/IsThereAnyDeal-DeckyPlugin | ||
[submodule "plugins/MagicPodsDecky"] | ||
path = plugins/MagicPodsDecky | ||
url = https://github.com/steam3d/MagicPodsDecky.git | ||
[submodule "plugins/SDH-PauseGames"] | ||
path = plugins/SDH-PauseGames | ||
url = https://github.com/wynn1212/SDH-PauseGames.git |
Submodule Bluetooth
updated
8 files
+6 −0 | main.py | |
+2 −2 | package.json | |
+14 −10 | pnpm-lock.yaml | |
+2 −1 | rollup.config.js | |
+1 −1 | src/components/device.tsx | |
+19 −4 | src/components/spinner.tsx | |
+4 −13 | src/index.tsx | |
+1 −0 | tsconfig.json |
Submodule CheatDeck
updated
24 files
+49 −0 | .github/workflows/dev-build.yml | |
+13 −7 | README.md | |
+ − | doc/menu.jpg | |
+ − | doc/settings.jpg | |
+7 −5 | package.json | |
+2 −2 | plugin.json | |
+19 −4 | pnpm-lock.yaml | |
+2 −2 | src/index.tsx | |
+20 −4 | src/utils/Backend.tsx | |
+39 −0 | src/utils/Custom.tsx | |
+15 −0 | src/utils/Default.tsx | |
+0 −0 | src/utils/Logger.tsx | |
+56 −0 | src/utils/Options.tsx | |
+0 −0 | src/utils/Patch.tsx | |
+0 −75 | src/utils/settings.ts | |
+0 −22 | src/utils/utils.tsx | |
+153 −0 | src/views/Advanced.tsx | |
+44 −20 | src/views/Content.tsx | |
+156 −0 | src/views/Custom/index.tsx | |
+129 −0 | src/views/Custom/modals.tsx | |
+0 −220 | src/views/GameSettings.tsx | |
+0 −16 | src/views/Information.tsx | |
+193 −0 | src/views/Normal.tsx | |
+17 −13 | src/views/PageRouter.tsx |
Submodule DeckScreenshotManager
updated
5 files
+2 −2 | package.json | |
+4 −4 | pnpm-lock.yaml | |
+13 −4 | src/imported.ts | |
+13 −3 | src/index.tsx | |
+11 −1 | src/types.d.ts |
Submodule DeckWebBrowser
updated
19 files
+2 −2 | package.json | |
+4 −4 | pnpm-lock.yaml | |
+4 −2 | src/classes/BrowserTabHandler.tsx | |
+11 −10 | src/components/BrowserContextMenu.tsx | |
+4 −4 | src/components/BrowserTab.tsx | |
+4 −3 | src/components/ConfrimationModals.tsx | |
+4 −3 | src/components/NewFavoriteModal.tsx | |
+27 −14 | src/components/SearchBarInput.tsx | |
+15 −14 | src/components/TabbedBrowser.tsx | |
+1 −2 | src/components/UsageWarningModal.tsx | |
+90 −85 | src/components/generic/CustomButton.tsx | |
+7 −6 | src/native-components/BrowserContainer.tsx | |
+7 −15 | src/native-components/FocusableInput.tsx | |
+0 −25 | src/native-components/SimpleModal.tsx | |
+0 −138 | src/native-components/Tabs.tsx | |
+2 −1 | src/searchBarPatch.tsx | |
+83 −0 | src/staticClasses.ts | |
+23 −18 | src/styling.tsx | |
+11 −0 | src/utils.ts |
Submodule DeckyFileServer
updated
72 files
Submodule Emuchievements
updated
55 files
Submodule Fantastic
updated
from e46420 to 01d30e
Submodule Junk-Store
added at
befe4d
Submodule MagicBlackDecky
added at
80e40a
Submodule MagicPodsDecky
added at
ba9eff
Submodule MusicControl
updated
6 files
+5 −3 | main.py | |
+10 −10 | package.json | |
+370 −375 | pnpm-lock.yaml | |
+2 −1 | rollup.config.js | |
+1 −1 | src/components/infoSection.tsx | |
+1 −1 | src/components/mediaProviderButton.tsx |
Submodule PowerTools
updated
from 41e2e1 to 6f6022
Submodule SDH-AnimationChanger
updated
6 files
+174 −0 | decky_plugin.pyi | |
+178 −103 | main.py | |
+2 −2 | package.json | |
+8 −4 | pnpm-lock.yaml | |
+2 −0 | requirements.txt | |
+2 −1 | rollup.config.js |
Submodule SDH-CssLoader
updated
23 files
+2 −2 | css_browserhook.py | |
+49 −5 | css_inject.py | |
+12 −0 | css_loader.py | |
+29 −3 | css_remoteinstall.py | |
+14 −0 | css_utils.py | |
+60 −3 | main.py | |
+0 −4,972 | package-lock.json | |
+2 −2 | package.json | |
+4 −4 | pnpm-lock.yaml | |
+2 −2 | rollup.config.js | |
+3 −1 | src/api.ts | |
+27 −4 | src/backend/pythonMethods/pluginSettingsMethods.ts | |
+42 −0 | src/backend/pythonMethods/storeUtils.ts | |
+1 −1 | src/components/Modals/ThemeSettingsModal/ThemeSettingsModal.tsx | |
+1 −1 | src/components/QAMTab/MOTDDisplay.tsx | |
+47 −0 | src/deckyPatches/ClassHashMap.tsx | |
+16 −1 | src/deckyPatches/NavControllerFinder.tsx | |
+21 −0 | src/deckyPatches/SteamTabElementsFinder.tsx | |
+63 −0 | src/deckyPatches/UnminifyMode.tsx | |
+3 −5 | src/index.tsx | |
+67 −23 | src/pages/settings/PluginSettings.tsx | |
+5 −1 | src/pages/theme-manager/ExpandedView.tsx | |
+3 −0 | src/state/CssLoaderState.tsx |
Submodule SDH-GameThemeMusic
updated
49 files
Submodule SDH-PauseGames
updated
3 files
+2 −2 | package.json | |
+196 −182 | pnpm-lock.yaml | |
+2 −1 | rollup.config.js |
Submodule SDH-QuickLaunch
updated
9 files
+17 −9 | main.py | |
+4 −3 | package.json | |
+13 −9 | pnpm-lock.yaml | |
+2 −1 | rollup.config.js | |
+45 −0 | src/appoperations.tsx | |
+1 −0 | src/apptypes.tsx | |
+101 −0 | src/fileoptions.tsx | |
+56 −27 | src/index.tsx | |
+1 −14 | src/utils.tsx |
Submodule Shotty
updated
6 files
+11 −6 | main.py | |
+2 −2 | package.json | |
+11 −7 | pnpm-lock.yaml | |
+2 −1 | rollup.config.js | |
+6 −71 | src/index.tsx | |
+1 −1 | tsconfig.json |
Submodule TabMaster
updated
41 files
Submodule TunnelDeck
updated
4 files
+2 −2 | package.json | |
+190 −174 | pnpm-lock.yaml | |
+2 −1 | rollup.config.js | |
+0 −1 | tsconfig.json |
Submodule deckfaqs
updated
4 files
+108 −0 | Makefile | |
+2 −2 | package.json | |
+8 −4 | pnpm-lock.yaml | |
+2 −1 | rollup.config.js |
Submodule decky-XRGaming
updated
17 files
+3 −0 | .gitmodules | |
+1 −0 | PyXRLinuxDriverIPC | |
+60 −28 | README.md | |
+4 −0 | backend/Dockerfile | |
+7 −2 | backend/entrypoint.sh | |
+1 −1 | bin/package | |
+1 −0 | defaults/PyXRLinuxDriverIPC | |
+69 −146 | main.py | |
+9 −9 | package.json | |
+1 −1 | plugin.json | |
+4 −4 | pnpm-lock.yaml | |
+0 −57 | src/ButtonFieldSmall.tsx | |
+20 −0 | src/SupporterTierFeatureLabel.tsx | |
+415 −0 | src/SupporterTierModal.tsx | |
+155 −0 | src/SupporterTierStatus.tsx | |
+255 −156 | src/index.tsx | |
+139 −0 | src/license.ts |
Submodule decky-autoflatpaks
updated
3 files
+2 −2 | package.json | |
+13 −9 | pnpm-lock.yaml | |
+5 −4 | rollup.config.js |
Submodule decky-bluetooth-wake-control
added at
afe8bf
Submodule decky-bookmarks
updated
from 5e5877 to efc096
Submodule decky-brightness-bar
added at
5305b4
Submodule decky-cloud-save
updated
11 files
+36 −9 | README.md | |
+5 −5 | backend/entrypoint.sh | |
+18 −4 | main.py | |
+7 −6 | package.json | |
+127 −125 | pnpm-lock.yaml | |
+2 −1 | rollup.config.js | |
+15 −5 | src/apiClient.ts | |
+1 −1 | src/components/AddNewPathButton.tsx | |
+20 −2 | src/index.tsx | |
+10 −1 | src/pages/ConfigurePathsPage.tsx | |
+20 −0 | src/state.ts |
Submodule decky-notifications
added at
91a3d2
Submodule decky-recorder
updated
5 files
+2 −1 | README.md | |
+8 −3 | main.py | |
+2 −2 | package.json | |
+8 −8 | pnpm-lock.yaml | |
+2 −1 | rollup.config.js |
Submodule decky-save-manager
updated
4 files
+108 −0 | Makefile | |
+1 −1 | package.json | |
+8 −4 | pnpm-lock.yaml | |
+2 −1 | rollup.config.js |
Submodule decky-steamgriddb
updated
25 files
+7 −7 | README.md | |
+2 −2 | package.json | |
+1 −1 | plugin.json | |
+4 −4 | pnpm-lock.yaml | |
+0 −11 | src/components/DropdownMultiselect.tsx | |
+1 −1 | src/components/TabCount.tsx | |
+0 −1 | src/components/plugin-pages/AssetTabs.tsx | |
+8 −3 | src/components/qam-contents/QuickAccessSettings.tsx | |
+1 −0 | src/components/qam-contents/Toolbar.tsx | |
+11 −4 | src/i18n/cs.json | |
+1 −1 | src/i18n/de.json | |
+3 −0 | src/i18n/es.json | |
+7 −0 | src/i18n/it.json | |
+0 −1 | src/i18n/ko.json | |
+2 −0 | src/i18n/pl.json | |
+3 −0 | src/i18n/pt-br.json | |
+1 −0 | src/i18n/pt.json | |
+8 −0 | src/i18n/sv.json | |
+3 −0 | src/i18n/tr.json | |
+32 −19 | src/i18n/zh-cn.json | |
+16 −1 | src/modals/OfficialAssetsModal.tsx | |
+4 −4 | src/static-classes.ts | |
+1 −2 | src/styles/style.scss | |
+5 −5 | src/utils/i18n.ts | |
+1 −1 | src/utils/steam-api-language-map.ts |
Submodule decky-sunshine
added at
af007d
Submodule decky-terminal
updated
59 files
Submodule decky-wine-cellar
updated
10 files
+2 −2 | .vscode/build.sh | |
+24 −4 | .vscode/setup.sh | |
+345 −182 | backend/Cargo.lock | |
+16 −16 | backend/Cargo.toml | |
+155 −128 | backend/src/steam_util.rs | |
+9 −3 | backend/src/wine_cask/app.rs | |
+6 −4 | backend/src/wine_cask/install.rs | |
+4 −4 | package.json | |
+186 −180 | pnpm-lock.yaml | |
+4 −3 | rollup.config.js |
Submodule decky-xrealAir
deleted from
8cbe27
Submodule free-loader
updated
15 files
+6 −0 | README.md | |
+ − | assets/screenshots/hidden_games_toggle.jpg | |
+ − | assets/screenshots/hideen_games_list.jpg | |
+43 −24 | defaults/py_modules/deal_db.py | |
+16 −8 | defaults/py_modules/settings.py | |
+8 −3 | main.py | |
+3 −3 | package.json | |
+2 −2 | plugin.json | |
+4 −4 | pnpm-lock.yaml | |
+2 −1 | rollup.config.js | |
+4 −0 | src/PyCaller.tsx | |
+18 −4 | src/components/FreeGamesPage.tsx | |
+28 −4 | src/components/GamePanel.tsx | |
+30 −0 | src/components/SettingsPanels.tsx | |
+3 −0 | src/components/utils/settings.tsx |
Submodule hltb-for-deck
updated
from a1f366 to 917b18
Submodule isthereanydeal-for-deck
added at
51ddc8
Submodule memory-deck
updated
7 files
+1 −0 | .gitignore | |
+0 −1 | backend/scanmem/README.md | |
+75 −0 | backend/scanmem/README.md | |
+20 −20 | main.py | |
+4 −3 | package.json | |
+4 −1 | plugin.json | |
+10 −6 | pnpm-lock.yaml | |
+2 −1 | rollup.config.js |
Submodule protondb-decky
updated
23 files
+27 −8 | README.md | |
+16 −0 | main.py | |
+14 −13 | package.json | |
+244 −200 | pnpm-lock.yaml | |
+3 −2 | rollup.config.js | |
+0 −1 | src/cache/protobDbCache.tsx | |
+12 −12 | src/components/protonMedal/index.tsx | |
+28 −20 | src/components/settings/index.tsx | |
+41 −0 | src/components/spinner/index.tsx | |
+0 −93 | src/context/settingsContext.tsx | |
+61 −0 | src/hooks/useSettings.ts | |
+1 −6 | src/index.tsx | |
+1 −4 | src/lib/patchLibraryApp.tsx | |
+25 −25 | src/localisation/da.json | |
+16 −16 | src/localisation/es-419.json | |
+17 −17 | src/localisation/es.json | |
+28 −28 | src/localisation/fi.json | |
+6 −6 | src/localisation/fr.json | |
+28 −28 | src/localisation/ko.json | |
+22 −22 | src/localisation/ro.json | |
+30 −0 | src/localisation/sl.json | |
+28 −28 | src/localisation/th.json | |
+23 −23 | src/localisation/uk.json |
Submodule radiyo-steam-deck
updated
3 files
+2 −2 | package.json | |
+13 −9 | pnpm-lock.yaml | |
+15 −13 | src/TextFieldModal.tsx |
Submodule reshadeck
updated
9 files
+4 −0 | README.md | |
+217 −0 | defaults/shaders/ReShadeUI.fxh | |
+25 −0 | defaults/shaders/SS_ScreenOff.fx | |
+33 −5 | main.py | |
+5 −4 | package.json | |
+13 −6 | pnpm-lock.yaml | |
+ − | reshadeck.png | |
+2 −1 | rollup.config.js | |
+177 −74 | src/index.tsx |
Submodule steam-deck-battery-tracker
updated
4 files
+1 −1 | Makefile | |
+0 −10 | README.md | |
+2 −2 | package.json | |
+11 −11 | pnpm-lock.yaml |
Submodule tailscale-control
updated
6 files
+5 −3 | README.md | |
+40 −19 | main.py | |
+4 −3 | package.json | |
+6 −6 | pnpm-lock.yaml | |
+2 −1 | rollup.config.js | |
+157 −70 | src/index.tsx |
Submodule ts3-qs4sd
updated
55 files
Submodule vibrantDeck
updated
14 files
+16 −2 | .gitignore | |
+10 −0 | .vscode/build.sh | |
+9 −6 | .vscode/defsettings.json | |
+68 −0 | .vscode/setup.sh | |
+130 −103 | .vscode/tasks.json | |
+6 −4 | README.md | |
+19 −19 | flake.lock | |
+32 −17 | flake.nix | |
+38 −0 | nix/decky-cli.nix | |
+3 −3 | package.json | |
+11 −11 | pnpm-lock.yaml | |
+1 −4 | renovate.json | |
+19 −18 | rollup.config.js | |
+4 −3 | tsconfig.json |
Submodule volume-boost
updated
3 files
+2 −2 | package.json | |
+9 −9 | pnpm-lock.yaml | |
+2 −1 | rollup.config.js |