Page 1 of 1

How to get overlay icons in file explorer (Mac+Win)

Posted: Fri Dec 05, 2014 1:17 pm
by Kukulkan
Hello,

can someone point me to the right APIs on Windows and Mac to get such overlay icons like TortoiseGit, Dopbox etc.?
And if someone is already having some PB example, it would be even better :D

This is how it looks on Mac. I talk about the green and red icon that overlays the original file icon.
http://img4web.com/view/B3M1NJ

Thanks!

Re: How to get overlay icons in file explorer (Mac+Win)

Posted: Sat Dec 06, 2014 11:24 am
by Shardik
Have you already taken a look into the cross-platform library Liferay Nativity?
Liferay Nativity wrote:Liferay Nativity is a cross-platform library for adding icon overlays and context menus to file browsers.

The following operating systems are currently supported:
  • Windows Vista or greater (tested up to Windows 8 )
  • Mac OS X 10.7 or greater (tested up to OS X 10.8.4)
  • Linux GNOME Nautilus 3.x or greater (tested up to Nautilus 3.6)

Re: How to get overlay icons in file explorer (Mac+Win)

Posted: Mon Dec 08, 2014 9:04 am
by Kukulkan
Hello Shardik,

thank you. Yes, I already found it while research, but this is what they say:
Currently the client code is only available for Java. Contributions for other clients like Ruby, C++, etc are welcome.
As I do not like to utilize any JAVA components or frameworks, it will not work.

Any other ideas?

Kukulkan