Mihaela Stoica
dff6e93d6d
Merge pull request #231 from stephen-turner/CA-147734
...
CA-147734 De-duplicate Help IDs
2014-09-30 15:10:01 +01:00
Stephen Turner
596f71ada8
CA-147734 De-duplicate Help IDs
2014-09-30 13:46:25 +01:00
Stephen Turner
0ea098dab6
Merge pull request #225 from GaborApatiNagy/CA-147190
...
CA-147190: XenCenter About dialog references Marathon
2014-09-29 17:43:39 +01:00
Gabor Apati-Nagy
c47420f5d5
CA-147190: XenCenter About dialog references Marathon
...
-Enabling auto-sizing on the TableLayoutPanel and on the Window itself. This will keep the spacing between the UI elements correct.
2014-09-29 17:01:01 +01:00
Gabor Apati-Nagy
6365fc1e73
Merge pull request #230 from MihaelaStoica/CA-146711
...
CA-146711: Edit GPU Placement policy button should open Pool properties ...
2014-09-29 14:07:41 +01:00
Gabor Apati-Nagy
d17c2b93f3
CA-147190: XenCenter About dialog references Marathon:
...
-Changes following the code review: To minimize the distance between the OK button and the "View Legal Notices" link, the latter has been aligned to the Bottom-Left and the height of its container row has been set to 100% instead of Auto.
2014-09-29 13:45:50 +01:00
Mihaela Stoica
38f7fd7809
CA-146711: Edit GPU Placement policy button should open Pool properties dialog at the GPU page
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-09-29 13:14:05 +01:00
Stephen Turner
98af6dc556
Merge pull request #227 from GaborApatiNagy/CA-147368
...
CA-147368: Increase DEFAULT_NUM_VBDS_ALLOWED to 16
2014-09-28 11:49:12 +01:00
Gabor Apati-Nagy
153a1af226
CA-147368: Increase DEFAULT_NUM_VBDS_ALLOWED to 16
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-09-26 19:01:35 +01:00
Gabor Apati-Nagy
cfc6d5966c
CA-147190: XenCenter About dialog references Marathon
...
-Updated legal notices in About dialog and Legal Notices dialog
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-09-26 11:17:53 +01:00
Stephen Turner
ba84cedd3b
Merge pull request #224 from GaborApatiNagy/CA-147167_fixed
...
CA-147167: Null reference exception in GeneralTabPage
2014-09-25 17:58:25 +01:00
Gabor Apati-Nagy
dcbb1b8e56
CA-147167: Null reference exception in GeneralTabPage
2014-09-25 17:49:55 +01:00
Stephen Turner
c119248b67
Merge pull request #221 from Zhengchai/CA-144708
...
CA-144708: Optimal server option doesn't seem to pass the Ronseal test
2014-09-25 16:04:41 +01:00
Zheng Chai
60e4aacf68
CA-144708: Optimal server option doesn't seem to pass the Ronseal test
...
Based on the discussion of CA-144708, when error happens or the Current Server is listed and disabled
in the recommendation host list, there is no rating score and star actually, so it is good to hide the
zero star to avoid confusing.
This fix hides the zero star indication on XenCenter GUI.
Signed-off-by: Zheng Chai <zheng.chai@citrix.com>
2014-09-24 11:57:07 +08:00
Gabor Apati-Nagy
d88f196b35
Merge pull request #213 from MihaelaStoica/CA-146592
...
CA-146592: Change default search when in Infrastructure view
2014-09-22 16:11:53 +01:00
Mihaela Stoica
9325fde24f
Merge pull request #218 from GaborApatiNagy/CA-139588-2
...
CA-139588: Uncaught exception in License Manager
2014-09-22 16:04:17 +01:00
Mihaela Stoica
1b26d28f9f
Merge pull request #219 from GaborApatiNagy/CA-146588
...
CA-146588: Crash in search tab with multiselect
2014-09-22 15:58:53 +01:00
Gabor Apati-Nagy
63fd46e64d
CA-146588: Crash in search tab with multiselect
...
-Adding comments only
2014-09-22 15:55:20 +01:00
Gabor Apati-Nagy
c068c56a23
CA-139588: Uncaught exception in License Manager
2014-09-22 15:38:01 +01:00
Mihaela Stoica
f929de029a
Merge pull request #217 from GaborApatiNagy/CA-145686-3
...
CA-145686: (Fix for) Deadlock in license manager
2014-09-22 14:15:48 +01:00
Gabor Apati-Nagy
01ba7e04da
CA-145686: (Fix for) Deadlock in license manager
...
Revert "CA-139588: Try to prevent Index was out of range exception by invoking on the event thread"
This reverts commit eeb86b7956
.
2014-09-22 13:53:54 +01:00
Stephen Turner
948d866703
Merge pull request #215 from ushamandya/xs64bit
...
Updated version of XC Help
2014-09-19 17:28:50 +01:00
Usha Mandya
5eee2b2ea5
Updated version of XC Help
2014-09-19 16:26:24 +01:00
Mihaela Stoica
f7890e201c
CA-146592: Change default search when in Infrastructure view
...
- If XenCenter node or a disconnected host is selected, show the default search.
- Otherwise, find the top-level parent (= pool or standalone server) and show the search restricted to that.
- In the case of multiselect, if all the selections are within one pool (or standalone server), then show that report.
- Otherwise show everything, as on the XenCenter node.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-09-19 13:47:04 +01:00
Mihaela Stoica
4cd9806a16
Merge pull request #208 from GaborApatiNagy/CA-146588
...
CA-146588: Crash in search tab with multiselect
2014-09-19 12:47:43 +01:00
Gabor Apati-Nagy
5145f8346b
CA-146588: Crash in search tab with multiselect
...
-Fixing issue as per Mihaela's review: "when an object and its parent (i.e. the group) are selected, the search result should be the search on that group"
2014-09-19 12:45:42 +01:00
Gabor Apati-Nagy
fc20db31d7
Merge pull request #211 from stephen-turner/CA-146810
...
CA-146810 Problems in AddALotOfVIFsThenRemoveThemShouldNotThrowAnExcepti...
2014-09-19 11:44:40 +01:00
Stephen Turner
0ea93a8b4e
CA-146810 Problems in AddALotOfVIFsThenRemoveThemShouldNotThrowAnException test
2014-09-19 11:39:59 +01:00
Gabor Apati-Nagy
11514639e2
CA-146588: Crash in search tab with multiselect
...
-Fixed search on Objects view when multiple items were selected. If one item is selected the behaviuor is unchanged. If multiple items are selected the common ancestor's search is displayed if there is one, otherwise we display the search view that belongs to the root node (Objects by Type).
2014-09-17 15:47:43 +01:00
Stephen Turner
916111d2e7
Merge pull request #207 from GaborApatiNagy/hvm2
...
CP-9365: XenCenter work for HVM linux support
2014-09-16 09:20:40 +01:00
Gabor Apati-Nagy
7baae06464
CP-9365: XenCenter work for HVM linux support
...
- Modifying/fixing xpath that is used to find allow-gpu-passthrough (in the getter of CanHaveVGpu property)
2014-09-15 18:24:17 +01:00
Stephen Turner
077aa41ec9
Merge pull request #206 from xs-nanjing/CA-145341
...
CA-145341: G11n: SC: Overlap and Truncated strings in "Workload Reports" dialog.
2014-09-15 09:27:36 +01:00
Hui Zhang
74f2ede17f
CA-145341: G11n: SC: Overlap and Truncated strings in "Workload Reports" dialog.
...
For issue 1, move the "labelStartDate" location to left with 4 points.
This would make the gap between "labelStartDate" and "StartDatePicker" larger than others under Windows EN.
For issue 2, would not extend the size of "StartDatePicker" and "EndDatePicker" since they would occupy other labels and comboBoxes' room.
Signed-off-by: Hui Zhang <hui.zhang@citrix.com>
2014-09-15 16:21:54 +08:00
Stephen Turner
b7b1ca2c3b
Merge pull request #205 from ushamandya/xs64bit
...
CP-8677: Added info on setting cores-per-socket topology and submitting ...
2014-09-12 13:00:39 +01:00
Usha Mandya
42cb6151f0
CP-8677: Added info on setting cores-per-socket topology and submitting the latest WLB chm
2014-09-12 12:07:09 +01:00
Mihaela Stoica
92a733f387
Merge pull request #203 from GaborApatiNagy/CA-143826
...
CA-145608: Starts up at blank search page
2014-09-12 11:36:33 +01:00
Mihaela Stoica
eb47ea7018
Merge pull request #204 from GaborApatiNagy/CA-145350
...
CA-145350: Hard to clear error notification
2014-09-12 11:36:09 +01:00
Gabor Apati-Nagy
447214886b
CA-145350: Hard to clear error notification
...
-Removed no longer needed InError property (XenAPI-Extensions\IXenObject) and its usages
2014-09-11 14:59:13 +01:00
Gabor Apati-Nagy
ffc643bb8f
CA-145350: Hard to clear error notification
...
-Removed code that highlights a node in the treeview.
2014-09-11 14:43:19 +01:00
Gabor Apati-Nagy
102d313e69
CA-145608: Starts up at blank search page
...
-Fixed field initialisation that caused XenCenter to immediately switch away from the Home Page when started
2014-09-10 16:51:14 +01:00
Stephen Turner
661df61451
Merge pull request #200 from GaborApatiNagy/hvm2
...
CP-9365: XenCenter work for HVM linux support
2014-09-09 15:53:42 +01:00
Gabor Apati-Nagy
c64485adfd
CP-9365: XenCenter work for HVM linux support
...
-Fixing issue found by the reviewer: null reference exception when the VM restarts
2014-09-09 15:46:26 +01:00
Stephen Turner
1a36ea0531
Merge pull request #202 from GaborApatiNagy/CA-143826
...
CA-143826: When in Notifications view, the context should be empty
2014-09-09 15:44:46 +01:00
Gabor Apati-Nagy
0d0daa4ddb
CA-143826: When in Notifications view, the context should be empty
...
-I defined save and restore selection functionality in SelectionBroadcaster and implemented them in SelectionManager. The NavigationPanel now uses these to: 1) save the current Selection (context) when the user switches to the Notification view, 2) to restore previous selection when switching away from the Notifications view.
2014-09-08 18:05:51 +01:00
Stephen Turner
536b8ca913
Merge pull request #201 from GaborApatiNagy/CA-144657
...
CA-144657: Custom searches are listed below default searches in the Navi...
2014-09-08 15:38:48 +01:00
Gabor Apati-Nagy
7a85d85273
Merge pull request #199 from stephen-turner/CA-145254
...
CA-145254 Incorrect error message when try to create CIFS SR with invali...
2014-09-08 15:15:17 +01:00
Gabor Apati-Nagy
60292472be
CA-144657: Custom searches are listed below default searches in the Navigation panel
...
-On sorting Search objects, user defined searches will come first
2014-09-08 14:57:11 +01:00
Gabor Apati-Nagy
6d652ac135
CP-9365: XenCenter work for HVM linux support
...
-Unsubscribing from guest_metrics changed event in UnregisterEventListeners()
2014-09-08 12:04:57 +01:00
Gabor Apati-Nagy
c928fd71ec
CP-9365: XenCenter work for HVM linux support
...
-changes following the code review
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-09-08 10:38:22 +01:00
Gabor Apati-Nagy
c458d16f7f
CP-9365: XenCenter work for HVM linux support
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-09-05 16:50:50 +01:00