Andrei Toterman
Andrei Toterman
This PR adds the functionality for the daemon to choose a mount target path if it is not given. Right now the logic is to take the last directory name...
This PR changes the GUI behavior when launching a new instance. See https://warthogs.atlassian.net/browse/MULTI-1047 for reference. Now when launching, an in-app notification will keep track of the progress of the launch...
This PR removes const qualifiers in the case of ownership transfer. It also extracts common error messages of each function to static variables.
This PR simply removes the responsibility of the CLI to choose a mount target path if it is not given, since that will now be the responsibility of the daemon....
This PR implements the redesign of the mounting interface, as well as some cosmetic changes to the pages that use the mounting interface, namely the launch panel and the individual...
As of now, if the size of the GUI terminal is not divisible by the size of a terminal line, the terminal will still render the first/last line but only...
At this moment, when we compile our fork of libssh, we bypass the main CMakeLists.txt file of libssh, in order to avoid some supposedly unnecessary checks. But that CMake file...