-
Notifications
You must be signed in to change notification settings - Fork 634
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
Dyn 3513 preferences modal dialog #11534
Dyn 3513 preferences modal dialog #11534
Commits on Oct 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5906c99 - Browse repository at this point
Copy the full SHA 5906c99View commit details -
Configuration menu - View commit details
-
Copy full SHA for d976238 - Browse repository at this point
Copy the full SHA d976238View commit details
Commits on Nov 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 31af193 - Browse repository at this point
Copy the full SHA 31af193View commit details
Commits on Feb 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 10935f9 - Browse repository at this point
Copy the full SHA 10935f9View commit details
Commits on Feb 5, 2021
-
Issues Type Predicter GitHub Action
I added a new workflow (issue_type_predicte.yaml) that is using the ML.NET model for predicting the issue type (source repo), so If a new issue is created in the Dynamo repo this workflow will run and will predict if is a Wishlist issue or not. If is a Wishlist issue it will be labeled as "Wishlist" and then another workflow will move the issue to the DynamoWishlist repo. If the issue is incomplete or is not valid the label "NotMLEvaluated" will be added to the issue. Also I added two scripts more, one will return the issue body in a json string and the other one will clan the issue body removing sections not used like "Dynamo Version" or "Stack Trace"
Configuration menu - View commit details
-
Copy full SHA for 4f69c4e - Browse repository at this point
Copy the full SHA 4f69c4eView commit details
Commits on Feb 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 85d1a54 - Browse repository at this point
Copy the full SHA 85d1a54View commit details -
When testing the issue predicter workflow the issues labeled as Wishlist were not moved to the DynamoWishlist repo due that the "Move Issue by labels" workflow failed. There was a problem with the PAT used to label the issue, I was using the wrong one (no triggers actions).
Configuration menu - View commit details
-
Copy full SHA for 5a3bd35 - Browse repository at this point
Copy the full SHA 5a3bd35View commit details
Commits on Feb 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for aab6d6e - Browse repository at this point
Copy the full SHA aab6d6eView commit details
Commits on Feb 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 296e3c6 - Browse repository at this point
Copy the full SHA 296e3c6View commit details
Commits on Feb 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f5b3c67 - Browse repository at this point
Copy the full SHA f5b3c67View commit details
Commits on Mar 3, 2021
-
DYN-3513 - new modal dialog for preferences
I added a new View(xaml) for the Preferences window also I added several entries in the Resources so they can be used in the PreferencesView.xaml. This changes only will satisfy the next requirements: - The modal dialog should come with Preferences Title - The modal dialog should come with Save Changes button - The modal dialog should come with split lines - Dynamo will be blocked until user exit that dialog
Configuration menu - View commit details
-
Copy full SHA for 989ad64 - Browse repository at this point
Copy the full SHA 989ad64View commit details
Commits on Mar 4, 2021
-
DYN-3513 - new modal dialog for preferences
Updated the TabControl and TabItem because the Background property was set incorrectly in some places.
Configuration menu - View commit details
-
Copy full SHA for 9bb71e8 - Browse repository at this point
Copy the full SHA 9bb71e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46b41f6 - Browse repository at this point
Copy the full SHA 46b41f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9bfa47 - Browse repository at this point
Copy the full SHA f9bfa47View commit details -
DYN-3513 - updating branch with latest code in master
When merging the master branch (after updating my forked repo), i got several conflics in the Resources file, then I had to re-add the resources. In the DynamoView I added the necessary code to launch the Preferences window when the user click the option in the Dynamo menu. Finally I did some minor changes in the Preferences view.
Configuration menu - View commit details
-
Copy full SHA for 7aa4cfb - Browse repository at this point
Copy the full SHA 7aa4cfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04f46fa - Browse repository at this point
Copy the full SHA 04f46faView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcbd4e7 - Browse repository at this point
Copy the full SHA bcbd4e7View commit details -
DYN-3513 - Fixing the drag & drop
In the title bar the drag & drop was not working correctly so I increased the width of the TextBlock.
Configuration menu - View commit details
-
Copy full SHA for 49c7d32 - Browse repository at this point
Copy the full SHA 49c7d32View commit details -
Removing changes in Assembly file
Removing changes in Assembly file
Configuration menu - View commit details
-
Copy full SHA for cd1afc2 - Browse repository at this point
Copy the full SHA cd1afc2View commit details
Commits on Mar 5, 2021
-
DYN-3513 - Fixing code review comments
Based on the code review comments: I moved the styles to the DynamoModern.xml I added several comments in the PreferencesView.xaml
Configuration menu - View commit details
-
Copy full SHA for 551c610 - Browse repository at this point
Copy the full SHA 551c610View commit details
Commits on Mar 8, 2021
-
DYN-3513 - Fixing code review comments
I removed one line in the csproj file because is not needed.
Configuration menu - View commit details
-
Copy full SHA for eb0d517 - Browse repository at this point
Copy the full SHA eb0d517View commit details