Hi Ben,
On 16.03.2018 09:38, Nobody III wrote:
> ... now seems like a good time to add root
> directory passing to the VFS. I may be a bit impatient here, but I'm
> hesitant to be the one to make any API changes. That being said, I could
> go ahead and make the change if you won't get around to it
Given that we have recently finished a release, and have a few months
before the next release, now seems like a good time to add root directory
passing to the VFS. I may be a bit impatient here, but I'm hesitant to be
the one to make any API changes. That being said, I could go ahead and make
the c
Hi Ben,
On 11.02.2018 02:12, Nobody III wrote:
> In order to make the VFS sufficiently dynamic, it seems that the
> Dir_file_system code just needs more sophisticated code to handle config
> updates. Am I correct?
Yes.
> As for my VFS plugin, I need a way for it to access the rest of the VFS,
>
I've started picking up my fs_filter work again, but, particularly given
the move away from individual filesystem servers toward VFS plugins, and
the benefits (and partial implementation) of a dynamic VFS, I want to
pursue that route (combined with a transparent link plugin) rather than the
fs_filt
Hi Ben,
On 21.06.2017 05:45, Nobody III wrote:
> I've started working on the implementation, and here's my plan:
> The component tree is the same as what you suggested, but fs_filter
> provides a "pipe" file to send requests (in XML format). The fs_filter
> component responds by spawning the Qt fi
I've started working on the implementation, and here's my plan:
The component tree is the same as what you suggested, but fs_filter
provides a "pipe" file to send requests (in XML format). The fs_filter
component responds by spawning the Qt file picker. When the user chooses a
file, the file is add
Hi Ben,
On 07.06.2017 05:05, Nobody III wrote:
> To start off, I'm planning on building a component that handles file
> open/save requests for other components, primarily graphical
> applications. My plan is to use a qt5 QFileDialog for the user to select
> one or more files, then modify the vfs s
To start off, I'm planning on building a component that handles file
open/save requests for other components, primarily graphical applications.
My plan is to use a qt5 QFileDialog for the user to select one or more
files, then modify the vfs server's configuration to attach the selected
file(s) to