Alekhya
45e3f02832
Localizing C# Project of FancyZones (FancyZonesEditor) ( #199 ) ( #1122 )
...
* removed hardcoded strings from CanvasEditorWindow.xaml
* removed hardcoded strings from GridEditorWindow.xaml
* loc
* Localized MainWindow
* reverting MainWindow.xaml as it is not rendering the window as expected
* Changed the resource settings from internal to public
* the culture is set based on the culture of the system UI set in the system settings
* Removed the french resource files used for testing
* Localized canvasWindow and mainwindow
* Removed setting the UI culture explicitly as it would be implicitly set to the culture of system UI
* Removed redundant header file
2020-01-21 12:02:31 -08:00
Alekhya
ba1a681aab
Merge pull request #1106 from alekhyareddy28/locPowerRename
...
Localize PowerRename
2020-01-20 12:11:07 -08:00
Alekhya Kommuru
23bba969dd
Merge remote-tracking branch 'upstream/master' into locPowerRename
2020-01-20 11:54:20 -08:00
Alekhya Kommuru
9c743acd2d
Removed some IDs from resource file. Changed SHIFT to Shift
2020-01-20 11:52:46 -08:00
Bartosz Sosnowski
62da7c7be4
FancyZones: remove dialog boxes filtering ( #1076 )
...
* FancyZones: remove dialog boxes filtering
* FancyZones: add the "no owner window" filter to the WinKey + arrow zone snapping
2020-01-20 11:02:12 +01:00
Alekhya Kommuru
653a84d3a9
reverting formatting of files
2020-01-17 14:38:41 -08:00
Alekhya Kommuru
8132bbac2e
updated formatting of common.cpp
2020-01-17 14:32:02 -08:00
Alekhya Kommuru
197286c21e
moved app name to constructor to init only once
2020-01-17 14:23:07 -08:00
Alekhya Kommuru
bf48729354
rebuilt project PowerRename
2020-01-17 11:57:53 -08:00
Alekhya Kommuru
a504a75166
Removed string resources from the settings.cpp file
2020-01-17 11:25:42 -08:00
Alekhya Kommuru
44ac22c0de
Added new lines to the end of the file
2020-01-17 11:12:23 -08:00
Alekhya Kommuru
df1c6b9b0b
Removed get_res_string_wchar and used the get_resource_string() function instead which returns a wstring typecast into wchar*
2020-01-17 11:06:57 -08:00
Alekhya Kommuru
bde0e0b86a
Merge remote-tracking branch 'upstream/master' into locPowerRename
2020-01-16 13:58:59 -08:00
Arjun Balgovind
c1232a7001
Shifted three functions to common ( #1101 )
2020-01-15 23:06:22 -08:00
Alekhya Kommuru
12c4dbf0e5
added common as a reference project
2020-01-15 16:44:18 -08:00
Alekhya Kommuru
31a01ab227
Modified resourceIDs for strings in the table
2020-01-15 13:57:05 -08:00
vldmr11080
5dc60b9f35
Fix reversed order of zones in layout ( #1071 )
2020-01-15 20:20:10 +01:00
vldmr11080
588f134de8
Revert "Fix misaligned display of zones in layout priview and grid editor ( #1010 )" ( #1097 )
...
This reverts commit d03690cffd
.
2020-01-15 19:34:23 +01:00
Clint Rutkas
2ae867a7e0
adding in privacy statement, removing About in dialog ( #1087 )
...
* adding in privacy statement, removing About in dialog
* added Preview
2020-01-15 10:16:22 -08:00
Clint Rutkas
c77b029ee2
Update to MSIX README.md ( #1095 )
...
* Update README.md
few adjustments
* Update README.md
* Update README.md
2020-01-15 10:15:24 -08:00
Alekhya Kommuru
d0648d1754
built the proj
2020-01-14 16:40:40 -08:00
Alekhya Kommuru
1e3486af94
localized the settings file
2020-01-14 16:39:03 -08:00
Alekhya Kommuru
8f2b2aba12
localized powerRenameExt
2020-01-14 15:23:21 -08:00
Alekhya Kommuru
0b1232b65d
localized dllmain powerrename
2020-01-14 15:17:08 -08:00
Alekhya Kommuru
969abe015c
added the helper functions
2020-01-14 15:00:05 -08:00
yuyoyuppe
9e296cdb46
MSIX: Code sign msixbundle ( #1093 )
2020-01-14 22:05:09 +03:00
yuyoyuppe
b07627611f
MSIX: label PowerToys as Preview ( #1090 )
2020-01-14 19:36:08 +03:00
yuyoyuppe
5e30721e01
MSIX: Extract MSIX building functionality from msix_reinstall.ps1 to a separate script ( #1068 )
2020-01-10 16:38:35 +03:00
vldmr11080
d03690cffd
Fix misaligned display of zones in layout priview and grid editor ( #1010 )
...
Fix misaligned display of zones in layout preview and grid editor
2020-01-09 22:40:38 +01:00
Bartosz Sosnowski
dad732b7e6
runner: show message box when restarting with different elevation fails ( #1061 )
...
Also make the message box appear on top of the settings window.
2020-01-09 18:17:42 +01:00
Yosef Durr
a2a683d31e
adding fancy zone opacity setting, enhancement #631 ( #1008 )
...
* adding fancy zone opacity setting, enhancement #631
* applying zone opacity setting to all zones during zone selection
* changing opacity setting to percentage
2020-01-06 09:59:18 -08:00
Chris Davis
3ffd007cc0
Ensure previous search and replace texts are evaluated and updated in the UI at startup ( #1043 )
...
Ensure stored settings get evaluated after initial enumeration
There was a bug where the list view was not getting updated with the results of the search and replace on launch when we are using a stored search or replace text from a previous session.
2020-01-04 00:39:02 -08:00
Enrico Giordani
c894d72b52
Remove unwanted files ( #1037 )
...
Add temp build files to gitignore
2020-01-03 16:10:32 +01:00
Clint Rutkas
a14784cfd4
Merge pull request #1026 from microsoft/updatePackages
...
Update packages for NPM
2019-12-27 13:48:20 -08:00
Clint Rutkas
32440567ad
Merge pull request #1025 from microsoft/languageTweaks
...
Language tweaks for #937
2019-12-27 13:41:50 -08:00
Clint Rutkas
25f1dc325d
slight bump for fabric ui
2019-12-27 13:35:34 -08:00
Clint Rutkas
38feeee464
npm audit fix to update stuff
2019-12-27 13:19:51 -08:00
Clint Rutkas
b2701ad911
Merge pull request #1024 from microsoft/DocTweakForSettings
...
Update settings-web.md
2019-12-27 12:51:08 -08:00
Clint Rutkas
d41962f9d1
adjusting elevated permission verbiage to match Windows
2019-12-27 12:28:27 -08:00
Clint Rutkas
ec5d01545a
Update settings-web.md
2019-12-27 11:12:43 -08:00
Clint Rutkas
03ddadc1ed
tweaking language
2019-12-27 10:26:00 -08:00
Bartosz Sosnowski
3e55b61ac0
Runner: fix run as elevated wording ( #1023 )
2019-12-27 16:20:36 +01:00
Bartosz Sosnowski
5a7f022e40
settings-web: use Windows build-in commands ( #1019 )
2019-12-27 13:25:34 +01:00
Clint Rutkas
f651e10684
Merge pull request #1017 from microsoft/languageTweaks
...
#768
2019-12-26 14:20:38 -08:00
Clint Rutkas
b753f920e1
#768
2019-12-26 11:06:59 -08:00
Enrico Giordani
415a0cdf28
Coding style (runner) ( #1013 )
2019-12-26 17:26:11 +01:00
Enrico Giordani
9708961654
Coding style (settings) ( #1012 )
2019-12-26 17:25:56 +01:00
Bartosz Sosnowski
47bcb117b4
FancyZones: do not zone windows on startup ( #982 )
2019-12-24 15:47:28 +01:00
yuyoyuppe
3eb38e558e
project template: fix rc file in module template ( #992 )
2019-12-24 17:06:58 +03:00
yuyoyuppe
a321eb8737
MSIX: minor cleanup, add certificate generation script
2019-12-24 17:06:10 +03:00