Skip to content

Commit 855630e

Browse files
authored
Version 2.4 (#153)
* Break process creation into separate file * Create custom filefolderdialog class * Tidying up of subroutines * Animated percentage bar * Cleanup + Implemented custom dialog to capture files and folders + Shifted error messages to its own section + added animated compress percentage * Switched to boolean tracking for some variables. Switched percentage arc animation to use deceleration. Adjusted alignment of directory chooser bar * More cleanup * More cleanup. Modified console output so that it only outputs to the listbox every 0.1s which prevents the program from slowing down if compact.exe is running through hundreds of files per second. Migrated custom panel code to the FileFolderDialog.vb file and renamed it to CustomControls.vb * Console output interval increased in frequency from 10/s to 20/s * Fixing git? * I have no idea what's going on * Revert "I have no idea what's going on" This reverts commit 3296ec6. * Please let it be fixed now * Please * Yes? * Revert "Yes?" This reverts commit 3021a50. * Please don't break everything - renamed WindowsApp1 to CompactGUI * And patched the sln target * Now that I've stopped breaking everything, version bump to 2.4 to begin work again * All I do is clean * Just keep cleaning, just keep cleaning. Also: - Added minimise to tray option - Added toast notification when compression is finished - Probably broke stuff * Made notifications optional. Completely redesigned Information Form * Slightly changed design of online results flyout. + - Fixed percentage arc not rendering during query * Fixed Icon * Made new dialog optional as an experiment * Fixed version number
1 parent f7a1e6c commit 855630e

38 files changed

+7566
-1135
lines changed

CompactGUI.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26730.16
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CompactGUI", "WindowsApp1\CompactGUI.vbproj", "{179404BE-643E-452C-B689-0C4DE78FF801}"
6+
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CompactGUI", "CompactGUI\CompactGUI.vbproj", "{179404BE-643E-452C-B689-0C4DE78FF801}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

WindowsApp1/App.config renamed to CompactGUI/App.config

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323
<setting name="SavedCompressionOption" serializeAs="String">
2424
<value>1</value>
2525
</setting>
26+
<setting name="MinimisetoTray" serializeAs="String">
27+
<value>False</value>
28+
</setting>
29+
<setting name="ShowNotifications" serializeAs="String">
30+
<value>True</value>
31+
</setting>
32+
<setting name="ExperimentalBrowser" serializeAs="String">
33+
<value>False</value>
34+
</setting>
2635
</CompactGUI.My.MySettings>
2736
</userSettings>
2837
</configuration>
File renamed without changes.

WindowsApp1/Compact.Designer.vb renamed to CompactGUI/Compact.Designer.vb

Lines changed: 56 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)