-
-
Notifications
You must be signed in to change notification settings - Fork 295
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
wxGUI: Add new icons to data catalog for actions avaliable in context menu #811
wxGUI: Add new icons to data catalog for actions avaliable in context menu #811
Conversation
|
There is already an icon mapset-add.png in grass you can use. |
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.
Although this works, this is not what we discussed. In tree.py you need to create a function CreateMapset that would be called from OnCreateMapset in tree.py, catalog.py and frame.py, which are all event handlers just differing in how they get the parameters for CreateMapset, which does the actual work of creating the mapset and adding it to the tree.
…alled from tree.py, catalog.py and frame.py
…ion' added for toolbar.
* fix create_mapset_interactively * change CreateMapset to take nodes * remove unnecessary try except * remove unused imports * delete icon code for future icons that are not working yet
…le-in-context-menu
|
@lindakladivova I edited it (I suggest to look at the changes) and merged it to finish this for now. Create a new PR for the location icons. |
Certain actions that are currently available (and will be available in the future) in the context menus of data catalog need to be exposed as toolbar icons. This is a suggested list of actions, to be edited based on discussion and feature availability:
Other: