mauroc / squiddio_pi

squiddio_pi
3 stars 13 forks source link

Squiddio update to TP 1.0.180 and improve Toolbar and LIsting Panel Icons #144

Closed rgleason closed 2 years ago

rgleason commented 2 years ago

Mauro, I added code to load the listing panel png file directly. I also added code for loading svg files for the toolbars. I don't know how to turn the svg and png files now in the data directory, into binary bmp in icons.cpp. If you would prefer use the binary bmp files, then perhaps you should not merge this and just use the icons in the "data" file. I think these icons are much better and you will like them they improve the lighthouse and keep the POI tags. (They look better than the icons below!)

I tried to use the Squiddio_logo off the website and that did not really work well.

This also brings the plugin up to TP 1.0.180 with better ci scripts.

I have just incremented the minor field so you can increment the 3rd and push.

Thanks. Rick Listing Panel poi_panel

Toolbar poi

Toggled / Rollover poi_rollover poi_toggled

mauroc commented 2 years ago

Rick - thanks for doing this. I don't know how to turn svg files into lines of code of the icons.cpp file, like I did for the other pngs. However, I don't see any issues with keeping them as files in the data directory

rgleason commented 2 years ago

Mauro, Inkscape is free and good to use for svg. It takes awhile to become familiar, but it will export to png, and I can do that for you if you want to convert the png to binary code.