xenadmin/XenAdmin/Wizards/ImportWizard
Konstantina Chremmou 73eaed6af8 Fixed some issues around the validation of SrPicker selections.
- Fixed button enablement on the IntraPoolCopy page.
- Regression on the NewDiskDialog were selection was considered valid
even if the SR was disabled.The SrSelectionChanged and SelectedIndexChanged
were fired in the wrong order. To fix this the event SrSelectionChanged
is removed (in reality after the refactoring in 5b79b1dc94
it became obsolete).

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2019-10-14 09:24:36 +01:00
..
GlobalSelectHost.cs CA-280287: Fix the null reference exception on the Import wizard (#1918) 2018-01-19 14:05:20 +00:00
GlobalSelectHost.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
GlobalSelectHost.ja.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
GlobalSelectHost.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
GlobalSelectHost.zh-CN.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
HardwareCompatibilityFilter.cs CA-309758: Optimisations to the way we assert if Vms can be migrated to a destination pool in the Cross Pool Migrate wizard 2019-03-04 11:06:59 +00:00
ImageVMConfigPage.cs CP-30251: Check version number to determine feature availability. 2018-12-18 15:44:23 +00:00
ImageVMConfigPage.Designer.cs CP-30251: Check version number to determine feature availability. 2018-12-18 15:44:23 +00:00
ImageVMConfigPage.ja.resx L10N: Translation updates and resx resync (#2363) 2019-01-10 14:03:27 +00:00
ImageVMConfigPage.resx CP-30251: Check version number to determine feature availability. 2018-12-18 15:44:23 +00:00
ImageVMConfigPage.zh-CN.resx L10N: Translation updates and resx resync (#2363) 2019-01-10 14:03:27 +00:00
ImportBootOptionPage.cs Do not expose the Ovf project's settings to the other projects in the solution. 2019-08-14 11:07:16 +01:00
ImportBootOptionPage.Designer.cs CP-30251: Check version number to determine feature availability. 2018-12-18 15:44:23 +00:00
ImportBootOptionPage.ja.resx CP-30251: Check version number to determine feature availability. 2018-12-18 15:44:23 +00:00
ImportBootOptionPage.resx CA-310250: Improvements to the guest UEFI UI 2019-02-21 12:40:22 +00:00
ImportBootOptionPage.zh-CN.resx CP-30251: Check version number to determine feature availability. 2018-12-18 15:44:23 +00:00
ImportEulaPage.cs Since it is easy to forget calling the base class method at the beginning of the 2018-03-09 11:22:26 +00:00
ImportEulaPage.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ImportEulaPage.ja.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
ImportEulaPage.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ImportEulaPage.zh-CN.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
ImportFinishPage.cs Minor improvements on ImportWizard pages. 2019-07-11 11:25:37 +01:00
ImportFinishPage.Designer.cs Minor improvements on ImportWizard pages. 2019-07-11 11:25:37 +01:00
ImportFinishPage.ja.resx L10N : Resx resync and translation update 2019-07-18 14:49:51 +01:00
ImportFinishPage.resx Minor improvements on ImportWizard pages. 2019-07-11 11:25:37 +01:00
ImportFinishPage.zh-CN.resx L10N : Resx resync and translation update 2019-07-18 14:49:51 +01:00
ImportOptionsPage.cs CA-272770: Check whether the selected ISO SR supports VDI creation before copying the Fixup ISO on it. 2019-09-12 23:05:15 +01:00
ImportOptionsPage.Designer.cs CA-272770: Check whether the selected ISO SR supports VDI creation before copying the Fixup ISO on it. 2019-09-12 23:05:15 +01:00
ImportOptionsPage.ja.resx L10N: Translation and Resx resync 2019-09-25 15:17:19 +01:00
ImportOptionsPage.resx CA-272770: Check whether the selected ISO SR supports VDI creation before copying the Fixup ISO on it. 2019-09-12 23:05:15 +01:00
ImportOptionsPage.zh-CN.resx L10N: Translation and Resx resync 2019-09-25 15:17:19 +01:00
ImportSecurityPage.cs Fixed labels; removed unnecessary control disablement. 2019-08-13 10:18:15 +01:00
ImportSecurityPage.Designer.cs Fixed labels; removed unnecessary control disablement. 2019-08-13 10:18:15 +01:00
ImportSecurityPage.ja.resx L10N: Translation and Resx resync 2019-09-25 15:17:19 +01:00
ImportSecurityPage.resx Fixed labels; removed unnecessary control disablement. 2019-08-13 10:18:15 +01:00
ImportSecurityPage.zh-CN.resx L10N: Translation and Resx resync 2019-09-25 15:17:19 +01:00
ImportSelectHostPage.cs Fixed regression whereby the vm-host mapping was lost when proceeding to the next page and returning to the destination selection page. 2018-06-07 12:27:57 +01:00
ImportSelectNetworkPage.cs CP-30958: Initial implementation of the Conversion Manager in XenCenter. (#2481) 2019-08-22 10:47:43 +01:00
ImportSelectStoragePage.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
ImportSourcePage.cs CA-325439: Pre-populate download locations. Validation corrections on the server status report wizard. 2019-09-19 14:06:28 +01:00
ImportSourcePage.Designer.cs CA-297020: Do not download imported appliance on a modal dialog (#2200) 2018-09-14 15:55:05 +01:00
ImportSourcePage.ja.resx L10N: Translation updates 2018-09-19 10:52:23 +01:00
ImportSourcePage.resx CA-297020: Do not download imported appliance on a modal dialog (#2200) 2018-09-14 15:55:05 +01:00
ImportSourcePage.zh-CN.resx L10N: Translation updates 2018-09-19 10:52:23 +01:00
ImportWizard.cs CP-30890/XSI-284: Support import of gzipped XVAs. 2019-08-28 15:30:01 +01:00
ImportWizard.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ImportWizard.ja.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
ImportWizard.resx CP-15398: Remove enbedded icons 2016-01-19 18:40:56 +08:00
ImportWizard.zh-CN.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
LunPerVdiImportPage.cs Ensure we never attempt getting the file size if file is null 2019-01-07 14:19:02 +00:00
NetworkPickerPage.cs CA-248353: Do not use a hardcoded string or integer to reference DataGridView columns or ToolStripMenuItems. 2018-05-15 13:17:04 +01:00
NetworkPickerPage.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NetworkPickerPage.ja.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
NetworkPickerPage.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NetworkPickerPage.zh-CN.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
OvfNetworkResource.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
OVFStorageResource.cs Ensure we never attempt getting the file size if file is null 2019-01-07 14:19:02 +00:00
StoragePickerPage.cs Fixed some issues around the validation of SrPicker selections. 2019-10-14 09:24:36 +01:00
StoragePickerPage.Designer.cs Fixed some issues around the validation of SrPicker selections. 2019-10-14 09:24:36 +01:00
StoragePickerPage.ja.resx L10N : Resx resync and translation update 2019-07-18 14:49:51 +01:00
StoragePickerPage.resx Minor improvements on ImportWizard pages. 2019-07-11 11:25:37 +01:00
StoragePickerPage.zh-CN.resx L10N : Resx resync and translation update 2019-07-18 14:49:51 +01:00