Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: Update launcher brand icons #2345

Merged
merged 3 commits into from
Jul 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions sources/launcher/Stride.Launcher/Resources/Urls.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions sources/launcher/Stride.Launcher/Resources/Urls.resx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Expand Down Expand Up @@ -155,8 +155,8 @@
<data name="Showcases" xml:space="preserve">
<value>https://forums.stride3d.net/c/showcase</value>
</data>
<data name="Twitter" xml:space="preserve">
<value>https://twitter.com/stridedotnet</value>
<data name="XTwitter" xml:space="preserve">
<value>https://x.com/stridedotnet</value>
</data>
<data name="VisualStudio" xml:space="preserve">
<value>https://visualstudio.microsoft.com/downloads</value>
Expand Down
4 changes: 2 additions & 2 deletions sources/launcher/Stride.Launcher/Resources/facebook_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions sources/launcher/Stride.Launcher/Resources/reddit_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions sources/launcher/Stride.Launcher/Resources/twitch.png

This file was deleted.

3 changes: 3 additions & 0 deletions sources/launcher/Stride.Launcher/Resources/twitch_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

3 changes: 3 additions & 0 deletions sources/launcher/Stride.Launcher/Resources/xtwitter_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions sources/launcher/Stride.Launcher/Stride.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
<Resource Include="Resources\discord.png" />
<Resource Include="Resources\showcase.png" />
<Resource Include="Resources\Robot.jpg" />
<Resource Include="Resources\twitch.png" />
<Resource Include="Resources\twitch_24.png" />
<Resource Include="Resources\facebook_24.png" />
<Resource Include="Resources\reddit_24.png" />
<Resource Include="Resources\twitter_bird_24.png" />
<Resource Include="Resources\opencollective-24.png" />
<Resource Include="Resources\xtwitter_24.png" />
<Resource Include="Resources\opencollective_24.png" />
<Resource Include="Resources\github.png" />
<Resource Include="Resources\issues.png" />
<Resource Include="Resources\Launcher.ico" />
Expand Down Expand Up @@ -120,6 +120,11 @@
<AutoGen>True</AutoGen>
<DependentUpon>Strings.resx</DependentUpon>
</Compile>
<Compile Update="Resources\Urls.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Urls.resx</DependentUpon>
</Compile>
</ItemGroup>
<Import Project="..\..\editor\Stride.PrivacyPolicy\Stride.PrivacyPolicy.projitems" Label="Shared" Condition="Exists('..\..\editor\Stride.PrivacyPolicy\Stride.PrivacyPolicy.projitems')" />
<Import Project="..\..\editor\Stride.Core.MostRecentlyUsedFiles\Stride.Core.MostRecentlyUsedFiles.projitems" Label="Shared" />
Expand Down
8 changes: 4 additions & 4 deletions sources/launcher/Stride.Launcher/Views/LauncherWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
<BitmapImage x:Key="ImageShowcase" UriSource="pack://application:,,,/Stride.Launcher;component/Resources/showcase.png"/>
<BitmapImage x:Key="ImageRoadmap" UriSource="pack://application:,,,/Stride.Launcher;component/Resources/roadmap.png"/>
<BitmapImage x:Key="ImageSurvey" UriSource="pack://application:,,,/Stride.Launcher;component/Resources/survey.png"/>
<BitmapImage x:Key="ImageTwitter" UriSource="pack://application:,,,/Stride.Launcher;component/Resources/twitter_bird_24.png"/>
<BitmapImage x:Key="ImageXTwitter" UriSource="pack://application:,,,/Stride.Launcher;component/Resources/xtwitter_24.png"/>
<BitmapImage x:Key="ImageFacebook" UriSource="pack://application:,,,/Stride.Launcher;component/Resources/facebook_24.png"/>
<BitmapImage x:Key="ImageReddit" UriSource="pack://application:,,,/Stride.Launcher;component/Resources/reddit_24.png"/>
<BitmapImage x:Key="ImageOpenCollective" UriSource="pack://application:,,,/Stride.Launcher;component/Resources/opencollective-24.png"/>
<BitmapImage x:Key="ImageOpenCollective" UriSource="pack://application:,,,/Stride.Launcher;component/Resources/opencollective_24.png"/>

<BitmapImage x:Key="ImageDownload" UriSource="pack://application:,,,/Stride.Launcher;component/Resources/download-26-dark.png"/>
<BitmapImage x:Key="ImageUpdate" UriSource="pack://application:,,,/Stride.Launcher;component/Resources/update.png"/>
Expand Down Expand Up @@ -299,10 +299,10 @@
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" DockPanel.Dock="Bottom" Margin="10">
<Button Style="{StaticResource TransparentButtonStyle}" HorizontalAlignment="Left"
Command="{Binding OpenUrlCommand}"
CommandParameter="{x:Static r:Urls.Twitter}" SnapsToDevicePixels="True" Margin="2"
CommandParameter="{x:Static r:Urls.XTwitter}" SnapsToDevicePixels="True" Margin="2"
ToolTipService.IsEnabled="False"
ToolTip="{Binding CommandParameter, RelativeSource={RelativeSource Self}, Converter={sskk:FormatString}, ConverterParameter={x:Static r:Strings.ToolTipOpenLink}}"
Content="{sskk:Image {StaticResource ImageTwitter}, 24, 24, HighQuality}">
Content="{sskk:Image {StaticResource ImageXTwitter}, 24, 24, HighQuality}">
<i:Interaction.Behaviors>
<sskk:BindCurrentToolTipStringBehavior ToolTipTarget="{Binding CurrentToolTip}"
DefaultValue="{x:Static r:Strings.ToolTipDefault}"/>
Expand Down