nextcloud-desktop/shell_integration
Jocelyn Turcotte bfcfdeec64 shell_i: Use an NSConnection instead of a local socket #2340
This prepares the switch to the official FinderSync API on Yosemite
which requires the extension to run in a sandbox. This complicates
the usage of a local socket to communicate with a non-sandboxed GUI
client. An NSConnection is easier to use in this case, which we can
use as long as the server name (i.e. Mach port registered name) is
prefixed with the code signing Team Identifier.

A placeholder server implementation is also added to the client's
SocketApi which basically reproduces the interface of a QLocalSocket.
Most of the references to individual sockets we're only using
QIODevice methods so the type was simply reduced. A typedef to
replace the QLocalServer was the only other part needed.
2015-06-15 15:28:17 +02:00
..
dolphin Import the dolphin plugin 2014-11-24 15:06:08 +01:00
dolphin_kf5 Dolphin plugin for KF5 2015-01-05 17:23:36 +01:00
icons cmake: Fix installation of overlay icons on linux 2014-09-29 16:08:49 +02:00
MacOSX shell_i: Use an NSConnection instead of a local socket #2340 2015-06-15 15:28:17 +02:00
nautilus fix python3 syntax errors 2015-03-22 17:49:09 +01:00
windows shell_integration on Windows: Avoid too many RETRIEVE_FILE_STATUS following UPDATE_VIEW #3122 2015-05-06 16:48:34 +02:00
CMakeLists.txt Remove socketapiclient 2015-01-28 11:13:38 +01:00