The Wayback Machine - https://web.archive.org/web/20210102002722/https://github.com/ImminentFate/CompactGUI/pull/153
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.4 #153

Merged
merged 27 commits into from Dec 3, 2017
Merged

Version 2.4 #153

merged 27 commits into from Dec 3, 2017

Conversation

@ImminentFate
Copy link
Owner

@ImminentFate ImminentFate commented Dec 3, 2017

Behind the scenes

  • Split process creation into a separate file
  • Modified variables for clarity and removed redundant code
  • Added designated error handling section
  • Renamed WindowsApp1 folder to CompactGUI which will probably break everything once I merge this

Changes

  • Created custom dialog that supports both files and folders for future use. Implemented as an optional experimental feature (currently only supports folder compression even though files can be selected)
  • Animated the results screen percentage arc
  • Added Minimise to tray option
  • Added notifications
  • Redesigned Info popup to be an Options window to accommodate more features.
  • Slightly adjusted design of Online data flyout for compression estimates
  • Added more bugs

Fixes

  • Added an output buffer that only outputs to the console every 0.05s. This prevents the massive slowdowns that occur when the console output is visible and coompact.exe is processing hundreds of files per second. It also stops the flickering that occurs in the same scenario
ImminentFate added 27 commits Nov 20, 2017
…ifted error messages to its own section + added animated compress percentage
…arc animation to use deceleration. Adjusted alignment of directory chooser bar
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
This reverts commit 3021a50.
- Added minimise to tray option
- Added toast notification when compression is finished
- Probably broke stuff
- Fixed percentage arc not rendering during query
@ImminentFate ImminentFate merged commit 855630e into master Dec 3, 2017
@ImminentFate ImminentFate deleted the development branch Mar 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.