xenadmin/XenAdmin
Callum McIntyre 25c7accae5 [CA-207601] License expiry time in general tab is incorrect
The problem here was that TimeSpan.Minutes is always below 60, eg. for 67 minutes it is 7 (with TimeSpan.Hours being 1 then). So our TimeSpan was correct, but if it was between 1 and 2 hours then we would write the minutes in the second hour (which is below 60), ignoring the hour. The fix is to use s.TotalMinutes which for 67 minutes is 67. Hours also had a similar issue, except it would be off by 24 hours for spans between 1 and 2 days.
2016-10-27 16:07:07 +01:00
..
Actions CA-218956: Expose HIMN when showing hidden objects 2016-09-08 17:48:25 +08:00
Alerts Merge branch 'master' into CAR-2184 2016-09-26 13:26:31 +01:00
Commands [CA-225062] For Ely and greater hosts, don't check for IO tools when activating/deactivating (this covers detatch + delete too in UI) a VBD 2016-10-18 16:48:05 +01:00
ConsoleView CA-225057: Add a helper method for setting the Clipboard text and use in all places where Clipboard.SetText was used. 2016-10-13 16:16:16 +01:00
Controls L10N:TRanslations check-ins 2016-10-19 16:37:43 +05:30
Core CA-225057: Add a helper method for setting the Clipboard text and use in all places where Clipboard.SetText was used. 2016-10-13 16:16:16 +01:00
Diagnostics CP-18014: Alter batch hotfixing to use host.patches_requiring_reboot 2016-08-26 15:37:57 +01:00
Dialogs L10N:TRanslations check-ins 2016-10-19 16:37:43 +05:30
Help L10N:TRanslations check-ins 2016-10-18 20:45:24 +05:30
HomePage CA-220440: Remove CLM link from XenCenter home page 2016-09-14 15:31:21 +01:00
Images CP-17920: New icons for Add and Remove PVS site 2016-09-28 17:56:39 +01:00
Network CA-214953: Multiple connection dialogs while attempting to connect (#1060) 2016-07-08 16:24:19 +01:00
Plugins L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
Properties L10N:TRanslations check-ins 2016-10-18 20:45:24 +05:30
RDP CA-137236: Fix XenCenter Console crash when switching to remote desktop on Windows Server 2003 SP2 2014-06-10 17:12:16 +01:00
ReportViewer CA-142266: remove Enter at storage to avoid CSV format display problem 2014-08-13 17:28:54 +08:00
ServerDBs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
SettingsPanels Merge pull request #1210 from kc284/CA-150412 2016-10-18 17:11:28 +01:00
TabPages [CA-207601] License expiry time in general tab is incorrect 2016-10-27 16:07:07 +01:00
TestResources Update credits 2016-09-30 13:49:47 +01:00
Utils 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
Wizards L10N:TRanslations check-ins 2016-10-18 20:45:24 +05:30
Wlb CP-17161: Add 'using' statement around dialogs to ensure garbage collection 2016-06-20 13:17:42 +01:00
XenSearch CA-190904: Remove obsolete SR.upgrade and SR.share menu items 2015-11-30 11:53:54 +00:00
app.config Merge pull request #832 from stephen-turner/CA-198487 2016-02-12 12:22:28 +00:00
Branding.cs CA-213045: Make server backup file name rebrandable 2016-06-30 10:31:10 +08:00
GroupingTag.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HomePage.ja.mht CA-220440: Remove CLM link from XenCenter home page 2016-09-14 15:31:21 +01:00
HomePage.mht CA-220440: Remove CLM link from XenCenter home page 2016-09-14 15:31:21 +01:00
HomePage.zh-CN.mht CA-220440: Remove CLM link from XenCenter home page 2016-09-14 15:31:21 +01:00
Images.cs CP-17920: Add dialog for PVS cache configuration 2016-09-27 16:34:26 +01:00
IMainWindow.cs Refactored MainWindow to derive from IMainWindow rather than implement a field deriving 2014-01-22 12:39:32 +00:00
LicenseTimer.cs CP-16205: Add AdditionalFeatures branding variable 2016-02-29 14:54:26 +00:00
MainWindow.cs Merge branch 'CAR-2184' to master 2016-10-18 10:18:47 +01:00
MainWindow.Designer.cs CP-16922: Implement GUI for enabling PVS read caching (#1179) 2016-09-22 15:08:15 +01:00
MainWindow.ja.resx L10N:TRanslations check-ins 2016-10-19 16:37:43 +05:30
MainWindow.resx Merge branch 'master' into CAR-2184 2016-09-26 13:26:31 +01:00
MainWindow.zh-CN.resx L10N:TRanslations check-ins 2016-10-19 16:37:43 +05:30
MainWindowTreeBuilder.cs CP-15398: Make texture XenCenter rebrandable 2016-01-14 18:52:53 +08:00
OrganizationalView.cs CP-6095: Ensure the different views have a single root node with the appropriate 2013-10-08 10:17:57 +01:00
PasswordsRequest.cs CP-17161: Add 'using' statement around dialogs to ensure garbage collection 2016-06-20 10:49:12 +01:00
PowerManagment.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
Program.cs CP-17161: Add 'using' statement around dialogs to ensure garbage collection 2016-06-20 10:49:12 +01:00
Settings.cs CP-17161: Add 'using' statement around dialogs to ensure garbage collection 2016-06-20 10:49:12 +01:00
SettingsUpdate.cs CA-136288 Restore application settings after installing a new version of XenCenter 2014-05-30 12:39:07 +01:00
UpdateManager.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
UpdateManager.DelayCalculator.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
WinformsXenAdminConfigProvider.cs CP-17161: Add 'using' statement around dialogs to ensure garbage collection 2016-06-20 10:49:12 +01:00
XCPluginSchema.xsd CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
XenAdmin.csproj Merge pull request #1191 from mcintyre94/master_dotnetupgrade 2016-10-18 16:57:18 +01:00
XenAdmin.manifest CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
XenAdmin.rc CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00