lyx_mirror/src/client
Enrico Forestieri 396cb8861a Fix bug 3410 by Georg and me
* src/support/tempname.C
	(tempName): Return FileName in utf8 encoding.

	* src/lyxsocket.[Ch]
	(LyXServerSocket::LyXServerSocket): Use FileName instead of string
	and set the env var LYXSOCKET in the filesystem encoding as this
	is what the client expects.

	* src/support/socktools.[Ch]
	(socktools::listen): Convert to FileName and use the filesystem
	encoding for the file names stored in the sockaddr_un struct.

	* src/client/client.C
	(socktools::connect): Convert to FileName and use the filesystem
	encoding for the file names stored in the sockaddr_un struct.
	(LyXDataSocket::LyXDataSocket, main): Convert to FileName.

	* src/lyx_main.C
	(LyX::exec): Use FileName instead of string in socket code.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17749 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-06 17:38:11 +00:00
..
boost.C move everything into namespace lyx 2006-10-21 00:16:43 +00:00
ChangeLog fixing linking on solaris 2005-12-09 13:42:23 +00:00
client.C Fix bug 3410 by Georg and me 2007-04-06 17:38:11 +00:00
debug.C Sync with src/debug.C 2007-04-03 08:17:45 +00:00
debug.h LYXERR compilation fix. 2007-04-02 01:12:29 +00:00
gettext.C Resolve link problems of tex2lyx and client by removing the extra gettext.h 2006-11-04 18:12:57 +00:00
lyxclient.man fix hyphens in man pages 2006-07-06 14:27:46 +00:00
Makefile.am Log: 2007-01-11 21:22:18 +00:00
messages.C Use FileName instead of strings in support::Package. 2007-04-06 13:09:54 +00:00
messages.h Resolve link problems of tex2lyx and client by removing the extra gettext.h 2006-11-04 18:12:57 +00:00
pch.h Consistent use of preprocessor guards; 2005-04-26 10:30:24 +00:00