lyx_mirror/src/client
Enrico Forestieri fc3a2761de Log:
Move OS dependent code where it belongs.

	* src/lyx_cb.C:
	Remove unused include

	* src/support/os.h
	* src/support/os_unix.C
	* src/support/os_win32.C
	* src/support/os_cygwin.C:
	Move here the code from fontutils.[Ch]

	* src/support/os_cygwin.C
	(external_path, external_path_list): don't differentiate anymore
	on Qt/X11 or Qt/Win builds.

	* src/support/environment.C
	(setEnvPath): get rid of the #ifdef for cygwin.

	* src/lyx_main.C
	(LyX::exec): addFontResources and restoreFontResources are now
	in the os namespace.

	* src/support/Makefile.am
	* src/client/Makefile.am
	* src/tex2lyx/Makefile.am
	* development/scons/scons_manifest.py:
	Updated

	* src/support/fontutils.[Ch]:
	Removed



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16655 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-11 21:22:18 +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 another instance of filename encoding problems 2006-12-21 13:01:47 +00:00
debug.C Resolve link problems of tex2lyx and client by removing the extra gettext.h 2006-11-04 18:12:57 +00:00
debug.h move everything into namespace lyx 2006-10-21 00:16:43 +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 Another compile fix. I don't understand why it worked for me. 2006-11-06 15:31:27 +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