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