-
Notifications
You must be signed in to change notification settings - Fork 8k
[FancyZones Editor] New UX for the FZ editor. #9325
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
Merged
Merged
Changes from 61 commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
788f7ef
Removed MetroWindow, added theming support and modernWPF
bb37479
Rmoved MahApps refs
4e2fc5a
Removed MahApps
990b301
Updated canvas zones
niels9001 5bab238
Updated GridEditor
niels9001 14e17e3
Fixes
niels9001 811d7c2
UI updates
niels9001 885496f
New layout type selection dialog
niels9001 d0ff710
New editor UI
niels9001 2601b08
Updates
niels9001 4cd8d5c
Fix
niels9001 375f299
UI enhancements
niels9001 96c1c79
Updated UI
niels9001 f77bed5
Added styles to layoutpreview
niels9001 61632b0
Accesibility improvements
niels9001 db8a8f9
Accesibility and styling improvements
niels9001 439afd2
Fix
niels9001 2adc597
Cleaned up brushes
niels9001 257e7ec
Updated UX
niels9001 4a95396
Updated UI
niels9001 368be8a
Added no layouts description
niels9001 257e88e
Fix
niels9001 3289963
UI fixes
niels9001 0c85eab
[FZ Editor] Serialize/deserialize settings (#8615)
SeraphimaZykova e0a68d5
conflicts fix
SeraphimaZykova 07c20a1
[FZ Editor] Parse json file instead of command line args (#8649)
SeraphimaZykova 39550a6
[FZ Editor] Serialize/deserialize settings fix (#8707)
SeraphimaZykova 31712d4
[FZ Editor] Hide unsupported settings in custom layouts flyouts (#8716)
SeraphimaZykova c9df94b
[FZ Editor] Duplicate custom layouts (#8718)
SeraphimaZykova 79961fd
[FZ Editor] Duplicate layout behavior (#8720)
SeraphimaZykova d60d16a
New UX proposal
niels9001 8da7e9f
Updated spacing
niels9001 8db7648
Switching to toggleswitches
niels9001 3b903e2
Revert toggleswitch
niels9001 02606f5
Updated colorbrush
niels9001 5617270
Updated string for saving label
niels9001 d0b6360
Updated UI
niels9001 29e78f2
Dark theme color fixes
niels9001 a2f8e75
Removed space
niels9001 82176ee
[FZ Editor] Bind dialog properties (#9199)
SeraphimaZykova c694e6a
Resize editor window to fit the content in single-monitor mode (#9203)
SeraphimaZykova 3dd54d2
Editor opening fix (#9207)
SeraphimaZykova 7eb79ce
Disable "Create" button if the Name textbox is empty (#9212)
SeraphimaZykova 7703cff
[FZ Editor] Changed edit dialog for template layouts. (#9233)
SeraphimaZykova e1d955e
[FZ Editor] Small fixes and refactoring. (#9236)
SeraphimaZykova 2386538
[FZ Editor] Empty layout template. (#9237)
SeraphimaZykova b3e09e9
[FZ Editor] Move "Duplicate" and "Delete" buttons to the Edit dialog.…
SeraphimaZykova 9796cbf
[FZ Editor] Preview the applied layout after editing another layout. …
SeraphimaZykova 9d96a24
Fixed "Save and apply" button behavior (#9286)
SeraphimaZykova 1680b00
[FZ Editor] Save template layouts in the settings. (#9283)
SeraphimaZykova 37b6876
Added default custom layout name (#9291)
SeraphimaZykova c9081a3
close dialog before opening zones editor (#9302)
SeraphimaZykova 645b341
Pressing Esc closes dialogs (#9301)
SeraphimaZykova 6b66ad7
[FZ Editor] Reset applied layout to "No layout" if it was deleted. (#…
SeraphimaZykova c9f4dcc
[FZ Editor] Dark theme colors (#9317)
SeraphimaZykova 3bebec8
"Number of zones" buttons colors. (#9321)
SeraphimaZykova 8967dbc
rebase fix
SeraphimaZykova ed9462b
added ModernWpf.dll
SeraphimaZykova 1afce88
address PR comments: updated colors
SeraphimaZykova b5b038a
added comments, replaced magic numbers
SeraphimaZykova ea1021e
refactoring
SeraphimaZykova 4e092e9
merge zones crash fix
SeraphimaZykova 1e26b18
removed redundant using directive
SeraphimaZykova File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -2374,6 +2374,7 @@ Whichdoes | |
| whitespaces | ||
| WIC | ||
| Wifi | ||
| wifstream | ||
| wih | ||
| wiki | ||
| wikipedia | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is it commented out? Should we remove it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We still want to enable debug mode for stand alone debugging, we can revisit this in 0.33 or 0.35.