-
Notifications
You must be signed in to change notification settings - Fork 702
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
Merge v2_develop in to v2_release #3718
Conversation
…work in some edge cases. This will require re-visiting the design at a deep level and fixing some long-standing but ignored issues such as how OnEnter/OnLeave don't follow proper cancelation design. Also, there's a need for keeping track of the old focus state of a tree of subviews when that tree loses focus; FocusDireciton is a hack that causes tons of confusion.
* Add a native AOT project. * Fixes Text.Json to work with native AOT. * Fix silent errors on unit tests when testing the Red color which has a length of 3. * Allowing test custom configuration without the config.json file match the unit tests configurations. * Fix unit test if tested alone. * Add native project into solution. * Fix merge errors. * Setting ConfigurationManager.ThrowOnJsonErrors as true to throw any serialization issue when published file runs. * Remove unnecessary using's. * Added unit test to ensure all serialization is properly configured. * Fix warnings. * Remove ThrowOnJsonErrors. * Fix warnings. --------- Co-authored-by: Tig <[email protected]>
* Fixed rendering issue * Removed dead code * Removed dead code
* Moving ShortcutDelimiter from MenuBar to Key. * Rename to ShortcutKey and change type to Key. * Improving add and remove menu items dynamically. * Code cleanup. * Fix status bar shortcuts issues. * Fix build error. * Change HotKey type to Key. * Change HotKey.setter to private. * Fix warnings. * Fix some bugs. * Rename ShortcutDelimiter to Separator. * Add Separator property into the Configuration Manager. * Change XML doc for Separator. * Replace KeyEvent with Key. * Add unit test preventing the Key.Separator is never Null ('\0).
Progess on thinking through new design, but not working yet.
Partially Adresses #2491. Refactors how `Focus` works
…or-picker-values Fixes #3695 - Add event handlers for Accept in ColorPicker text fields
Fixes #3702. Manipulating Adornment doesn't always cause LayoutSubviews.
Fixes #3715 - `Pos.Has (Type, out Pos)` -> `Pos.Has<T> (out Pos)`
* Remove custom navigation in FileDialog and change Ok/Cancel to use AddButton * Fix most tests * Update drawing tests to use contents asserts instead * Update positioning to be less absolute * TableView to not swallow cursors if no selection change manifests * Make SetSelection cleverer about how it decides selection changed * Refactor TableView key handling/Tab to be simpler and faster * Tests for TableView selection moving out * Add test for TableView selection change swallow cursor * Fix formatting * Fix split container height when buttons have shadows * Fix alignment of buttons and input boxes
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.
Seems you are not passing the correct development branches. Should be v2_release for v2 and v1_release for v1. Maybe in the settings?
System.InvalidOperationException: Gitversion could not determine which branch to treat as the development branch (default is 'develop') nor release-able branch (default is 'main' or 'master'), either locally or remotely. Ensure the local clone and checkout match the requirements or considering using 'GitVersion Dynamic Repositories'
That error is occurring because the action is running from my brach. |
No description provided.