-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EMSUSD-0 bring light linking changes from the shared repo
- Fix setting a new prim and collection on an existing colletion widget. - Remove obsolete list item delegate and unused painters from the list view widget. - Remove unused painter function from the Theme class. - Make the data setter return true or False if the data was set or not. - (This will potentially make possible to not add an undo for do-nothing actions.) - Add validation of the prim and collection to avoid printing stack traces to the user. - Update the check condition to change include all. - Don't change focus of the expression widget on enter. - Don't allow pasting text with formatting (bold, etc) - Making the resizing of the list widgets more robust. - Added an error message when setting the expression causes an exception. - Avoid submitting the expression when it has not changed, to avoid bad interactions with undo/redo. - Move the business logic of resetting teh include-all flaginto the data class, wher eit belongs. - This avoids confusingly having two undo items when setting the expression the first time. - Also avoids having yet another "magic" callback in the UI code that would know about the business logic instead of being pure UI.
- Loading branch information
1 parent
775d5de
commit c37b93c
Showing
12 changed files
with
179 additions
and
131 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.