Gabor Apati-Nagy
431f47ef2b
[CA-64748] Fixed Wrong context menu opens if you move the mouse quickly
2013-11-04 12:35:53 +00:00
Gabor Apati-Nagy
19409f8e20
[CA-112327] Fixed Bug in BatchingMigrateVirtualDiskManager class
2013-11-04 12:35:12 +00:00
Gabor Apati-Nagy
71985da65b
[CA-112940] Fixed: HA restart button not enabled for selected VM
2013-11-04 12:33:15 +00:00
Gabor Apati-Nagy
07e290d8b3
[CA-72663]: Fixed: Multiple Ctrl or Shift selection using the arrow buttons makes treeview scroll right/left inconsistently
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2013-11-04 12:29:05 +00:00
Konstantina Chremmou
5f400c08d9
Changed the order of the Select All and Clear All buttons, as in most cases in
...
XenCenter the former comes before the latter.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-04 08:44:46 +00:00
Konstantina Chremmou
c26600b2bd
Reverted overjealous bitmap disposing causing exception on the LVMoHBAWarningDialog.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-01 11:14:26 +00:00
Konstantina Chremmou
99abced1fb
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-11-01 09:32:21 +00:00
Konstantina Chremmou
3fd296fbec
CA-105791: Step 3 - Changed the action links colour and added underlining. I did
...
this by susbstituting the FlickerFreeListBox with a DataGridView, which also fixes
the selection bug, plus we don't have to do custom drawing or costly string
measurements. This change will also aid the fix of CA-20870.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-01 09:27:28 +00:00
Konstantina Chremmou
d50181638f
CA-105791: Step 2 - Removed virtual member call from constructor. Populate VMs
...
list when the dialog is shown rather than constructed. Somc code tidy.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-01 09:27:19 +00:00
Konstantina Chremmou
a64cf267e6
CA-105791: Step 1 - Move the event handlers of the actions run from the base class
...
DialogWithProgress to the derived classes EvacuateHostDialog and RepairSRDialog;
leave in the base class only the code updating the common controls.
2013-11-01 09:27:08 +00:00
Konstantina Chremmou
d06df7c236
Fixed flickering warning when we first land on the Finish page of the HA wizard.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-10-31 13:55:15 +00:00
Gabor Apati-Nagy
97bba30f0a
[CA-107921] Fixed: "Connect to Server" windows is displayed continuously with message "Synchronizing with <Host name> " even though server is connected.
2013-10-28 11:04:41 +00:00
Mihaela Stoica
95aa99052a
CA-115742: On VM properties page, if a VM has no affinity, XenCenter shouldn't automatically select one.
...
This fix corrects the following behaviour: when you have a VM with no affinity and you go into its Properties dialog,
XenCenter believes that a VM on a standalone host has to have that affinity, and greys out the "no affinity" radio button,
which has the effect of forcibly changing the affinity to the host, which a VM Admin is not allowed to do.
The correct behaviour is that if a VM already has no affinity, we don't grey out the radio button.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2013-10-18 10:02:25 +01:00
Mihaela Stoica
2c050458a7
CA-118787: Assign priorities page on HA Wizard: Try to avoid ArgumentNullException on removing rows by checking for null values.
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2013-10-17 15:37:03 +01:00
Mihaela Stoica
1ea75bc8ad
XOP-454: Fix the XenCenter crash with null reference exception when putting a XenServer into full screen mode.
...
Console tab: When entering full screen mode, make sure the screen is assigned before attempting to display the connection name.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2013-10-17 13:28:33 +01:00
Mihaela Stoica
29a8ba30f4
CA-113396: Destoy password secrets used in SR creation after the creation is complete.
...
When creating an SR, if XenCenter creates new secrets, then they should be destroyed
after the SR creation is complete. This is safe since any secrets in the device-config
are duplicated and unique ones are used for each PBD creation.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2013-10-17 12:36:10 +01:00
Mihaela Stoica
ffc2eac3e6
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-10-17 11:04:57 +01:00
Gabor Apati-Nagy
dc0460ddc8
SR wizard/iSCSI target/Select LUN selector: if there is one result only, this item is selected automatically
2013-10-16 11:12:00 +01:00
Mihaela Stoica
466f18b81a
CA-114990: XenCenter should not pop up the license expiry warning for Clearwater and later hosts
...
- The License Manager dialog is no longer shown when connecting to unlicensed Clearwater and later hosts; same rule applies for periodic checks;
- Minor refactoring: combined two functions that did the same thing (CheckActiveServerLicense and periodicCheck) into one.
2013-10-15 17:15:21 +01:00
Gabor Apati-Nagy
17dbdc8300
XenAdmin.Utils.TemporaryDisablerForControls: Utility class that can remember Enabled states of controls provided. Original Enabled values can be restored.
2013-10-10 15:33:29 +01:00
Gabor Apati-Nagy
359d65e983
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-10-10 12:25:24 +01:00
Gabor Apati-Nagy
e7037a49d8
[CA-100736] Improve usability of iSCSI target selection UI in New SR wizard: modified layout and interaction
2013-10-10 12:22:58 +01:00
Konstantina Chremmou
fb74297cbb
CP-6093: Updated test to reflect changes in the View menu. Ignore temporarily flaky
...
test. Fixed broken action cancellability.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-10-09 13:33:06 +01:00
Konstantina Chremmou
bbe13a192d
CP-6093: Implemented changes to the View menu. Disabled again flaky tests that had
...
been enabled in a previous commit.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-10-09 09:13:47 +01:00
Konstantina Chremmou
fd284e57af
CP-6093: Removed mentions of the logs tab and the updates manager from XenCenter.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-10-08 14:51:39 +01:00
Konstantina Chremmou
64e14bbc63
CP-6267: Stop jumping to the Events window when an action has started.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-10-08 11:03:29 +01:00
Konstantina Chremmou
9da261ad5a
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-10-08 10:34:32 +01:00
Konstantina Chremmou
37d2b50911
CP-6083: Removed non-applicable method from api bindings.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-10-08 10:18:10 +01:00
Konstantina Chremmou
aa8ccd0bfb
CP-6095: Ensure the different views have a single root node with the appropriate
...
icon. Moved class OrganizationalView from XenModel back to XenAdmin as it is more
relevant to the latter. Updated relevant tests. Some code tidy.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-10-08 10:17:57 +01:00
Konstantina Chremmou
247a01e66b
CP-6095: Preliminary refatoring and code simplifications.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-10-03 08:55:46 +01:00
Konstantina Chremmou
1fb7fd5694
CP-6095: Moved Search tab to the end of the tab list and made it always visible.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-10-01 15:35:57 +01:00
Gabor Apati-Nagy
8980335b4b
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-10-01 09:40:14 +01:00
Gabor Apati-Nagy
958c02f926
CA-100736: SR Wizard layout change: Add a title above the description text to make it clearer which option the text is about. Add a vertical bar between the radio button list and the description text.
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2013-10-01 09:39:32 +01:00
Konstantina Chremmou
5acc022f1e
CA-82957: Some code tidy and removal of unused method.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-27 16:57:59 +01:00
Konstantina Chremmou
c051f8de94
CA-82957: Refactoring to our custom ComboBoxes with regards to resource management and disposal.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-27 16:57:50 +01:00
Konstantina Chremmou
d81538d43d
CA-107915: Fixed radiobutton text truncation on the AffinityPicker by providing
...
a autowrap-on-resize radiobutton. Also, removed badly aligned label and appended
its text to the radiobutton text.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-27 13:33:57 +01:00
Konstantina Chremmou
a8f7388777
CA-107624: Set focus on the share name textbox when landing on the page so the user
...
can start typing immediately. Thus the watermark with the example text is lost,
but I restored in on the label under the textbox instead.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-27 10:36:54 +01:00
Konstantina Chremmou
0435251ed5
Some layout simplifications and organisation (applying random combinations of margin,
...
padding and docking values to make things look right, increases the possibility
of future layout bugs, especially in non-EN laguages).
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-27 09:55:25 +01:00
Konstantina Chremmou
2a20ff77d3
CA-116508: Corrected wording on tooltip indicating why HA restart priority cannot
...
be set to Restart.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 15:48:58 +01:00
Konstantina Chremmou
d6c914fac0
CP-6317: Importing localised help files from branch clearwater-ln.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 15:35:25 +01:00
Konstantina Chremmou
d190e8d026
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1379126799 -19800
# Node ID b99f417d679d92d8e98527bafa2e8181cae706c6
# Parent 6f940890a8a6100d1f008c2b4dca9a3532f7786b
Bug Fix:CA-114912
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 15:02:00 +01:00
Konstantina Chremmou
a879e50df1
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Stephen Turner <stephen.turner@citrix.com>
# Date 1378992269 -3600
# Node ID 5b5548029247d300baddfac9f2aac881ed6cc086
# Parent 28eb1719f7f648773bd707c3cb81bb537d8f78d8
CA-114912: Unlocalised strings
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 15:01:14 +01:00
Konstantina Chremmou
11fc4cdc22
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1378916844 -3600
# Node ID 0500f0579cb1ac5be16d46b33fb94ec3215afcbc
# Parent cb7aab1ca88e76ca253a588935fad659ae794600
CA-115250: Corrected string drawing causing truncation on JA version.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 15:00:29 +01:00
Konstantina Chremmou
165ceaaefe
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1378451961 -19800
# Node ID cb7aab1ca88e76ca253a588935fad659ae794600
# Parent 1259116a56bc4aca1ea23612066e5f7257e6c1d0
Reverted the row span value change in VMProtectionPoliciesDialog.zh-CN.resx file.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:49:45 +01:00
Konstantina Chremmou
122f29da73
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1378449941 -19800
# Node ID 1259116a56bc4aca1ea23612066e5f7257e6c1d0
# Parent 27b9287295ba345825b17de509397e79bbb61962
Fix: CA-112233
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:49:18 +01:00
Konstantina Chremmou
662a64f7b6
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1378395975 -19800
# Node ID 27b9287295ba345825b17de509397e79bbb61962
# Parent b9b474904f50fa662b81340026322a863050dff1
Bug Fix:CA-114532,CA-114206
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:48:51 +01:00
Konstantina Chremmou
853f9841fc
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1378365378 -19800
# Node ID b9b474904f50fa662b81340026322a863050dff1
# Parent 84e0784265b85b45b7052739c814204225d845fa
Fix: CA-114381
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:48:16 +01:00
Konstantina Chremmou
8b65117322
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1378311085 -19800
# Node ID 84e0784265b85b45b7052739c814204225d845fa
# Parent 24332b319e417873881b4e262e9ffa01687ea1dc
Bug Fix:CA-111776
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:47:03 +01:00
Konstantina Chremmou
1a90ae5c90
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1378298988 -19800
# Node ID 24332b319e417873881b4e262e9ffa01687ea1dc
# Parent 28eb1719f7f648773bd707c3cb81bb537d8f78d8
Fix:CA-114532,CA-114330
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:46:38 +01:00
Konstantina Chremmou
706d158c42
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1378122578 -3600
# Node ID 28eb1719f7f648773bd707c3cb81bb537d8f78d8
# Parent 931d568b9b0f00809b9acbe31462423dfaf8a8d4
CA-113230: Improvements of previous fix.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:46:04 +01:00