mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 02:12:25 +08:00
@@ -8,10 +8,17 @@
|
||||
x:Class="SourceGit.Views.AddRemote"
|
||||
x:DataType="vm:AddRemote">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Remote.AddTitle}"/>
|
||||
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Margin="0,2,0,0"
|
||||
Data="{StaticResource Icons.Remote.Add}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Remote.AddTitle}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32,Auto" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -8,9 +8,16 @@
|
||||
x:Class="SourceGit.Views.AddSubmodule"
|
||||
x:DataType="vm:AddSubmodule">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Submodule.Add}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Submodule.Add}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Submodule.Add}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32,32" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -9,9 +9,16 @@
|
||||
x:Class="SourceGit.Views.AddToIgnore"
|
||||
x:DataType="vm:AddToIgnore">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.AddToIgnore}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.GitIgnore}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.AddToIgnore}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -7,9 +7,16 @@
|
||||
x:Class="SourceGit.Views.AddWorktree"
|
||||
x:DataType="vm:AddWorktree">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.AddWorktree}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Worktree.Add}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.AddWorktree}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32,32,Auto,32" ColumnDefinitions="150,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -9,9 +9,15 @@
|
||||
x:Class="SourceGit.Views.Apply"
|
||||
x:DataType="vm:Apply">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Apply.Title}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Diff}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Apply.Title}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32,32" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Column="0"
|
||||
|
||||
@@ -7,9 +7,16 @@
|
||||
x:Class="SourceGit.Views.ApplyStash"
|
||||
x:DataType="vm:ApplyStash">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0,0,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.ApplyStash}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.CheckCircled}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.ApplyStash}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,8,0" RowDefinitions="32,32,32" ColumnDefinitions="100,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -10,9 +10,16 @@
|
||||
x:Class="SourceGit.Views.Archive"
|
||||
x:DataType="vm:Archive">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Archive.Title}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Archive}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Archive.Title}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -7,9 +7,16 @@
|
||||
x:Class="SourceGit.Views.ChangeSubmoduleUrl"
|
||||
x:DataType="vm:ChangeSubmoduleUrl">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.ChangeSubmoduleUrl}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Edit}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.ChangeSubmoduleUrl}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -7,9 +7,16 @@
|
||||
x:Class="SourceGit.Views.Checkout"
|
||||
x:DataType="vm:Checkout">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Checkout}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Margin="0,4,0,0"
|
||||
Data="{StaticResource Icons.Check}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Checkout}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" ColumnDefinitions="140,*">
|
||||
<Grid.RowDefinitions>
|
||||
|
||||
@@ -7,9 +7,16 @@
|
||||
x:Class="SourceGit.Views.CheckoutAndFastForward"
|
||||
x:DataType="vm:CheckoutAndFastForward">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Checkout.WithFastForward}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Margin="0,4,0,0"
|
||||
Data="{StaticResource Icons.Check}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Checkout.WithFastForward}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" ColumnDefinitions="140,*">
|
||||
<Grid.RowDefinitions>
|
||||
|
||||
@@ -8,9 +8,15 @@
|
||||
x:Class="SourceGit.Views.CheckoutCommit"
|
||||
x:DataType="vm:CheckoutCommit">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Checkout.Commit}" />
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Detached}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Checkout.Commit}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" ColumnDefinitions="Auto,*">
|
||||
<Grid.RowDefinitions>
|
||||
|
||||
@@ -9,9 +9,16 @@
|
||||
x:Class="SourceGit.Views.CherryPick"
|
||||
x:DataType="vm:CherryPick">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.CherryPick}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.CherryPick}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.CherryPick}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="Auto,Auto,32,32" ColumnDefinitions="100,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -7,9 +7,16 @@
|
||||
x:Class="SourceGit.Views.Cleanup"
|
||||
x:DataType="vm:Cleanup">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Repository.Clean}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Clean}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Repository.Clean}"/>
|
||||
</StackPanel>
|
||||
|
||||
<TextBlock Text="{DynamicResource Text.Repository.CleanTips}"
|
||||
Margin="0,16,0,0"
|
||||
HorizontalAlignment="Center"/>
|
||||
|
||||
@@ -7,9 +7,15 @@
|
||||
x:Class="SourceGit.Views.ClearStashes"
|
||||
x:DataType="vm:ClearStashes">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0,0,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.ClearStashes}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.RemoveAll}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.ClearStashes}"/>
|
||||
</StackPanel>
|
||||
|
||||
<TextBlock Margin="0,16,0,8"
|
||||
Text="{DynamicResource Text.ClearStashes.Message}"
|
||||
|
||||
@@ -8,7 +8,16 @@
|
||||
x:Class="SourceGit.Views.Clone"
|
||||
x:DataType="vm:Clone">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0,0,0">
|
||||
<TextBlock Classes="bold" FontSize="18" Text="{DynamicResource Text.Clone}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Margin="0,4,0,0"
|
||||
Data="{StaticResource Icons.Clone}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Clone}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="8,16,0,0" RowDefinitions="32,Auto,32,32,32,32" ColumnDefinitions="Auto,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
|
||||
@@ -10,9 +10,16 @@
|
||||
x:Class="SourceGit.Views.CreateBranch"
|
||||
x:DataType="vm:CreateBranch">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.CreateBranch.Title}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Branch.Add}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.CreateBranch.Title}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32,32,Auto,Auto,Auto">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="Auto" MinWidth="140"/>
|
||||
|
||||
@@ -8,7 +8,15 @@
|
||||
x:Class="SourceGit.Views.CreateGroup"
|
||||
x:DataType="vm:CreateGroup">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0,0,0">
|
||||
<TextBlock Classes="bold" FontSize="18" Text="{DynamicResource Text.Welcome.AddRootFolder}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Folder.Add}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Welcome.AddRootFolder}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="8,16,0,0" Height="28" ColumnDefinitions="Auto,*">
|
||||
<TextBlock Grid.Column="0" HorizontalAlignment="Right" Margin="8,0" Text="{DynamicResource Text.Name}"/>
|
||||
|
||||
@@ -10,9 +10,16 @@
|
||||
x:Class="SourceGit.Views.CreateTag"
|
||||
x:DataType="vm:CreateTag">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0,0,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.CreateTag.Title}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Tag.Add}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.CreateTag.Title}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,8,0" RowDefinitions="32,32,32,Auto,Auto,32" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -7,9 +7,15 @@
|
||||
x:Class="SourceGit.Views.DeinitSubmodule"
|
||||
x:DataType="vm:DeinitSubmodule">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.DeinitSubmodule}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Undo}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.DeinitSubmodule}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,8,0" RowDefinitions="32,Auto" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0" HorizontalAlignment="Right" Text="{DynamicResource Text.DeinitSubmodule.Path}"/>
|
||||
|
||||
@@ -8,9 +8,15 @@
|
||||
x:Class="SourceGit.Views.DeleteBranch"
|
||||
x:DataType="vm:DeleteBranch">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.DeleteBranch}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Clear}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.DeleteBranch}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,8,0" RowDefinitions="32,Auto" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0" HorizontalAlignment="Right" Text="{DynamicResource Text.DeleteBranch.Branch}"/>
|
||||
|
||||
@@ -8,9 +8,15 @@
|
||||
x:Class="SourceGit.Views.DeleteMultipleBranches"
|
||||
x:DataType="vm:DeleteMultipleBranches">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.DeleteMultiBranch}" />
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Clear}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.DeleteMultiBranch}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Border Margin="4,16,0,0"
|
||||
Background="{DynamicResource Brush.Contents}"
|
||||
|
||||
@@ -8,9 +8,15 @@
|
||||
x:Class="SourceGit.Views.DeleteMultipleTags"
|
||||
x:DataType="vm:DeleteMultipleTags">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.DeleteMultiTags}" />
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Clear}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.DeleteMultiTags}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Border Margin="4,16,0,0"
|
||||
Background="{DynamicResource Brush.Contents}"
|
||||
|
||||
@@ -7,9 +7,16 @@
|
||||
x:Class="SourceGit.Views.DeleteRemote"
|
||||
x:DataType="vm:DeleteRemote">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.DeleteRemote}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Clear}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.DeleteRemote}"/>
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" Margin="0,16,0,0">
|
||||
<TextBlock Text="{DynamicResource Text.DeleteRemote.Remote}"/>
|
||||
<Path Width="14" Height="14" Margin="8,2,8,0" Data="{StaticResource Icons.Remote}"/>
|
||||
|
||||
@@ -8,14 +8,19 @@
|
||||
x:Class="SourceGit.Views.DeleteRepositoryNode"
|
||||
x:DataType="vm:DeleteRepositoryNode">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0,0,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.DeleteRepositoryNode.TitleForGroup}"
|
||||
IsVisible="{Binding !Node.IsRepository}"/>
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.DeleteRepositoryNode.TitleForRepository}"
|
||||
IsVisible="{Binding Node.IsRepository}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16" Margin="0,0,8,0" Data="{StaticResource Icons.Clear}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.DeleteRepositoryNode.TitleForGroup}"
|
||||
IsVisible="{Binding !Node.IsRepository}"/>
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.DeleteRepositoryNode.TitleForRepository}"
|
||||
IsVisible="{Binding Node.IsRepository}"/>
|
||||
</StackPanel>
|
||||
|
||||
|
||||
<Grid Margin="0,16,8,0" RowDefinitions="32,Auto,32" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
|
||||
@@ -7,9 +7,16 @@
|
||||
x:Class="SourceGit.Views.DeleteSubmodule"
|
||||
x:DataType="vm:DeleteSubmodule">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.DeleteSubmodule}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Clear}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.DeleteSubmodule}"/>
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel Orientation="Horizontal" Margin="0,16,0,0" Height="28" HorizontalAlignment="Center">
|
||||
<TextBlock HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
Margin="0,0,8,0"
|
||||
|
||||
@@ -7,9 +7,16 @@
|
||||
x:Class="SourceGit.Views.DeleteTag"
|
||||
x:DataType="vm:DeleteTag">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.DeleteTag}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Clear}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.DeleteTag}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32" ColumnDefinitions="150,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -8,9 +8,15 @@
|
||||
x:Class="SourceGit.Views.Discard"
|
||||
x:DataType="vm:Discard">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0,0,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Discard}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Undo}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Discard}"/>
|
||||
</StackPanel>
|
||||
|
||||
<ContentControl Margin="0,16,0,8" Content="{Binding Mode}">
|
||||
<ContentControl.DataTemplates>
|
||||
|
||||
@@ -9,9 +9,16 @@
|
||||
x:Class="SourceGit.Views.DropHead"
|
||||
x:DataType="vm:DropHead">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.DropHead}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Clear}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.DropHead}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,24" ColumnDefinitions="140,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -7,9 +7,16 @@
|
||||
x:Class="SourceGit.Views.DropStash"
|
||||
x:DataType="vm:DropStash">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0,0,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.StashDropConfirm}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Clear}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.StashDropConfirm}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,8,0" Height="28" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -8,9 +8,15 @@
|
||||
x:Class="SourceGit.Views.EditBranchDescription"
|
||||
x:DataType="vm:EditBranchDescription">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.EditBranchDescription}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Edit}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.EditBranchDescription}"/>
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel Margin="8,16,8,0" Orientation="Horizontal">
|
||||
<TextBlock Text="{DynamicResource Text.EditBranchDescription.Target}"/>
|
||||
|
||||
@@ -8,9 +8,15 @@
|
||||
x:Class="SourceGit.Views.EditRemote"
|
||||
x:DataType="vm:EditRemote">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Remote.EditTitle}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Edit}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Remote.EditTitle}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32,Auto" ColumnDefinitions="150,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
|
||||
@@ -10,15 +10,21 @@
|
||||
x:Class="SourceGit.Views.EditRepositoryNode"
|
||||
x:DataType="vm:EditRepositoryNode">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0,0,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.EditRepositoryNode.TitleForGroup}"
|
||||
IsVisible="{Binding !IsRepository}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Margin="0,0,8,0"
|
||||
Data="{StaticResource Icons.Edit}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.EditRepositoryNode.TitleForRepository}"
|
||||
IsVisible="{Binding IsRepository}"/>
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.EditRepositoryNode.TitleForGroup}"
|
||||
IsVisible="{Binding !IsRepository}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.EditRepositoryNode.TitleForRepository}"
|
||||
IsVisible="{Binding IsRepository}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Height="28" Margin="8,16,0,0" ColumnDefinitions="120,*" >
|
||||
<TextBlock Grid.Column="0" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,0,8,0" Text="{DynamicResource Text.EditRepositoryNode.Target}"/>
|
||||
|
||||
@@ -10,9 +10,15 @@
|
||||
x:DataType="vm:ExecuteCustomAction"
|
||||
Loaded="OnLoaded">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{Binding CustomAction.Name}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Action}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{Binding CustomAction.Name}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" Height="32" ColumnDefinitions="150,*">
|
||||
<TextBlock Grid.Column="0"
|
||||
|
||||
@@ -8,9 +8,16 @@
|
||||
x:Class="SourceGit.Views.Fetch"
|
||||
x:DataType="vm:Fetch">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Fetch.Title}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Fetch}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Fetch.Title}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32,Auto,32" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -7,9 +7,16 @@
|
||||
x:Class="SourceGit.Views.FetchInto"
|
||||
x:DataType="vm:FetchInto">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Fetch.Title}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Fetch}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Fetch.Title}"/>
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" Margin="0,16,0,0">
|
||||
<Path Width="14" Height="14" Data="{StaticResource Icons.Branch}"/>
|
||||
<TextBlock Text="{Binding Upstream.FriendlyName}" Margin="8,0,0,0"/>
|
||||
|
||||
@@ -8,18 +8,25 @@
|
||||
x:Class="SourceGit.Views.GitFlowFinish"
|
||||
x:DataType="vm:GitFlowFinish">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitFlow.FinishFeature}"
|
||||
IsVisible="{Binding Type, Converter={x:Static ObjectConverters.Equal}, ConverterParameter={x:Static m:GitFlowBranchType.Feature}}"/>
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitFlow.FinishRelease}"
|
||||
IsVisible="{Binding Type, Converter={x:Static ObjectConverters.Equal}, ConverterParameter={x:Static m:GitFlowBranchType.Release}}"/>
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitFlow.FinishHotfix}"
|
||||
IsVisible="{Binding Type, Converter={x:Static ObjectConverters.Equal}, ConverterParameter={x:Static m:GitFlowBranchType.Hotfix}}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Margin="0,0,8,0"
|
||||
Data="{StaticResource Icons.GitFlow}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitFlow.FinishFeature}"
|
||||
IsVisible="{Binding Type, Converter={x:Static ObjectConverters.Equal}, ConverterParameter={x:Static m:GitFlowBranchType.Feature}}"/>
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitFlow.FinishRelease}"
|
||||
IsVisible="{Binding Type, Converter={x:Static ObjectConverters.Equal}, ConverterParameter={x:Static m:GitFlowBranchType.Release}}"/>
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitFlow.FinishHotfix}"
|
||||
IsVisible="{Binding Type, Converter={x:Static ObjectConverters.Equal}, ConverterParameter={x:Static m:GitFlowBranchType.Hotfix}}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32,32,32" ColumnDefinitions="150,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -9,18 +9,25 @@
|
||||
x:Class="SourceGit.Views.GitFlowStart"
|
||||
x:DataType="vm:GitFlowStart">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitFlow.StartFeatureTitle}"
|
||||
IsVisible="{Binding Type, Converter={x:Static ObjectConverters.Equal}, ConverterParameter={x:Static m:GitFlowBranchType.Feature}}"/>
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitFlow.StartReleaseTitle}"
|
||||
IsVisible="{Binding Type, Converter={x:Static ObjectConverters.Equal}, ConverterParameter={x:Static m:GitFlowBranchType.Release}}"/>
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitFlow.StartHotfixTitle}"
|
||||
IsVisible="{Binding Type, Converter={x:Static ObjectConverters.Equal}, ConverterParameter={x:Static m:GitFlowBranchType.Hotfix}}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Margin="0,0,8,0"
|
||||
Data="{StaticResource Icons.GitFlow}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitFlow.StartFeatureTitle}"
|
||||
IsVisible="{Binding Type, Converter={x:Static ObjectConverters.Equal}, ConverterParameter={x:Static m:GitFlowBranchType.Feature}}"/>
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitFlow.StartReleaseTitle}"
|
||||
IsVisible="{Binding Type, Converter={x:Static ObjectConverters.Equal}, ConverterParameter={x:Static m:GitFlowBranchType.Release}}"/>
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitFlow.StartHotfixTitle}"
|
||||
IsVisible="{Binding Type, Converter={x:Static ObjectConverters.Equal}, ConverterParameter={x:Static m:GitFlowBranchType.Hotfix}}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -7,9 +7,16 @@
|
||||
x:Class="SourceGit.Views.Init"
|
||||
x:DataType="vm:Init">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0,0,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Init}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Init}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Init}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,8,0" ColumnDefinitions="100,*">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="32"/>
|
||||
|
||||
@@ -8,9 +8,16 @@
|
||||
x:Class="SourceGit.Views.InitGitFlow"
|
||||
x:DataType="vm:InitGitFlow">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitFlow.Init}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Init}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitFlow.Init}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="8,16,0,0" RowDefinitions="32,32,8,32,32,32,32" ColumnDefinitions="Auto,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -8,9 +8,15 @@
|
||||
x:Class="SourceGit.Views.LFSFetch"
|
||||
x:DataType="vm:LFSFetch">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitLFS.Fetch.Title}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Fetch}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitLFS.Fetch.Title}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,Auto" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
|
||||
@@ -5,9 +5,16 @@
|
||||
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
|
||||
x:Class="SourceGit.Views.LFSPrune">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitLFS.Prune}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Clean}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitLFS.Prune}"/>
|
||||
</StackPanel>
|
||||
|
||||
<TextBlock Text="{DynamicResource Text.GitLFS.Prune.Tips}"
|
||||
Margin="8,16,8,0"
|
||||
HorizontalAlignment="Center"
|
||||
|
||||
@@ -8,9 +8,15 @@
|
||||
x:Class="SourceGit.Views.LFSPull"
|
||||
x:DataType="vm:LFSPull">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitLFS.Pull.Title}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Pull}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitLFS.Pull.Title}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,Auto" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
|
||||
@@ -8,9 +8,15 @@
|
||||
x:Class="SourceGit.Views.LFSPush"
|
||||
x:DataType="vm:LFSPush">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitLFS.Push.Title}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Push}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitLFS.Push.Title}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,Auto" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
|
||||
@@ -8,9 +8,15 @@
|
||||
x:Class="SourceGit.Views.LFSTrackCustomPattern"
|
||||
x:DataType="vm:LFSTrackCustomPattern">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitLFS.AddTrackPattern.Title}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.File.Add}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.GitLFS.AddTrackPattern.Title}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
|
||||
@@ -9,9 +9,16 @@
|
||||
x:Class="SourceGit.Views.Merge"
|
||||
x:DataType="vm:Merge">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Merge}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Merge}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Merge}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32,32,32" ColumnDefinitions="130,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -9,9 +9,15 @@
|
||||
x:Class="SourceGit.Views.MergeMultiple"
|
||||
x:DataType="vm:MergeMultiple">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.MergeMultiple}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Merge}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.MergeMultiple}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="Auto,32,32" ColumnDefinitions="100,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
|
||||
@@ -8,9 +8,15 @@
|
||||
x:Class="SourceGit.Views.MoveRepositoryNode"
|
||||
x:DataType="vm:MoveRepositoryNode">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0,0,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.MoveRepositoryNode}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.MoveTo}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.MoveRepositoryNode}"/>
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel Height="28" Margin="4,16,4,0" Orientation="Horizontal">
|
||||
<TextBlock VerticalAlignment="Center" Margin="0,0,8,0" Text="{DynamicResource Text.MoveRepositoryNode.Target}"/>
|
||||
|
||||
@@ -7,9 +7,16 @@
|
||||
x:Class="SourceGit.Views.MoveSubmodule"
|
||||
x:DataType="vm:MoveSubmodule">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.MoveSubmodule}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.MoveTo}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.MoveSubmodule}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -7,9 +7,16 @@
|
||||
x:Class="SourceGit.Views.PruneRemote"
|
||||
x:DataType="vm:PruneRemote">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.PruneRemote}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Clean}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.PruneRemote}"/>
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" Margin="0,16,0,0">
|
||||
<TextBlock Text="{DynamicResource Text.PruneRemote.Target}"/>
|
||||
<Path Width="14" Height="14" Margin="8,2,8,0" Data="{StaticResource Icons.Remote}"/>
|
||||
|
||||
@@ -5,9 +5,16 @@
|
||||
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
|
||||
x:Class="SourceGit.Views.PruneWorktrees">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.PruneWorktrees}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Clean}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.PruneWorktrees}"/>
|
||||
</StackPanel>
|
||||
|
||||
<TextBlock Text="{DynamicResource Text.PruneWorktrees.Tip}"
|
||||
Margin="0,16,0,0"
|
||||
HorizontalAlignment="Center"/>
|
||||
|
||||
@@ -8,9 +8,16 @@
|
||||
x:Class="SourceGit.Views.Pull"
|
||||
x:DataType="vm:Pull">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Pull.Title}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Pull}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Pull.Title}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" ColumnDefinitions="140,*">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="32"/>
|
||||
|
||||
@@ -8,9 +8,15 @@
|
||||
x:Class="SourceGit.Views.Push"
|
||||
x:DataType="vm:Push">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Push.Title}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Push}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Push.Title}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32,32,Auto,Auto,32,32" ColumnDefinitions="130,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
|
||||
@@ -8,9 +8,15 @@
|
||||
x:Class="SourceGit.Views.PushRevision"
|
||||
x:DataType="vm:PushRevision">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Push.Revision.Title}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Push}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Push.Revision.Title}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32,32" ColumnDefinitions="130,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
|
||||
@@ -8,9 +8,16 @@
|
||||
x:Class="SourceGit.Views.PushTag"
|
||||
x:DataType="vm:PushTag">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.PushTag}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Push}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.PushTag}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32,32" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -9,9 +9,16 @@
|
||||
x:Class="SourceGit.Views.Rebase"
|
||||
x:DataType="vm:Rebase">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Rebase}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Rebase}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Rebase}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32,32" ColumnDefinitions="130,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -7,9 +7,16 @@
|
||||
x:Class="SourceGit.Views.RemoveWorktree"
|
||||
x:DataType="vm:RemoveWorktree">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0,0,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.RemoveWorktree}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Clear}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.RemoveWorktree}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="8,16,0,0" RowDefinitions="32,32" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right"
|
||||
|
||||
@@ -9,9 +9,16 @@
|
||||
x:Class="SourceGit.Views.RenameBranch"
|
||||
x:DataType="vm:RenameBranch">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.RenameBranch}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Rename}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.RenameBranch}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -9,9 +9,16 @@
|
||||
x:Class="SourceGit.Views.Reset"
|
||||
x:DataType="vm:Reset">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Reset}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Reset}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Reset}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32,32" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -9,9 +9,16 @@
|
||||
x:Class="SourceGit.Views.ResetWithoutCheckout"
|
||||
x:DataType="vm:ResetWithoutCheckout">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.ResetWithoutCheckout}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Reset}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.ResetWithoutCheckout}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -8,9 +8,16 @@
|
||||
x:Class="SourceGit.Views.Revert"
|
||||
x:DataType="vm:Revert">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Revert}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Undo}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Revert}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32" ColumnDefinitions="130,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -9,9 +9,15 @@
|
||||
x:Class="SourceGit.Views.Reword"
|
||||
x:DataType="vm:Reword">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Reword}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Edit}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Reword}"/>
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel Margin="8,16,8,0" Orientation="Horizontal" HorizontalAlignment="Right">
|
||||
<Path Margin="0,0,8,0" Width="14" Height="14" Fill="{DynamicResource Brush.FG1}" Data="{StaticResource Icons.Commit}"/>
|
||||
|
||||
@@ -8,9 +8,16 @@
|
||||
x:Class="SourceGit.Views.ScanRepositories"
|
||||
x:DataType="vm:ScanRepositories">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.ScanRepositories}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Scan}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.ScanRepositories}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -7,9 +7,16 @@
|
||||
x:Class="SourceGit.Views.SetSubmoduleBranch"
|
||||
x:DataType="vm:SetSubmoduleBranch">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.SetSubmoduleBranch}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Track}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.SetSubmoduleBranch}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32,32" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -8,9 +8,16 @@
|
||||
x:Class="SourceGit.Views.SetUpstream"
|
||||
x:DataType="vm:SetUpstream">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.SetUpstream}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Track}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.SetUpstream}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,32,32" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
@@ -9,9 +9,15 @@
|
||||
x:Class="SourceGit.Views.Squash"
|
||||
x:DataType="vm:Squash">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Squash}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.SquashIntoParent}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Squash}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,18,0,0" ColumnDefinitions="Auto,Auto,Auto,*">
|
||||
<TextBlock Grid.Column="0"
|
||||
|
||||
@@ -9,9 +9,16 @@
|
||||
x:Class="SourceGit.Views.StashChanges"
|
||||
x:DataType="vm:StashChanges">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0,0,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Stash.Title}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Stashes.Add}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.Stash.Title}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="8,20,0,0" RowDefinitions="32,Auto,Auto,Auto,Auto" ColumnDefinitions="100,356">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right"
|
||||
|
||||
@@ -8,9 +8,16 @@
|
||||
x:Class="SourceGit.Views.UpdateSubmodules"
|
||||
x:DataType="vm:UpdateSubmodules">
|
||||
<StackPanel Orientation="Vertical" Margin="8,0">
|
||||
<TextBlock FontSize="18"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.UpdateSubmodules}"/>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Path Width="16" Height="16"
|
||||
Data="{StaticResource Icons.Loading}"/>
|
||||
|
||||
<TextBlock FontSize="18"
|
||||
Margin="8,0,0,0"
|
||||
Classes="bold"
|
||||
Text="{DynamicResource Text.UpdateSubmodules}"/>
|
||||
</StackPanel>
|
||||
|
||||
<Grid Margin="0,16,0,0" RowDefinitions="32,Auto,Auto,32,32" ColumnDefinitions="120,*">
|
||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
|
||||
Reference in New Issue
Block a user