Heiko
403060e109
[Settings]Update GPO infobar icon, improve some pages and fix bugs ( #33703 )
...
* changes part 1
* fix xaml code
* changes part 2
* fix cmdNotFound page
* Update PowerOcrPage
* More Pages changed
* More Pages changed
* revert temporary change
* fix spelling
* add resw comment
* add resw comment
* Update MouseWihtoutBorderPage.xaml
* PowerPreview page
* workspaces page
* fix awake page gpo handling
* NewPlus page
* update new+ page!
* AdvancedPaste.xaml: Move Info bar.
* Update MouseJumpPanel.xaml
* Update GeneralPage.xaml
* fix position of info bar and some ui quirks
* fix xaml style
* fix string resources
* string changes
* prepare megre main
* update new+ page
* zoomit page
* various fixes
2025-01-19 14:32:46 +00:00
Jeremy Sinclair
195c6f588a
[Analyzers] Resolve Stylecop SA1516 violations and others to enable fully building on VS 17.12 ( #35248 )
...
* [Analyzers][Settings] Fix SA1516
* [Analyzers][Workspaces] Fix SA1516
* [Analyzers][Awake] Fix SA1516
* [Analyzers][Wox] Fix SA1516
* [MWB] Disable CA1716 warning on class name
* [Wox] Update ExecuteFilePath property visibility for Json Source Generator
* [Analyzers][MWB] Fix CA1716 on NativeMethods.
---------
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
2024-10-17 05:14:57 -04:00
Stefan Markovic
c601a3e3e2
[ARM][Settings][CmdNotFound]Fix CmdNotFound page init ( #32892 )
...
On ARM, process does not inherit environment, so PATH variable only contains SYSTEM values.
As pwsh.exe path is in USER PATH, check requirements script on CmdNotFound page load will fail
and as a result all requirements will be shown as missing.
Therefore, on loading, we manually set PATH variable, same as we do after installing pwsh7.
2024-05-17 14:38:37 +01:00
Carlos Zamora
e1832a0a4a
[CommandNotFound]Upgrade to use PSGallery release and support arm64 ( #32766 )
...
* [CommandNotFound] Add support for upgrading the module
* upgrade module as a part of upgrade installation; actually set content in EnableModule.ps1
* Fix XAML style to pass CI
* Remove CmdNotFound project from sln as well
* Remove CmdNotFound psd1 file from installer
* More installer fixes
* UpgradeCommandNotFound runs after InstallFiles
* Fix NOTICE.md
* Fix custom action condition
* Pass install folder to the custom action
* Upgrade-Module --> Update-Module
* actually install the module
* spell
* verify updated scripts work; make necessary changes
---------
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
2024-05-16 13:45:06 +01:00
Laszlo Nemeth
576e2a7d2c
[CmdNotFound]Support PowerShell Preview installation ( #32034 )
...
* [CommandNotFound] extending to detect PowerShellPreview installations
* Re-implementing directory search, where the PowerShell Preview is
installed
* Re-implementing preview or normal powershell executable usage
2024-03-28 14:33:12 +00:00
Stefan Markovic
f6a63582a2
[CmdNotFound]Disable on Arm64 as there is no MSI installer for PowerShell 7.4 yet ( #30759 )
...
* [Command Not Found] Disable on Arm64
* Hide deps
* Update src/settings-ui/Settings.UI/Strings/en-us/Resources.resw
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
* Update Resources.resw
---------
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
Co-authored-by: Clint Rutkas <clint@rutkas.com >
2024-01-05 19:46:34 +00:00
Jaime Bernardo
a7907ff63a
[CmdNotFound]Improve installation workflow ( #30727 )
...
* [CmdNotFound]Improve installation workflow
* Fix typo
* Fix XAML styling
* Update src/settings-ui/Settings.UI/SettingsXAML/Views/CmdNotFoundPage.xaml
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it >
* Update src/settings-ui/Settings.UI/SettingsXAML/Views/CmdNotFoundPage.xaml
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it >
* Update src/settings-ui/Settings.UI/SettingsXAML/Views/CmdNotFoundPage.xaml
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it >
* Update src/settings-ui/Settings.UI/SettingsXAML/Views/CmdNotFoundPage.xaml
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it >
* Update src/settings-ui/Settings.UI/SettingsXAML/Views/CmdNotFoundPage.xaml
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it >
* Update src/settings-ui/Settings.UI/SettingsXAML/Views/CmdNotFoundPage.xaml
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it >
* Don't create window for checking requirements
* Hide install/uninstall buttons for CmdNotFound module
* Also install winget before Powershell 7
* Better detect processor architecture
* Fix spellcheck
* [CMDNotFound] UX improvements (#30740 )
* UI improvements
* Updated label
* Update CmdNotFoundPage.xaml
* Update CmdNotFoundPage.xaml
* Update CmdNotFoundPage.xaml
* Better version detection
* Add some logging
* Add missing package install that's a prerequisite for winget
* Remove unused AllExperiments include
* Fix Logger library include
* Update PATH Environment variable after installing PS
* Fix OOBE UI spacing
* Use Invoke-WebRequest to get the deps and then install them from local path
* Spellcheck
* TEMP -> TMP
* User path is supposed to come after machine path
---------
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it >
Co-authored-by: Niels Laute <niels.laute@live.nl >
Co-authored-by: Stefan Markovic <stefan@janeasystems.com >
2024-01-05 09:26:49 +00:00
Carlos Zamora
46f5316858
Introduce Command Not Found module ( #26319 )
...
* Introduce Command Not Found module
* rewrite module to depend on WinGet PowerShell module
* address Dongbo's feedback
* try and implement settings UI
* fix SUI build; try and store PowerShell object
* add and use object pool
* apply Dongbo's feedback
* add warm up; implement IPooledObjectPolicy
* Add module interface
* WIP trying to import module from settings
* Add EnableModule.ps1
* spellcheck
* spellcheck again
* Installer. Add DisableModule.ps1
* Fix styling
* Give the user some output from installing
* Prettify the Settings controls
* Add button to check PowerShell 7's version
* Fix Settings Assets paths
* Fix PowerShell 7 output
* Make module enable and disable scripts give better information
* Fix spellcheck
* Fix image files and placeholders
* Don't remove CmdNotFound on upgrade and don't fail on uninstall of
CmdNotFound
* Consistent install module scripts location on debug and installed
* installer: Avoid messageboxes and hide powershell on uninstalling CmdNotFound
* Fix psd1 file resolution when installed
* Fix spellcheck
* Add telemetry events
* Fix gpo files
* If GPO is set, enable/disable module on PT start depending on gpo value
* Cleanup module interface
* Cleanup settings code
* If GPO is set, disable Settings page logic
* Adding icons
* Update settings UI and strings
* Add telemetry for suggestions and feedbacks
* Fix sln file
* Fix build
* minor fixes
* Updating icon
* Remove global.json
* Remove unused PowerShell dependency
* Don't use preview version of Automation and fix NOTICE
* Fix signing
* Fix NOTICE.md
* Fix version checking for getfilesiginforedist.dll
* Fix spellchecker
* Fix README.md
* Fix false positives section in expect.txt
* Add logs to module interface
---------
Co-authored-by: Stefan Markovic <stefan@janeasystems.com >
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
Co-authored-by: Niels Laute <niels.laute@live.nl >
2024-01-03 16:43:42 +01:00