2003-06-18 09:56:10 +00:00
|
|
|
/**
|
Rename files in src/support, step one.
src/support/package.h src/support/Package.h Package
src/support/package.C.in src/support/Package.C.in Package
src/support/path.h src/support/Path.h Path
src/support/fs_extras.h src/support/fs_extras.h NOCLASSES
src/support/RandomAccessList.h src/support/RandomAccessList.h RandomAccessList
src/support/lyxmanip.h src/support/lyxmanip.h NOCLASSES
src/support/rename.C src/support/rename.cpp NOCLASSES
src/support/abort.C src/support/abort.cpp NOCLASSES
src/support/lyxlib.h src/support/lyxlib.h NOCLASSES
src/support/ExceptionMessage.h src/support/ExceptionMessage.h ExceptionMessage
src/support/copy.C src/support/copy.cpp NOCLASSES
src/support/limited_stack.h src/support/limited_stack.h limited_stack
src/support/filefilterlist.C src/support/FileFilterList.cpp ['FileFilterList', 'Filter']
src/support/cow_ptr.h src/support/cow_ptr.h cow_ptr
src/support/os_unix.C src/support/os_unix.cpp NOCLASSES
src/support/socktools.h src/support/socktools.h NOCLASSES
src/support/forkedcontr.h src/support/ForkedcallsController.h ForkedcallsController
src/support/os.h src/support/os.h NOCLASSES
src/support/FileMonitor.h src/support/FileMonitor.h FileMonitor
src/support/copied_ptr.h src/support/copied_ptr.h copied_ptr
src/support/translator.h src/support/Translator.h Translator
src/support/filetools.C src/support/filetools.cpp NOCLASSES
src/support/unlink.C src/support/unlink.cpp NOCLASSES
src/support/os_win32.C src/support/os_win32.cpp GetFolderPath
src/support/lstrings.C src/support/lstrings.cpp NOCLASSES
src/support/qstring_helpers.C src/support/qstring_helpers.cpp NOCLASSES
src/support/getcwd.C src/support/getcwd.cpp NOCLASSES
src/support/systemcall.C src/support/Systemcall.cpp Systemcall
src/support/lyxalgo.h src/support/lyxalgo.h NOCLASSES
src/support/filefilterlist.h src/support/FileFilterList.h ['FileFilterList', 'Filter']
src/support/unicode.C src/support/unicode.cpp IconvProcessor
src/support/userinfo.C src/support/userinfo.cpp NOCLASSES
src/support/lyxtime.C src/support/lyxtime.cpp NOCLASSES
src/support/kill.C src/support/kill.cpp NOCLASSES
src/support/docstring.C src/support/docstring.cpp to_local8bit_failure
src/support/os_cygwin.C src/support/os_cygwin.cpp NOCLASSES
src/support/lyxsum.C src/support/lyxsum.cpp NOCLASSES
src/support/environment.C src/support/environment.cpp NOCLASSES
src/support/filetools.h src/support/filetools.h NOCLASSES
src/support/textutils.C src/support/textutils.cpp NOCLASSES
src/support/mkdir.C src/support/mkdir.cpp NOCLASSES
src/support/forkedcall.C src/support/Forkedcall.cpp ['ForkedProcess', 'Forkedcall']
src/support/tempname.C src/support/tempname.cpp NOCLASSES
src/support/os_win32.h src/support/os_win32.h GetFolderPath
src/support/types.h src/support/types.h NOCLASSES
src/support/lstrings.h src/support/lstrings.h NOCLASSES
src/support/forkedcallqueue.C src/support/ForkedCallQueue.cpp ForkedCallQueue
src/support/qstring_helpers.h src/support/qstring_helpers.h NOCLASSES
src/support/convert.C src/support/convert.cpp NOCLASSES
src/support/filename.C src/support/FileName.cpp ['FileName', 'DocFileName']
src/support/tests/convert.C src/support/tests/convert.cpp NOCLASSES
src/support/tests/filetools.C src/support/tests/filetools.cpp NOCLASSES
src/support/tests/lstrings.C src/support/tests/lstrings.cpp NOCLASSES
src/support/tests/boost.C src/support/tests/boost.cpp NOCLASSES
src/support/docstream.C src/support/docstream.cpp ['iconv_codecvt_facet_exception', 'idocfstream', 'odocfstream']
src/support/std_istream.h src/support/std_istream.h NOCLASSES
src/support/systemcall.h src/support/Systemcall.h Systemcall
src/support/chdir.C src/support/chdir.cpp NOCLASSES
src/support/std_ostream.h src/support/std_ostream.h NOCLASSES
src/support/unicode.h src/support/unicode.h IconvProcessor
src/support/path.C src/support/Path.cpp Path
src/support/fs_extras.C src/support/fs_extras.cpp NOCLASSES
src/support/userinfo.h src/support/userinfo.h NOCLASSES
src/support/lyxtime.h src/support/lyxtime.h NOCLASSES
src/support/docstring.h src/support/docstring.h to_local8bit_failure
src/support/debugstream.h src/support/debugstream.h basic_debugstream
src/support/environment.h src/support/environment.h NOCLASSES
src/support/textutils.h src/support/textutils.h NOCLASSES
src/support/forkedcall.h src/support/Forkedcall.h ['ForkedProcess', 'Forkedcall']
src/support/socktools.C src/support/socktools.cpp NOCLASSES
src/support/forkedcallqueue.h src/support/ForkedCallQueue.h ForkedCallQueue
src/support/forkedcontr.C src/support/ForkedcallsController.cpp ForkedcallsController
src/support/os.C src/support/os.cpp NOCLASSES
src/support/convert.h src/support/convert.h NOCLASSES
src/support/filename.h src/support/FileName.h ['FileName', 'DocFileName']
src/support/docstream.h src/support/docstream.h ['iconv_codecvt_facet_exception', 'idocfstream', 'odocfstream']
src/support/FileMonitor.C src/support/FileMonitor.cpp FileMonitor
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18024 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 05:12:52 +00:00
|
|
|
* \file os_unix.cpp
|
2003-06-18 09:56:10 +00:00
|
|
|
* This file is part of LyX, the document processor.
|
|
|
|
* Licence details can be found in the file COPYING.
|
|
|
|
*
|
|
|
|
* \author Ruurd A. Reitsma
|
|
|
|
*
|
2003-08-23 00:17:00 +00:00
|
|
|
* Full author contact details are available in file CREDITS.
|
2003-06-18 09:56:10 +00:00
|
|
|
*
|
|
|
|
* Various OS specific functions
|
|
|
|
*/
|
2001-05-17 15:11:01 +00:00
|
|
|
|
|
|
|
#include <config.h>
|
|
|
|
|
2004-11-07 13:22:51 +00:00
|
|
|
#include "support/os.h"
|
2007-10-31 22:40:34 +00:00
|
|
|
#include "support/docstring.h"
|
2007-12-17 16:04:46 +00:00
|
|
|
#include "support/FileName.h"
|
2009-03-27 11:22:54 +00:00
|
|
|
#include "support/lstrings.h"
|
2003-10-06 15:43:21 +00:00
|
|
|
|
2009-05-01 15:18:11 +00:00
|
|
|
#include <limits.h>
|
|
|
|
#include <stdlib.h>
|
2009-04-29 22:42:26 +00:00
|
|
|
|
2006-05-29 16:41:51 +00:00
|
|
|
#ifdef __APPLE__
|
|
|
|
#include <Carbon/Carbon.h>
|
|
|
|
#endif
|
|
|
|
|
2007-12-12 10:16:00 +00:00
|
|
|
using namespace std;
|
2003-10-06 15:43:21 +00:00
|
|
|
|
2003-06-30 23:56:22 +00:00
|
|
|
namespace lyx {
|
|
|
|
namespace support {
|
2003-02-10 10:22:05 +00:00
|
|
|
namespace os {
|
|
|
|
|
2005-01-10 19:17:43 +00:00
|
|
|
void init(int, char *[])
|
2009-05-14 15:13:58 +00:00
|
|
|
{}
|
2001-05-17 15:11:01 +00:00
|
|
|
|
2003-02-10 10:22:05 +00:00
|
|
|
|
|
|
|
string current_root()
|
|
|
|
{
|
|
|
|
return "/";
|
2001-05-17 15:11:01 +00:00
|
|
|
}
|
|
|
|
|
2003-02-10 10:22:05 +00:00
|
|
|
|
2008-10-05 11:51:18 +00:00
|
|
|
bool isFilesystemCaseSensitive()
|
|
|
|
{
|
|
|
|
#ifdef __APPLE__
|
2008-10-05 18:09:51 +00:00
|
|
|
return false;
|
2008-10-05 11:51:18 +00:00
|
|
|
#else
|
|
|
|
return true;
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-03-13 10:22:10 +00:00
|
|
|
docstring::size_type common_path(docstring const & p1, docstring const & p2)
|
2003-02-10 10:22:05 +00:00
|
|
|
{
|
2007-03-13 10:22:10 +00:00
|
|
|
docstring::size_type i = 0;
|
|
|
|
docstring::size_type const p1_len = p1.length();
|
|
|
|
docstring::size_type const p2_len = p2.length();
|
2009-05-22 22:34:43 +00:00
|
|
|
#ifdef __APPLE__
|
|
|
|
while (i < p1_len && i < p2_len && uppercase(p1[i]) == uppercase(p2[i]))
|
|
|
|
++i;
|
|
|
|
#else
|
2003-02-10 10:22:05 +00:00
|
|
|
while (i < p1_len && i < p2_len && p1[i] == p2[i])
|
|
|
|
++i;
|
2009-05-22 22:34:43 +00:00
|
|
|
#endif
|
2001-05-17 15:11:01 +00:00
|
|
|
if ((i < p1_len && i < p2_len)
|
|
|
|
|| (i < p1_len && p1[i] != '/' && i == p2_len)
|
2003-02-10 10:22:05 +00:00
|
|
|
|| (i < p2_len && p2[i] != '/' && i == p1_len))
|
|
|
|
{
|
|
|
|
if (i)
|
|
|
|
--i; // here was the last match
|
|
|
|
while (i && p1[i] != '/')
|
|
|
|
--i;
|
2009-05-22 22:34:43 +00:00
|
|
|
} else
|
|
|
|
--i;
|
|
|
|
|
2001-05-17 15:11:01 +00:00
|
|
|
return i;
|
|
|
|
}
|
|
|
|
|
2003-02-10 10:22:05 +00:00
|
|
|
|
2009-05-22 22:34:43 +00:00
|
|
|
bool path_prefix_is(string const & path, string const & pre)
|
|
|
|
{
|
|
|
|
#ifdef __APPLE__
|
2009-05-24 21:09:41 +00:00
|
|
|
return path_prefix_is(const_cast<string &>(path), pre, CASE_UNCHANGED);
|
2009-05-22 22:34:43 +00:00
|
|
|
#else
|
|
|
|
return prefixIs(path, pre);
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool path_prefix_is(string & path, string const & pre, path_case how)
|
|
|
|
{
|
|
|
|
#ifdef __APPLE__
|
|
|
|
docstring const p1 = from_utf8(path);
|
|
|
|
docstring const p2 = from_utf8(pre);
|
|
|
|
docstring::size_type i = common_path(p1, p2);
|
|
|
|
|
2009-05-24 21:09:41 +00:00
|
|
|
if (i == 0 || i + 1 != p2.length())
|
2009-05-22 22:34:43 +00:00
|
|
|
return false;
|
|
|
|
|
2009-05-23 13:16:13 +00:00
|
|
|
if (how == CASE_ADJUSTED && !prefixIs(path, pre))
|
2009-05-22 22:34:43 +00:00
|
|
|
path = to_utf8(p2 + p1.substr(i + 1, p1.length() - i + 1));
|
|
|
|
|
|
|
|
return true;
|
|
|
|
#else
|
|
|
|
// silence compiler warnings
|
|
|
|
(void)how;
|
|
|
|
|
|
|
|
return prefixIs(path, pre);
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2003-02-10 10:22:05 +00:00
|
|
|
string external_path(string const & p)
|
|
|
|
{
|
2001-05-17 15:11:01 +00:00
|
|
|
return p;
|
|
|
|
}
|
|
|
|
|
2003-02-10 10:22:05 +00:00
|
|
|
|
|
|
|
string internal_path(string const & p)
|
|
|
|
{
|
2001-10-04 09:57:02 +00:00
|
|
|
return p;
|
|
|
|
}
|
2001-10-08 14:09:06 +00:00
|
|
|
|
2003-02-10 10:22:05 +00:00
|
|
|
|
2006-04-05 19:26:08 +00:00
|
|
|
string external_path_list(string const & p)
|
|
|
|
{
|
|
|
|
return p;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
string internal_path_list(string const & p)
|
|
|
|
{
|
|
|
|
return p;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-03-24 12:48:37 +00:00
|
|
|
string latex_path(string const & p)
|
|
|
|
{
|
|
|
|
return p;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-03-27 11:22:54 +00:00
|
|
|
bool is_valid_strftime(string const & p)
|
|
|
|
{
|
|
|
|
string::size_type pos = p.find_first_of('%');
|
|
|
|
while (pos != string::npos) {
|
|
|
|
if (pos + 1 == string::npos)
|
|
|
|
break;
|
|
|
|
if (!containsOnly(p.substr(pos + 1, 1),
|
|
|
|
"aAbBcCdDeEFgGhHIjklmMnOpPrRsStTuUVwWxXyYzZ%+"))
|
|
|
|
return false;
|
|
|
|
if (pos + 2 == string::npos)
|
|
|
|
break;
|
|
|
|
pos = p.find_first_of('%', pos + 2);
|
|
|
|
}
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2003-02-10 10:22:05 +00:00
|
|
|
char const * popen_read_mode()
|
2002-02-08 14:32:17 +00:00
|
|
|
{
|
|
|
|
return "r";
|
|
|
|
}
|
2002-09-23 16:03:11 +00:00
|
|
|
|
2003-02-10 10:22:05 +00:00
|
|
|
|
2004-12-15 19:35:43 +00:00
|
|
|
string const & nulldev()
|
|
|
|
{
|
2005-01-10 19:17:43 +00:00
|
|
|
static string const nulldev_ = "/dev/null";
|
2004-12-15 19:35:43 +00:00
|
|
|
return nulldev_;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-05-13 12:55:01 +00:00
|
|
|
bool is_terminal(io_channel channel)
|
2009-05-13 09:48:11 +00:00
|
|
|
{
|
2009-05-13 12:55:01 +00:00
|
|
|
return isatty(channel);
|
2009-05-13 09:48:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2003-02-10 10:22:05 +00:00
|
|
|
shell_type shell()
|
|
|
|
{
|
|
|
|
return UNIX;
|
|
|
|
}
|
|
|
|
|
2005-01-14 15:53:30 +00:00
|
|
|
|
2005-01-13 10:10:16 +00:00
|
|
|
char path_separator()
|
|
|
|
{
|
|
|
|
return ':';
|
|
|
|
}
|
|
|
|
|
2005-01-14 15:53:30 +00:00
|
|
|
|
2006-06-27 10:51:24 +00:00
|
|
|
void windows_style_tex_paths(bool)
|
2005-01-14 15:53:30 +00:00
|
|
|
{}
|
|
|
|
|
2006-05-29 16:41:51 +00:00
|
|
|
bool canAutoOpenFile(string const & ext, auto_open_mode const mode)
|
2006-05-17 22:13:33 +00:00
|
|
|
{
|
2006-05-29 16:41:51 +00:00
|
|
|
#ifdef __APPLE__
|
|
|
|
// Reference: http://developer.apple.com/documentation/Carbon/Reference/LaunchServicesReference/
|
|
|
|
CFStringRef cfs_ext = CFStringCreateWithBytes(kCFAllocatorDefault,
|
|
|
|
(UInt8 *) ext.c_str(), ext.length(),
|
|
|
|
kCFStringEncodingISOLatin1, false);
|
2007-01-08 13:20:19 +00:00
|
|
|
// this is what we would like to do but it seems that the
|
|
|
|
// viewer for PDF is often quicktime...
|
|
|
|
//LSRolesMask role = (mode == VIEW) ? kLSRolesViewer : kLSRolesEditor;
|
|
|
|
(void)mode;
|
|
|
|
LSRolesMask role = kLSRolesAll;
|
2006-05-29 16:41:51 +00:00
|
|
|
FSRef outAppRef;
|
2007-05-28 22:27:45 +00:00
|
|
|
OSStatus status =
|
2006-05-29 16:41:51 +00:00
|
|
|
LSGetApplicationForInfo(kLSUnknownType, kLSUnknownCreator,
|
|
|
|
cfs_ext, role, &outAppRef, NULL);
|
|
|
|
CFRelease(cfs_ext);
|
|
|
|
|
|
|
|
return status != kLSApplicationNotFoundErr;
|
|
|
|
#else
|
|
|
|
// silence compiler warnings
|
|
|
|
(void)ext;
|
|
|
|
(void)mode;
|
|
|
|
|
2006-05-17 22:13:33 +00:00
|
|
|
// currently, no default viewer is tried for non-windows system
|
|
|
|
// support for KDE/Gnome/Macintosh may be added later
|
|
|
|
return false;
|
2006-05-29 16:41:51 +00:00
|
|
|
#endif
|
2006-05-17 22:13:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-05-29 16:41:51 +00:00
|
|
|
bool autoOpenFile(string const & filename, auto_open_mode const mode)
|
2006-05-17 22:13:33 +00:00
|
|
|
{
|
2006-05-29 16:41:51 +00:00
|
|
|
#ifdef __APPLE__
|
|
|
|
// Reference: http://developer.apple.com/documentation/Carbon/Reference/LaunchServicesReference/
|
2007-01-08 13:20:19 +00:00
|
|
|
FSRef fileref;
|
2007-05-28 22:27:45 +00:00
|
|
|
OSStatus status =
|
2007-01-08 13:20:19 +00:00
|
|
|
FSPathMakeRef((UInt8 *) filename.c_str(), &fileref, NULL);
|
|
|
|
if (status != 0)
|
|
|
|
return false;
|
2007-05-28 22:27:45 +00:00
|
|
|
|
2007-01-08 13:20:19 +00:00
|
|
|
// this is what we would like to do but it seems that the
|
|
|
|
// viewer for PDF is often quicktime...
|
|
|
|
//LSRolesMask role = (mode == VIEW) ? kLSRolesViewer : kLSRolesEditor;
|
|
|
|
(void)mode;
|
|
|
|
LSRolesMask role = kLSRolesAll;
|
2006-05-29 16:41:51 +00:00
|
|
|
FSRef outAppRef;
|
|
|
|
|
|
|
|
status = LSGetApplicationForItem(&fileref, role, &outAppRef, NULL);
|
|
|
|
if (status == kLSApplicationNotFoundErr)
|
|
|
|
return false;
|
|
|
|
|
|
|
|
LSLaunchFSRefSpec inLaunchSpec;
|
|
|
|
inLaunchSpec.appRef = &outAppRef;
|
|
|
|
inLaunchSpec.numDocs = 1;
|
|
|
|
inLaunchSpec.itemRefs = &fileref;
|
|
|
|
inLaunchSpec.passThruParams = NULL;
|
|
|
|
inLaunchSpec.launchFlags = kLSLaunchDefaults;
|
|
|
|
inLaunchSpec.asyncRefCon = NULL;
|
|
|
|
status = LSOpenFromRefSpec(&inLaunchSpec, NULL);
|
|
|
|
|
2007-05-28 22:27:45 +00:00
|
|
|
return status != kLSApplicationNotFoundErr;
|
2006-05-29 16:41:51 +00:00
|
|
|
#else
|
|
|
|
// silence compiler warnings
|
|
|
|
(void)filename;
|
|
|
|
(void)mode;
|
|
|
|
|
2006-05-17 22:13:33 +00:00
|
|
|
// currently, no default viewer is tried for non-windows system
|
|
|
|
// support for KDE/Gnome/Macintosh may be added later
|
|
|
|
return false;
|
2006-05-29 16:41:51 +00:00
|
|
|
#endif
|
2006-05-17 22:13:33 +00:00
|
|
|
}
|
|
|
|
|
2009-04-29 22:42:26 +00:00
|
|
|
|
2009-05-01 15:18:11 +00:00
|
|
|
string real_path(string const & path)
|
|
|
|
{
|
|
|
|
char rpath[PATH_MAX + 1];
|
|
|
|
char * result = realpath(path.c_str(), rpath);
|
|
|
|
return FileName::fromFilesystemEncoding(result ? rpath : path).absFilename();
|
|
|
|
}
|
|
|
|
|
2003-06-30 23:56:22 +00:00
|
|
|
} // namespace os
|
|
|
|
} // namespace support
|
|
|
|
} // namespace lyx
|