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.
Merge pull request WolvenKit#309 from WolvenKit/dev-UI
UI xaml designs by offline
- Loading branch information
Showing
93 changed files
with
2,308 additions
and
344 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
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 |
---|---|---|
@@ -1,12 +1,13 @@ | ||
using System; | ||
using Catel.MVVM; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace WolvenKit.ViewModels.AssetBrowser | ||
{ | ||
class AssetBrowserViewModel : ViewModel | ||
class AssetBrowserViewModel : 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
13 changes: 13 additions & 0 deletions
13
WolvenKit/ViewModels/HomePage/Pages/WebsitePageViewModel.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.HomePage.Pages | ||
{ | ||
class WebsitePageViewModel : ViewModelBase | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
WolvenKit/ViewModels/PluginManager/PluginManagerViewModel.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.PluginManager | ||
{ | ||
class PluginManagerViewModel : ViewModelBase | ||
{ | ||
} | ||
} |
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 | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
WolvenKit/ViewModels/SettingsPages/SubPages/Editor/CompatibilitySubSettingsViewModel.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.SubPages.Editor | ||
{ | ||
class CompatibilitySubSettingsViewModel : ViewModelBase | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
WolvenKit/ViewModels/SettingsPages/SubPages/Editor/GeneralSubSettingsViewModel.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.SubPages.Editor | ||
{ | ||
class GeneralSubSettingsViewModel : ViewModelBase | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
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,13 @@ | ||
using Catel.MVVM; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace WolvenKit.ViewModels.SettingsPages.SubPages.General | ||
{ | ||
class AccountSubSettingsViewModel : ViewModelBase | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
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,13 @@ | ||
using Catel.MVVM; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace WolvenKit.ViewModels.SettingsPages.SubPages.General | ||
{ | ||
class GlobalSubSettingsViewModel : ViewModelBase | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
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,13 @@ | ||
using Catel.MVVM; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace WolvenKit.ViewModels.SettingsPages.SubPages.General | ||
{ | ||
class LoggingSubSettingsViewModel : ViewModelBase | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
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,13 @@ | ||
using Catel.MVVM; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace WolvenKit.ViewModels.SettingsPages.SubPages.General | ||
{ | ||
class ThemeSubSettingsViewModel : ViewModelBase | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
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,13 @@ | ||
using Catel.MVVM; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace WolvenKit.ViewModels.SettingsPages.SubPages.General | ||
{ | ||
class UpdatesSubSettingsViewModel : ViewModelBase | ||
{ | ||
} | ||
} |
Oops, something went wrong.