Compare commits

...

2 Commits

Author SHA1 Message Date
Noraa Junker
c3aae0a66a Fix xaml styling 2025-10-25 12:45:34 +02:00
Noraa Junker
f8f18d1b1f Put PDF Previewer and Thumbnail generator in maintenance only mode 2025-10-25 12:30:25 +02:00
2 changed files with 40 additions and 2 deletions

View File

@@ -142,6 +142,19 @@
IsOn="{x:Bind ViewModel.MDRenderIsEnabled, Mode=TwoWay}" />
</tkcontrols:SettingsCard>
<InfoBar
x:Uid="FileExplorerPreview_PdfDeprecationWarning"
IsClosable="False"
IsOpen="True"
Severity="Warning">
<InfoBar.ActionButton>
<HyperlinkButton
x:Uid="FileExplorerPreview_PdfDeprecationWarningButton"
HorizontalAlignment="Right"
NavigateUri="https://github.com/microsoft/PowerToys/issues/20008"
Style="{StaticResource TextBlockButtonStyle}" />
</InfoBar.ActionButton>
</InfoBar>
<tkcontrols:SettingsCard
Name="FileExplorerPreviewToggleSwitchPreviewPDF"
x:Uid="FileExplorerPreview_ToggleSwitch_Preview_PDF"
@@ -220,6 +233,19 @@
IsOn="{x:Bind ViewModel.SVGThumbnailIsEnabled, Mode=TwoWay}" />
</tkcontrols:SettingsCard>
<InfoBar
x:Uid="FileExplorerPreview_PdfThumbnailDeprecationWarning"
IsClosable="False"
IsOpen="True"
Severity="Warning">
<InfoBar.ActionButton>
<HyperlinkButton
x:Uid="FileExplorerPreview_PdfThumbnailDeprecationWarningButton"
HorizontalAlignment="Right"
NavigateUri="https://github.com/microsoft/PowerToys/issues/20008"
Style="{StaticResource TextBlockButtonStyle}" />
</InfoBar.ActionButton>
</InfoBar>
<tkcontrols:SettingsCard
Name="FileExplorerPreviewToggleSwitchThumbnailPDF"
x:Uid="FileExplorerPreview_ToggleSwitch_Thumbnail_PDF"

View File

@@ -2893,7 +2893,7 @@ Right-click to remove the key combination, thereby deactivating the shortcut.</v
<value>Crosshairs fixed length (px)</value>
<comment>px = pixels</comment>
</data>
<data name="MouseUtils_MousePointerCrosshairs_CrosshairsOrientation.Header" xml:space="preserve">
<data name="MouseUtils_MousePointerCrosshairs_CrosshairsOrientation.Header" xml:space="preserve">
<value>Crosshairs orientation</value>
</data>
<data name="MouseUtils_MousePointerCrosshairs_CrosshairsOrientation_Both.Content" xml:space="preserve">
@@ -4664,7 +4664,7 @@ Copy a zoomed screen with Ctrl+C or save it by typing Ctrl+S. Crop the copy or s
</data>
<data name="ZoomIt_Toggle_SmoothZoomedImage.Header" xml:space="preserve">
<value>Smooth zoomed image</value>
</data>
</data>
<data name="ZoomIt_Slider_InitialMagnification.Header" xml:space="preserve">
<value>Specify the initial level of magnification when zooming in</value>
</data>
@@ -5493,4 +5493,16 @@ To record a specific window, enter the hotkey with the Alt key in the opposite m
<data name="Shortcut_Conflict_LearnMore.Content" xml:space="preserve">
<value>Learn more</value>
</data>
<data name="FileExplorerPreview_PdfDeprecationWarning.Title" xml:space="preserve">
<value>The PDF-file previewer is in maintenance only mode and will be deprecated in the future. We recommend using the built-in PDF previewer of Microsoft Edge.</value>
</data>
<data name="FileExplorerPreview_PdfThumbnailDeprecationWarning.Title" xml:space="preserve">
<value>The PDF thumbnail generator is in maintenance only mode and will be deprecated in the future. We recommend using the built-in PDF thumbnail generator of Microsoft Edge.</value>
</data>
<data name="FileExplorerPreview_PdfDeprecationWarningButton.Content" xml:space="preserve">
<value>Learn more</value>
</data>
<data name="FileExplorerPreview_PdfThumbnailDeprecationWarningButton.Content" xml:space="preserve">
<value>Learn more</value>
</data>
</root>