forked from WolvenKit/WolvenKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da5286c
commit 7998624
Showing
42 changed files
with
589 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
WolvenKit/ViewModels/SettingsPages/EditorSettingsViewModel.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
using Catel.MVVM; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace WolvenKit.ViewModels.SettingsPages | ||
{ | ||
class EditorSettingsViewModel : ViewModelBase | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
WolvenKit/ViewModels/SettingsPages/GeneralSettingsViewModel.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
using Catel.MVVM; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace WolvenKit.ViewModels.SettingsPages | ||
{ | ||
class GeneralSettingsViewModel : ViewModelBase | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
WolvenKit/ViewModels/SettingsPages/IntegrationsSettingsViewModel.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
using Catel.MVVM; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace WolvenKit.ViewModels.SettingsPages | ||
{ | ||
class IntegrationsSettingsViewModel : ViewModelBase | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
WolvenKit/ViewModels/SettingsPages/PackagingSettingsViewModel.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
using Catel.MVVM; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace WolvenKit.ViewModels.SettingsPages | ||
{ | ||
class PackagingSettingsViewModel : ViewModelBase | ||
{ | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
WolvenKit/ViewModels/SettingsPages/SubPages/General/AccountSubSettingsViewModel.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace WolvenKit.ViewModels.SettingsPages.SubPages.General | ||
{ | ||
class AccountSubSettingsViewModel | ||
{ | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
WolvenKit/ViewModels/SettingsPages/SubPages/General/GlobalSubSettingsViewModel.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace WolvenKit.ViewModels.SettingsPages.SubPages.General | ||
{ | ||
class GlobalSubSettingsViewModel | ||
{ | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
WolvenKit/ViewModels/SettingsPages/SubPages/General/LanguageSubSettingsViewModel.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace WolvenKit.ViewModels.SettingsPages.SubPages.General | ||
{ | ||
class LanguageSubSettingsViewModel | ||
{ | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
WolvenKit/ViewModels/SettingsPages/SubPages/General/LoggingSubSettingsViewModel.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace WolvenKit.ViewModels.SettingsPages.SubPages.General | ||
{ | ||
class LoggingSubSettingsViewModel | ||
{ | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
WolvenKit/ViewModels/SettingsPages/SubPages/General/ThemeSubSettingsViewModel.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace WolvenKit.ViewModels.SettingsPages.SubPages.General | ||
{ | ||
class ThemeSubSettingsViewModel | ||
{ | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
WolvenKit/ViewModels/SettingsPages/SubPages/General/UpdatesSubSettingsViewModel.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace WolvenKit.ViewModels.SettingsPages.SubPages.General | ||
{ | ||
class UpdatesSubSettingsViewModel | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
WolvenKit/ViewModels/SettingsPages/ToolSettingsViewModel.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
using Catel.MVVM; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace WolvenKit.ViewModels.SettingsPages | ||
{ | ||
class ToolSettingsViewModel : ViewModelBase | ||
{ | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<catel:UserControl x:Class="WolvenKit.Views.SettingsPages.EditorSettingsView" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:catel="http://schemas.catelproject.com" xmlns:hc="https://handyorg.github.io/handycontrol"> | ||
|
||
<Grid hc:ThemeManager.AccentColorElement="{DynamicResource MahApps.Brushes.Accent3}" Background="{DynamicResource Fluent.Ribbon.Brushes.Backstage.Background}"> | ||
<hc:SideMenu Width="150" SideBrush="{DynamicResource MahApps.Brushes.Accent}" HorizontalAlignment="Left" > | ||
|
||
<hc:SideMenuItem > | ||
<hc:SideMenuItem.Header> | ||
<TextBlock Text="Global" FontSize="10.5"/> | ||
</hc:SideMenuItem.Header> | ||
</hc:SideMenuItem> | ||
<hc:SideMenuItem > | ||
<hc:SideMenuItem.Header> | ||
<TextBlock Text="Personalize" FontSize="10.5"/> | ||
</hc:SideMenuItem.Header> | ||
</hc:SideMenuItem> | ||
</hc:SideMenu> | ||
|
||
|
||
|
||
</Grid> | ||
|
||
</catel:UserControl> |
Oops, something went wrong.