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

SLVS-1631 Implement rebranding feedback #5841

Merged
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
4 changes: 2 additions & 2 deletions src/ConnectedMode/ConnectedMode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<None Remove="UI\Resources\CheckImage.xaml" />
<None Remove="UI\Resources\LogoImages.xaml" />
<None Remove="UI\Resources\Pencil.xaml" />
<None Remove="UI\Resources\sonarlint_32px.ico" />
<None Remove="UI\Resources\sonarqube_for_ide_logo_16px.png" />
<None Remove="UI\Resources\Styles.xaml" />
<None Remove="UI\Resources\TrashCanImage.xaml" />
<None Remove="UI\ServerSelection\ServerSelectionDialog.xaml" />
<Resource Include="UI\Resources\sonarqube_for_ide_16px.ico">
<Resource Include="UI\Resources\sonarqube_for_ide_logo_16px.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<EmbeddedResource Include="Install\SonarLintTargets.xml" />
Expand Down
130 changes: 42 additions & 88 deletions src/ConnectedMode/UI/Resources/LogoImages.xaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/ConnectedMode/UI/Resources/Styles.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Setter Property="FontFamily" Value="{DynamicResource {x:Static vsShell:VsFonts.EnvironmentFontFamilyKey}}" />
<Setter Property="Foreground" Value="{DynamicResource {x:Static vsShell:VsBrushes.BrandedUITextKey}}" />
<Setter Property="SnapsToDevicePixels" Value="False" />
<Setter Property="Icon" Value="pack://application:,,,/SonarLint.VisualStudio.ConnectedMode;component/UI/Resources/sonarqube_for_ide_16px.ico" />
<Setter Property="Icon" Value="pack://application:,,,/SonarLint.VisualStudio.ConnectedMode;component/UI/Resources/sonarqube_for_ide_logo_16px.png" />
</Style>

<Style x:Key="ConnectedModeWindow" TargetType="Window" BasedOn="{StaticResource {x:Type Window}}">
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@

<StackPanel Grid.Row="0" Orientation="Horizontal" VerticalAlignment="Center">
<RadioButton GroupName="ServerSelection" VerticalContentAlignment="Center" IsChecked="{Binding Path=IsSonarCloudSelected}">
<Image Source="{StaticResource SonarCloudDrawingImage}" Width="250"/>
<Image Source="{StaticResource SonarCloudDrawingImage}" Margin="0,10" />
</RadioButton>
</StackPanel>
<TextBlock Grid.Row="1" Text="{x:Static res:UiResources.SonarCloudDescription}" Margin="10, 0"/>
<TextBlock Grid.Row="2" Margin="10,10,10,0">
<Hyperlink NavigateUri="https://www.sonarsource.com/products/sonarcloud/" RequestNavigate="ViewWebsite">SonarCloud</Hyperlink>
<Hyperlink NavigateUri="https://www.sonarsource.com/products/sonarcloud/" RequestNavigate="ViewWebsite">SonarQube Cloud</Hyperlink>
<Run Text="{x:Static res:UiResources.FreeSonarCloudOfferDescription}"></Run>
</TextBlock>
</Grid>
Expand All @@ -64,13 +64,13 @@

<StackPanel Grid.Row="0" Orientation="Horizontal" VerticalAlignment="Center">
<RadioButton GroupName="ServerSelection" VerticalContentAlignment="Center" IsChecked="{Binding Path=IsSonarQubeSelected}">
<Image Source="{StaticResource SonarQubeDrawingImage}" Width="250" Margin="0"/>
<Image Source="{StaticResource SonarQubeDrawingImage}" Margin="0,10" />
</RadioButton>
</StackPanel>
<TextBlock Grid.Row="1" Text="{x:Static res:UiResources.SonarQubeDescription}" Margin="10, 0"/>
<TextBlock Grid.Row="2" Margin="10,10,10,0">
<Run Text="{x:Static res:UiResources.FreeSonarQubeOfferDescription}"></Run>
<Hyperlink NavigateUri="https://www.sonarsource.com/plans-and-pricing/sonarqube/" RequestNavigate="ViewWebsite">Community Edition</Hyperlink>
<Hyperlink NavigateUri="https://www.sonarsource.com/plans-and-pricing/sonarqube/" RequestNavigate="ViewWebsite">Community Build</Hyperlink>
</TextBlock>

<Grid x:Name="QubeUrlGrid" Grid.Row="3" Margin="10" IsEnabled="{Binding Path=IsSonarQubeSelected}">
Expand Down
2 changes: 1 addition & 1 deletion src/Education/Resources.Designer.cs

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

2 changes: 1 addition & 1 deletion src/Education/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<value>[Education] Error handling Uri: {0}</value>
</data>
<data name="RuleHelpToolWindowCaption" xml:space="preserve">
<value>Sonar Rule Help</value>
<value>SonarQube Rule Help</value>
</data>
<data name="RuleHelpUserControl_RelativeURI" xml:space="preserve">
<value>[Education] Failed to open Uri: {0}</value>
Expand Down
Binary file modified src/Integration.Vsix/Resources/sonarqube_for_ide_logo_16px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/IssueViz.Security/Resources.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 src/IssueViz.Security/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@
<value>Finished initializing security package.</value>
</data>
<data name="HotspotsToolWindowCaption" xml:space="preserve">
<value>Sonar Local Security Hotspots</value>
<value>SonarQube Local Security Hotspots</value>
</data>
<data name="OpenInIDEHotspotsToolWindowCaption" xml:space="preserve">
<value>Sonar Server Security Hotspots</value>
<value>SonarQube Server Security Hotspots</value>
</data>
<data name="StartedPackageInitialization" xml:space="preserve">
<value>Initializing security package...</value>
</data>
<data name="TaintToolWindowCaption" xml:space="preserve">
<value>Sonar Taint Vulnerabilities</value>
<value>SonarQube Taint Vulnerabilities</value>
</data>
</root>
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<LineBreak />
</TextBlock>
<TextBlock Style="{StaticResource OverlayTextBlockStyle}">
<Run>Please ensure that your solution is bound to a Sonar project that contains taint vulnerabilities.</Run>
<Run>Please ensure that your solution is bound to a SonarQube project that contains taint vulnerabilities.</Run>
</TextBlock>
<TextBlock Style="{StaticResource OverlayTextBlockStyle}">
<Hyperlink Command="{Binding ShowDocumentationCommand}">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/IssueViz/Commands/Resources/sonarqube_for_ide_logo_16px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.