-
-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- use namedtuples - get rid of babel415 workaround (since namedtuple remove the need of dict string keys) - remove `_get_icon_from_action_id()`, use namedtuple property `icon` instead - AddActionDialog.get_selected_action() now returns selected action or None - add a title to the Add action dialog (it was just "Picard" before) - simplify AddActionDialog using item data instead of indexes - let the user resize this dialog (it was fixed size), since that's a PicardDialog size is preserved
- Loading branch information
Showing
1 changed file
with
89 additions
and
86 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