Ghini / ghini.desktop

plant collections manager (desktop version)
http://ghini.github.io/
GNU General Public License v2.0
24 stars 14 forks source link

menu items in plug-in menus have no icons #396

Closed mfrasca closed 6 years ago

mfrasca commented 6 years ago

TODO

Expected behaviour

when you open a pull-down menu, the icons next to each menuitem help you recognize it and choose the one you need. this should work both for end-points (eg: Family/Genus/Location) as well as for intermediate nodes (eg: Backup/Import/Export)

Actual behaviour

this works fine in the File, Edit, and Help menus, but not so in the Insert, Tools, Tags menu (and I have not tested, but I suppose also in the Users menu).

image image image

Opinions and suggestions

in the Insert menu, we have items associated to the taxonomy plug-in, and items associated to the garden plug-in. I would try to make the difference clearly visible. For the rest, I would not know. I would probably go sniffing around and see if there's any GPL software we can take as example.

mfrasca commented 6 years ago

the pluginmanager does not provide for menu items with images, we need to enhance it. and since we are at it, we might just as well see what is messing up the order of the items. why are they alphabetically sorted instead of logically? like: Family/Genus/Species (separator) Accession/Plant/Location (separator) Contact. it's two different plugins, but one depends on the other, so we know which one is being loaded first.

mfrasca commented 6 years ago

image

mfrasca commented 6 years ago

image

mfrasca commented 6 years ago

the ones relative to accession/plant/location are just a 'document-new' icon. we could/should do something to distinguish them, some time