xenadmin/XenAdmin/SettingsPanels
Danilo Del Busso 4b0b83245f
CP-34231: Remove language with negative connotations (#2860)
* CA-34231: Replace negative language with `block list` in code and references

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `stop` in code and references

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `freezing` in code

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `run/ran` in code comments

Some paramater mentions have been renamed, as they will be renamed in future commits.
Excluded mentions in XenAPI/Host.cs and XenAPI/VM.cs since code is autogenerated.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs
#	XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs
#	XenAdmin/Dialogs/Wlb/WorkloadReports.cs

* CA-34231: Replace negative language with `run` in Command.cs Run method

Used Resharper renaming utility
Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	XenAdmin/TabPages/GeneralTabPage.cs

* CA-34231: Replace negative language with `run` in Command.cs CanRun method

Used Resharper rename utility.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `run` in Command.cs CanRunCore method

Used ReSharper rename utility

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	XenAdmin/Commands/DRConfigureCommand.cs
#	XenAdmin/Commands/DRDryrunCommand.cs
#	XenAdmin/Commands/DRFailbackCommand.cs
#	XenAdmin/Commands/DRFailoverCommand.cs
#	XenAdmin/Commands/DisasterRecoveryCommand.cs
#	XenAdmin/Commands/VMGroupCommand.cs

* CA-34231: Replace negative language with `run` in Command.cs RunCore method

Used ReSharper rename utility

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `run` in Command.cs GetCantExecuteReasonCore method

Used ReSharper rename utility

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `run` in Command.cs GetCantRunReasons method

Used ReSharper renaming utility

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace remaining negative language with `run` in Command.cs

Also applied to related symbols. Used ReSharper renaming utility.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `run` in methods named CanRun

Used ReSharper renaming utility

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `run` in methods in CrossPoolMigrateCommand.cs

Used ReSharper renaming utility

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	XenAdmin/Commands/CrossPoolMigrateCommand.cs

* CA-34231: Replace negative language with `run` in remaining Run methods

Also updated negative language in `DeleteVMCommand`
Also updated in comment in `CrossPoolMigrateCommand`
Also renamed missed instances of `CanRun`

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `run` in `CanRunCore` and `RunCore`

Used ReSharper renaming utility.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace remaining negative language with `run` in Commands folder

Used ReSharper renaming utility

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace remaining negative language with `run` in XenAdmin/Controls folder

Used ReSharper renaming utility. Had to rename `WlbReportView.xs:RunReport()` to `WlbReportView.xs:StartRunReport()` to resolve conflict with change from `WlbReportView:ExecuteReport()` to `WlbReportView:RunReport()`

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs
#	XenAdmin/Dialogs/Wlb/WorkloadReports.cs
#	XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs

* CA-34231: Replace all remaining negative language with `run` in code

Used ReSharper renaming utility

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	XenAdmin/Commands/Controls/WlbRecommendations.cs
#	XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs
#	XenModel/WLB/WlbScheduledTask.cs

* CA-34231: Replace negative language with `supporter` or `bond member` in code strings

Used ReSharper renaming utility

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `supporter` or `bond member` in Messages string

Used ReSharper renaming utility

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	XenAdmin/MainWindow.cs
#	XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs
#	XenModel/Messages.Designer.cs
#	XenModel/Messages.resx

* CA-34231: Replace remaining negative language with `supporter` in .resx files

Used ReSharper renaming utility. FriendlyErrorNames.resx has been excluded.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `supporter` or `bond member` in XenAdmin code

Used ReSharper renaming utility

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	XenAdmin/Dialogs/NewPoolDialog.cs

* CA-34231: Replace negative language with `supporter` or `bond member` in XenModel code

Used ReSharper renaming utility.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `coordinator` in CFUValidator code

Used ReSharper renaming utility

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	CFUValidator/CFUValidator.cs

* CA-34231: Replace negative language with `coordinator` in solution's comments and hardcoded strings

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `coordinator` in `Helpers:GetCoordinator` method

Used ReSharper renaming utility.
also renamed similarly named method in `ObjectChange.cs`

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	XenAdmin/Alerts/Types/HotfixEligibilityAlert.cs
#	XenAdmin/Controls/CustomDataGraph/ArchiveMaintainer.cs

* CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx`

Used ReSharper renaming utility. Excluded jp and zh resources

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	XenAdmin/Dialogs/EvacuateHostDialog.resx

* CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx`

Used ReSharper renaming utility. Excluded jp and zh resource files.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	XenAdmin/Dialogs/NewPoolDialog.resx

* CA-34231: Rename missing language references for change to `coordinator`

Misc files were not saved before last commits.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `coordinator` in `Messages.resx`'s code

Used ReSharper renaming utility.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	XenAdmin/Commands/HACommand.cs
#	XenAdmin/TabPages/AdPage.cs
#	XenModel/Actions/Network/CreateBondAction.cs
#	XenModel/Actions/Network/NetworkAction.cs
#	XenModel/Messages.Designer.cs
#	XenModel/Messages.resx

* CA-34231: Replace negative language with `coordinator` in `ExternalPluginAction.cs`

Used ReSharper renaming utility

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands`

Used ReSharper renaming utility. Also replace negative language in missed comment in `ExternalPluginAction.cs`

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	XenAdmin/Commands/AddHostToPoolCommand.cs
#	XenAdmin/Commands/HACommand.cs

* CA-34231: Replace negative language with `coordinator` in `Helpers.cs`

Used ReSharper renaming utility.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `coordinator` in `NetworkingHelper.cs`

Used ReSharper renaming utility.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `coordinator` in `PoolJoinRules.cs`

Used ReSharper renaming utility.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	XenAdmin/Dialogs/NewPoolDialog.cs

* CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands`, `Controls`, and `Core`

Used ReSharper renaming utility

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	XenAdmin/Commands/AddHostToPoolCommand.cs

* CA-34231: Replace negative language with `coordinator` in `XenAdmin/Diagnostics`

Used ReSharper renaming utility

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `coordinator` in `XenAdmin/Dialogs`

Used ReSharper renaming utility

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	XenAdmin/Dialogs/NewPoolDialog.cs

* CA-34231: Replace remaining negative language with `coordinator` in `XenAdmin`

Used ReSharper renaming utility

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	XenAdmin/MainWindow.cs
#	XenAdmin/TabPages/GeneralTabPage.cs
#	XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs
#	XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeExtrasPage.cs
#	XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizard.cs
#	XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizardPrecheckPage.cs
#	XenAdmin/XenSearch/Columns.cs

* CA-34231: Replace remaining negative language with `coordinator` in `XenModel\Actions`

Used ReSharper renaming utility.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	XenModel/Actions/Network/CreateBondAction.cs

* CA-34231: Replace remaining negative language with `coordinator` in `XenModel`

Used ReSharper renaming utility

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace remaining negative strings with `main` in `Messages.resx`

Used ReSharper renaming utility.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	XenModel/Messages.Designer.cs
#	XenModel/Messages.resx

* CA-34231: Replace remaining negative string names with `main` in `Messages.resx`

Used ReSharper renaming utility

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs
#	XenModel/Messages.resx

* CA-34231: Rename dialogs to replace negative connotations with `main`

Used ReSharper renaming utility

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `main` in `SaveAndResoreOptionsPage.cs`

Also updated its resx file. Used ReSharper renaming utility.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

# Conflicts:
#	XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs

* CA-34231: Fix invalid reference in `SaveAndRestoreOptionsPage.Designer.cs` after renaming

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `main` in `EnterMainPasswordDialog.cs`

Used ReSharper renaming utility.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `main` in `ChangeMainPasswordDialog.cs`

Used ReSharper renaming utility.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Fix invalid reference not changed after renaming `EnterMainPasswordDialog.cs`

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace remaining negative language with `main` in `XenAdmin/Dialogs`

Used ReSharper renaming utility.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Update class names in HelpManager.resx

Following renaming of main password dialog. Used ReSharper renaming utility.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace negative language with `main` in `Metadata.cs`

Used ReSharper renaming utility.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Remove remaning negative language with `coordinator` from `Messages.resx`

Used ReSharper renaming

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Remove remaning negative language with `other pool member` from `Messages.resx`

Used ReSharper

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CA-34231: Replace remaining negative language in solution

Used ReSharper renaming utility.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-34231: Remove commented out code in VNCGraphicsClient.cs

Code has only been improved partially as it's not strictly relevant to the PR

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-34231: Amend negative word replacement in XSVNCScreen.cs

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-34231: Simplify debug call formatting in NewPoolDialog.cs

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-34231: Add code mistakenly removed in MainWindow.cs

Removed as part of `f155f9c8`

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-34231: Revert renaming of constant related to Windows' API

Considered external to CH Center

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-34231: Amend hotkey for Coordinator field in `NewPoolDialog`

Previous ALT+<key> hotkey was conflicting with CreatePool

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-34231: Remove unecessary whitespace in EvacuateHostDialog.cs

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-34231: Update if block to exclude unecessary else in DRFailoverWizard.cs

Not relevant to the PR, but the change is small enought to no need extra testing

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-34231: Amend typo in PoolJoinRules.cs

supporer -> supporter

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-34231: Replace missing negative language with `coordinator` in `XenAPI-Extensions/Pool.cs`

Variables and methods XenAPI-Extensions were mistakenly skipped

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-34231: Replace negative language in `XenApi-Extensions` with `coordinator/interface`

Used ReSharper renaming utility.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-34231: Replace negative language in `XenApi-Extensions` with `supporter/member`

Used ReSharper renaming utility.

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-34231: Replace remaining negative language in `XenServerHealthCheckBugTool.cs`

This is only used to format the string

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-34231: Change line-endings to CRLF in `Page_CloudConfigParamters.cs`

Done in order to fix merge conflict into master

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-34231: Amend misc negative language renaming typos

`XenServerHealthCheckBugTool` and `XenServerHealthCheckService`

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
2021-08-31 11:31:16 +01:00
..
Wlb CP-34231: Remove language with negative connotations (#2860) 2021-08-31 11:31:16 +01:00
BootDevice.cs CP-36392 pt.1: Removed unused using directives. 2021-04-07 10:04:47 +01:00
BootOptionsEditPage.cs CA-349435 - Fixed tooltip display on Options and Properties dialogs (#2841) 2021-08-23 10:34:46 +01:00
BootOptionsEditPage.Designer.cs CA-226256: Trying to change boot order toggles boot flags 2016-10-21 18:53:17 +01:00
BootOptionsEditPage.ja.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
BootOptionsEditPage.resx CP-14647: Intermediate check-in #1 2015-11-08 11:27:56 +00:00
BootOptionsEditPage.zh-CN.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
ClusteringEditPage.cs CA-349435 - Fixed tooltip display on Options and Properties dialogs (#2841) 2021-08-23 10:34:46 +01:00
ClusteringEditPage.Designer.cs CA-339233: Do not allow selection of networks while they're locked. (#2733) 2020-10-07 13:34:03 +01:00
ClusteringEditPage.ja.resx L10N: CA-288597 & Translation Updates 2018-04-26 10:54:18 +01:00
ClusteringEditPage.resx Corrected instruction to match the documentation. 2020-03-27 16:49:51 +00:00
ClusteringEditPage.zh-CN.resx L10N: CA-288597 & Translation Updates 2018-04-26 10:54:18 +01:00
CPUMemoryEditPage.cs CP-34231: Remove language with negative connotations (#2860) 2021-08-31 11:31:16 +01:00
CPUMemoryEditPage.Designer.cs Reduced accessibility of controls to private. 2019-01-08 12:01:46 +00:00
CPUMemoryEditPage.ja.resx L10N: Translation updates and resx resync (#2363) 2019-01-10 14:03:27 +00:00
CPUMemoryEditPage.resx CP-29856: Support minimum number of vCPUs in guest templates (#2332) 2018-12-11 14:34:35 +00:00
CPUMemoryEditPage.zh-CN.resx L10N: Translation updates and resx resync (#2363) 2019-01-10 14:03:27 +00:00
CustomFieldsDisplayPage.cs CA-349435 - Fixed tooltip display on Options and Properties dialogs (#2841) 2021-08-23 10:34:46 +01:00
CustomFieldsDisplayPage.designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
CustomFieldsDisplayPage.ja.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
CustomFieldsDisplayPage.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
CustomFieldsDisplayPage.zh-CN.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
EditNetworkPage.cs CP-34231: Remove language with negative connotations (#2860) 2021-08-31 11:31:16 +01:00
EditNetworkPage.Designer.cs 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
EditNetworkPage.ja.resx L10N: Translation updates along with Interface resync 2018-09-28 14:00:14 +01:00
EditNetworkPage.resx Fix several usage errors identified by Lexica 2017-06-20 14:29:22 +01:00
EditNetworkPage.zh-CN.resx L10N:CA-205538 & other translation checkins 2017-04-19 14:36:03 +05:30
GeneralEditPage.cs CA-349435 - Fixed tooltip display on Options and Properties dialogs (#2841) 2021-08-23 10:34:46 +01:00
GeneralEditPage.Designer.cs Removed BlueBorderPanel. 2021-05-18 11:12:11 +01:00
GeneralEditPage.ja.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
GeneralEditPage.resx Removed BlueBorderPanel. 2021-05-18 11:12:11 +01:00
GeneralEditPage.zh-CN.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
GpuEditPage.cs CA-310974: Hide GPU page if the host has no GPU capability (#2847) 2021-08-23 10:58:41 +01:00
GpuEditPage.Designer.cs CP-34045: Removed max resolution and max displays columns. 2020-07-28 10:01:09 +01:00
GpuEditPage.ja.resx L10N : Translation Updates and Resx Resync 2020-09-01 14:26:40 +01:00
GpuEditPage.resx CP-34045: Removed max resolution and max displays columns. 2020-07-28 10:01:09 +01:00
GpuEditPage.zh-CN.resx L10N : Translation Updates and Resx Resync 2020-09-01 14:26:40 +01:00
HomeServerEditPage.cs CA-349435 - Fixed tooltip display on Options and Properties dialogs (#2841) 2021-08-23 10:34:46 +01:00
HomeServerEditPage.Designer.cs CA-126455: VM Properties dialog: Fixed the bug where the home server value was reset on revisiting the page from other page 2014-04-29 10:07:54 +01:00
HomeServerEditPage.ja.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
HomeServerEditPage.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HomeServerEditPage.zh-CN.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
HostMultipathPage.cs CA-349435 - Fixed tooltip display on Options and Properties dialogs (#2841) 2021-08-23 10:34:46 +01:00
HostMultipathPage.Designer.cs Changed small info icon to match the one used on other pages. Minor text and margin correction. 2019-03-13 15:59:04 +00:00
HostMultipathPage.ja.resx L10N : translation and resx resync 2019-03-26 12:08:55 +00:00
HostMultipathPage.resx Changed small info icon to match the one used on other pages. Minor text and margin correction. 2019-03-13 15:59:04 +00:00
HostMultipathPage.zh-CN.resx L10N : translation and resx resync 2019-03-26 12:08:55 +00:00
HostPowerONEditPage.cs CA-349435 - Fixed tooltip display on Options and Properties dialogs (#2841) 2021-08-23 10:34:46 +01:00
HostPowerONEditPage.Designer.cs CA-330308: Rewrote Power-On edit page to fix workflow issues: 2020-03-30 10:48:32 +01:00
HostPowerONEditPage.ja.resx CA-330308: Rewrote Power-On edit page to fix workflow issues: 2020-03-30 10:48:32 +01:00
HostPowerONEditPage.resx CA-330308: Rewrote Power-On edit page to fix workflow issues: 2020-03-30 10:48:32 +01:00
HostPowerONEditPage.zh-CN.resx CA-330308: Rewrote Power-On edit page to fix workflow issues: 2020-03-30 10:48:32 +01:00
IEditPage.cs CP-34231: Remove language with negative connotations (#2860) 2021-08-31 11:31:16 +01:00
LivePatchingEditPage.cs CA-349435 - Fixed tooltip display on Options and Properties dialogs (#2841) 2021-08-23 10:34:46 +01:00
LivePatchingEditPage.Designer.cs Resurrect CP-18011: [XenCenter] Add live patching checkbox 2016-09-01 14:59:37 +01:00
LivePatchingEditPage.ja.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
LivePatchingEditPage.resx Fix several usage errors identified by Lexica 2017-06-20 14:29:22 +01:00
LivePatchingEditPage.zh-CN.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
LogDestinationEditPage.cs CA-349435 - Fixed tooltip display on Options and Properties dialogs (#2841) 2021-08-23 10:34:46 +01:00
LogDestinationEditPage.Designer.cs CA-309152: Remote logging is offered in addition to local and not instead of it (#2405) 2019-03-21 13:35:26 +00:00
LogDestinationEditPage.ja.resx L10N : translation and resx resync 2019-03-26 12:08:55 +00:00
LogDestinationEditPage.resx CP-31105: Replaced the hardcoded name patterns in the resource files with format placeholders. 2021-03-31 11:50:32 +01:00
LogDestinationEditPage.zh-CN.resx L10N : translation and resx resync 2019-03-26 12:08:55 +00:00
NetworkOptionsEditPage.cs CA-349435 - Fixed tooltip display on Options and Properties dialogs (#2841) 2021-08-23 10:34:46 +01:00
NetworkOptionsEditPage.Designer.cs CP-23604: Add IGMP snooping toggle. 2017-08-16 12:32:18 +08:00
NetworkOptionsEditPage.ja.resx L10N: CA-288597 & Translation Updates 2018-04-26 10:54:18 +01:00
NetworkOptionsEditPage.resx CP-23604: Add IGMP snooping toggle. 2017-08-16 12:32:18 +08:00
NetworkOptionsEditPage.zh-CN.resx L10N: CA-288597 & Translation Updates 2018-04-26 10:54:18 +01:00
PerfmonAlertEditPage.cs CA-349435 - Fixed tooltip display on Options and Properties dialogs (#2841) 2021-08-23 10:34:46 +01:00
PerfmonAlertEditPage.Designer.cs CA-218304: Text cut off in Properties dialog, Alerts tab 2016-08-16 08:49:56 +01:00
PerfmonAlertEditPage.ja.resx L10N: Translation updates along with Interface resync 2018-09-28 14:00:14 +01:00
PerfmonAlertEditPage.resx CP-28787: Change some "XenServer" to neutral references. (#2142) 2018-07-19 10:50:49 +01:00
PerfmonAlertEditPage.zh-CN.resx L10N: Translation updates along with Interface resync 2018-09-28 14:00:14 +01:00
PerfmonAlertOptionsPage.cs CA-349435 - Fixed tooltip display on Options and Properties dialogs (#2841) 2021-08-23 10:34:46 +01:00
PerfmonAlertOptionsPage.Designer.cs CP-21658: Refine zh/ja UI for PerfmonAlertOptionsPage 2017-05-02 13:37:16 +01:00
PerfmonAlertOptionsPage.ja.resx L10N : CA-311136 Fixed truncation issue 2019-02-20 08:18:56 +00:00
PerfmonAlertOptionsPage.resx CP-28787: Change some "XenServer" to neutral references. (#2142) 2018-07-19 10:50:49 +01:00
PerfmonAlertOptionsPage.zh-CN.resx L10N: Translation updates along with Interface resync 2018-09-28 14:00:14 +01:00
PoolGpuEditPage.cs CA-349435 - Fixed tooltip display on Options and Properties dialogs (#2841) 2021-08-23 10:34:46 +01:00
PoolGpuEditPage.Designer.cs Adjusted margins; made label bold because the current server state was not very obvious. 2020-04-20 19:07:31 +01:00
PoolGpuEditPage.ja.resx L10N : Translation and Resx Resync 2020-05-18 15:15:07 +01:00
PoolGpuEditPage.resx Adjusted margins; made label bold because the current server state was not very obvious. 2020-04-20 19:07:31 +01:00
PoolGpuEditPage.zh-CN.resx L10N : Translation and Resx Resync 2020-05-18 15:15:07 +01:00
SecurityEditPage.cs CA-349435 - Fixed tooltip display on Options and Properties dialogs (#2841) 2021-08-23 10:34:46 +01:00
SecurityEditPage.Designer.cs Put controls on a TableLayoutPanel. Corrected warning text for standalone host. 2020-02-27 09:29:40 +00:00
SecurityEditPage.ja.resx L10N : Translation and Resx Resync 2020-05-18 15:15:07 +01:00
SecurityEditPage.resx Put controls on a TableLayoutPanel. Corrected warning text for standalone host. 2020-02-27 09:29:40 +00:00
SecurityEditPage.zh-CN.resx L10N : Translation and Resx Resync 2020-05-18 15:15:07 +01:00
SrReadCachingEditPage.cs CA-349435 - Fixed tooltip display on Options and Properties dialogs (#2841) 2021-08-23 10:34:46 +01:00
SrReadCachingEditPage.Designer.cs CP-32985: XenCenter control to turn read caching on / off per SR 2020-04-16 10:26:17 +01:00
SrReadCachingEditPage.ja.resx CP-32985: XenCenter control to turn read caching on / off per SR 2020-04-16 10:26:17 +01:00
SrReadCachingEditPage.resx CP-32985: XenCenter control to turn read caching on / off per SR 2020-04-16 10:26:17 +01:00
SrReadCachingEditPage.zh-CN.resx CP-32985: XenCenter control to turn read caching on / off per SR 2020-04-16 10:26:17 +01:00
USBEditPage.cs CA-349435 - Fixed tooltip display on Options and Properties dialogs (#2841) 2021-08-23 10:34:46 +01:00
USBEditPage.Designer.cs CP-25081: UI improvements for USB passthrough (#1811) 2017-10-17 09:57:50 +01:00
USBEditPage.ja.resx L10N: CA-288597 & Translation Updates 2018-04-26 10:54:18 +01:00
USBEditPage.resx CP-25081: UI improvements for USB passthrough (#1811) 2017-10-17 09:57:50 +01:00
USBEditPage.zh-CN.resx L10N: CA-288597 & Translation Updates 2018-04-26 10:54:18 +01:00
VBDEditPage.cs CP-34231: Remove language with negative connotations (#2860) 2021-08-31 11:31:16 +01:00
VBDEditPage.Designer.cs CA-224724: VBD edit page: show 'position in use' message on the dropdown items 2017-06-29 12:04:16 +01:00
VBDEditPage.ja.resx L10N:CP-23040,CP-23012 Traanslation Checkin 2017-07-04 10:39:46 +05:30
VBDEditPage.resx CA-224724: VBD edit page: show 'position in use' message on the dropdown items 2017-06-29 12:04:16 +01:00
VBDEditPage.zh-CN.resx L10N:CP-23040,CP-23012 Traanslation Checkin 2017-07-04 10:39:46 +05:30
VDISizeLocationPage.cs CA-349435 - Fixed tooltip display on Options and Properties dialogs (#2841) 2021-08-23 10:34:46 +01:00
VDISizeLocationPage.Designer.cs CP-29522, CA-302477: Added TB option to the NumericUpdown of the NewDiskDialog and fixed validation on the VDISizeLocationPage. 2019-10-14 09:24:36 +01:00
VDISizeLocationPage.ja.resx L10N: Translation and Resx resync 2019-10-21 13:53:59 +01:00
VDISizeLocationPage.resx Corrected message and tab indices. 2019-10-14 09:24:36 +01:00
VDISizeLocationPage.zh-CN.resx L10N: Translation and Resx resync 2019-10-21 13:53:59 +01:00
VMAdvancedEditPage.cs CA-349435 - Fixed tooltip display on Options and Properties dialogs (#2841) 2021-08-23 10:34:46 +01:00
VMAdvancedEditPage.Designer.cs CA-204188: Select "Optimize manually" when the shadow multiplier value changes (not when the control is entered) 2016-03-14 15:03:50 +00:00
VMAdvancedEditPage.ja.resx L10N: Translation updates along with Interface resync 2018-09-28 14:00:14 +01:00
VMAdvancedEditPage.resx CP-31105: Replaced the hardcoded name patterns in the resource files with format placeholders. 2021-03-31 11:50:32 +01:00
VMAdvancedEditPage.zh-CN.resx L10N: Translation updates along with Interface resync 2018-09-28 14:00:14 +01:00
VMEnlightenmentEditPage.cs CA-349435 - Fixed tooltip display on Options and Properties dialogs (#2841) 2021-08-23 10:34:46 +01:00
VMEnlightenmentEditPage.Designer.cs CP-10900: Add functionality for enabling/disabling/querying the container monitoring on a per-VM-basis to XenCenter 2015-02-06 17:46:58 +00:00
VMEnlightenmentEditPage.ja.resx L10N: Translation updates along with Interface resync 2018-09-28 14:00:14 +01:00
VMEnlightenmentEditPage.resx CP-28787: Change some "XenServer" to neutral references. (#2142) 2018-07-19 10:50:49 +01:00
VMEnlightenmentEditPage.zh-CN.resx L10N: Translation updates along with Interface resync 2018-09-28 14:00:14 +01:00
VMHAEditPage.cs CP-34231: Remove language with negative connotations (#2860) 2021-08-31 11:31:16 +01:00
VMHAEditPage.Designer.cs CA-85971: Removed method selecting control in tab by name. Retained ability only for the Name, Description and Iqn TexBox on the GeneralEditPage; in one of the other cases it didn't make a difference, in another (LogDestinationEditPage) it was causing a bug and in yet another (BootOptionsEditPage) the controls had already been renamed. Also some positioning changes. 2013-12-30 13:01:00 +00:00
VMHAEditPage.ja.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
VMHAEditPage.resx CA-85971: Removed method selecting control in tab by name. Retained ability only for the Name, Description and Iqn TexBox on the GeneralEditPage; in one of the other cases it didn't make a difference, in another (LogDestinationEditPage) it was causing a bug and in yet another (BootOptionsEditPage) the controls had already been renamed. Also some positioning changes. 2013-12-30 13:01:00 +00:00
VMHAEditPage.zh-CN.resx L10N:TRanslations checkpin 2016-10-27 14:46:55 +05:30