forked from microsoft/PowerToys
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added settings file checking for zone count test #4
Closed
yevhenii44-zz
wants to merge
44
commits into
SeraphimaZykova:editor-tests
from
yevhenii44-zz:editor-tests-zone-count
Closed
Added settings file checking for zone count test #4
yevhenii44-zz
wants to merge
44
commits into
SeraphimaZykova:editor-tests
from
yevhenii44-zz:editor-tests-zone-count
Conversation
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
…sts (microsoft#1521) * Some refactoring of FancyZones::IsInterestingWindow and added UnitTests
* Commented out failing unit tests and changed the output directory of unit tests project * Enabled Assembly redirect * removed SvgPreviewHandlerUnitTests and PreviewPaneCommonUnitTests from the solution * Removed the commented code project itself is removed from sln
due to continue failures in CI for no apparent reason.
* Fixed some compiler warnings * Changed long to int
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](acornjs/acorn@5.7.3...5.7.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* added tests for invalid json types * guid strings validation * device id validation
* fix for microsoft#1595 tweaking this fixed it. * Update msi_to_msix_upgrade_lib.vcxproj
…ed issue with autostart permissions bug (microsoft#1538) * Fixed issue with autostarting as admin even if it should as user, fixed permissions issue for autostart configuration * Indentation fix * Added support for all cases of autostart task modifying * Fix for compilation
* added test project * added FancyZonesSettings tests
…icrosoft#1610) * Implemented proper canceling for CanvasEditor * Implemented proper canceling for GridEditor * Possible fix for a crash in my implementation of canceling * Fixed a crash in FZE/Grid editor
* editor opening tests * moved fancy zones opening method * moved settings restore to base class * changed launch * fixed tray button search * added exit function
SeraphimaZykova
pushed a commit
that referenced
this pull request
Mar 25, 2020
…saprency option, zone coloring customization) (microsoft#1666) * Fancy zones ui update (#4) * Draft of numeric fancyzones with numbers * Added support for zone color configuration, improved zone number display * Changed order of settings to more logical * Added option to edit zone border color * Trancparency of dragged window, transparency of displayed zones, changed font of zone numbers * Fix for compilation * Some refactor * Introduced gdiplus to draw zone and zone index * Fix for dissappering windows * Some fixes * another merge fix * another merge fix * Unit test merge fix * Transparency with show zones on all fix * indentation fix * Fix for failing test * Changed order of color pickers * "Zone Opacity" * Zone opacity (%) * Added option to turn off dragged window transparency, changed default zones color values
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.