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.
Location:
branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/InstallationManagerForm.Designer.cs

    r13337 r13338  
    1919 */
    2020#endregion
    21 namespace HeuristicLab.PluginInfrastructure.Advanced {
     21namespace HeuristicLab.PluginInfrastructure.UI {
    2222  partial class InstallationManagerForm {
    2323    /// <summary>
     
    5050      this.tabControl = new System.Windows.Forms.TabControl();
    5151      this.localPluginsTabPage = new System.Windows.Forms.TabPage();
    52       this.localPluginsView = new HeuristicLab.PluginInfrastructure.Advanced.InstalledPluginsView();
     52      this.localPluginsView = new InstalledPluginsView();
    5353      this.logTabPage = new System.Windows.Forms.TabPage();
    5454      this.logTextBox = new System.Windows.Forms.TextBox();
     
    152152      this.Controls.Add(this.tabControl);
    153153      this.Controls.Add(this.statusStrip);
    154       this.Icon = global::HeuristicLab.PluginInfrastructure.Resources.HeuristicLab;
     154      this.Icon = Resources.HeuristicLab;
    155155      this.Name = "InstallationManagerForm";
    156156      this.Text = "Plugin Manager";
Note: See TracChangeset for help on using the changeset viewer.