Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/15 16:14:30 (8 years ago)
Author:
gkronber
Message:

#2522:

  • moved UI components out of HeuristicLab.PluginInfrastructure -> HeuristicLab.PluginInfrastructure.UI
  • moved ErrorDialog to HeuristicLab.MainForm.WindowsForms
  • moved ErrorHandling (for building an error message string) to HeuristicLab.Common
  • Changed exception handlers in Views to use MainForm.ShowError()
  • Changed usages for ErrorDialog in non-UI components to throw exceptions instead.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/RefactorPluginInfrastructure-2522/HeuristicLab 3.3.sln

    r13231 r13338  
    449449EndProject
    450450Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.ALPS-3.3", "HeuristicLab.Algorithms.ALPS\3.3\HeuristicLab.Algorithms.ALPS-3.3.csproj", "{59F354CB-FE13-4253-AED2-AD86372BEC27}"
     451EndProject
     452Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.PluginInfrastructure.UI-4.0", "HeuristicLab.PluginInfrastructure.UI\HeuristicLab.PluginInfrastructure.UI-4.0.csproj", "{7AF3C7B6-8BA5-44F3-8D5B-2BF7A23CF12D}"
    451453EndProject
    452454Global
     
    21882190    {59F354CB-FE13-4253-AED2-AD86372BEC27}.Release|x86.ActiveCfg = Release|x86
    21892191    {59F354CB-FE13-4253-AED2-AD86372BEC27}.Release|x86.Build.0 = Release|x86
     2192    {7AF3C7B6-8BA5-44F3-8D5B-2BF7A23CF12D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     2193    {7AF3C7B6-8BA5-44F3-8D5B-2BF7A23CF12D}.Debug|Any CPU.Build.0 = Debug|Any CPU
     2194    {7AF3C7B6-8BA5-44F3-8D5B-2BF7A23CF12D}.Debug|x64.ActiveCfg = Debug|Any CPU
     2195    {7AF3C7B6-8BA5-44F3-8D5B-2BF7A23CF12D}.Debug|x86.ActiveCfg = Debug|Any CPU
     2196    {7AF3C7B6-8BA5-44F3-8D5B-2BF7A23CF12D}.Release|Any CPU.ActiveCfg = Release|Any CPU
     2197    {7AF3C7B6-8BA5-44F3-8D5B-2BF7A23CF12D}.Release|Any CPU.Build.0 = Release|Any CPU
     2198    {7AF3C7B6-8BA5-44F3-8D5B-2BF7A23CF12D}.Release|x64.ActiveCfg = Release|Any CPU
     2199    {7AF3C7B6-8BA5-44F3-8D5B-2BF7A23CF12D}.Release|x86.ActiveCfg = Release|Any CPU
    21902200  EndGlobalSection
    21912201  GlobalSection(SolutionProperties) = preSolution
     
    21932203  EndGlobalSection
    21942204  GlobalSection(NestedProjects) = preSolution
    2195     {0C67A033-F6D9-4237-B3CA-C033A44706BE} = {D1B1DE45-F9C7-4FBF-B73C-E759BC4223D5}
    21962205    {3083C7AA-5AF4-4C75-BA19-B69B86E2F66A} = {D1B1DE45-F9C7-4FBF-B73C-E759BC4223D5}
    21972206    {9A04599C-D608-4240-8DA6-D41F51C515A3} = {D1B1DE45-F9C7-4FBF-B73C-E759BC4223D5}
     
    21992208    {5E516C4F-9935-437F-8B15-ECEF4451744E} = {D1B1DE45-F9C7-4FBF-B73C-E759BC4223D5}
    22002209    {7FC70D74-1813-48B7-9CE5-0BD913457579} = {D1B1DE45-F9C7-4FBF-B73C-E759BC4223D5}
     2210    {0C67A033-F6D9-4237-B3CA-C033A44706BE} = {D1B1DE45-F9C7-4FBF-B73C-E759BC4223D5}
    22012211  EndGlobalSection
    22022212EndGlobal
Note: See TracChangeset for help on using the changeset viewer.