This commit is contained in:
Holger Börchers 2019-12-14 23:36:21 +01:00
parent a0b820f3bd
commit 12a6836bad
18 changed files with 44 additions and 42 deletions

View File

@ -31,7 +31,7 @@
<component name="PropertiesComponent"> <component name="PropertiesComponent">
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" /> <property name="WebServerToolWindowFactoryState" value="false" />
<property name="settings.editor.selected.configurable" value="editor.preferences.fonts.default" /> <property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
</component> </component>
<component name="RunManager"> <component name="RunManager">
<configuration name="MaterialModernWPF" type="DotNetProject" factoryName=".NET Project"> <configuration name="MaterialModernWPF" type="DotNetProject" factoryName=".NET Project">
@ -77,6 +77,9 @@
<updated>1575410043658</updated> <updated>1575410043658</updated>
<workItem from="1575410047320" duration="169000" /> <workItem from="1575410047320" duration="169000" />
<workItem from="1575410375342" duration="108000" /> <workItem from="1575410375342" duration="108000" />
<workItem from="1575613421526" duration="42000" />
<workItem from="1575613498703" duration="207000" />
<workItem from="1575845320947" duration="101000" />
</task> </task>
<servers /> <servers />
</component> </component>
@ -88,25 +91,29 @@
<screen x="0" y="0" width="1536" height="824" /> <screen x="0" y="0" width="1536" height="824" />
</state> </state>
<state x="450" y="152" key="#com.intellij.openapi.updateSettings.impl.PluginUpdateInfoDialog/0.0.1536.824@0.0.1536.824" timestamp="1575410166767" /> <state x="450" y="152" key="#com.intellij.openapi.updateSettings.impl.PluginUpdateInfoDialog/0.0.1536.824@0.0.1536.824" timestamp="1575410166767" />
<state width="1493" height="211" key="GridCell.Tab.0.bottom" timestamp="1575410483502"> <state width="1493" height="211" key="GridCell.Tab.0.bottom" timestamp="1575845421502">
<screen x="0" y="0" width="1536" height="824" /> <screen x="0" y="0" width="1536" height="824" />
</state> </state>
<state width="1493" height="211" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1575410483502" /> <state width="1493" height="211" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1575845421502" />
<state width="1493" height="211" key="GridCell.Tab.0.center" timestamp="1575410483502"> <state width="1493" height="211" key="GridCell.Tab.0.center" timestamp="1575845421502">
<screen x="0" y="0" width="1536" height="824" /> <screen x="0" y="0" width="1536" height="824" />
</state> </state>
<state width="1493" height="211" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1575410483502" /> <state width="1493" height="211" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1575845421502" />
<state width="1493" height="211" key="GridCell.Tab.0.left" timestamp="1575410483502"> <state width="1493" height="211" key="GridCell.Tab.0.left" timestamp="1575845421501">
<screen x="0" y="0" width="1536" height="824" /> <screen x="0" y="0" width="1536" height="824" />
</state> </state>
<state width="1493" height="211" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1575410483502" /> <state width="1493" height="211" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1575845421501" />
<state width="1493" height="211" key="GridCell.Tab.0.right" timestamp="1575410483502"> <state width="1493" height="211" key="GridCell.Tab.0.right" timestamp="1575845421502">
<screen x="0" y="0" width="1536" height="824" /> <screen x="0" y="0" width="1536" height="824" />
</state> </state>
<state width="1493" height="211" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1575410483502" /> <state width="1493" height="211" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1575845421502" />
<state x="281" y="58" key="SettingsEditor" timestamp="1575410433417"> <state x="281" y="58" key="SettingsEditor" timestamp="1575613676681">
<screen x="0" y="0" width="1536" height="824" /> <screen x="0" y="0" width="1536" height="824" />
</state> </state>
<state x="281" y="58" key="SettingsEditor/0.0.1536.824@0.0.1536.824" timestamp="1575410433417" /> <state x="281" y="58" key="SettingsEditor/0.0.1536.824@0.0.1536.824" timestamp="1575613676681" />
<state x="431" y="145" width="672" height="678" key="search.everywhere.popup" timestamp="1575613633735">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="431" y="145" width="672" height="678" key="search.everywhere.popup/0.0.1536.824@0.0.1536.824" timestamp="1575613633735" />
</component> </component>
</project> </project>

View File

@ -10,10 +10,6 @@
<materialDesign:BundledTheme BaseTheme="Light" PrimaryColor="DeepPurple" SecondaryColor="Lime" /> <materialDesign:BundledTheme BaseTheme="Light" PrimaryColor="DeepPurple" SecondaryColor="Lime" />
<ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Defaults.xaml" /> <ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Defaults.xaml" />
</ResourceDictionary.MergedDictionaries> </ResourceDictionary.MergedDictionaries>
</ResourceDictionary> </ResourceDictionary>
</Application.Resources> </Application.Resources>
</prism:PrismApplication> </prism:PrismApplication>

View File

@ -1,10 +1,10 @@
using System.Windows; using DryIoc;
using DryIoc;
using MaterialModernWPF.Module; using MaterialModernWPF.Module;
using MaterialModernWPF.Service; using MaterialModernWPF.Service;
using MaterialModernWPF.View; using MaterialModernWPF.View;
using Prism.Ioc; using Prism.Ioc;
using Prism.Modularity; using Prism.Modularity;
using System.Windows;
namespace MaterialModernWPF namespace MaterialModernWPF
{ {

View File

@ -1,10 +1,10 @@
using System.Windows; using System.Windows;
[assembly:ThemeInfo( [assembly: ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page, //(used if a resource is not found in the page,
// or application resource dictionaries) // or application resource dictionaries)
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
//(used if a resource is not found in the page, //(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries) // app, or any theme specific resource dictionaries)
)] )]

View File

@ -4,6 +4,7 @@
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework> <TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
<ApplicationIcon >airballoon.ico</ApplicationIcon>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@ -1,7 +1,7 @@
using System; using Prism.Ioc;
using Prism.Ioc;
using Prism.Modularity; using Prism.Modularity;
using Prism.Regions; using Prism.Regions;
using System;
namespace MaterialModernWPF.Module namespace MaterialModernWPF.Module
{ {

View File

@ -30,4 +30,4 @@
</ListBox> </ListBox>
<ItemsControl Grid.Column="1" prism:RegionManager.RegionName="{x:Static root:Constants.PackagesRegion}" /> <ItemsControl Grid.Column="1" prism:RegionManager.RegionName="{x:Static root:Constants.PackagesRegion}" />
</Grid> </Grid>
</UserControl> </UserControl>

View File

@ -10,4 +10,4 @@
InitializeComponent(); InitializeComponent();
} }
} }
} }

View File

@ -1,5 +1,5 @@
using System.Collections.Generic; using MaterialModernWPF.Service;
using MaterialModernWPF.Service; using System.Collections.Generic;
namespace MaterialModernWPF.Module namespace MaterialModernWPF.Module
{ {

View File

@ -1,5 +1,5 @@
using System; using Prism.Events;
using Prism.Events; using System;
namespace MaterialModernWPF.Service namespace MaterialModernWPF.Service
{ {

View File

@ -1,6 +1,6 @@
using System; using Prism.Events;
using System;
using System.Windows.Controls; using System.Windows.Controls;
using Prism.Events;
namespace MaterialModernWPF.Service namespace MaterialModernWPF.Service
{ {
@ -32,6 +32,5 @@ namespace MaterialModernWPF.Service
public class CalculationView : UserControl public class CalculationView : UserControl
{ {
} }
} }

View File

@ -1,7 +1,7 @@
using System.Linq; using DryIoc;
using DryIoc;
using Prism.Events; using Prism.Events;
using Prism.Regions; using Prism.Regions;
using System.Linq;
namespace MaterialModernWPF.Service namespace MaterialModernWPF.Service
{ {

View File

@ -4,6 +4,5 @@ namespace MaterialModernWPF.Service
{ {
public class CalculationPackageSelectionChangedEvent : PubSubEvent<(Package, bool)> public class CalculationPackageSelectionChangedEvent : PubSubEvent<(Package, bool)>
{ {
} }
} }

View File

@ -1,5 +1,5 @@
using System; using Prism.Events;
using Prism.Events; using System;
namespace MaterialModernWPF.Service namespace MaterialModernWPF.Service
{ {

View File

@ -11,4 +11,4 @@
<GroupBox Margin="10" Header="Detailed Geometry"> <GroupBox Margin="10" Header="Detailed Geometry">
<TextBlock FontSize="100" Text="Hallo Welt" /> <TextBlock FontSize="100" Text="Hallo Welt" />
</GroupBox> </GroupBox>
</local:CalculationView> </local:CalculationView>

View File

@ -10,4 +10,4 @@
InitializeComponent(); InitializeComponent();
} }
} }
} }

View File

@ -27,4 +27,4 @@
</Button> </Button>
</StackPanel> </StackPanel>
</StackPanel> </StackPanel>
</UserControl> </UserControl>

View File

@ -1,6 +1,6 @@
using System.Windows.Input; using Prism.Commands;
using Prism.Commands;
using Prism.Mvvm; using Prism.Mvvm;
using System.Windows.Input;
namespace MaterialModernWPF.View namespace MaterialModernWPF.View
{ {
@ -11,6 +11,6 @@ namespace MaterialModernWPF.View
GcCollectCommand = new DelegateCommand(System.GC.Collect); GcCollectCommand = new DelegateCommand(System.GC.Collect);
} }
public ICommand GcCollectCommand {get; } public ICommand GcCollectCommand { get; }
} }
} }