|
48 | 48 | <!-- Tab: Projects--> |
49 | 49 | <TabItemHeader="Projects"Style="{DynamicResource TabItemStyle1}"Padding="0,0,0,0"Margin="-1,1,1,-1"BorderBrush="{x:Null}"> |
50 | 50 | <Grid> |
| 51 | + <Grid.ColumnDefinitions> |
| 52 | + <ColumnDefinitionWidth="185*"/> |
| 53 | + <ColumnDefinitionWidth="693*"/> |
| 54 | + </Grid.ColumnDefinitions> |
51 | 55 | <!-- search box--> |
52 | | - <GridBackground="{DynamicResource ThemeTextBoxBackground}"HorizontalAlignment="Left"VerticalAlignment="Top"Width="222"Margin="6,5,0,0"Height="20" > |
| 56 | + <GridBackground="{DynamicResource ThemeTextBoxBackground}"HorizontalAlignment="Left"VerticalAlignment="Top"Width="222"Margin="6,5,0,0"Height="20"Grid.ColumnSpan="2" > |
53 | 57 | <!--<TextBlock Margin="3,2" MinWidth="100" Text="Search" Foreground="{DynamicResource ThemeSearchPlaceholder}" Visibility="{Binding Text.IsEmpty, Converter={StaticResource MyBoolToVisibilityConverter}, ElementName=txtSearchBox}" Height="24" />--> |
54 | 58 | <TextBlockMargin="3,2"MinWidth="100"Text="Search"Foreground="{DynamicResource ThemeSearchPlaceholder}"Height="24"> |
55 | 59 | <TextBlock.Style> |
|
84 | 88 | </Button> |
85 | 89 | </Grid> |
86 | 90 |
|
87 | | - <ButtonStyle="{StaticResource CustomButton}"ToolTip="Browse and add existing project to list"x:Name="btnAddProjectFolder"Content="Add Project.."Height="22"Width="78"HorizontalAlignment="Right"VerticalAlignment="Top"Margin="0,4,38,0"Click="BtnAddProjectFolder_Click"BorderBrush="{x:Null}"TabIndex="10" /> |
88 | | - <ButtonStyle="{StaticResource CustomButton}"ToolTip="Refresh list (F5)"x:Name="btnRefreshProjectList"Content="⟳"Height="22"Width="26"HorizontalAlignment="Right"VerticalAlignment="Top"FontSize="16"Margin="0,4,3,0"Padding="1,-2,1,1"BorderBrush="{x:Null}"Click="BtnRefreshProjectList_Click"TabIndex="11"/> |
| 91 | + <ButtonStyle="{StaticResource CustomButton}"ToolTip="Browse and add existing project to list"x:Name="btnAddProjectFolder"Content="Add Project.."Height="22"Width="78"HorizontalAlignment="Right"VerticalAlignment="Top"Margin="0,4,38,0"Click="BtnAddProjectFolder_Click"BorderBrush="{x:Null}"TabIndex="10"Grid.Column="1"/> |
| 92 | + <ButtonStyle="{StaticResource CustomButton}"ToolTip="Refresh list (F5)"x:Name="btnRefreshProjectList"Content="⟳"Height="22"Width="26"HorizontalAlignment="Right"VerticalAlignment="Top"FontSize="16"Margin="0,4,3,0"Padding="1,-2,1,1"BorderBrush="{x:Null}"Click="BtnRefreshProjectList_Click"TabIndex="11" Grid.Column="1"/> |
89 | 93 |
|
90 | | - <DataGridx:Name="gridRecent"HorizontalContentAlignment="Left"VerticalContentAlignment="Top"SelectionMode="Single"Margin="4,30,2,42"CanUserAddRows="False"Background="{x:Null}"BorderBrush="{x:Null}"ColumnHeaderStyle="{StaticResource HeaderStyle}"Padding="0"HorizontalScrollBarVisibility="Disabled"HeadersVisibility="Column"Foreground="{DynamicResource ThemeGridForeground}"HorizontalGridLinesBrush="{DynamicResource ThemeDatagridLines}"VerticalGridLinesBrush="{DynamicResource ThemeGridVerticalGridLines}"AutoGenerateColumns="False"PreviewKeyDown="GridRecent_PreviewKeyDown"Loaded="GridRecent_Loaded"TabIndex="2"CellEditEnding="GridRecent_CellEditEnding"PreviewMouseDoubleClick="GridRecent_PreviewMouseDoubleClick"ContextMenuOpening="GridRecent_ContextMenuOpening"BeginningEdit="GridRecent_BeginningEdit"RowHeight="21"ColumnReordered="GridRecent_ColumnReordered"Sorting="gridRecent_Sorting" > |
| 94 | + <DataGridx:Name="gridRecent"HorizontalContentAlignment="Left"VerticalContentAlignment="Top"SelectionMode="Single"Margin="4,30,2,42"CanUserAddRows="False"Background="{x:Null}"BorderBrush="{x:Null}"ColumnHeaderStyle="{StaticResource HeaderStyle}"Padding="0"HorizontalScrollBarVisibility="Disabled"HeadersVisibility="Column"Foreground="{DynamicResource ThemeGridForeground}"HorizontalGridLinesBrush="{DynamicResource ThemeDatagridLines}"VerticalGridLinesBrush="{DynamicResource ThemeGridVerticalGridLines}"AutoGenerateColumns="False"PreviewKeyDown="GridRecent_PreviewKeyDown"Loaded="GridRecent_Loaded"TabIndex="2"CellEditEnding="GridRecent_CellEditEnding"PreviewMouseDoubleClick="GridRecent_PreviewMouseDoubleClick"ContextMenuOpening="GridRecent_ContextMenuOpening"BeginningEdit="GridRecent_BeginningEdit"RowHeight="21"ColumnReordered="GridRecent_ColumnReordered"Sorting="gridRecent_Sorting"Grid.ColumnSpan="2"> |
91 | 95 |
|
92 | 96 | <DataGrid.CommandBindings> |
93 | 97 | <CommandBindingCommand="ApplicationCommands.Copy"Executed="CopyRowFolderToClipBoard"CanExecute="CanExecute_Copy"/> |
|
241 | 245 | </DataGrid> |
242 | 246 |
|
243 | 247 | <!-- bottom buttoms row--> |
244 | | - <GridVerticalAlignment="Bottom"Margin="4,0,8,5"> |
| 248 | + <GridVerticalAlignment="Bottom"Margin="4,0,8,5" Grid.ColumnSpan="2"> |
245 | 249 | <Grid.ColumnDefinitions> |
246 | 250 | <ColumnDefinitionWidth="14*" /> |
247 | 251 | <ColumnDefinitionWidth="17*" /> |
|
492 | 496 | <ColumnDefinitionWidth="20*" /> |
493 | 497 | <ColumnDefinitionWidth="18*" /> |
494 | 498 | <ColumnDefinitionWidth="28*" /> |
495 | | - <ColumnDefinitionWidth="26*" /> |
| 499 | + <ColumnDefinitionWidth="14*" /> |
| 500 | + <ColumnDefinitionWidth="18*" /> |
496 | 501 | </Grid.ColumnDefinitions> |
497 | 502 | <Grid.RowDefinitions> |
498 | 503 | <RowDefinitionHeight="32" /> |
|
507 | 512 | <LabelContent="Download& Install"Foreground="{Binding Path=Foreground, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Control}}}" /> |
508 | 513 | </Button> |
509 | 514 | <Button Grid.Column="3"Style="{StaticResource CustomButton}"x:Name="btnOpenWebsite"Margin="5,0,0,0"BorderBrush="{x:Null}"Click="BtnOpenWebsite_Click" > |
510 | | - <LabelContent="Release _Notes"Foreground="{Binding Path=Foreground, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Control}}}" /> |
| 515 | + <LabelContent="Release Notes"Foreground="{Binding Foreground, RelativeSource={RelativeSource AncestorType={x:Type Control}, Mode=FindAncestor}}" /> |
| 516 | + </Button> |
| 517 | + <Button Grid.Column="4"Style="{StaticResource CustomButton}"x:Name="btnShowCumulatedReleaseNotes"Margin="5,0,0,0"BorderBrush="{x:Null}"Click="BtnShowCumulatedReleaseNotes_Click"ToolTip="Show all Release Notes between the selected version and the older, closest one installed. Only works for final and patch versions." > |
| 518 | + <LabelContent="Cumulative Release Notes"Foreground="{Binding Foreground, RelativeSource={RelativeSource AncestorType={x:Type Control}, Mode=FindAncestor}}" /> |
511 | 519 | </Button> |
512 | 520 | </Grid> |
513 | 521 | </Grid> |
|
791 | 799 | <CheckBoxx:Name="chkQuitAfterOpen"Content="Close after opening project"Checked="ChkQuitAfterOpen_CheckedChanged"Unchecked="ChkQuitAfterOpen_CheckedChanged"ToolTip="Closes launcher after running project (not really useful)"HorizontalAlignment="Left"/> |
792 | 800 | <CheckBoxx:Name="chkQuitAfterCommandline"Content="Close after launching from Explorer"Unchecked="ChkQuitAfterCommandline_CheckedChanged"Checked="ChkQuitAfterCommandline_CheckedChanged"ToolTip="Close launcher after running from commandline or Explorer (recommended)"HorizontalAlignment="Left"/> |
793 | 801 | <CheckBoxx:Name="chkAllowSingleInstanceOnly"Content="Allow single instance only"Checked="ChkAllowSingleInstanceOnly_CheckedChanged"Unchecked="ChkAllowSingleInstanceOnly_CheckedChanged"ToolTip="Activates already running instance, instead of starting new exe (not working if app is minized to taskbar)"HorizontalAlignment="Left"/> |
794 | | - <CheckBoxx:Name="useAlphaReleaseNotesSite"Content="Use Unity Alpha Release Notes Site (Unity 6 not supported)"ToolTip="Use the superior (but alpha) Unity Release Notes (https://alpha.release-notes.ds.unity3d.com/) site when clicking on the ReleaseNotes button. Otherwise will default to the normal build page."Checked="UseAlphaReleaseNotes_Checked"Unchecked="UseAlphaReleaseNotes_Checked"/> |
| 802 | + <CheckBoxx:Name="useAlphaReleaseNotesSite"Content="Use Unity Alpha Release Notes Site (only for final versions)"ToolTip="Use the superior (but alpha) Unity Release Notes (https://alpha.release-notes.ds.unity3d.com/) site when clicking on the ReleaseNotes button. Otherwise will default to the normal build page."Checked="UseAlphaReleaseNotes_Checked"Unchecked="UseAlphaReleaseNotes_Checked"/> |
795 | 803 | <CheckBoxx:Name="chkStreamerMode"Content="Streamer Mode (hide project names and folders)"ToolTip="Hide project names and folders in main view"Checked="ChkStreamerMode_Checked"Unchecked="ChkStreamerMode_Checked"HorizontalAlignment="Left"/> |
796 | 804 | <!--<StackPanel Orientation="Horizontal" Margin="0,0,0,4"> |
797 | 805 | <TextBox x:Name="txtTemplatePackagesFolder" BorderBrush="Transparent" CaretBrush="{DynamicResource ThemeSearchCaret}" Background="{DynamicResource ThemeTextBoxBackground}" SelectionBrush="{DynamicResource ThemeSearchSelection}" Foreground="{DynamicResource ThemeSearchForeground}" ToolTip="Folder for your custom unitypackage templates (for new project)" Padding="0,3,0,0" Width="110" TextChanged="TxtTemplatePackagesFolder_TextChanged" /> |
|