mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
[PowerRename] Move to WinAppSDK WinUI3 Unpackaged & ARM64 Support (#18171)
* Migrate PowerRename to Unpackaged WinUI3 * [ARM64] PowerRename (#18002) * Migrate PowerRename to Unpackaged WinUI3 * Removed Project Config and update PlatformToolset to v143 * Updated solution config * Migrate PowerRename to Unpackaged WinUI3 * Fixed configs changed from ARM64 build * Left one project out of fix Co-authored-by: Stefan Markovic <stefan@janeasystems.com> Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com> * Minor fixes * Remove PowerRenameUILib from signing list - doesn't exist anymore * Remove PowerRenameUILib from move_uwp_resources.ps1 * Bring back old dir name to see if localization is preserved Remove move_uwp_resources.ps1 - not needed anymore * Remove UWP localization docs part * Fix minor UI quirk Co-authored-by: Jeremy Sinclair <4016293+snickler@users.noreply.github.com>
This commit is contained in:
17
src/modules/powerrename/PowerRenameUILib/UIUpdates.idl
Normal file
17
src/modules/powerrename/PowerRenameUILib/UIUpdates.idl
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace PowerRenameUI
|
||||
{
|
||||
runtimeclass UIUpdates : Microsoft.UI.Xaml.Data.INotifyPropertyChanged
|
||||
{
|
||||
UIUpdates();
|
||||
Boolean ShowAll;
|
||||
Int32 ChangedExplorerItemId;
|
||||
Boolean Checked;
|
||||
void ToggleAll();
|
||||
Boolean CloseUIWindow();
|
||||
void CloseUIWindow(Boolean closeUIWindow);
|
||||
Boolean ButtonRenameEnabled;
|
||||
void Rename();
|
||||
String OriginalCount;
|
||||
String RenamedCount;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user