xenadmin/XenAdmin/Wizards
Mihaela Stoica a4fe507adf CA-147941: Fixed the RPU wizard hang in "Reconnecting Storage" and connecting action stuck in progress state
In some cases calling Control.Invoke() from a background thread causes that thread to go in a "sleep, wait, or join" mode, while waiting for Invoke to happen, although the UI thread is running normally.
If the Control is the MainWindow, it works as expected, but we've seen it happening while connecting or disconnecting from a large pool, on calling Invoke on controls like NavigationView, AlertSummaryPage, HistoryPage, etc.
To fix this, we call the Invoke on the MainWindow in all the places where we've seen the issue.

With this changes, the previous fix for CA-148245 (call RequestRefreshTreeView on CacheClearing event) is not needed anymore, so I removed that call.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-10-10 13:16:50 +01:00
..
BallooningWizard_Pages Changed the order of the Select All and Clear All buttons, as in most cases in 2013-11-04 08:44:46 +00:00
BugToolWizardFiles CP-4961 New icons for CAR-107 2014-06-03 16:49:13 +01:00
CrossPoolMigrateWizard CA-125896: Fixed text overflowing on Live Migration Network page 2014-04-25 11:57:43 +01:00
DRWizards CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:00:28 +01:00
ExportWizard CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:35:33 +01:00
GenericPages CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
HAWizard_Pages CP-6215: Do not allow HA for vGPU VMs. 2013-11-14 11:57:28 +00:00
ImportWizard Refactored MainWindow to derive from IMainWindow rather than implement a field deriving 2014-01-22 12:39:32 +00:00
NewNetworkWizard_Pages CA-121385 Allow creation of VLAN 0 in XenCenter. This applies to the New Network Wizard and the Network Properties. 2014-05-20 12:38:03 +01:00
NewPolicyWizard CP-4961 New icons for CAR-107 2014-06-03 16:49:13 +01:00
NewSRWizard_Pages Merge pull request #82 from stephen-turner/CA-136767 2014-06-02 11:05:01 +01:00
NewVMApplianceWizard CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
NewVMWizard CP-9365: XenCenter work for HVM linux support 2014-09-05 16:50:50 +01:00
PatchingWizard Removing duplicated using System.Linq line 2014-10-02 17:49:34 +01:00
RollingUpgradeWizard CA-147941: Fixed the RPU wizard hang in "Reconnecting Storage" and connecting action stuck in progress state 2014-10-10 13:16:50 +01:00
BallooningWizard.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
BallooningWizard.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
BallooningWizard.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
BallooningWizard.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
BallooningWizard.zh-CN.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HAWizard.cs CP-6093: Removed uses of the enum value Tab.History. 2013-11-12 11:59:46 +00:00
HAWizard.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HAWizard.ja.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:00:28 +01:00
HAWizard.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HAWizard.zh-CN.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:00:28 +01:00
NewNetworkWizard.cs CP-7579: Remove the DVSC deprecated warning messages on XenCenter for XS6.5(remove all deprecate related code) 2014-04-21 14:13:04 +08:00
NewNetworkWizard.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewNetworkWizard.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewNetworkWizard.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewNetworkWizard.zh-CN.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewSRWizard.cs CA-114985: Fixed the issue where an empty summary page was displayed after creating Hardware HBA SR 2014-07-24 12:14:40 +01:00
NewSRWizard.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewSRWizard.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewSRWizard.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewSRWizard.zh-CN.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
WizardProgress.cs CA-95272: Fixed several memory leaks coming from undisposed pens and brushes. 2013-08-16 17:43:57 +01:00
WizardProgress.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
WizardProgress.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
WizardProgress.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
WizardProgress.zh-CN.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:35:33 +01:00
WizardProgressEventArgs.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
XenWizardBase.cs CA-123576: Step 1 - stop toggling the enabled state of the Windows menu item when non-modal forms are launched. 2013-12-30 14:47:01 +00:00
XenWizardBase.designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
XenWizardBase.ja.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:00:28 +01:00
XenWizardBase.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
XenWizardBase.zh-CN.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:00:28 +01:00