Commit Graph

5 Commits

Author SHA1 Message Date
Cedric BAIL d8b8ba3be4 e: fix build on Solaris 11.
Patch by Robert David <robert.david.public@gmail.com>.


SVN revision: 80204
2012-12-05 02:23:00 +00:00
Gustavo Sverzut Barbieri 6471c1be23 enlightenment_filemanager now opens files as well.
unfortunately the e_fm code requires a window and icon, we have none
so there is some duplication of code.



SVN revision: 73301
2012-07-04 19:11:23 +00:00
Gustavo Sverzut Barbieri 48e405f702 actually we should not realpath() the input.
directories may show with incorrect names if they were links.



SVN revision: 73297
2012-07-04 18:45:23 +00:00
Mike Blumenkrantz 6646b7f7f5 implicitwarnings--
SVN revision: 73126
2012-07-02 07:05:19 +00:00
Gustavo Sverzut Barbieri 97dfa9db2e enlightenment_filemanager - call EFM from another process.
This is used to open a file manager window from another process. It
will use DBus interface:

     org.enlightenment.FileManager.OpenDirectory(path)

It returns immediately, but we could enhance the DBus interface and
make it act like a real file manager process if that is needed.



SVN revision: 73084
2012-06-30 19:28:49 +00:00