Commit Graph

150 Commits (main)

Author SHA1 Message Date
Peter Repukat 0c9c30bfb1 GlosSIConfig: option to "Auto" restart Steam on close 2 years ago
Peter Repukat dd3476c303 GlosSIConfig: InfoDialog: support editing "Ok" button text 2 years ago
Peter Repukat e175b7046a GlosSIConfig: ShortcutProps: Fix config not resetting on cancel 2 years ago
Peter Repukat 1bd3f075c1 GlosSIConfig: ShortcutProps: Emoji 👍 2 years ago
Peter Repukat 98d60facb7 GlosSIConfig: Update notifications 2 years ago
Peter Repukat 57aca66717 Update icon 2 years ago
Peter Repukat 75b94d47c2 GlosSIConfig Log version 2 years ago
Peter Repukat da1e46f102 GlosSIConfig: Show version in UI 2 years ago
Peter Repukat 93e4e60f1d GlosSIConfig: ShortcutProps: Rename "Done" -> "Save" 2 years ago
Peter Repukat ebab075b9f GlosSIConfig: Change alert wording 2 years ago
Peter Repukat 93667c91cf GlosSIConfig add missing config values 2 years ago
Peter Repukat 14796604d1 GlosSIConfig: declutter UI 2 years ago
Peter Repukat 00e9bbe485 GlosSIConfig: Move settings to collapsible card 2 years ago
Peter Repukat 54e6bf610b GlosSIConfig: Refactor reading/writing target configs 2 years ago
Peter Repukat 7e0e3fa143 Default "MaxControllers" to 1 (most common use case) 2 years ago
Peter Repukat 3f992c811c GlosSIConfig: More help texts / declutter UI 2 years ago
Peter Repukat 7208d7e036 Add dialog/functionality to inform user on "SteamController_XBoxSupport" 2 years ago
Peter Repukat 40390b568d Add extra log msg if shortcuts.vdf doesn't exist 2 years ago
Peter Repukat 14e4662df7 Add "couldn't detect Steam"-dialog 2 years ago
Peter Repukat 431053e735 Update Clang-format files 2 years ago
Peter Repukat 1ca127519a Use shrotcuts_parser from submodule 2 years ago
Peter Repukat 288bba1436 Properly rewrite ShortcutsVDF parser 2 years ago
Peter Repukat 7e9e6f8e96 GlosSIConfig: Set c++ version to 20 2 years ago
Peter Repukat f631321a84 Fix Shitty shortcuts.vdf parser tag writing 2 years ago
Peter Repukat bb5c2de528 GloSSIConfig: Attempt to declutter UI a bit 2 years ago
Peter Repukat 31ee8768b9 Config: UIModel: Fix max controller setting 2 years ago
Peter Repukat c7e5cbd30c Fix ShittyShortcutsVdf-Parser™ 2 years ago
Peter Repukat 5ffc40347a GetAUMIDs: Keep "Microsoft.*" Entires to display more games 2 years ago
Peter Repukat 661d8ddc6a Update prebuild script 2 years ago
Peter Repukat 326f1f1042 Pass /permissive- option
Seems somehow required to build in appveyor?
2 years ago
Peter Repukat b2cf0b4257 Update QT 2 years ago
Peter Repukat 349e411259 Fix shortcuts.vdf must be present before adding one to steam
- Only create backup in case a file exists.
- Also, only create backup if no backup exists.
  If glossi nukes the vdf file, more than 1 add operation would also nuke the last backup
- Add log output to shortcut backup

Fixes: #163
2 years ago
LemmusLemmus c881b74fe3
Merge branch 'Alia5:develop' into develop 2 years ago
Peter Repukat c9283a61ad Default allowDesktopConfig to false
Users reported issues with UWP/Launcher titles not handling inputs properly
I believe that this is due to this config.

Let's just default that to false to emulate ol GloSCs behaviour
2 years ago
LemmusLemmus d15320b139 Fix Unicode support for paths on Windows. [1/2] 2 years ago
Peter Repukat ae45a9918b Fix build
Fix stupid visual studio paths
My gosh, you suck!

Why cannot it be **easily** possible to include icons RELATIV THE THE FUCKING SOLUTION?! FUCK MICROCRAP
2 years ago
Peter Repukat 6aeb869899 Add Icon to GlosSIConfig 2 years ago
Peter Repukat 60162d745a GlosSIConfig: Emulate DS4 config 2 years ago
Peter Repukat cf2dda5f98 Fix VDF Writing... 2 years ago
Peter Repukat 1d57b381ea Fix shortcuts.vdf writing 2 years ago
Peter Repukat c35183c293 upgrade qt 2 years ago
Peter Repukat d5feb390df Fix special chars in launch params (.json name) 2 years ago
Peter Repukat 78a2a490ff Fix "shortcut.vdf"s with more than 10 entries. 2 years ago
Peter Repukat 49a4ea79e3 Create shortcuts.vdf backup file
Should've thought of that... lol
2 years ago
Peter Repukat 21abef9bde GlosSIConfig: Allow Desktop config setting 2 years ago
Peter Repukat c1765edc96 GlosSIConfig: Default waitForChildProcs -> true 2 years ago
Peter Repukat 2044f05a69 GlosSIConfig: Try looking into enumerating UWP-Apps; Use dummy entry as error display 2 years ago
Peter Repukat d7dd8d30cc GlosSIConfig: Option to use real device ids 2 years ago
Peter Repukat a0be517950 GlosSIConfig: improve error messages 2 years ago
Peter Repukat fda2887a2f GlosSIConfig: Disable overlay option 2 years ago
Peter Repukat f7b4578919 GlosSIConfig: Max Controllers setting 2 years ago
Peter Repukat be88fc1032 GlosSIConfig: UiTweaks 2 years ago
David Ross Smith 5a83a49bbd Update GetAUMIDs.ps1
Corrected indentation, slight reorder of operations to avoid calculating unused variables
2 years ago
David Ross Smith 90b5a457bb Filter and sort UWP apps; fixes missing logos
Filters out apps stored in SystemApps, or Microsoft apps that begin with the name "Windows", or language packs, or that match the phrase "Sysinternals", or have bad display names and are produced by Microsoft.
For missing logos, find the largest variant of the asset and use that. Works around the use of qualifiers in file names, which Windows automatically handles, but which we can't.
Sort the app list before passing it back to the GlosSI app.
2 years ago
Peter Repukat dacbc7991d GlosSIConfig: Use oldschool blurbehind 2 years ago
Peter Repukat e57f83f78c GlosSIConfig: Allow special chars in shortcut names 2 years ago
Peter Repukat 35a47b03aa UWP Search bar 2 years ago
Peter Repukat fb1648a53c GetAUMIDs.ps1: Fix name resolution(?) 2 years ago
Peter Repukat ed082f796e Try to sort out that executionPolicy thing 2 years ago
Peter Repukat 5510a01d63 GlosSIConfig: Add a bit of noise to backgrounds 2 years ago
Peter Repukat b838ecff6d Add "Return to Game" button in overlay 2 years ago
Peter Repukat 28c5c66701 Update ALL THE THINGS
- Copyright
- Visual Studio
2 years ago
Peter Repukat 070d8c386c Stop log spam enumerating UWP Apps 2 years ago
Peter Repukat 6b7127e1bb Change how UWP Apps are enumerated
Now using powershell-script
2 years ago
Peter Repukat 0b1e98a4e2 Fix include order 2 years ago
Peter Repukat b99b22705b Use latest WinSDK/Qt 2 years ago
Peter Repukat 0daa67eef3 Provide instruction on how to manually add in case shortcut writing fails 2 years ago
Peter Repukat 139432c703 Stop log bloat 2 years ago
Peter Repukat 086084ef66 Hopefully get rid of some UAC/Admin issues 2 years ago
Peter Repukat e945c810d0 Log file for glossiconfig 2 years ago
Peter Repukat f1412aad77 Fix special chars in filenames breaking config creation 3 years ago
Peter Repukat e2b0779c7c Fix regex escapes 3 years ago
Peter Repukat dac5694aa9 Add wait for child procs config UI 3 years ago
Peter Repukat 86d9a172db Disable undocumented Acrylic effect; Users are complaining about performance 3 years ago
Peter Repukat cd5872758c Install windows error handler 3 years ago
Peter Repukat a34632369b GlosSITarget: Fix/improve some logs 3 years ago
Peter Repukat 5de6dffb49 GlosSIConf: Tell users to restart steam upon first change to shortcuts.vdf 3 years ago
Peter Repukat 68bd55d678 GLosSITarget: Fix configs/shortcuts with spaces in name 3 years ago
Peter Repukat 09c5accf29 Add qt License 3 years ago
Peter Repukat 398a21a645 Copy dlls to outdir after build 3 years ago
Peter Repukat 0e292cb591 Add dll-inject function and overlayelement needed for UWPOverlay
Also made some "slight" overlay adjustments
3 years ago
Peter Repukat 9fc515d02a Fix Readme.md location 3 years ago
Peter Repukat c94be533a3 Add unfinished Readme.md 3 years ago
Peter Repukat f657dd6c4c Fix steam shortcut creation 3 years ago
Peter Repukat 00e6d17714 Display executable/UWP icons throughout configurator 3 years ago
Peter Repukat aff24b8a7e This is beyond stupid.
Add QtMsBuild for appveyor -.-
3 years ago
Peter Repukat 93c35f1e0b Use version helper script for all executables 3 years ago
Peter Repukat 3f250bdc22 Cleanup 3 years ago
Peter Repukat b0e2aa4dc1 GlossiConf: Read/Write shortcuts / Fix config writing / include icon in conf 3 years ago
Peter Repukat 9e0e47c9c1 More shitty shortcut.vdf parsing action 3 years ago
Peter Repukat ed1fb12ae4 "Shitty shortcuts.vdf Parser"™
...In search of motivation >.<
3 years ago
Peter Repukat 0a2d043400 Start writing vdf parser for shortcuts.vdf
Could've used json... Valve... -.-
3 years ago
Peter Repukat 76b6ee774c UWP Selection dialog with icons 3 years ago
Peter Repukat 9eaceb3bfb Steal Thrackys UWP enumarate code 3 years ago
Peter Repukat f1baf98078 More UI work 3 years ago
Peter Repukat cc266d921d GlossiConfig: Fix build; Actually delete fiels when renaming 3 years ago
Peter Repukat 0370f84f56 GlossiConf: Read/Write configs 3 years ago
Peter Repukat 981b256bd6 GlossiConf: Somewhat functioning UI design 3 years ago
Peter Repukat 46993b0dcb Somewhat proper fast acrylic blur on win10 or above 3 years ago
Peter Repukat 0692b4107e Start Config App
Man... fuck... QT and Windows fucks me up...
Should've gone electron.
3 years ago