Gabor Apati-Nagy
205ffe16d9
CA-116005: validation of the SN mask doesn't appear to be working correctly on the last two values of the mask.
...
-New IPv4 subnet mask validator added.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-07-11 11:41:38 +01:00
Mihaela Stoica
aaa31357fa
CA-118423: Fix the issue where a non-management bond was shown as disconnected in XenCenter because the NICs tab was not refreshed when the properties of the new bond changed.
...
- Register a PIF CollectionChanged event, so the page is refreshed when a bond is added / deleted.
- Register the PIF PropertyChanged event to each PIF when the grid is populated; this ensures that all the PIFs displayed will be refreshed when their properties change.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-07-10 15:41:33 +01:00
Mihaela Stoica
58b240bcde
CA-139888: Changing window size should not change the number of items minimized in Outlook-style navigation panel
...
This fixes the following problem:
When the main window is resized, we set the minimum width of the right side panel (Panel2MinSize) to half the size of the window so that the tab contents are visible. This is fine on most situations, but on a higher screen resolution (e.g. 1920x1080) the following problem occurs:
- starting with the main window at minimum size, when the window is maximized, the Panel2MinSize is set to half window's size (e.g. 960)
- when the main window is restored back to the minimum size, the split container is not resized because there is a conflict between Panel2MinSize and the size of the window itself (Panel1MinSize + Panel2MinSize > window's width)
- therefore the navigation panel is not visible and also the content of the tab control may appear out of scale.
To fix this, we set the Panel2MinSize to half of the window's minimum width. This way the right side panel will always fit in the window, including when it is restored to minimum size.
This also fixes [CA-137956] - Restoring Maximised XenCenter does not resize the main panel properly.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-07-10 12:04:32 +01:00
Gabor Apati-Nagy
a0d31920c5
Merge pull request #118 from xenserver/xs64bit
...
Xs64bit
2014-07-10 11:17:13 +01:00
Mihaela Stoica
eeb86b7956
CA-139588: Try to prevent Index was out of range exception by invoking on the event thread
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-07-09 14:55:19 +01:00
Mihaela Stoica
c51dc67cb0
CA-139888: Changing window size should not change the number of items minimized in Outlook-style navigation panel
...
When the navigation panel is resized, we need to preserve the height of the bottom panel, by recalculating the splitter distance.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-07-08 12:54:03 +01:00
Gabor Apati-Nagy
c36d8dd645
Merge pull request #110 from MihaelaStoica/CA-138928
...
CA-138928: Added "reclaim freed space" option to the main menu
2014-07-04 14:11:59 +01:00
Gabor Apati-Nagy
077cf39366
Merge pull request #111 from MihaelaStoica/CA-137470
...
CA-137470: Fixed unhandled exception raised by pressing space key on gri...
2014-07-04 14:11:36 +01:00
Mihaela Stoica
042f7f2927
CA-138928: Added "reclaim freed space" option to the main menu
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-07-04 13:36:41 +01:00
Mihaela Stoica
8e19193a2a
CA-137470: Fixed unhandled exception raised by pressing space key on gridview of License Manager.
...
- Added a 'refresh grid' parameter to UpdateRow() which indicates if a sort and refresh of the grid is necessary.
- A sort and refresh is not needed when the user selects a server by pressing the space key or by mouse, but it is needed when the information displayed has changed, for example when the license has changed.
- Also solved a possible null reference exception in CheckableDataGridViewController.ReplaceStoredRow(), by returning -1 if the index is not within the rows range.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-07-04 11:10:46 +01:00
Gabor Apati-Nagy
bdf097bc51
Merge pull request #108 from MihaelaStoica/xs64bit
...
Added HelpID for File System usage alert
2014-07-02 13:19:44 +01:00
Gabor Apati-Nagy
cf0ab55bfd
Merge pull request #102 from MihaelaStoica/CA-136783
...
CA-136783: Fixed the errors in the Updates window, where clicking "Go to Web Page" opens a wrong link
2014-07-02 13:18:29 +01:00
Mihaela Stoica
7d348fca5e
CA-136783: Changed the log level from error to debug for some of the logged messages.
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-07-02 13:13:37 +01:00
Mihaela Stoica
b5450f3888
Added HelpID for File System usage alert
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-07-02 12:10:34 +01:00
Gabor Apati-Nagy
f3ce457510
Merge pull request #103 from MihaelaStoica/CA-137308
...
CA-137308: Checkpoint doesn't disappear follow deletion when switching t...
2014-07-01 16:24:54 +01:00
Stephen Turner
73b38569d5
Merge pull request #101 from MihaelaStoica/CA-108676
...
CA-108676: Put the Heartbeat and event.next sessions on their own ConnectionGroups
2014-07-01 11:40:32 +01:00
Stephen Turner
4292169435
Merge pull request #99 from MihaelaStoica/CA-115742
...
CA-115742: VM name and description change not allowed via XenCenter for ...
2014-07-01 11:35:25 +01:00
Gabor Apati-Nagy
ec35a2519f
Merge pull request #104 from ushamandya/xs64bit
...
CP-5436: Modified the 'Updates' section and removed Licensing topics for...
2014-06-30 17:38:46 +01:00
Usha Mandya
2946d811e5
CP-5436: Modified the 'Updates' section and removed Licensing topics for Tech Preview
2014-06-30 17:24:47 +01:00
Mihaela Stoica
4755200d98
CA-137308: Checkpoint doesn't disappear follow deletion when switching to logs mode - FIXED
...
Force an update of the selected tab when switching back from Notification view, as some tabs ignore the update events when not visible (e.g. Snapshots, HA)
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-30 16:38:48 +01:00
Mihaela Stoica
4f341aed60
CA-136783: Fixed the errors in the Updates window, where clicking "Go to Web Page" opens a wrong link
...
- When clicking the action button on the grid, execute the action on the item that has been clicked, instead on using the grid's selected item, which may have not been updated yet.
- On multiselect (if the multiselect is allowed for the action), if the clicked item is in the grid's selection list, then execute the action on the whole list, otherwise on the clicked item only.
- This applies to both Updates and Alerts windows.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-30 14:49:16 +01:00
Mihaela Stoica
3cb4807737
CA-108676: Put the Heartbeat and event.next sessions on their own ConnectionGroups.
...
Also make sure that the MeddlingAction's cancel session gets disposed.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-30 14:21:42 +01:00
Mihaela Stoica
5e13fd1d01
CA-115742: Removed unused variable.
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-26 10:19:35 +01:00
Mihaela Stoica
06e0ddacb7
CA-115742: VM name and description change not allowed via XenCenter for VM Admin - FIXED
...
The error has been caused by the shadow multiplier field on Advanced Settings page: XenCenter thinks that the values has changed, and tries to save it, but this is not allowed for VM Admin users.
The solution is:
- use -1 as the signal value for unparseable string, instead of 1.0, which is actually a valid value;
- display the existing value without formatting it to 2 deciaml places;
Also corrected the validation function, as the shadow multiplier has to be greater than or equal to 1, not 0.1.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-25 12:18:24 +01:00
Mihaela Stoica
1ff55016c8
CP-8547: Add button in XenCenter to initiate space reclamation on an SR: Changes following code review.
...
- Added check for null for sm.features in SR.SupportsTrim;
- Better error messages;
- Moved error messages from Messages to FriendlyNames;
- Removed the check for actions in progress from TrimSRCommand.CanExecute().
-
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-24 14:48:31 +01:00
Mihaela Stoica
1f217b9983
CP-8547: Add button in XenCenter to initiate space reclamation on an SR.
...
The operation applies to an SR. The button is on the Storage tab of the host/pool, and is entitled "Reclaim freed space".
It comes between the New SR and Properties buttons.
If the SR does not support TRIM , the button is invisible and the Properties button moves left to close up the gap.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-24 11:32:36 +01:00
Gabor Apati-Nagy
3cc54040d0
Merge pull request #96 from ushamandya/xs64bit
...
CP-5436: Updated XC Help with changes to system alerts window
2014-06-18 07:35:58 -07:00
Usha Mandya
745b0d7b69
CP-5436: Updated XC Help with changes to system alerts window
2014-06-18 14:55:40 +01:00
Mihaela Stoica
5bdbb1c3e0
Merge pull request #94 from GaborApatiNagy/xs64bit-CA-137250
...
Xs64bit CA-137250: Minimising XC window loses its left bottom window
2014-06-13 16:04:07 +01:00
Gabor Apati-Nagy
ccc1e3ab09
CA-137250: Minimising XC window loses its left bottom window
2014-06-13 12:19:08 +01:00
Gabor Apati-Nagy
5989ca2e06
Merge pull request #91 from MihaelaStoica/CA-137236
...
CA-137236: Fix XenCenter Console crash when switching to remote desktop on Windows Server 2003 SP2
2014-06-12 15:12:47 +01:00
Mihaela Stoica
05880fdaa2
RDP client control: Changed Connected property type to boolean.
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-12 15:06:09 +01:00
Gabor Apati-Nagy
0e5c2932e4
Merge pull request #89 from MihaelaStoica/CP-8667
...
CP-8667: Update RPU hotfixes in XenCenter
2014-06-10 17:43:54 +01:00
Mihaela Stoica
8aadc063d4
CA-137236: Fix XenCenter Console crash when switching to remote desktop on Windows Server 2003 SP2
...
- Reverted "CP-4951: CAR-100: Remove Rdp2 console" because Rdpclient 6.0 is not included in Windows Server 2003 SP2;
- Redone the fix for CA-123779 (Unhandled exception in Console Tab View), by moving RDPSetSettings() call inside a try..catch block, so we handle any exception thrown while setting the rdp client properties.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-10 17:12:16 +01:00
Stephen Turner
c2ba7883ea
Merge pull request #90 from ushamandya/xs64bit
...
Xs64bit
2014-06-10 14:52:33 +01:00
Usha Mandya
65c7e8653f
CP-8678: Updated version of the WLB help file.
2014-06-10 14:29:32 +01:00
Usha Mandya
9d0c8152e5
CP-8678: XC Help includes WLB help topics. WLB retirement message has been removed.
2014-06-10 14:11:45 +01:00
Mihaela Stoica
4e99f6a830
CP-8667: Update RPU hotfixes in XenCenter
...
- XS60E009 has been replaced by XS62E006 and that the latter applies to all 6.x releases;
- 5.x hotfixes have changed, even though the version numbers are unchanged.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-10 10:36:50 +01:00
Gabor Apati-Nagy
4ac6f310ab
Merge pull request #87 from MihaelaStoica/CP-8120
...
CP-8120 Set cores per socket through XenCenter
2014-06-09 17:09:26 +01:00
Mihaela Stoica
931bde3f9e
CA-137237 Fixed XenCenter fatal exception when rebuilding alertList
...
- HelpersGUI.DateTimeToString() needs to be called on the event thread.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-09 11:32:18 +01:00
Mihaela Stoica
b0d2958ac0
CP-8120 Set cores per socket through XenCenter: Added text explaining the invalid vCPU configuration on the New VM Wizard and VM Properties dialog
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-06 15:33:22 +01:00
Mihaela Stoica
b8531be374
CP-8120 Rolling Pool Upgrade wizard: add precheck for vCPU configuration.
...
- Renamed “Checking can evacuate host status” precheck group to “Checking VM migration status”
- Prechecks page – check that all VMs have valid vCPU settings (i.e. number of vCPUs is a multiple of number of cores per socket).
- This check is included in the ‘Checking VM migration status” group
- If a VM has invalid vCPU settings, the precheck will display the problem with a solution to “Fix vCPU configuration” which opens the VM Properties dialog on the CPU page.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-06 13:50:13 +01:00
Mihaela Stoica
8f1eb99e76
CP-8120 Set cores per socket through XenCenter: Added 'Topology' field to the New VM Wizard.
...
- Text on CPU page - changed to include topology.
- Summary page on the New VM Wizard – changed to include topology
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-05 13:03:06 +01:00
Mihaela Stoica
17527eebe4
CP-8120 Set cores per socket through XenCenter. Added 'Topology' field to the VM properties Dialog
...
- Added Topology drop-down box with available values for sockets and cores per socket, so that the number of vCPUs is divisible by the number of cores per socket.
E.g. if user specified 8 vCPUs, Cores per socket can only be 1, 2, 4, or 8.
- This updates VM's platform:cores-per-socket property.
- Can only be set when the VM is shut down (similar to number of vCPUs).
- Text on CPU page - changed to include topology.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-05 13:00:14 +01:00
Stephen Turner
f21b67803e
Merge pull request #86 from stephen-turner/icons
...
CP-4961 Add missing file
2014-06-04 16:37:40 +01:00
Stephen Turner
6a34923f05
CP-4961 Add missing file
2014-06-04 16:36:09 +01:00
Gabor Apati-Nagy
4bf9e8ec1c
Merge pull request #85 from stephen-turner/icons
...
CP-4961 New icons for CAR-107
2014-06-04 14:20:21 +01:00
Stephen Turner
ba676b5339
CP-4961 One more new icon (a different 'objects' icon for the tree)
2014-06-04 09:36:19 +01:00
Stephen Turner
adebc23f71
CP-4961 New icons for CAR-107
2014-06-03 16:49:13 +01:00
Mihaela Stoica
b529869773
Merge pull request #79 from stephen-turner/CA-130368
...
CA-130368 Update various language and URLs
2014-06-02 11:30:29 +01:00
Mihaela Stoica
900580e8b3
Merge pull request #82 from stephen-turner/CA-136767
...
CA-136771 CA-136767 Improve deprecation messages to be applicable to next version of XenServer
2014-06-02 11:05:01 +01:00
Mihaela Stoica
255505d264
Merge pull request #78 from stephen-turner/CA-136784
...
CA-136784: Reattaches an existing SR instead of creating a new one
2014-06-02 10:49:27 +01:00
Mihaela Stoica
592077b6c6
CA-136288 Restore application settings after installing a new version of XenCenter
...
When running XenCenter after a new installation, and the program's hash has changed (e.g. by .NET 4.0 upgrade), the previous settings are not automatically restored because they cannot be found (they are there, but in different folder).
We need to try and locate a config file from a previous installation, and if found, update the settings from there.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-05-30 12:39:07 +01:00
Stephen Turner
30a6c23379
CA-136771 CA-136767 Improve deprecation messages to be applicable to next version of XenServer
2014-05-30 11:23:35 +01:00
Usha Mandya
43b34ee575
Updated version of the XC CHM
2014-05-29 16:44:40 +01:00
Stephen Turner
ad6318fd5e
CA-130368 Changed 'License XenServer' to 'Purchase support' on home page at Tim's suggestion
2014-05-28 16:56:09 +01:00
Usha Mandya
80c658b95f
CP-8538: Removed references to DVSC deprecation
2014-05-28 16:36:04 +01:00
Stephen Turner
9070a3ba9b
CA-130368 Update various language and URLs
2014-05-28 16:22:31 +01:00
Stephen Turner
351be95c2f
CA-136784: Reattaches an existing SR instead of creating a new one
2014-05-28 13:26:59 +01:00
Gabor Apati-Nagy
0c613d3125
Merge pull request #77 from xenserver/xs64bit
...
Merge branch xs64bit
2014-05-27 19:19:12 +01:00
Mihaela Stoica
795e371bda
Merge pull request #76 from GaborApatiNagy/xs64bit
...
CP-8474: Remove iSL radio button from XenCenter for >= Creedence servers...
2014-05-21 14:57:05 +01:00
Gabor Apati-Nagy
02260a21b4
CP-8474: Remove iSL radio button
...
Changes following the code review
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-05-21 14:34:43 +01:00
Gabor Apati-Nagy
9169a4dba9
CP-8474: Remove iSL radio button from XenCenter for >= Creedence servers.
...
Made the radio button invisible for Creedence or higher XS hosts.
Removed previous StorageLink-related upgrade pre-checks and added (strict) check to prevent upgrade when StorageLink is used.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-05-21 13:47:51 +01:00
Mihaela Stoica
a6d7a7fea8
CA-121385 Allow creation of VLAN 0 in XenCenter. This applies to the New Network Wizard and the Network Properties.
...
- The VLAN can be set to 0 only for Creedence or greater hosts on the vSwitch backend.
- When VLAN 0 is selected, an info is shown next to the control, saying "VLAN 0 will receive all traffic not on any other VLAN"
- Also fixed an error on New Network Wizard, where the "VLAN in use" message was still visible when changing the NIC.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-05-20 12:38:03 +01:00
Stephen Turner
f64d021059
CA-135078 Rename "Delete Pool"
...
Renamed "Delete Pool" to "Make into standlone server"
Made sure it can never work with a multi-server pool
Removed confirmation dialog, as it is not destructive
Removed from context menu, as it is not important/common enough
2014-05-15 18:47:13 +01:00
Gabor Apati-Nagy
0160aa923f
Merge pull request #67 from MihaelaStoica/CA-135489
...
CA-135489: Make sure that the y-axis units and scale match
2014-05-15 14:53:02 +01:00
Mihaela Stoica
8cd57af596
CA-135489: VM Performance tab: Make sure that the y-axis units and scale match when setting the static memory to 1024MB
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-05-15 12:45:10 +01:00
Konstantina Chremmou
7026b49fcd
Merge pull request #66 from Zhengchai/CA-135560
...
CA-135560: Fix Creedence version number check and make WLB tab behaviour...
2014-05-15 08:48:46 +01:00
U-CITRITE\zhengc
736a8d4cb4
CA-135560: Fix Creedence version number check and make WLB tab behaviour same for 6.5 and 6.1.
...
Signed-off-by: Zheng Chai <zheng.chai@citrix.com>
2014-05-15 09:30:11 +08:00
Gabor Apati-Nagy
d3fb355c4e
Merge pull request #63 from Zhengchai/cp-7527
...
CA-135560: Fix Creedence Platform version number check and WLB tab display problem
2014-05-14 11:20:26 +01:00
Konstantina Chremmou
60bf086b3b
CA-122558: Generate a license alert when the license status is expired. Fixed incorrect
...
timestamp for both license expiring and license expired alerts. Indentation.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-05-12 15:40:05 +01:00
Zheng Chai
182916439d
CP-7527: Modify MainWindow to make the WLB tab behaviour same for 6.5 and 6.1.
...
Signed-off-by: Zheng Chai <zheng.chai@citrix.com>
2014-05-12 11:14:24 +08:00
Mihaela Stoica
d856e3e7da
CA-109242: When a network has no PIF on a host, don't list it in that host's networking tab
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-05-01 16:42:26 +01:00
Stephen Turner
533857e6c2
Merge pull request #60 from xenserver/xs64bit
...
Merge all changes from xs64bit to master
2014-04-30 18:22:45 +01:00
Stephen Turner
c15e14cf6c
Merge pull request #54 from MihaelaStoica/CA-123534
...
CA-123534: In the Install Update wizard, when hosts are disabled because...
2014-04-30 18:04:27 +01:00
Gabor Apati-Nagy
2c730986d5
CP-7527: fixing tests: removing orphan files from the repo
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-04-30 14:00:32 +01:00
Gabor Apati-Nagy
12d1a53c44
Merge pull request #46 from Zhengchai/cp-7527
...
CP-7527: Restore WLB for Creedence XenCenter changes.
2014-04-30 13:25:39 +01:00
Mihaela Stoica
bbd78cd36d
CA-123534: In the Install Update wizard, when hosts are disabled because the update cannot be applied, display the reason as a tooltip.
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-04-29 15:46:15 +01:00
Gabor Apati-Nagy
b5ede5124c
Merge pull request #51 from kc284/xs64bit
...
CAR-107 bug fixes.
2014-04-29 11:39:40 +01:00
Gabor Apati-Nagy
78ef3dc4ab
Merge pull request #50 from MihaelaStoica/xs64bit
...
CA-119177: On Prechecks page of Rolling Pool Upgrade wizard, the error s...
2014-04-29 11:07:44 +01:00
Mihaela Stoica
51dab8d65d
CA-126455: VM Properties dialog: Fixed the bug where the home server value was reset on revisiting the page from other page
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-04-29 10:07:54 +01:00
Mikhail Filippov
db5194107d
Fixes simultaneous run of WizardTest and TreeTests.
2014-04-29 12:20:20 +04:00
zheng chai
5d19c679cf
CP-7527: update version according to Creedence version number.
...
Signed-off-by: zheng chai <zheng.chai@citrix.com>
2014-04-29 11:12:53 +08:00
Konstantina Chremmou
8d5bc0920a
CA-123737: Do not rebuild the alerts/updates/events pages unless they are visible.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-04-28 15:04:23 +01:00
Konstantina Chremmou
f1ebc3b5eb
CA-130615: Do not show an event notification when the connection fails due to being
...
existing or due to the host being a slave. Use the action description instead of
the action title to construct the error for failed connection results. Indentation.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-04-28 15:01:11 +01:00
Konstantina Chremmou
9c834d1b91
CA-126770: Fixed issue where the location column on the Updates page was showing
...
multiple entries after refreshing.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-04-28 14:27:12 +01:00
Mihaela Stoica
9f0998b336
CA-119177: On Prechecks page of Rolling Pool Upgrade wizard, the error should only be visible when errors are found.
...
If errors are found the error info at the bottom of the page shows up, however this should not happen while still checking and before any errors have been found.
Same applies for Prechecks page of Install Update Wizard.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-04-28 13:44:20 +01:00
Mikhail Filippov
c8ae317c9b
Remove unused references.
2014-04-28 16:26:08 +04:00
zheng chai
350f1722e9
CP-7527: Update the comments on the show tab part.
...
Signed-off-by: zheng chai <zheng.chai@citrix.com>
2014-04-28 16:58:46 +08:00
zheng chai
96dc014da9
CP-7527: Rework comments to handle CLearwater case specifically.
...
Signed-off-by: zheng chai <zheng.chai@citrix.com>
2014-04-28 15:17:21 +08:00
Mihaela Stoica
9cd44853fd
CA-125896: Fixed text overflowing on Live Migration Network page
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-04-25 11:57:43 +01:00
zheng chai
e10125fbce
CP-7527: Restore WLB for Creedence XenCenter changes.
...
Signed-off-by: zheng chai <zheng.chai@citrix.com>
2014-04-22 19:14:53 +08:00
Cheng Zhang
34b30b9b9a
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
Cheng Zhang
31ba19336b
CP-7579: Remove the DVSC deprecated warning messages on XenCenter for XS6.5
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2014-04-17 10:49:30 +08:00
Stephen Turner
75bb8fa8f0
[CA-115256] Add null check as suggested by code review
2014-04-16 09:13:20 +01:00
Stephen Turner
75464110de
Improvement to check-in for [CA-115256]: remove unused dependency
2014-04-15 17:49:03 +01:00
Stephen Turner
5d722be866
Improvement to check-in for [CA-115256]: move logic out of the display into the LicenseRow
2014-04-15 17:46:56 +01:00
Stephen Turner
afbfbaf803
[CA-115256] Don't show the Buy Licenses link for pre-Clearwater servers
2014-04-15 17:07:21 +01:00
Gabor Apati-Nagy
5d3d0ff698
Merge pull request #35 from stephen-turner/CA-112247-b
...
[CA-112247] Improved wording on HA wizard
2014-04-15 12:37:27 +01:00
Gabor Apati-Nagy
0c1304dadc
Merge pull request #36 from stephen-turner/CA-112247-b
...
[CA-112247] Improved wording on HA wizard
2014-04-15 12:36:10 +01:00
Stephen Turner
428fef4a16
[CA-112247] Improved wording on HA wizard
2014-04-15 12:22:30 +01:00
Stephen Turner
f6cfb5bd7e
In preparation for [CA-112247], change an abstract base class into non-abstract, because there is a Designer bug that can't load controls derived from ABCs.
2014-04-15 11:58:12 +01:00
Stephen Turner
939747c866
[CA-95967] Two improvements to Help menu (plus Designer boilerplate changes)
2014-04-14 18:04:03 +01:00
Stephen Turner
5a20317be0
[CA-130968] Give more advice on hotfix wizard
2014-04-14 16:28:13 +01:00
Konstantina Chremmou
592702f04a
CA-127510: Refactoring as per code review.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-03-12 14:41:53 +00:00
Konstantina Chremmou
f0cf20ec43
CA-127510: Reworked the logic of differentiating between tasks started by this instance
...
of XenCenter and tasks started from outside and cancelling the former when exiting
or disconnecting from the pool.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-03-11 14:30:01 +00:00
Mihaela Stoica
c8917d1986
CA-127974: Added more checks to prevent XenCenter crash while closing [XOP-521]
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-03-05 10:45:39 +00:00
Mihaela Stoica
d77294efe9
Merge branch 'master' of https://github.com/xenserver/xenadmin
2014-03-05 10:30:38 +00:00
Konstantina Chremmou
67a0edbc00
Corrected name spelling.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-02-20 13:20:04 +00:00
Konstantina Chremmou
12d97ac0ca
Updated credits.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-02-20 12:46:32 +00:00
Konstantina Chremmou
d26bbaf8da
CA-95786: Corrections to previous commit - show both the marketing name and the version on XenCenter's About box.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-02-18 17:38:11 +00:00
Konstantina Chremmou
de2ad77970
CA-95786: Show product microversion in XenCenter's About box (taken from XenServer
...
unless manually overridden in XenCenter). Renamed field.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-02-18 14:53:00 +00:00
Mihaela Stoica
2ca98a7638
CP-7686: Make check-for-updates work in the presence of service packs by using the new fields from updates.xml, requiredpatches and conflictingpatches.
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-02-17 09:31:57 +00:00
Mihaela Stoica
908025a43e
CA-123914: Install update wizard: When applying a patch to multiple pools, the "revert prechecks" action should be executed only once, after the patch is applied to all pools.
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-02-03 11:13:45 +00:00
Mihaela Stoica
4f548d6320
CA-123013: Cloning from template shouldn't allow progress through the New VM wizard without shared SR.
...
On the affinity picker, the "no home server" radio button is disabled if there is no shared storage, except on editing an existing VM that already has no affinity.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-01-31 10:58:05 +00:00
Konstantina Chremmou
6d6421265e
Merge branch 'master' of github.com:xenserver/xenadmin
2014-01-27 14:20:32 +00:00
Gabor Apati-Nagy
15bbf41a19
[CA-125549] Fixed: Deletion status of the alerts being displayed across any window open on the host
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-01-27 11:36:49 +00:00
Konstantina Chremmou
f5bee7102c
Refactored MainWindow to derive from IMainWindow rather than implement a field deriving
...
from this interface.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-22 12:39:32 +00:00
Konstantina Chremmou
90784954f2
Merge pull request #10 from GaborApatiNagy/master
...
[CA-114290] Fix: Clear text password seen in XenCenter.log while perform...
2014-01-22 03:25:21 -08:00
Gabor Apati-Nagy
ab7276ea87
[CA-114290] Fix: Clear text password seen in XenCenter.log while performing save and restore master password , other operations (not sure exactly)
2014-01-21 18:06:02 +00:00
Mihaela Stoica
8626a6e854
CA-123779: Fixed unhandled exception in Console Tab View.
...
Moved RDPSetSettings inside try..catch block, so we handle any exception thrown while setting the rdp client properties.
Also did some refactoring, removing redundant variable rdpClient6.
2014-01-21 16:39:23 +00:00
Konstantina Chremmou
04bfd89a9d
[CA-115418], [CA-123574]: Fixed issue where the Dismiss item on each alert row
...
was available for non-dismissible alerts. Fixed wrong enabled state of the top
ToolStripSplitbutton Dismiss on the alerts and the events page. Refactored code
calculating dismissability of alerts and dismissing them. Events list should be
multi-selectable.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-09 13:57:41 +00:00
Konstantina Chremmou
f8117cd4f5
CA-114482: Changed workflow of retrieving updates: the list of published updates
...
is downloaded and stored every time an update is performed (if manual all updates
are downloaded, if automatic only as per the user's choices). If there are available
updates, update alerts are generated if there are connected hosts and disappear
when the hosts are disconnected.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-08 13:17:02 +00:00
Konstantina Chremmou
b20434ba24
Refactoring: CanIgnore can be a "get" only property. Correction: dismiss new server
...
version alert from connections rather than ConnectionsManager.XenConnectionsCopy
(in accordance to dismissal of patch alerts).
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-08 12:38:51 +00:00
Konstantina Chremmou
0efe8049ff
Moved constant "XenCenter.LastSeenServerVersion" from Updates.cs to IgnoreServerAction.cs
...
as it was only used in the latter class.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-08 12:33:32 +00:00
Konstantina Chremmou
d4f9ce53a3
Added tooltip to the item of the "Filter by severity" drop down. Updated image;
...
adde placeholder image.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-06 15:48:14 +00:00
Konstantina Chremmou
07e5adc306
Fixed column sizing issues on the Updates page.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-03 12:11:07 +00:00
Konstantina Chremmou
c8ff1bee69
CA-122558: Removed FixLinkDelegate. Use System.Action instead.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-03 11:58:42 +00:00
Konstantina Chremmou
a762442b70
CA-122558: Removed property DescriptionInvariant; after the logs and alerts rewrite
...
it was only used when logging and only for the updates; using the Description in
its place should be adequate. Fixed bug in the formatting of XenCenterUpdateAlert.Description
and removed duplicate logging when dismissing an alert.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-03 11:27:35 +00:00
Konstantina Chremmou
e0ccc42c11
Removed obsolete class EventArgs<T>.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-03 11:27:28 +00:00
Konstantina Chremmou
e28d3c912b
CA-67866: Step 3 - Implemented filtering for the Updates list.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-03 11:27:11 +00:00
Konstantina Chremmou
cc78711c56
CA-67866: Step 2 - moved code common to XenServerPatchAlert and XenServerVersionAlert
...
to a base class XenServerUpdateAlert.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-03 08:51:14 +00:00
Konstantina Chremmou
0eaf776399
CA-67866: Step 1 - renamed XenServerUpdateAlert to XenServerVersionAlert to avoid
...
confusion (patch alerts and version alerts are both considered as server update alerts).
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-03 08:37:45 +00:00
Konstantina Chremmou
6e4c39ac96
CA-123576: Also reconstruct the plugin menu items when a plugin is enabled/disabled.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-02 09:10:57 +00:00
Konstantina Chremmou
f120ffd496
CA-123572: Fixed regression: restored "New folder" item in the context menu of the Folders root node.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-31 15:47:52 +00:00
Konstantina Chremmou
7f29ebf2e9
CA-123573: Clicking a checked navigation button should not uncheck it.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-31 13:44:35 +00:00
Konstantina Chremmou
a5f83a9bc5
CA-123576: Step 3 - display the Window menu item only when there are plugins using it.
...
Performance issue - reconstruct the plugin menu items only when the plugins are
loaded/refreshed instead of doing it every time the parent menu is clicked. Workflow
issue - the PluginManager.Enabled gets its value from the registry; we shouldn't
wait unitl the plugins are loaded to set it.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-31 10:34:11 +00:00
Konstantina Chremmou
e8285669b5
CA-123576: Step 2 - stop listing the open forms under the Window menu item. Also
...
fixed (old) bug where multiple instances of the PatchingWizard were launched.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-31 08:52:21 +00:00
Konstantina Chremmou
b3fc67a4d8
CA-123576: Step 1 - stop toggling the enabled state of the Windows menu item when non-modal forms are launched.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-30 14:47:01 +00:00
Konstantina Chremmou
a5c89e429b
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.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-30 13:01:00 +00:00
Konstantina Chremmou
d6c143f875
Added method overload.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-30 10:10:21 +00:00
Konstantina Chremmou
3b25591d71
CA-85971: Removed method selecting tab by name. Made all pages of VerticallyTabbedDialog private.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-22 17:17:04 +00:00
Konstantina Chremmou
d335372575
CA-85971: Removed method selecting tab by index.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-22 15:28:00 +00:00
Konstantina Chremmou
d1c0da5d54
PlanAction simplification: removed PlanActionStatusChangedEventArgs class; use Action<T>
...
delegate; renamed event and its event hadler.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-21 12:52:28 +00:00
Konstantina Chremmou
a128847717
AutomaticBackgroundThread and SemiAutomaticBackgroundThread simplification: moved
...
common code to the base class BackgroundThreadBase; removed classes inheriting from
EventArgs; use Action/Action<T> delegates instead of EventHandler<T>.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-21 11:36:20 +00:00
Konstantina Chremmou
17512a4cb1
Added null check.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-20 11:00:53 +00:00
Gabor Apati-Nagy
4800ff8929
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-12-19 15:02:55 +00:00
Mihaela Stoica
e74ee1fa38
CA-110160: Cross Pool Migrate wizard: Showing an error message (instead of warning) when the selected VMs are no longer available for migration. Also added full stop at the end of message.
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2013-12-19 14:30:38 +00:00
Gabor Apati-Nagy
7480148626
Merge branch 'car-100', removed car-100 from declarations.sh at the same time
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2013-12-19 13:39:42 +00:00
Konstantina Chremmou
373e4c6851
CP-4960: Notify the users they have a half-upgraded pool: small improvements.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-19 12:41:07 +00:00
Gabor Apati-Nagy
21b4dbca1a
Fixing implicit hidings that break the release build
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2013-12-17 18:09:54 +00:00
Gabor Apati-Nagy
a86866d305
Merge commit '1504b184c78df141de91d732daa38bdc8a1a8636' into car-100
2013-12-17 13:30:01 +00:00
Konstantina Chremmou
4ae226ae91
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-12-17 11:44:54 +00:00
Konstantina Chremmou
81a41f5a22
CP-4957: Added logging for the Rolling Pool Upgrade process.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-13 17:57:20 +00:00
Konstantina Chremmou
152b320e36
CP-4960: Notify the users they have a half-upgraded pool.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-13 17:55:39 +00:00
Konstantina Chremmou
4d04ec652c
Some code simplifications on the GeneralTabPage and the PDSection.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-13 17:55:24 +00:00
Konstantina Chremmou
c411df3426
Converted British spelling to American.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-13 13:51:16 +00:00
Gabor Apati-Nagy
2ba2a2578f
[CA-123645] Fixed: "Unexpected error" when trying to access the help section
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2013-12-12 12:42:17 +00:00
Konstantina Chremmou
11296fe882
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-12-11 10:54:10 +00:00
Konstantina Chremmou
2267d2752a
Importing help file from the vgpu productization branch.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-11 10:53:29 +00:00
Konstantina Chremmou
610119cbfc
CA-122816: Fixed white space around the vgpu types list on GPU tab (visible when running XenCenter on Windows with disabled visual styles)
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1386263270 0
# Thu Dec 05 17:07:50 2013 +0000
# Node ID 21b41b9fecaf3b75059ad8080b8afa303d0a1f03
# Parent 57df60d36fe5dd6a51ffa9a047a992460e0d3982
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-11 10:50:59 +00:00
Konstantina Chremmou
7e8350d182
CA-123181: Add check to avoid exception thrown on GPU tab when NVIDIA host drivers were removed while vGPUs were in use
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1386260329 0
# Thu Dec 05 16:18:49 2013 +0000
# Node ID 57df60d36fe5dd6a51ffa9a047a992460e0d3982
# Parent cc6b94ee85c5927cb0dcc83268d3e066823071df
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-11 10:50:09 +00:00
Konstantina Chremmou
1c3ecc281b
CA-122834 Don't show GPU tab for non-vGPU servers
...
Also GPU page on Pool properties dialogs should not be shown for non vGPU pools.
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1385743406 0
# Fri Nov 29 16:43:26 2013 +0000
# Node ID e28f9921a0a17efb1e3a8d185acf18b5b6e116b1
# Parent 59229250db34dd4cc1f34fbdab055467a1570f87
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-11 10:45:28 +00:00
Konstantina Chremmou
d9a93db79b
CA-122435: Add specific message for the reason why VMs can’t be migrated when it has vGPU assigned
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1385742993 0
# Fri Nov 29 16:36:33 2013 +0000
# Node ID 59229250db34dd4cc1f34fbdab055467a1570f87
# Parent f32c185b9214fdd08ca0c573355b07b78fa7eb0a
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-11 10:41:54 +00:00
Konstantina Chremmou
aac732c0f0
CA-122431: Correct GPU grouping on mixed K1/K2 pools.
...
GPUs are now grouped by: card type (K1/K2), supported types and enabled types
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1385649218 0
# Thu Nov 28 14:33:38 2013 +0000
# Node ID 43dbba1e3d6a3bc17862d13450080d014189281e
# Parent d64f82660078ba76a4c4ceb92cef257d35759c4a
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-11 10:31:01 +00:00
Konstantina Chremmou
906033af36
PR-1675: On Server's GPU tab don't show the server label and only show the GPUs from this server
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1385646872 0
# Thu Nov 28 13:54:32 2013 +0000
# Node ID d64f82660078ba76a4c4ceb92cef257d35759c4a
# Parent a760e46de0aad332bd24db705e329f8f718a6fef
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-11 10:30:06 +00:00
Konstantina Chremmou
0cd255132f
CA-122240: The units for the gpu memory utilization were wrong.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1385642832 0
# Thu Nov 28 12:47:12 2013 +0000
# Node ID f917b62eaed902df5bdf86fe319ffe32f1aec8ab
# Parent 5a4abff0407e1d2265ab34163c4f4a68d521649d
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-11 10:28:26 +00:00
Konstantina Chremmou
4d4701d394
CA-122424: When configuring "Allowed vGPU types", only disable the checkbox if the type is checked (allowed) and there are running VMs using it (in use).
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1385386172 0
# Mon Nov 25 13:29:32 2013 +0000
# Node ID 5a4abff0407e1d2265ab34163c4f4a68d521649d
# Parent 6bbdd9b672dad33c9a4406c8d1acdb27b6d8f333
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-11 10:27:45 +00:00
Konstantina Chremmou
c73dc6cbb8
CA-121659: If the pass-through is the only vGPU type available, then the GPU type list should show this type as the group name and selectable
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1385047350 0
# Thu Nov 21 15:22:30 2013 +0000
# Node ID 6bbdd9b672dad33c9a4406c8d1acdb27b6d8f333
# Parent 196102f9e29ba724809d2c6a74b6a9187f17732a
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-11 10:26:54 +00:00
Konstantina Chremmou
968aed7f14
CA-121750: Added more checks to prevent potential NullReferenceException.
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1385033812 0
# Thu Nov 21 11:36:52 2013 +0000
# Node ID 196102f9e29ba724809d2c6a74b6a9187f17732a
# Parent 47ee07818c23a637d76eb911ef54c0d07825c2dd
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-11 10:25:42 +00:00
Konstantina Chremmou
1437c29f68
CA-121659: Fixed issue where GPU passthrough setting was not saved for a VM on a host without NVIDIA host drivers installed.
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1385031139 0
# Thu Nov 21 10:52:19 2013 +0000
# Node ID 47ee07818c23a637d76eb911ef54c0d07825c2dd
# Parent b230e1085671ce2e81e888aa0396b7adceef1e4c
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-11 10:23:02 +00:00
Konstantina Chremmou
20ec1d9200
Remove unnecessary call to the server when we should be going to the cache
...
# HG changeset patch
# User Stephen Turner <stephen.turner@citrix.com>
# Date 1384881463 0
# Tue Nov 19 17:17:43 2013 +0000
# Node ID 6db4e665ff9e4fe9df6f474a94a0cdfbb6e23764
# Parent 030ebb6e2f6964a4dbf9d5602c69cb23fcc0cbdb
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-11 10:20:49 +00:00
Konstantina Chremmou
c5e37d6ee3
Fix check-in for [CA-121672] so that a standalone server uses the properties dialog
...
for the server, not the one for the secret pool
# HG changeset patch
# User Stephen Turner <stephen.turner@citrix.com>
# Date 1384881428 0
# Tue Nov 19 17:17:08 2013 +0000
# Node ID 030ebb6e2f6964a4dbf9d5602c69cb23fcc0cbdb
# Parent 370811ffe245c8ea57ebd6f406711f8e1fee5a05
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-11 10:20:33 +00:00
Konstantina Chremmou
bae0d9ab8f
Added Copy item to the actions drop down on the Events page. Aesthetic: made the
...
actions split button look more like a button.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-10 11:29:31 +00:00
Gabor Apati-Nagy
a22c00ff31
CAR-100: Upgrade to .NET 4.0 instead of 3.5 -- Removing Code Access Security setting that is not present in .Net 4 (obsolete request permission)
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2013-12-06 17:23:12 +00:00
Mihaela Stoica
dfbce35d7c
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-12-06 10:24:58 +00:00
Konstantina Chremmou
d2cb9298cb
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-12-06 05:57:58 +00:00
Gabor Apati-Nagy
a16e0a8ae0
CAR-100: Upgrade to .NET 4.0 instead of 3.5 -- Upgrading projects to target .Net 4.0 & updating to VS2010 format where needed
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2013-12-05 14:44:59 +00:00
Gabor Apati-Nagy
b8669eb8e6
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-12-05 13:47:58 +00:00
Gabor Apati-Nagy
fd6d5a3452
Fixed redrawing on MemoryTab (Same problem as CA-122425: Usability - Poor refresh rate when using the scroll-bar on the GPU tab.)
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2013-12-05 13:43:55 +00:00
Konstantina Chremmou
d2efa81a31
CA-122558: Name methods creating updates after the type of the update created to
...
avoid confusion.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-05 12:59:38 +00:00
Konstantina Chremmou
ce20127827
CA-122558: Redesign of the updates page according to CAR-107.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-05 12:46:39 +00:00
Konstantina Chremmou
772bc63e53
CA-122558: Some code compacting.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-05 12:03:34 +00:00
Konstantina Chremmou
648fe50ffb
CA-122558: Updates are no longer dismissible.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-05 11:34:16 +00:00
Konstantina Chremmou
1669c4250d
CP-6093: Further corrections to the enabled state of the top ToolStripButtons.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-05 10:56:11 +00:00
Mihaela Stoica
85afee4dd2
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-12-02 15:46:58 +00:00
Konstantina Chremmou
6212c62061
CP-6093: When the folders view is selected the Search panel should show the same
...
things as the main treeview.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-02 15:26:46 +00:00
Konstantina Chremmou
b95dcf2237
CA-122644: Fixes issue where a vmware package was not detected as such and hence
...
the import crashed. Some missing null checks.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-02 12:37:35 +00:00
Konstantina Chremmou
f209c47abd
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-11-27 09:50:30 +00:00
Konstantina Chremmou
72c43dadfc
CP-6093: Aesthetic improvements to the red blob on the Notifications button.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-27 08:42:51 +00:00
Gabor Apati-Nagy
9b4e3fc4f1
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-11-26 13:56:21 +00:00
Gabor Apati-Nagy
5764b2a1c9
CP-4951: CAR-100: Remove Rdp2 console
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2013-11-26 13:55:54 +00:00
Mihaela Stoica
3ce6e782ff
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-11-26 12:40:36 +00:00
Konstantina Chremmou
4362f30fa9
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-11-26 11:48:03 +00:00
Konstantina Chremmou
2bdbf6a5e1
CP-6093: Custom drawing for the main window navigation buttons.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-26 11:36:45 +00:00
Gabor Apati-Nagy
c344e74b95
Revert "CP-4951: CAR-100: Remove Rdp2 console"
...
This reverts commit df9345d2c4
.
2013-11-26 11:19:34 +00:00
Gabor Apati-Nagy
a31c053b5f
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-11-25 18:29:35 +00:00
Gabor Apati-Nagy
df9345d2c4
CP-4951: CAR-100: Remove Rdp2 console
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2013-11-25 18:28:57 +00:00
Konstantina Chremmou
58d0599bdc
CP-6093: Filter by Location ToolStripDropDownButton: only add ShowAll item if there
...
are actually items to show. Button enablement on Events page.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-25 08:42:17 +00:00
Konstantina Chremmou
5d04edae99
CP-6093: The Window menu item on the top MainWindow menu should be disabled when
...
no forms are open. Since there is no event notifying about the Application.OpenForms
changing, created a new base class for all XenCenter dialogs and wizards with a
static event to which the main windw can subscribe.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-23 16:03:21 +00:00
Konstantina Chremmou
b2e0c858e3
CP-6093: Tidying up: moved property from Alert to XenServerPatchAlert as it only
...
applies to the latter. Converted methods from AlertSummaryPage to one Alert and
one String extension method so they can be used more widely. Code simplification
on the Updates page.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-23 14:04:15 +00:00
Konstantina Chremmou
649f86bc1d
Unregister registered CollectionChanged event on disposal.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-23 12:01:54 +00:00
Konstantina Chremmou
22ec1d9ac5
CP-6093: Redesign of the CloseXenCenterWarningDialog to use the same controls as
...
the events page. This renders the old custom history controls obsolete, hence
removed them. Moved ActionBase extension methods to XenAdmin.Core namespace.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-23 11:59:49 +00:00
Konstantina Chremmou
9f0a5609ab
CP-6093: Remove update alerts from the Alerts page, part 3/3: Do not add updates
...
to the total Alert list.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-21 15:56:24 +00:00
Konstantina Chremmou
cd0efe825d
CP-6093: Remove update alerts from the Alerts page, part 2/3: Merged classes Updates
...
and ManualCheckForUpdates.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-21 14:27:34 +00:00
Konstantina Chremmou
fcc627113d
CP-6093: Remove update alerts from the Alerts page, part 1/3: some code simplification
...
and efficiency improvements.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-21 14:11:29 +00:00
Konstantina Chremmou
361b49066c
CP-6093: Anyone outside the Alert class should not know anything about the lock
...
used to access the alerts list. The list itself should be private as there is a
risk to access it and forgetting to use the lock.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-21 12:32:27 +00:00
Mihaela Stoica
1504b184c7
CA-121750: Added more checks to prevent potential NullReferenceException.
2013-11-21 11:43:49 +00:00
Konstantina Chremmou
5b0cf92cb3
CP-6093: Removed top label and image from the Updates page. Show this info on the
...
progress panel instead. Some code simplification.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-21 08:30:24 +00:00
Konstantina Chremmou
ad3cfc7f98
CP-6093: Disable filter buttons on the Alert and Events pages when the lsit is empty.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-21 08:25:02 +00:00
Mihaela Stoica
0c90ddccc4
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-11-20 13:52:00 +00:00
Konstantina Chremmou
ccdf0fe7ce
CA-107358: Updated tests to reflect button text change. Also, request refreshing
...
the main treeview from within a Program.Invoke.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-20 13:09:17 +00:00
Konstantina Chremmou
4f5c2baf77
CA-121753: Fixed issue where the GPU edit page was not showing any GPU groups for
...
pre-vgpu servers.
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1384946656 0
# Wed Nov 20 11:24:16 2013 +0000
# Node ID 845e9425e39d05a31692ca2d222fae22b2931b21
# Parent 370811ffe245c8ea57ebd6f406711f8e1fee5a05
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-20 11:30:51 +00:00
Konstantina Chremmou
49ea5a0d62
CP-6093: Set the text of the minimized outlook style buttons.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-20 08:45:11 +00:00
Konstantina Chremmou
54accf8708
CA-107358: Corrected "Force Shut Down" button and tooltip text.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-20 08:29:11 +00:00
Mihaela Stoica
58d1e40b52
CA-115430: Fixed fatal exception while accessing VM context 'Migrate to Server' menu
...
- create a copy of the DropDownItems collection and use this copy to iterate through items (on the background thread)
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2013-11-19 17:22:38 +00:00
Mihaela Stoica
739c3d4837
CA-110160: Fixed uncaught exception in VM migrate wizard observed while concurrent migrate operation is triggered on same VM
...
- before leaving each page of the wizard, check if all selected VMs are still available for migration
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2013-11-19 17:02:02 +00:00
Gabor Apati-Nagy
8c9502e4ba
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-11-19 15:52:12 +00:00
Gabor Apati-Nagy
b40714bf6c
[CA-121672] Fixed: The host's "edit placement policy" button does not work in a pool.
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2013-11-19 15:50:58 +00:00
Konstantina Chremmou
c6e58f1c4c
CP-6093: Update notifications button with total number of alerts, updates and error
...
events. Fixed display issue when moving between the notifications and the other views.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-19 15:42:47 +00:00
Konstantina Chremmou
9917801cc3
CP-6093: Implemented "GoTo..." and "Dismiss Selected" actions on the Events page.
...
Preserve last selected node when switching between views. Added labelling to the
unit tests run post-build. Minor tidy.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-18 14:31:00 +00:00
Konstantina Chremmou
09e8b8ee5c
CA-105092: Set XenCenter's MinimumSize to 1024x768.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 13:20:42 +00:00
Konstantina Chremmou
da5408bf21
Missing license headers.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 12:59:08 +00:00
Konstantina Chremmou
0d7c6eb5f4
CP-6215: Do not allow HA for vGPU VMs.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1384333341 0
# Wed Nov 13 09:02:21 2013 +0000
# Node ID 8f10c3e041ebb2295f0692fcc6d733e7654906d0
# Parent 2f55fef6f39ab916f2ab8604926621aeb6dfc41c
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 12:38:00 +00:00
Konstantina Chremmou
0354bd7a85
[CA-121012] Fixed: Offering GPU type with no GPUs available
...
# HG changeset patch
# User Gabor Apati-Nagy <Gabor.Apati-Nagy@citrix.com>
# Date 1384269857 0
# Tue Nov 12 15:24:17 2013 +0000
# Node ID 75cc5c584b9670ad16658d459fc069b07c57a433
# Parent 6e77f45144cb01c9eba99be74ad9ffd056eeb110
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 12:34:55 +00:00
Konstantina Chremmou
e9b6c0699b
CP-6137: Work in Console tab for vGPU (PR-1675)
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1384254998 0
# Tue Nov 12 11:16:38 2013 +0000
# Node ID 6b3fc3d7a54e58e92ecfe714d19c8dc26b7a0565
# Parent 2cc90cb50e7ff2566f9d0833ad17735922d3f0c9
- Only close the inactive VNC consoles (not RDP) after an interval
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 12:33:02 +00:00
Konstantina Chremmou
c843f5b867
CP-6511: Ovf import/export for vGPU enabled VMs.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1384181202 0
# Mon Nov 11 14:46:42 2013 +0000
# Node ID 6810ba763a896bcf7dd4295f30c6d5f42b02e9de
# Parent 37666849a54470e0da04b8d14c17940f8b580636
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 12:29:30 +00:00
Konstantina Chremmou
3ad946f20e
CP-6137: Work in Console tab for vGPU (PR-1675)
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1384179685 0
# Mon Nov 11 14:21:25 2013 +0000
# Node ID 37666849a54470e0da04b8d14c17940f8b580636
# Parent c845562d67f5216b2e3d52d68dcc54d78ff49ce1
- Add timers for closing the inactive VNC connections after an interval
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 12:24:57 +00:00
Konstantina Chremmou
9b26c85814
CP-6137: Work in Console tab for vGPU (PR-1675)
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1384179531 0
# Mon Nov 11 14:18:51 2013 +0000
# Node ID c845562d67f5216b2e3d52d68dcc54d78ff49ce1
# Parent 4c0609731471aec95b153843469b00811c123c0b
- added code to deregister event handlers when the MultipleDvdIsoList is disposed;
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 12:16:35 +00:00
Konstantina Chremmou
ac35aa22bd
CP-6137: Work in Console tab for vGPU (PR-1675)
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1384179387 0
# Mon Nov 11 14:16:27 2013 +0000
# Node ID 4c0609731471aec95b153843469b00811c123c0b
# Parent 6e77f45144cb01c9eba99be74ad9ffd056eeb110
- show the message about connecting with RDP only if is pass-through
- changed the current message to say "pass-through GPU" instead of "dedicated GPU"
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:59:42 +00:00
Konstantina Chremmou
efc21f74bb
[CP-6900]: VGPU, PGPU, VCPU: normalise case of abbreviations
...
# HG changeset patch
# User Gabor Apati-Nagy <Gabor.Apati-Nagy@citrix.com>
# Date 1383920504 0
# Fri Nov 08 14:21:44 2013 +0000
# Node ID 857858a59d27d7b1aac2d87246169cd3ffcec5b4
# Parent 1ded37405ccff8e00c2442a780e1027fa1cb87a1
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:58:43 +00:00
Konstantina Chremmou
626fa9198d
CP-6215: Do not allow HA for vGPU VMs.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1383906034 0
# Fri Nov 08 10:20:34 2013 +0000
# Node ID 157e4adf37647301d87428e5cd0532c5ce1d380d
# Parent 1ded37405ccff8e00c2442a780e1027fa1cb87a1
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:57:28 +00:00
Konstantina Chremmou
e2e5417352
[CP-6856]: PR-1675: Visual tweaks and other final changes
...
# HG changeset patch
# User Gabor Apati-Nagy <Gabor.Apati-Nagy@citrix.com>
# Date 1383835696 0
# Thu Nov 07 14:48:16 2013 +0000
# Node ID 69c0367f37e92c2bdc6033719850d94cc48fc706
# Parent 2efbf098103b9be3763ead2ff516cbe1d0cc0754
12. add max resolution to vGPU Configuration screen and VM properties
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:52:27 +00:00
Konstantina Chremmou
09a1edcefe
[CP-6856]: PR-1675: Visual tweaks and other final changes
...
Set minimum size for Placement Policy box
# HG changeset patch
# User Gabor Apati-Nagy <Gabor.Apati-Nagy@citrix.com>
# Date 1383749286 0
# Wed Nov 06 14:48:06 2013 +0000
# Node ID 87d6c91cde91e2125ed877f2581c645139500003
# Parent f79a41a7c73e5555143a1f5cdf7bd3e8f27a8fba
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:45:51 +00:00
Konstantina Chremmou
a662268286
[CP-6856]: PR-1675: Visual tweaks and other final changes:
...
# HG changeset patch
# User Gabor Apati-Nagy <Gabor.Apati-Nagy@citrix.com>
# Date 1383736103 0
# Wed Nov 06 11:08:23 2013 +0000
# Node ID f79a41a7c73e5555143a1f5cdf7bd3e8f27a8fba
# Parent 04c02de675af090f3171b6fbf3b21b023c645c24
GPU page:
5. put GPU page back at server level
7. Move Edit button of "Placement policy" closer to text and make the box smaller and fixed
8. Put Placement policy box within the scroll bar
VM properties dialog / New VM wizard:
9. gpu types should be shown in order 2-4-8
10. show types that are not allowed as disabled items in the combobox (instead of not showing at all)
11. increase the height of combobox (max no of items) so that all items are seen without scroll
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:44:05 +00:00
Konstantina Chremmou
d4dadc0bb9
CP-6856: Visual tweaks and other final changes (PR-1675)
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1383650378 0
# Tue Nov 05 11:19:38 2013 +0000
# Node ID 04c02de675af090f3171b6fbf3b21b023c645c24
# Parent 3db3c618115569e1b5bda10f2bf0c75ec387d9d4
- Added text for "Edit Selected GPUs..." button to the resource file
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:41:05 +00:00
Konstantina Chremmou
9aa03cd8c4
CP-6856: Visual tweaks and other final changes (PR-1675)
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1383649813 0
# Tue Nov 05 11:10:13 2013 +0000
# Node ID 3db3c618115569e1b5bda10f2bf0c75ec387d9d4
# Parent e95bbc4697c45471e1732ae577249379dccdeb4e
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:39:31 +00:00
Konstantina Chremmou
e7d951353a
[CP-6864] PR-1675: Help IDs for vGPU pages/dialogs
...
# HG changeset patch
# User Gabor Apati-Nagy <Gabor.Apati-Nagy@citrix.com>
# Date 1383647195 0
# Tue Nov 05 10:26:35 2013 +0000
# Node ID e95bbc4697c45471e1732ae577249379dccdeb4e
# Parent c79bb15743ea6c299e3a7b2dac8ca3b45cb456d4
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:38:46 +00:00
Konstantina Chremmou
a341137eef
[CA-120593] Usability vGPU: Allocation mode settings disabled
...
# HG changeset patch
# User Gabor Apati-Nagy <Gabor.Apati-Nagy@citrix.com>
# Date 1383586594 0
# Mon Nov 04 17:36:34 2013 +0000
# Node ID 5b0ba1bfe2040f57fb8fb0dcec0758f73d9d8bfa
# Parent dc93a040fbe1e9ca80e39352dc776941fd4c7802
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:34:51 +00:00
Konstantina Chremmou
53d4686a7c
CP-6234: Exposed new vGPU RRDs in XenCenter.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1383576326 0
# Mon Nov 04 14:45:26 2013 +0000
# Node ID 3d4184332520eac33f48dfe2c21706fd15193668
# Parent 20d8cfbaca8448b7aac43cc3640d35f536789c47
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:33:59 +00:00
Konstantina Chremmou
713f108a7b
CP-6083: Improved the subtext for the GPU page on the Properties dialog when no
...
GPUs are available on the server.
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1382711930 -3600
# Fri Oct 25 15:38:50 2013 +0100
# Node ID 20d8cfbaca8448b7aac43cc3640d35f536789c47
# Parent addf480a5eeb1c2bfc1a2756fee55dfa966d1751
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:32:51 +00:00
Konstantina Chremmou
569b35e854
CP-6084: Show the GpuEditPage only for HVMs. Fixed issue with flickering warning
...
and preselected combobox item when the user first lands on the GpuEditPage.
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1382365049 -3600
# Mon Oct 21 15:17:29 2013 +0100
# Node ID addf480a5eeb1c2bfc1a2756fee55dfa966d1751
# Parent dc93a040fbe1e9ca80e39352dc776941fd4c7802
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:29:41 +00:00
Konstantina Chremmou
c77fcbbbb6
CP-6085: Per-pool overview of vGPUs (PR-1675)
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1383126969 0
# Wed Oct 30 09:56:09 2013 +0000
# Node ID dc93a040fbe1e9ca80e39352dc776941fd4c7802
# Parent 8af833de348d090a0126ad2f922ba7679739b654
- update only the row affected when resident_VGPUs change (on VM start / shut down)
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:28:43 +00:00
Konstantina Chremmou
6458a8f50e
CP-6708: Show vGPU parameters at vGPU selection time (PR-1675)
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1383126814 0
# Wed Oct 30 09:53:34 2013 +0000
# Node ID 8af833de348d090a0126ad2f922ba7679739b654
# Parent 35673b51503006bbbb1e6647b1e0eb1938bd72ef
- added Max displays and Video RAM
- videoRAM needs TO BE REPLACED with max_resolution when this becomes available in the API
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:27:33 +00:00
Konstantina Chremmou
8c89f0f04f
CP-6085: Per-pool overview of vGPUs (PR-1675)
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1383045574 0
# Tue Oct 29 11:19:34 2013 +0000
# Node ID 35673b51503006bbbb1e6647b1e0eb1938bd72ef
# Parent bb05d6e143d7199359da1f555250d3a4ee126a5c
Overview tab completely redesigned and shown only on pool and standalone hosts.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:23:35 +00:00
Konstantina Chremmou
64bfe07e78
CP-6085: Per-pool overview of vGPUs (PR-1675): Only show the GPU tab for live hosts
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1382997294 0
# Mon Oct 28 21:54:54 2013 +0000
# Node ID bb05d6e143d7199359da1f555250d3a4ee126a5c
# Parent c82052cb3e73d23ce4d1f14cb9f771b7e43f1cdd
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:18:50 +00:00
Konstantina Chremmou
a1fc0f5e7d
CP-6085: Per-pool overview of vGPUs (PR-1675)
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1382997218 0
# Mon Oct 28 21:53:38 2013 +0000
# Node ID c82052cb3e73d23ce4d1f14cb9f771b7e43f1cdd
# Parent 765758a41fcc8491cf3a269e071baf96cd619b41
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:15:52 +00:00
Konstantina Chremmou
3f148d1ea7
CP-6382: GPU page to the Pool properties dialog: new text for the third radio button
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1382996826 0
# Mon Oct 28 21:47:06 2013 +0000
# Node ID 765758a41fcc8491cf3a269e071baf96cd619b41
# Parent 5e98fb1f82eeaff4c709ad7e6a92916c51488b75
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:14:46 +00:00
Konstantina Chremmou
c35b4d26cb
[CP-6383]: Configuration of vGPU types for pGPUs
...
# HG changeset patch
# User Gabor Apati-Nagy <Gabor.Apati-Nagy@citrix.com>
# Date 1382626325 -3600
# Thu Oct 24 15:52:05 2013 +0100
# Node ID 5e98fb1f82eeaff4c709ad7e6a92916c51488b75
# Parent 9b2305266f104c3ae9ec32804a92b3596d0aa399
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:13:32 +00:00
Konstantina Chremmou
f7d59a8c24
[CP-6383]: Configuration of vGPU types for pGPUs
...
# HG changeset patch
# User Gabor Apati-Nagy <Gabor.Apati-Nagy@citrix.com>
# Date 1382623622 -3600
# Thu Oct 24 15:07:02 2013 +0100
# Node ID 9b2305266f104c3ae9ec32804a92b3596d0aa399
# Parent 66330c7be272cd62a342e20ff109eea6b4d846f8
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:11:24 +00:00
Konstantina Chremmou
5171d35130
CP-6085: Per-pool overview of vGPUs (PR-1675)
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1381928854 -3600
# Wed Oct 16 14:07:34 2013 +0100
# Node ID d3728527c55c8e615dc2979a4ed412a244c73299
# Parent 500886f75c7f678b98ad5fab5902a0e87d1798ea
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:06:50 +00:00
Konstantina Chremmou
37a32615dc
CP-6382: Internationalized GPU page on Pool properties dialog (PR-1675)
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1381487805 -3600
# Fri Oct 11 11:36:45 2013 +0100
# Node ID 500886f75c7f678b98ad5fab5902a0e87d1798ea
# Parent ae162fb56bac4f1c2f7cc4c47b640a6933ea6deb
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 10:38:37 +00:00
Konstantina Chremmou
402e2458ce
CP-6382: Added GPU page to the Pool properties dialog (PR-1675)
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1381486465 -3600
# Fri Oct 11 11:14:25 2013 +0100
# Node ID ae162fb56bac4f1c2f7cc4c47b640a6933ea6deb
# Parent 48644db7dcf80d93efb9d6e86e982b95894cbd9d
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 10:35:48 +00:00
Gabor Apati-Nagy
cb572c86dc
[CP-4950]: CAR-100: Report whether running in 32- or 64-bit mode
2013-11-13 17:56:23 +00:00
Konstantina Chremmou
d319b58f3d
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-11-12 12:44:42 +00:00
Konstantina Chremmou
9de85b8772
CP-6267: Restored status strip on the main window.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-12 12:44:19 +00:00
Konstantina Chremmou
0d1b7b2b74
CP-6093: Removed uses of the enum value Tab.History.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-12 11:59:46 +00:00
Konstantina Chremmou
dfa26cf0cc
CP-6093: Main window control positioning and borders.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-07 15:31:13 +00:00
Konstantina Chremmou
15f9d34181
CP-6093: Update the header bar with the name of the notifications view currently selected.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-07 10:00:53 +00:00
Mihaela Stoica
c09c2fb044
XOP-461: Trying to fix the Invalid Operation Exception raised in license dialog (most probably a threading issue)
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2013-11-05 16:21:10 +00:00
Konstantina Chremmou
94aa7ac531
CP-6093: Set a lcoation for the connection events. Fixed refresh problem on the
...
Events page location filter. Added help ids for the Notification views.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-05 14:40:16 +00:00
Konstantina Chremmou
0bac4b8196
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-11-04 14:10:42 +00:00
Konstantina Chremmou
58062b024c
CA-116494: Improvements on the server status report contents list: made the list
...
sortable; substituted balloon warning with tooltip; moved privace statement link
to the bottom of the page; reordered select/clear all buttons.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-04 14:09:50 +00:00
Gabor Apati-Nagy
6c2426d92b
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-11-04 12:37:21 +00:00
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
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
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
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
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
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
Konstantina Chremmou
548944486f
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Stephen Turner <stephen.turner@citrix.com>
# Date 1377867999 -3600
# Node ID 931d568b9b0f00809b9acbe31462423dfaf8a8d4
# Parent 5de50259a5796a999290798fb61086338db1e847
Fix [CA-114381]: Hard-coded strings
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:45:26 +01:00
Konstantina Chremmou
fbe4182e39
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1377679834 -19800
# Node ID 5de50259a5796a999290798fb61086338db1e847
# Parent 48b8a4b6552228aeda9558d89249b5a30d0f7c9e
Bug Fix:CA-112233
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:44:47 +01:00
Konstantina Chremmou
1905077b29
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1377611382 -19800
# Node ID 48b8a4b6552228aeda9558d89249b5a30d0f7c9e
# Parent b7339ed67dfc5a8cfba84c6fc2bc9f1c15a14317
Bug Fix:CA-114206,CA-114480,CA-114330,CA-112444
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:44:14 +01:00
Konstantina Chremmou
9f5eb4fa0e
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1377245651 -3600
# Node ID b7339ed67dfc5a8cfba84c6fc2bc9f1c15a14317
# Parent 5fac9d755118553023e4284946abd44d611e35c7
CA-112234: Further layout correction.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:43:48 +01:00
Konstantina Chremmou
78b7c8c93b
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1377242398 -3600
# Node ID 5fac9d755118553023e4284946abd44d611e35c7
# Parent 7a067ac0c37be286f06c3091379b33f668d31c62
CA-112390: Updated JA and SC resource files.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:43:08 +01:00
Konstantina Chremmou
82b8c9b2c7
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1377176239 -19800
# Node ID 7a067ac0c37be286f06c3091379b33f668d31c62
# Parent efafac7f89d00524a5787a5a227a4aecec0b34cf
Bug Fix:CA-114326,CA-114330.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:42:25 +01:00
Konstantina Chremmou
3260c375f2
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1377167722 -19800
# Node ID efafac7f89d00524a5787a5a227a4aecec0b34cf
# Parent 583abe3dc86764b07314ae86d4feb48a89c6a7e1
Bug Fix:CA-114276,CA-114332,CA-114330,CA-114266.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:41:59 +01:00
Konstantina Chremmou
38f03fcc5c
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1377081773 -3600
# Node ID 583abe3dc86764b07314ae86d4feb48a89c6a7e1
# Parent 170c7cbbbaefee729774ae21a3c417205708abee
CA-92911: Remove items from right click menu and add those necessary instead of
setting their Available property to true/false because we end up with a lot of
empty space on the drop down on non-EN versions.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:41:24 +01:00
Konstantina Chremmou
d5486aaa1d
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1377079306 -3600
# Node ID 170c7cbbbaefee729774ae21a3c417205708abee
# Parent 5bd4ebbd0553c160917192dd4546bb19a2a5a64d
CA-112226: Updated unit tests to reflect the changes in string measurement. Minor code tidy.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:40:35 +01:00
Konstantina Chremmou
864eeb48ee
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1377071789 -19800
# Node ID 5bd4ebbd0553c160917192dd4546bb19a2a5a64d
# Parent e305aa4ddfecb3337cffb43bc711d9b580c79e1f
Bug Fix:CA-114276,CA-114264
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:40:02 +01:00
Konstantina Chremmou
8217db7a73
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1377021015 -3600
# Node ID 0d5b08d2db1b4c8e5d656750e2ee4bcedc3d5579
# Parent 7674677d207c53d4a1207a88d0f1aa82c68b22fe
CA-11234: Layout corrections to the SummaryPanel.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:39:27 +01:00
Konstantina Chremmou
98e124a98e
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1377019978 -3600
# Node ID 7674677d207c53d4a1207a88d0f1aa82c68b22fe
# Parent a1940814a129b5fd75703a5aa541783a73b7cca5
CA-112234: Layout corrections on the LicenseManager. Increased dialog height in
the SC version to avoid control overlappin on the Summary panel.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:39:02 +01:00
Konstantina Chremmou
90847387e1
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1377013845 -3600
# Node ID a47a556a4ebb1abda620cfe1d79bba4292eaff8f
# Parent cc0505085de1e5f19326e13d74ec5542ce006080
[CA-92517] , [CA-112376] & [CA-112387] : Fixed the truncation in the CustomTreeView control
caused by wrong font being used in the calculation of scrollbar width.
Added a call to recalculate scrollbox width after the font used for description is changed.
This fixes the truncation in the following dialogs: Move VM, Move Virtual Disk, New Pool, Server Status Report.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:37:47 +01:00
Konstantina Chremmou
36e5225039
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1377010279 -19800
# Node ID 8827fad5e2fb3efa68cccb5eafb06262e41007c3
# Parent f8171c407fc0e9a16b92c1937ff9dd334348c08e
Bug Fix:CA-112444,CA-113425
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:37:13 +01:00
Konstantina Chremmou
8a5c5f95ff
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1377011213 -3600
# Node ID a1940814a129b5fd75703a5aa541783a73b7cca5
# Parent 46350c8ef9df37a0c41d7a7245438948d261504b
No need to set UseCompatibleTextRendering to true.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:36:40 +01:00
Konstantina Chremmou
3283ca4737
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1377010165 -3600
# Node ID 46350c8ef9df37a0c41d7a7245438948d261504b
# Parent a1c6bcf2b4d3119cff54d87fb97bd2491c9d8f67
CA-112226: Ellipsization should use TextRenderer.MeasureText (GDI) rather than
Graphics.MeasureString (GDI+) since the controls use the default UseCompatibleTextRendering
value (false).
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:35:57 +01:00
Konstantina Chremmou
307646d0a9
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1377007835 -3600
# Node ID a1c6bcf2b4d3119cff54d87fb97bd2491c9d8f67
# Parent 41c2dfb11187cbc91b4f874b1df8c06524aad3c7
CA-113310: Corrected string measurement which was causing truncation on SC and a
lot of white space on EN and JA versions.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:33:50 +01:00
Konstantina Chremmou
5737060c5b
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1377003761 -3600
# Node ID 41c2dfb11187cbc91b4f874b1df8c06524aad3c7
# Parent f8171c407fc0e9a16b92c1937ff9dd334348c08e
CA-92517: Increased item height. Stop scaling item image.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:30:15 +01:00
Konstantina Chremmou
3640bfa712
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1377001301 -3600
# Node ID f8171c407fc0e9a16b92c1937ff9dd334348c08e
# Parent cc0505085de1e5f19326e13d74ec5542ce006080
CA-112444: Some layout corrections.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:29:34 +01:00
Konstantina Chremmou
585908c1d0
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1376977735 -19800
# Node ID cc0505085de1e5f19326e13d74ec5542ce006080
# Parent f358f7080569520d5a984a3a3543130c81c42b8b
Bug Fix:CA-113230,CA-113426,CA-113698
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:26:39 +01:00
Konstantina Chremmou
76a6aecb25
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1376924917 -3600
# Node ID f358f7080569520d5a984a3a3543130c81c42b8b
# Parent d2220b2b5c232e6f070c02d82a9a6283595eebf0
CA-113230: Removed unused field.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:25:46 +01:00
Konstantina Chremmou
5273d67c0b
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1376923571 -3600
# Node ID d2220b2b5c232e6f070c02d82a9a6283595eebf0
# Parent 4ccecd98746c40c5b1850f28c3e557e803102939
CA-113230: Fixed issue where surrogate characters were not displayed properly on
the DeleteVM dialog (this was actually a microsoft bug). Also some refactoring and
button text improvement.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:25:02 +01:00
Konstantina Chremmou
b3d2cecf89
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1376915592 -3600
# Node ID 4ccecd98746c40c5b1850f28c3e557e803102939
# Parent cc14bc84973e1dd7e07ee6d90a2bac2cdd7baf79
[CA-112396], [CA-112304], [CA-112241]: Increased the width of the middle column
of the ActionProgressDialog TableLayoutPanel by 40px to reduce occurrance of text
wrapping. Ellipsized pool name in the GetHeartbeatSRsAction.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:23:49 +01:00
Konstantina Chremmou
1abb402310
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1376637316 -19800
# Node ID cc14bc84973e1dd7e07ee6d90a2bac2cdd7baf79
# Parent 09d7eccae36185bb28a96903abca52aaa7ae5c26
Bug Fix: 113310
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:21:18 +01:00
Konstantina Chremmou
708051d399
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1376481946 -19800
# Node ID 09d7eccae36185bb28a96903abca52aaa7ae5c26
# Parent f7a7a388679077777e7086571604863e34654d51
Bug Fix: 113698,113428,113311
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:20:32 +01:00
Konstantina Chremmou
3717cc1817
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1376046486 -19800
# Node ID df304b7a463735221fa111e4419f8ebf53611931
# Parent a4613d9afc3a6008fba2a24f52fd53f2e91745a0
Bug Fix:112934,112444
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:18:26 +01:00
Konstantina Chremmou
e7548fe295
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1375977452 -19800
# Node ID a4613d9afc3a6008fba2a24f52fd53f2e91745a0
# Parent d0a3fa6db59fcaea186f0909053866153d15d450
Bug Fix:112928,113311,112305
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:17:55 +01:00
Konstantina Chremmou
a3bfe5c7e4
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1376062101 -3600
# Node ID e9a03389b4dfd447a4034b55d74827d30e3950be
# Parent d0a3fa6db59fcaea186f0909053866153d15d450
CA-112877: Set the description text of the transfer VM network page when the export/import
mode is set ratehr than when the page is populated to avoid refreshing issues. Also,
fixed string formatting issue which could potentially cause problems with the word
order in languages other than English.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:16:44 +01:00
Konstantina Chremmou
e06d2610ba
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1375792166 -3600
# Node ID 2f3f7203b7a8c8c8d470534c0cf6554b9bf75a39
# Parent 6c08708f799c879557426b1aba48063b7ee9f877
CA-112444: Removed the ability to have link areas in the label of the ThreeButton
dialog because it's not always working for languages other than English. It was
used only in one place anyway, therefore I provided a dedicated dialog.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 14:12:26 +01:00
Konstantina Chremmou
6f0104339e
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1375791454 -19800
# Node ID e5697fcba4e354046b3a181fb867c53d5ddcd94e
# Parent 8a941396ee976c87a2cbe211fe66170e356deeef
Bug Fix:112812
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 13:46:42 +01:00
Konstantina Chremmou
17a2524e26
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1375791314 -19800
# Node ID 8a941396ee976c87a2cbe211fe66170e356deeef
# Parent 6c08708f799c879557426b1aba48063b7ee9f877
Bug Fix: 112927,112924
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 13:46:15 +01:00
Konstantina Chremmou
af24a34960
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1375784114 -19800
# Node ID 871c9e41b225a3c4e70540c5b3c5cd4101b83a10
# Parent 2b2e4280a62dab1018daea93de8ef444c4753fb0
Bug Fix: 113215,112925,112768,112766
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 13:45:09 +01:00
Konstantina Chremmou
50892f4601
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1375444497 -19800
# Node ID 2b2e4280a62dab1018daea93de8ef444c4753fb0
# Parent 0bd7c8e13bdbcda6f95dfa4616c9621ee32857d5
Bug Fix: 112927,112924
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 13:44:11 +01:00
Konstantina Chremmou
2c2b9be8a4
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1375444145 -3600
# Node ID a8bf7c9d966e25686c10f20747ec47e76c39ea4f
# Parent 0bd7c8e13bdbcda6f95dfa4616c9621ee32857d5
CA-112934: FIxed hardcoded disk description string.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 13:37:27 +01:00
Konstantina Chremmou
39392e6aec
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1375369840 -19800
# Node ID 0bd7c8e13bdbcda6f95dfa4616c9621ee32857d5
# Parent 85e97db6b94e3b8b55d1a06747a1f1b63c58277f
SC T9N Changes + Bug Fix :111776,111806,111874,111226,112233,112234
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 13:35:33 +01:00
Konstantina Chremmou
c6ae267fff
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1375289918 -19800
# Node ID 85e97db6b94e3b8b55d1a06747a1f1b63c58277f
# Parent 03b31ee8090131b635555c48605138f2aa0699db
BUg Fix : 111755,111762,111776,111873,111874
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 13:33:45 +01:00
Konstantina Chremmou
c6a61fab3e
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1375282731 -19800
# Node ID 9c2981e0551f4ca1b111380157de6760003b5d41
# Parent 75a7918d6b1d562204ef408b74ee695f30cbfaa1
Bug Fix
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 13:32:08 +01:00
Konstantina Chremmou
029b0bf53a
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1375177700 -19800
# Node ID 75a7918d6b1d562204ef408b74ee695f30cbfaa1
# Parent a8743cea5fe20ce335abbecb4fb78f3237bed508
Bug Fix
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 13:31:24 +01:00
Konstantina Chremmou
cf0ae529ec
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1374659962 -19800
# Node ID a8743cea5fe20ce335abbecb4fb78f3237bed508
# Parent 7637337aa47ba6eb2b401ce7f7f852d398c19852
Language Build Truncation Bug fixes
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 13:27:55 +01:00
Konstantina Chremmou
12a15e8340
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1374560870 -19800
# Node ID 7637337aa47ba6eb2b401ce7f7f852d398c19852
# Parent 121eeca3e55142f22cd4b97fc4cd763d30cb3ec2
Fix for Bugs#111806,111782,111776
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 13:26:59 +01:00
Konstantina Chremmou
22098bb757
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1374503232 -19800
# Node ID 90776ba30a9e56cb3c07d32066c6a0dd0ad638de
# Parent 755b1cdd3b8340b677fd505b439710115697461f
Fix for Bugs#CA-111874,CA-111873
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 13:24:48 +01:00
Konstantina Chremmou
a437f4c630
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1374488169 -19800
# Node ID 755b1cdd3b8340b677fd505b439710115697461f
# Parent f600c04441cfccca80a82c2aeca47c220c7428db
Bug fix : CA-111760,CA-111753.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 13:23:28 +01:00
Konstantina Chremmou
c87b6a2ae2
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1374227081 -19800
# Node ID e3a65e81b6f92189dec31f12941be543e8ff05d9
# Parent 1d1df77a7aa0a5ec907416acba914605227778a6
Fix for bug # CA-111864
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 13:21:14 +01:00
Konstantina Chremmou
f07389995e
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1374226909 -19800
# Node ID 1d1df77a7aa0a5ec907416acba914605227778a6
# Parent cd999f68c24b4f1391e9a2012c4b0466910045c6
fix after CA-111771
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 13:20:30 +01:00
Konstantina Chremmou
7b66b3a6f5
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1374148735 -19800
# Node ID cd999f68c24b4f1391e9a2012c4b0466910045c6
# Parent a1e482150cd280292f10f7ce14666b70066da2fe
Reverted changes (to fix build break for now)
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 13:19:14 +01:00
Konstantina Chremmou
040b7b753a
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1374146320 -19800
# Node ID a1e482150cd280292f10f7ce14666b70066da2fe
# Parent 614c77268e5ff614a7b3bb56f177d2080ffa65ad
Checking in Fix for Bug#CA-111771,CA-111762,CA-111781,CA-111782.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 13:18:22 +01:00
Konstantina Chremmou
2c184b3ef1
CP-6317: Importing from branch clearwater-ln.
...
# HG changeset patch
# User vetrivelc <vetrivel.chinnasamy@citrix.com>
# Date 1373384864 -19800
# Node ID 8604c77f3fcf5215b1ae962220cd75be01f21d4c
# Parent 4f3d46c46536366498a79ace2220051eb89b329c
Checking in Localization Changes
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 13:00:28 +01:00
Konstantina Chremmou
ed88db2df0
Fixed two potential null reference exceptions in the XenOvfTransport project and
...
removed uninitialised streams which we were taking care to close. Solution-wide
style: use string.IsNullOrEmpty method instead of checking separately for null
and zero length.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 08:30:34 +01:00
Konstantina Chremmou
809256c375
Made XenOvfTransport project use log4net for logging (before it was using own logging,
...
leftover from the time when the OVF wizards were a XenCenter plugin; the latter
was not printing output into the XenCenter.log file, thus causing us to miss info).
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 08:30:32 +01:00
Konstantina Chremmou
edc3f743f8
Unregister events. Dispose of Bitmaps. Removed unnecessary resx files.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-26 08:29:11 +01:00
Konstantina Chremmou
2a21608e13
CP-6094: Moved the New Search button outside the Search panel and the Default search
...
under the saved Searches drop down. Also minor layout tweaks and test update.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-24 15:58:53 +01:00
Konstantina Chremmou
6e9e053dea
CA-115431: Disable the "apply activation key" MenuItem and show a reason if there
...
are more than one hosts selected.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-24 15:58:33 +01:00
Konstantina Chremmou
fd40c3ba12
CA-114290: When launching XenCenter with command line arguments log only the
...
argument type and not all of the arguments.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-23 14:20:09 +01:00
Konstantina Chremmou
0b9f73ef55
CA-107916: Button truncatin on the DR wizard.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-23 12:35:37 +01:00
Konstantina Chremmou
1d56b72a76
CA-112233: Fixed layout issues causing text truncations on the VMPP dialog.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-23 12:17:59 +01:00
Konstantina Chremmou
9388bf3c65
CA-115434: Fixed buton text truncation.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-23 09:45:30 +01:00
Konstantina Chremmou
5bd9e0a2bf
CP-6094: Renamed "New Search" button to "Edit Search"; grey it out when the panel
...
is expanded. Removed the title "New Search" from the panel and added a "New Search"
button which blanks the search. Renamed the "Reset" button to "Default Search" as
it wasn't obvious what it was resetting to.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-20 19:21:09 +01:00
Konstantina Chremmou
8ae4eaa060
CP-6084: Added vGPUs to New VM Wizard.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-20 11:24:46 +01:00
Konstantina Chremmou
cab8dca36b
CP-6083: Added vGPUs to the VM's property page.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-18 13:06:47 +01:00
Konstantina Chremmou
355fa30243
CP-6083: Preliminary refactoring: moved common code responsible for skipping non
...
selectable combobox items from the classes EnableableComboBox and ISODropDownBox
to a base class called NonSelectableComboBox.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-16 10:13:21 +01:00
Konstantina Chremmou
8c15bcc6d9
CP-6083: Preliminary tidy up: moved all custom comboboxes into a subfolder of the Controls folder.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-13 12:43:29 +01:00
Stephen Turner
ca888b4a1f
Set default graph width to 10 minutes to fix apparent lack of updates [XOP-420]
2013-09-12 16:12:02 +01:00
Konstantina Chremmou
44aed3cb7b
CA-115257: Handle the LinkLabel.LinkClicked event instead of LinkLabel.Click so
...
the LinkLabelcan be accessible by using both the mouse and the keyboard.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-12 00:06:43 +01:00
Konstantina Chremmou
dbf44fff21
Small modification to the way the treeview is updated when the View settings change.
...
Fixed some memory leaks in the wizard and dialog tests. Updated broken Searcher tests.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-11 23:12:08 +01:00
Mihaela Stoica
20e3b30c8c
Deregister event handlers in OtherConfigAndTagsWatcher
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2013-09-05 13:57:40 +01:00
Mihaela Stoica
702d65e586
Ensure that the tree is updated when the "View" options change in the main window
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2013-09-05 12:30:57 +01:00
Konstantina Chremmou
787fd8cc1e
CP-5751: Move logs tab to the notifications view.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-02 14:45:42 +01:00
Konstantina Chremmou
4634f38be9
PluginOptions page aesthetics and grammar: fixed gridview borders; show different
...
text on the page button depending on the number (1 vs many) of the plugins available.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-30 15:27:24 +01:00
Konstantina Chremmou
fab452946f
CP-5751: Converted the Updates dialog to a user control and added it to the Notifications viw.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-30 15:19:59 +01:00
Konstantina Chremmou
2edefb840e
CP-5751: First drop of the new NotificationsView (currently only the Alerts are available).
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-30 13:35:32 +01:00
Konstantina Chremmou
e9c5804b0e
CP-5751: Converted the Alerts dialog to a user control and changed slightly the
...
layout to make it more similar to the logs page.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-30 12:46:28 +01:00
Konstantina Chremmou
b04020dcac
CP-5751: Moved the Alerts dialog and the Updates manager to the TabPages folder
...
(because soon they will become tab pages).
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-29 11:14:12 +01:00
Konstantina Chremmou
a134e1bb86
CA-113430: Importing from clearwater-lcm-staging: corrected the calculation of
...
the time remaining to the licence expiry date.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-28 15:11:12 +01:00
Konstantina Chremmou
e397d8bee7
CP-5749: Updated tests to reflect GUI changes. Some code corrections after the first run.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-28 14:44:46 +01:00
Konstantina Chremmou
c4011c3086
CP-5749: Split the organization views into tags, folders, vapps and custom fields.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-26 13:08:23 +01:00
Konstantina Chremmou
a3dbc137d9
CP-5749: First drop of new outlook style buttons.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-26 11:42:32 +01:00
Konstantina Chremmou
31b29d615d
CP-5749: Moved treeviewUpdateManager closer to the treeview.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-25 14:06:03 +01:00
Konstantina Chremmou
b602195a1c
CP-5749: Moved methods related to suspending/resuming treeview refresh closer to
...
the treeview and compacted them.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-25 12:42:38 +01:00
Konstantina Chremmou
8fabb1dd0a
CP-5749: Added temporary icons for the new outlook style buttons.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-24 17:02:20 +01:00
Konstantina Chremmou
b163a6c715
CP-5749: Moved the main treeview from the MainWindow to the NavigationView control.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-24 17:00:32 +01:00
Konstantina Chremmou
e2c4811aa8
Moved some object/node selection methods from the MainWindow to the FlickerFreeTreView class.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-23 16:26:05 +01:00
Konstantina Chremmou
964ee7d1d1
CP-5749: Renamed the TreeSearchBoxMode to NavigationMode and moved it to the NavigationView control.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-23 12:32:14 +01:00
Konstantina Chremmou
d128abe4f9
CP-5749: Created new NavigationView control and moved the search box from the main window into there.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-23 12:23:35 +01:00
Konstantina Chremmou
e5b8bc6cf1
No need for a specific method to check whther an object is null. Use linq where possible.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-23 11:32:27 +01:00
Konstantina Chremmou
f12bb5a15e
Code tidy: the TreeSearchBox should be notifying the MainWindow via an event when
...
the search mode has changed; the latter should not be accessible from outside the
class.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-22 17:56:34 +01:00
Konstantina Chremmou
f2e4f61732
MainWindow code tidy: Use the property SelectionManager where possible instead of
...
the private field selectionManager.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-22 17:25:12 +01:00
Konstantina Chremmou
60bca4d1df
MainWindow code tidy: removed methods constructing ToolStripMenuItems as unecessary.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-22 16:48:16 +01:00
Konstantina Chremmou
a516796006
Main window code tidy: separated calls refreshing the header and tab pages from
...
the call refreshing the treeview.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-22 10:55:32 +01:00
Konstantina Chremmou
6a9d87c6f1
MainWindow tidy up: use existing method to launch the AboutBox rather than reimplementing
...
the same code. Use a CommandToolStripItem to launch the BugToolWizard like we do
for other wizards. Added overload for the MainWindowCommandInterface.ShowForm
method which allows to pass arguments to a wizard constructor.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-21 17:13:23 +01:00
Konstantina Chremmou
620e268a6b
CP-5750: Avoid creating new ToolstripMenuItems every time an action is updated,
...
but choose instead which ones to display.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-19 13:17:33 +01:00
Konstantina Chremmou
4b6871d4af
Merge remote-tracking branch 'origin/master'
2013-08-16 17:44:39 +01:00
Konstantina Chremmou
59539af921
CA-95272: Fixed several memory leaks coming from undisposed pens and brushes.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-16 17:43:57 +01:00
Konstantina Chremmou
7a261bb2ed
CP-5750: Aesthetic: added border to the top toolstrip. Also removed unused tooltip.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-16 15:10:42 +01:00
Mihaela Stoica
83ff32cbbc
CA-108174 Fixed Uncaught exception while creating new SR after the ISO drop down box was created in the New VM Wizard
...
- added code to deregister event handlers when the ISO drop down box is disposed; plus some code tidy-up
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2013-08-16 13:34:17 +01:00
Konstantina Chremmou
f9b8624114
CP-5750: Currently the license alert is generated only when the license is due to
...
expire soon, therefore assign severity level 3 (warning).
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-16 13:25:46 +01:00
Konstantina Chremmou
b2ddebef49
CP-5750: Updated existing LogTab tests to reflect gui changes.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-16 12:57:39 +01:00
Konstantina Chremmou
d020fd7163
CA-107909: Fixed layout issue occurring in the EN on SC XenCenter.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-14 17:30:22 +01:00
Konstantina Chremmou
b54b30a150
CA-103290: When the alert filters are on enable the use to choose whetehr they want
...
to export all or only the shown alerts (functionality similar to the DismissAll button).
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-14 17:12:39 +01:00
Konstantina Chremmou
6cbea8adcc
CA-103347: Improved the messages on the confirmation dialogs for the "Dismiss All"
...
alerts operations (when filters are on/off). Corrected button enabled state.
Other minor code improvements.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-14 16:59:25 +01:00
Konstantina Chremmou
f9a9fb122c
CP-5750: Separated Cancelled from Failed actions. Fixed control invoke issues.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-13 17:08:04 +01:00
Konstantina Chremmou
d9c7b09e84
Conversion from British to American english.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-13 11:36:21 +01:00
Konstantina Chremmou
2a1d8893ab
CP-5750: Added label to indicate when filters are on/off. Changed the order of
...
the items on the actions split button.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-13 11:04:08 +01:00
Konstantina Chremmou
67d15dcca5
CP-5750: Moved capping of event numbers to a more relevant place and corrected logic
...
to remove the oldest items first and fire an event when doing so.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-13 10:52:15 +01:00
Konstantina Chremmou
86c6950aeb
CP-5750: Implemented event filtering by status, location and date.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-13 10:15:52 +01:00
Konstantina Chremmou
427ecd49ac
CP-5750: Implemented ability to sort events. Set vertical scrollbars for the gridview.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-12 14:00:29 +01:00
Konstantina Chremmou
6950123da0
Code efficiency: compacted methods retrieving IXenObjects from VirtualTreeNodes
...
because certain checks were run more than once.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-10 13:25:35 +01:00
Konstantina Chremmou
4dac13b768
Removed unused methods.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-10 13:17:14 +01:00
Konstantina Chremmou
c2333b03b1
CP-5750: Initial implementation of the new Events DataGridView.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-10 12:29:36 +01:00
Konstantina Chremmou
23d10bd513
CP-5750: Do not filter the Log tab entries according to the selection on the treeview.
...
For the time being show all entries. New filtering according to the entry location
will be implemented in a future commit.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-09 17:20:41 +01:00
Konstantina Chremmou
16ba4699db
CP-5750: Removed Clear button. Initial implementation of top ToolStrip and
...
DismissAll/DismissSelected split button.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-09 17:20:39 +01:00
Konstantina Chremmou
62586ef89c
CP-5750: Removed ActionType; the actions should be categorised by status (in progress,
...
succeeded, failed; cancelled at the moment counts as failed, we may need to distinguish
in future). As a consequence the filter checkboxes from the top of the Log tab
were removed and some temporary changes were made to the drawing of action rows
(the controls will change completely in a subsequent commit).
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-09 17:20:38 +01:00
Konstantina Chremmou
38ab6b8ffa
CP-5750: When a License warning is generated, create an alert rather than an Action.
...
Removed ActionType.Alert. Removed Alerts checkbox from the Log tab.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-09 17:20:36 +01:00
Konstantina Chremmou
077cb17deb
CP-5750: Changed the declaration for the ActionBase events Completed, Changed and
...
NewAction to use the Action<ActionBase> delegate instead of EventHandler. Thus
there is no need to fire them with Empty or null EventArgs and on several occasions
we avoid casting objects in the event handlers.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-09 17:20:33 +01:00
Konstantina Chremmou
58e9b1c822
CA-113431: Display a warning when a pool has a mixture of free hosts with license
...
expiry dates that are more than 30 days apart (not ideal, but safest solution for
the case of a mixture of free and free but expiring soon hosts.)
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-09 17:18:15 +01:00
Konstantina Chremmou
35226d65dd
CA-113319: LicenseManager was showing confusing licensing information.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-09 17:17:24 +01:00
Konstantina Chremmou
accf445584
CA-112931: Fixed issue where the "Activate Free XenServer” button was disabled
...
when selecting multiple hosts on the Licence manager.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-05 17:46:05 +01:00
Konstantina Chremmou
20770553c6
CP-5752: Renamed "Add Group" button to "More", changed its image and moved it closer
...
to the other grouping buttons.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-03 01:04:47 +01:00
Konstantina Chremmou
f3855500b4
CP-5752: Renamed default search. Use Action delegate instead of EventHandler when
...
there is no need to pass in parameters when the event is fired. Minor code tidy.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-03 01:04:45 +01:00
Konstantina Chremmou
f8044cde8e
CP-5752: Removed the SearchOptions DropDownButton and moved the functionality of its items to separate buttons.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-03 01:04:43 +01:00
Konstantina Chremmou
1ee173d349
CP-5752: Moved ExportSearch method from the MainWindow.cs to the Search tabpage where it belongs.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-03 01:04:42 +01:00
Konstantina Chremmou
8f51089efe
CP-5752: Use Action delegate instead of EventHandler when there is no need to
...
pass in parameters when the event is fired. Moved QueryElement.Dispose method
from the Designer.cs to the main file (it needs visibility since it contains more
code than the autogenerated method).
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-03 01:04:40 +01:00
Konstantina Chremmou
03d5053073
CP-5752: Moved Save Search functionality from the SearchOptions dropdown menu to
...
a Save button in the Searcher panel. Moved collapse Searcher panel functionality
from the SearchOptions dropdown menu to a Close button in the panel. Use new
Expanded property to query the state of the Searcher panel (instead of Visible).
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-03 01:04:38 +01:00
Konstantina Chremmou
014de807a3
CP-5752: Moved ShowColumns functionality from the SearchOptions dropdown menu to
...
a button at the top left of the search output panel.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-03 01:04:36 +01:00
Adrian Jachacy
edce7529f6
CA-109273: [DELL-194] Throws exception if Download & Install used on host in maintenance mode.
...
1. Added additional check to DownloadAndInstall method in ManageUpdatesDialog.cs: will proceed to the prechecks page in the Install Update Wizard only when there are selected servers on the previous page.
2. Modified code to allow hotfix installation when the host is in maintenance mode; however the host cannot be upgraded when in maintenance mode.
3. Modified test to reflect changes described above.
Signed-off-by: Adrian Jachacy <Adrian.Jachacy@citrix.com>
2013-07-25 09:44:52 +01:00
Adrian Jachacy
d68db5ffaf
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-07-24 14:06:55 +01:00
Adrian Jachacy
b4d282577b
CA-111876: XenCenter displays an empty Summary page on cancelling the reattachment of HBA SR.
...
Moved LMVoHBA related code from UpdateWizardContent() method to CanShowLVMoHBASummaryPage() method which is called from RunNextPagePrecheck() method now: the code prepares all lvmohbaSrDescriptors for each LUN selected by the user and executes RunFinalAction() method.
Signed-off-by: Adrian Jachacy <Adrian.Jachacy@citrix.com>
2013-07-24 13:34:21 +01:00
Stephen Turner
213f5f9591
CA-111829: Only sets the restart priority on some of the VMs when enabling HA or modifying HA configuration.
2013-07-24 13:28:32 +01:00
Adrian Jachacy
5ee8a569ee
CP-4959: EA-1246: If RPUW cancelled, inform users about restarting it.
...
Minor code refactoring to address the comment raised in review #2003 .
Signed-off-by: Adrian Jachacy <Adrian.Jachacy@citrix.com>
2013-07-24 11:01:53 +01:00
Adrian Jachacy
635a794e7c
CP-4959: EA-1246: If RPUW cancelled, inform users about restarting it.
...
New info dialog displayed when the user cancels the last page (Apply Upgrade page) of the Rolling Pool Upgrade wizard.
Signed-off-by: Adrian Jachacy <Adrian.Jachacy@citrix.com>
2013-07-23 19:57:51 +01:00
Adrian Jachacy
da00b13bb9
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-07-23 16:29:16 +01:00
Adrian Jachacy
4451d2f3e0
CA-107917: XOP-373: When rolling out a XD desktop group, SR storage tab becomes unusuable in XC.
...
1. Moved Dispose(bool disposing) method to SrStoragePage.cs (from SrStoragePage.Designer.cs).
2. Added private bool disposed field as suggested in review #1998 .
Signed-off-by: Adrian Jachacy <Adrian.Jachacy@citrix.com>
2013-07-23 16:24:01 +01:00
Adrian Jachacy
d89d04a33d
CA-76329: SR destroy option is missing from XenCenter (even SR doesn't contains any VDI and SR is detached)
...
1. Changed definition of IsDetached property in SR.cs: SR is detached when it has no PBDs or when all its PBDs are unplugged.
2. Added bool HasPBDs property in SR.cs (replaced previous IsDetached property definition).
3. Reviewed all usages of sr.IsDetached property.
Signed-off-by: Adrian Jachacy <Adrian.Jachacy@citrix.com>
2013-07-23 13:42:27 +01:00
Adrian Jachacy
e61b74a720
CA-107917: XOP-373: When rolling out a XD desktop group, SR storage tab becomes unusuable in XC.
...
Added VDIsDataGridViewBuilder class which refreshes the data grid view with new data using background worker thread.
Signed-off-by: Adrian Jachacy <Adrian.Jachacy@citrix.com>
2013-07-23 13:40:12 +01:00
Mihaela Stoica
bec2117a2a
CA-110610: It should be possible to apply a free license to a 6.1 or earlier pool if the pool has two or more servers in it.
...
- Changed the condition under which we show pool members as individual hosts in the License Manager dialog, from ALL to ANY,
meaning that if any of the pool members can be activated, then we split the pool.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2013-07-22 14:07:47 +01:00
Konstantina Chremmou
171235f201
Merge remote-tracking branch 'origin/master'
2013-07-18 13:57:18 +01:00
Konstantina Chremmou
500fcb9522
CP-5604: Moved right click menu functionality to a separate column on the alerts datagridview.
...
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
2013-07-18 13:56:40 +01:00
Mihaela Stoica
a5cc4383e8
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-07-17 15:12:22 +01:00
David Scott
292b333078
Avoid throwing an exception when there are no CDs in the New VM wizard dropdown
...
The rest of the code is robust to there being no CDs (and e.Index = -1)
apart from this bit.
Signed-off-by: David Scott <dave.scott@eu.citrix.com>
2013-07-17 13:47:47 +01:00
Adrian Jachacy
71eea27965
CA-107917: XOP-373: When rolling out a XD desktop group, SR storage tab becomes unusuable in XC.
...
The logic to determine which rows have to be added/updated/removed has been moved to a separate thread. This improved the performance as the UI thread is blocked only to refresh rows in the dataGridView.
Signed-off-by: Adrian Jachacy <Adrian.Jachacy@citrix.com>
2013-07-16 15:41:55 +01:00
Mihaela Stoica
31fb3218b0
CA-110610: It should be possible to apply a free license to a 6.1 or earlier pool if the pool has two or more servers in it.
...
- split the pool members out when they're free, as the activation keys can only be applied to one XenServer host at a time
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2013-07-16 11:46:18 +01:00
Adrian Jachacy
0927fd02c8
CA-107917: XOP-373: When rolling out a XD desktop group, SR storage tab becomes unusuable in XC.
...
Modified BuildList() method to remove and add dataGridViewRows only when needed (previously all rows were cleared and new rows were added every time BuildList method was executed).
Signed-off-by: Adrian Jachacy <Adrian.Jachacy@citrix.com>
2013-07-15 13:27:47 +01:00
Konstantina Chremmou
daa36d206b
CP-5604: Removed bottom alert actions ToolStrip since the information is duplicated by the right click menu (and will soon be on a separate DataGridView column).. Minor code tidy.
...
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
2013-07-15 06:41:54 +01:00
Adrian Jachacy
d4fdf02111
CP-5123: PR-1634: Add Summary page in the New SR wizard for Hardware HBA SR type.
...
Expand all rows when populating the Summary Page.
Signed-off-by: Adrian Jachacy <Adrian.Jachacy@citrix.com>
2013-07-12 18:27:13 +01:00
Konstantina Chremmou
d190b11fa4
CP-5604: Removed dedicated help button from the ManageUpdates dialog; use the base class help button instead. Changed column names on the alert datagridview of the AlertSummary and the ManageUpdates dialogs to match the column headers and facilitate future extraction of code shared by both of them.
...
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
2013-07-12 11:07:10 +01:00
Konstantina Chremmou
bedda13a0d
Merge remote-tracking branch 'origin/master'
2013-07-11 19:10:32 +01:00
Konstantina Chremmou
9a6a450cab
CP-5604: Merged columns "Name" and "Description" to a single column "Message" on the updates dialog. Added expander column to allow expanding/collapsing rows. Reordered columns. (At the moment there is some duplicate code between the Updates and the Alerts dialog; this will be rectified soon).
...
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
2013-07-11 19:09:29 +01:00
Konstantina Chremmou
b9f3aacfbf
CP-5604: Converted the "Dismiss All" ToolStripButton on the Alerts dialog to a ToolStripSplitButton with the options to "Dismiss All" or "Dismiss Selected" alerts. Minor code tidy.
...
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
2013-07-11 18:20:18 +01:00
Konstantina Chremmou
02270b416d
CP-5604: Added menu item "Show all" on the location and severity filter. Renamed the "No filter" item to "Show all" on the dates filter. Reordered top ToolStripMenuItems on the AlertSummaryDialog and changed their access hotkeys. Reordered columns on the alerts DataGridView.
...
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
2013-07-11 17:47:06 +01:00
Adrian Jachacy
44c6090563
CP-5123: PR-1634: Add Summary page in the New SR wizard for Hardware HBA SR type.
...
Added LVMoHBASummary.ja.resx and LVMoHBASummary.zh-CN.resx to XenAdmin.csproj.
Signed-off-by: Adrian Jachacy <Adrian.Jachacy@citrix.com>
2013-07-10 14:41:33 +01:00
Adrian Jachacy
e5b0d38753
CP-5123: PR-1634: Add Summary page in the New SR wizard for Hardware HBA SR type.
...
Fixed incorrect AutoScaleMode in LMVoHBASummary page.
Signed-off-by: Adrian Jachacy <Adrian.Jachacy@citrix.com>
2013-07-10 13:47:37 +01:00
Adrian Jachacy
ab17c77e67
CP-5123: PR-1634: Add Summary page in the New SR wizard for Hardware HBA SR type.
...
Integrated HBA summary page with the New SR Wizard.
Signed-off-by: Adrian Jachacy <Adrian.Jachacy@citrix.com>
2013-07-09 16:59:47 +01:00
Adrian Jachacy
3dd86c1fb8
CP-5123: PR-1634: Add Summary page in the New SR wizard for Hardware HBA SR type.
...
Added localisation files for LVMoHBASummary page (ja and zh-CN).
Signed-off-by: Adrian Jachacy <Adrian.Jachacy@citrix.com>
2013-07-09 06:36:38 +01:00
Adrian Jachacy
b2a2e7aa9c
CP-5123: PR-1634: Add Summary page in the New SR wizard for Hardware HBA SR type.
...
Added Summary page to the New SR Wizard for HBA SRs. This page will display how many SRs were created successfully and how many failed to create.
Signed-off-by: Adrian Jachacy <Adrian.Jachacy@citrix.com>
2013-07-08 16:16:37 +01:00
Adrian Jachacy
355d5e90dc
CP-5352: PR-1634: Request and consume list of SRs required to recover a VM / vApp, and add Resolve All button.
...
1. Added AugustaOrGreater method to Helpers class (which is preferred method over MethodExists to check if a xapi call is available on a server). Also removed MethodExists method.
2. Utilized AugustaOrGreater method in GetDRMissingSRs method in both VM and VM_appliance classes.
2013-07-05 15:43:06 +01:00
Konstantina Chremmou
5f71500101
Merge remote-tracking branch 'origin/master'
2013-07-03 16:22:34 +01:00
Konstantina Chremmou
039c3dd6c8
PR-1537: Moved the 'Filter by Severity' ToolStripDropDownButton from the Alerts dialog to a separate class so it can be used elsewhere. Added new 'Filter by Status' ToolStripDropDownButton. Register one more event with the FilterLocationToolStripDropDownButton.
...
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
2013-07-03 13:00:24 +01:00
Konstantina Chremmou
86234b2121
PR-1537: Moved duplicate alert comparison code from the AlertSummary and the ManageUpdates dialogs to the Alert class.
...
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
2013-07-03 12:00:00 +01:00
Adrian Jachacy
bece6b5bfd
CP-5352: PR-1634: Request and consume list of SRs required to recover a VM / vApp, and add Resolve All button.
...
Make Resolve All button visible (the button and the "resolve all" logic existed already; the button's visibility was set to False).
Signed-off-by: Adrian Jachacy <Adrian.Jachacy@citrix.com>
2013-07-03 11:54:56 +01:00
Adrian Jachacy
c944acd8a3
CP-5352: PR-1634: Request and consume list of SRs required to recover a VM / vApp, and add Resolve All button.
...
Consume VM/VM_Appliance get_SRs_rrequired_for_recovery in VM/VM_appliance GetDRMissingSRs method.
Signed-off-by: Adrian Jachacy <Adrian.Jachacy@citrix.com>
2013-07-03 11:52:24 +01:00
Konstantina Chremmou
8a7476c9c7
PR-1537: Added new virtual property Name to the Alert class. Removed time info from the Description of the XenCenterUpdate-, XenServerPatch- and XenServerUpdateAlert (not needed because it is shown on a separate column on the alert lists).
...
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
2013-07-03 11:28:10 +01:00
Konstantina Chremmou
41ac4c6ea2
PR-1537: Added label on the alerts dialog to indicate whether filters are on/off. Removed icons from the toolstrip buttons to reduce clutter.
...
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
2013-07-03 11:10:21 +01:00
Konstantina Chremmou
b2132132cd
PR-1537: Moved the 'Filter by Location' ToolStripDropDownButton from the Alerts dialog to a separate class so it can be used elsewhere.
...
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
2013-07-02 19:06:11 +01:00
Konstantina Chremmou
6e01c9a8cd
PR-1537: Moved the 'Filter by Date' ToolStripDropDownButton from the Alerts dialog to a separate class so it can be used elsewhere.
...
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
2013-07-02 18:31:48 +01:00
Konstantina Chremmou
36149a611e
CP-5449: Removed Log window.
...
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
2013-07-02 18:31:44 +01:00
Konstantina Chremmou
c65ab4b42c
CP-5448: Removed tab page TagCloud.
...
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
2013-07-02 18:31:40 +01:00
Konstantina Chremmou
ce56d4e337
PR-1537: Separated Objects View (Types) from Organization Views (Tags, Folders, Custom Fields and vApps). Updated tests to reflect change.
...
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
2013-07-02 18:31:36 +01:00
Konstantina Chremmou
37be1cdb58
PR-1537: Separated the Search textbox from the Searches dropdown button on the main window. Updated tests to reflect change.
...
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
2013-07-02 18:31:32 +01:00
Konstantina Chremmou
42cea39799
CP-5434: Removed status bar from XenCenter's MainWindow.
...
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
2013-07-02 18:14:26 +01:00
Konstantina Chremmou
3e0804af27
ResxCheck.cs does not belong in XenAdmin but rather in devtools (needs further updating before becoming fully usable).
...
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
2013-07-02 18:12:53 +01:00
Mihaela Stoica
978c9679c3
CA-107923: Display the correct pool license edition in License Manager and
...
in the General Tab.
When master and slave(s) are licensed with different editions, the pool
license edition is not the master's edition, but the lowest license in the
pool.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2013-07-01 14:03:35 +01:00
Mihaela Stoica
15c02aa2c9
CA-90855: Allow Rolling Pool Upgrade wizard to be resumed when master has
...
been previously upgraded.
Introduced Host.LongProductVersion property which returns host's
product version and build number (e.g. 5.6.100.72258), or null if
product version can't be found. We use this property to check
if the master has been updraded and to decide which slaves need
to be upgraded or to skip hosts already upgraded.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2013-06-28 15:50:14 +01:00
Mihaela Stoica
48fedf006f
Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin
2013-06-28 10:30:53 +01:00
Adrian Jachacy
2a29743ecb
CP-4946: PR-1634: Bulk import of FibreChannel LUNs in DR Wizard.
...
1. Modified RunCheck method in AssertCanBeRecoveredCheck.cs to always take
into account SR passed in ErrorDescription.
2. Format Description in MissingMultipleFCSRsProblem.cs.
Signed-off-by: Adrian Jachacy <Adrian.Jachacy@citrix.com>
2013-06-28 10:24:12 +01:00
Adrian Jachacy
6e2b3fc40f
CP-4946: PR-1634: Bulk import of FibreChannel LUNs in DR Wizard.
...
Clear All button disabled when no rows selected; Select All button
disabled when all rows selected.
Signed-off-by: Adrian Jachacy <Adrian.Jachacy@citrix.com>
2013-06-28 09:04:39 +01:00
Mihaela Stoica
4d638c4f65
CA-109483: Show correct licence status in the Licence manager for licensed XenServer hosts version 6.1.0 and earlier
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2013-06-27 14:40:11 +01:00
Adrian Jachacy
9358362bd0
CP-4946: PR-1634: Bulk import of FibreChannel LUNs in DR Wizard.
...
Fixed issue reported in review #1846 .
2013-06-25 17:01:21 +01:00
Adrian Jachacy
5e39b8afc7
CP-4946: PR-1634: Bulk import of FibreChannel LUNs in DR Wizard.
...
1. Resized columns on the LOcate Mirrored SRs page in the DR Wizard.
2. Changed wording of DR_WIZARD_STORAGEPAGE_DESCRIPTION_FAILBACK and
DR_WIZARD_STORAGEPAGE_DESCRIPTION_FAILOVER messages.
2013-06-25 12:42:17 +01:00
Adrian Jachacy
085629c3de
CP-4946: PR-1634: Bulk import of FibreChannel LUNs in DR Wizard.
...
Added possibility to select/clear all rows on the Locate Mirrored SRs
page in the DR wizard.
2013-06-25 11:48:20 +01:00
Mihaela Stoica
bd36a85bff
CP-4816: Initial commit to git repo
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2013-06-24 12:41:48 +01:00