forked from ddeml/LoxStatEdit
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Enhancements and Fixes - Added column for file size and file date - Fixed handling with timestamps in FTP transfers (UTC), adjustment of year - Added marker, if file is not using UUID plus .yyyyMM as filename - Added button to delete file on MS and local file system - Added button to konvert a file (not ready yet) - Fixed calcuation for modification date when file list is retrieved from MS via FTP - handle Feb 29 correctly - translate from UTC to local time - Added tooltip for potentially malformed statistics filename - Stability improvements - At start the window size in main window is restored to previous settings - Enhancements in tool tip messages to explain columns
- Loading branch information
Showing
12 changed files
with
677 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
bin/ | ||
obj/ | ||
TestData/ | ||
.vs/ | ||
.vs/ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<configSections> | ||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > | ||
<section name="LoxStatEdit.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> | ||
</sectionGroup> | ||
</configSections> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/> | ||
</startup> | ||
<userSettings> | ||
<LoxStatEdit.Properties.Settings> | ||
<setting name="WindowPosition" serializeAs="String"> | ||
<value>0, 0, -1, -1</value> | ||
</setting> | ||
<setting name="IsMaximized" serializeAs="String"> | ||
<value>False</value> | ||
</setting> | ||
<setting name="IsSettingsUpgradeRequired" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
</LoxStatEdit.Properties.Settings> | ||
</userSettings> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.