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_win32.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
|
2005-01-21 22:08:59 +00:00
|
|
|
* \author Claus Hentschel
|
|
|
|
* \author Angus Leeming
|
2010-02-25 00:20:31 +00:00
|
|
|
* \author Enrico Forestieri
|
2003-06-18 09:56:10 +00:00
|
|
|
*
|
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"
|
2005-09-30 12:24:50 +00:00
|
|
|
#include "support/os_win32.h"
|
2007-12-17 16:04:46 +00:00
|
|
|
|
2007-11-29 07:04:28 +00:00
|
|
|
#include "support/debug.h"
|
2007-12-17 16:04:46 +00:00
|
|
|
#include "support/FileName.h"
|
2007-11-29 07:04:28 +00:00
|
|
|
#include "support/gettext.h"
|
2006-04-15 14:46:12 +00:00
|
|
|
#include "support/filetools.h"
|
2007-11-29 07:04:28 +00:00
|
|
|
#include "support/lstrings.h"
|
2007-01-24 15:49:20 +00:00
|
|
|
#include "support/ExceptionMessage.h"
|
2010-02-21 04:51:27 +00:00
|
|
|
#include "support/qstring_helpers.h"
|
2004-11-07 13:22:51 +00:00
|
|
|
|
2008-04-30 08:26:40 +00:00
|
|
|
#include "support/lassert.h"
|
2005-09-30 12:24:50 +00:00
|
|
|
|
|
|
|
#include <cstdlib>
|
|
|
|
#include <vector>
|
|
|
|
|
2010-02-21 04:51:27 +00:00
|
|
|
#include <QString>
|
|
|
|
|
2001-05-17 15:11:01 +00:00
|
|
|
#include <io.h>
|
2005-01-21 22:08:59 +00:00
|
|
|
#include <direct.h> // _getdrive
|
2005-09-30 12:24:50 +00:00
|
|
|
#include <shlobj.h> // SHGetFolderPath
|
2006-05-17 22:13:33 +00:00
|
|
|
#include <windef.h>
|
2007-05-28 22:27:45 +00:00
|
|
|
#include <shellapi.h>
|
2006-05-17 22:13:33 +00:00
|
|
|
#include <shlwapi.h>
|
2005-09-30 12:24:50 +00:00
|
|
|
|
2005-09-30 21:19:31 +00:00
|
|
|
// Must define SHGFP_TYPE_CURRENT for older versions of MinGW.
|
|
|
|
#if defined(__MINGW32__) || defined(__CYGWIN__) || defined(__CYGWIN32__)
|
|
|
|
# include <w32api.h>
|
|
|
|
# if __W32API_MAJOR_VERSION < 3 || \
|
|
|
|
__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION < 2
|
|
|
|
# define SHGFP_TYPE_CURRENT 0
|
|
|
|
# endif
|
2005-09-30 12:24:50 +00:00
|
|
|
#endif
|
2001-05-17 15:11:01 +00:00
|
|
|
|
2008-10-15 22:14:39 +00:00
|
|
|
#if !defined(ASSOCF_INIT_IGNOREUNKNOWN) && !defined(__MINGW32__)
|
2008-09-30 18:03:26 +00:00
|
|
|
#define ASSOCF_INIT_IGNOREUNKNOWN 0
|
|
|
|
#endif
|
|
|
|
|
2010-06-29 17:08:17 +00:00
|
|
|
#if defined(__MINGW32__)
|
|
|
|
#include <stdio.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
2010-02-25 00:20:31 +00:00
|
|
|
extern "C" {
|
|
|
|
extern void __wgetmainargs(int * argc, wchar_t *** argv, wchar_t *** envp,
|
|
|
|
int expand_wildcards, int * new_mode);
|
|
|
|
}
|
|
|
|
|
2007-12-12 10:16:00 +00:00
|
|
|
using namespace std;
|
2001-05-17 15:11:01 +00:00
|
|
|
|
2003-07-01 21:31:06 +00:00
|
|
|
namespace lyx {
|
2009-08-14 13:19:02 +00:00
|
|
|
|
2010-01-17 23:01:48 +00:00
|
|
|
void lyx_exit(int);
|
2009-08-14 13:19:02 +00:00
|
|
|
|
2003-07-01 21:31:06 +00:00
|
|
|
namespace support {
|
2003-02-10 10:22:05 +00:00
|
|
|
namespace os {
|
|
|
|
|
2006-04-15 14:46:12 +00:00
|
|
|
namespace {
|
|
|
|
|
2010-02-25 00:20:31 +00:00
|
|
|
int argc_ = 0;
|
|
|
|
wchar_t ** argv_ = 0;
|
|
|
|
|
2006-06-27 10:51:24 +00:00
|
|
|
bool windows_style_tex_paths_ = true;
|
2006-04-15 14:46:12 +00:00
|
|
|
|
|
|
|
string cygdrive = "/cygdrive";
|
|
|
|
|
2009-08-14 00:42:45 +00:00
|
|
|
BOOL terminate_handler(DWORD event)
|
|
|
|
{
|
|
|
|
if (event == CTRL_CLOSE_EVENT
|
|
|
|
|| event == CTRL_LOGOFF_EVENT
|
|
|
|
|| event == CTRL_SHUTDOWN_EVENT) {
|
2010-01-17 23:01:48 +00:00
|
|
|
lyx::lyx_exit(1);
|
2009-08-14 00:42:45 +00:00
|
|
|
return TRUE;
|
|
|
|
}
|
|
|
|
return FALSE;
|
|
|
|
}
|
|
|
|
|
2006-04-15 14:46:12 +00:00
|
|
|
} // namespace anon
|
|
|
|
|
2010-02-25 00:20:31 +00:00
|
|
|
void init(int argc, char * argv[])
|
2005-01-17 22:31:30 +00:00
|
|
|
{
|
|
|
|
/* Note from Angus, 17 Jan 2005:
|
|
|
|
*
|
|
|
|
* The code below is taken verbatim from Ruurd's original patch
|
|
|
|
* porting LyX to Win32.
|
|
|
|
*
|
|
|
|
* Windows allows us to define LyX either as a console-based app
|
|
|
|
* or as a GUI-based app. Ruurd decided to define LyX as a
|
|
|
|
* console-based app with a "main" function rather than a "WinMain"
|
|
|
|
* function as the point of entry to the program, but to
|
|
|
|
* immediately close the console window that Windows helpfully
|
|
|
|
* opens for us. Doing so allows the user to see all of LyX's
|
|
|
|
* debug output simply by running LyX from a DOS or MSYS-shell
|
|
|
|
* prompt.
|
|
|
|
*
|
|
|
|
* The alternative approach is to define LyX as a genuine
|
|
|
|
* GUI-based app, with a "WinMain" function as the entry point to the
|
|
|
|
* executable rather than a "main" function, so:
|
|
|
|
*
|
|
|
|
* #if defined (_WIN32)
|
|
|
|
* # define WIN32_LEAN_AND_MEAN
|
2005-04-29 08:42:02 +00:00
|
|
|
* # include <stdlib.h> // for __argc, __argv
|
2005-01-17 22:31:30 +00:00
|
|
|
* # include <windows.h> // for WinMain
|
|
|
|
* #endif
|
|
|
|
*
|
|
|
|
* // This will require the "-mwindows" flag when linking with
|
|
|
|
* // gcc under MinGW.
|
|
|
|
* // For MSVC, use "/subsystem:windows".
|
|
|
|
* #if defined (_WIN32)
|
|
|
|
* int WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
|
|
|
|
* {
|
2005-04-29 08:42:02 +00:00
|
|
|
* return mymain(__argc, __argv);
|
2005-01-17 22:31:30 +00:00
|
|
|
* }
|
|
|
|
* #endif
|
|
|
|
*
|
|
|
|
* where "mymain" is just a renamed "main".
|
|
|
|
*
|
|
|
|
* However, doing so means that the lyxerr messages would mysteriously
|
|
|
|
* disappear. They could be resurrected with something like:
|
|
|
|
*
|
|
|
|
* #ifdef WIN32
|
|
|
|
* AllocConsole();
|
2005-01-18 09:48:08 +00:00
|
|
|
* freopen("conin$","r",stdin);
|
|
|
|
* freopen("conout$","w",stdout);
|
|
|
|
* freopen("conout$","w",stderr);
|
2005-01-17 22:31:30 +00:00
|
|
|
* #endif
|
|
|
|
*
|
|
|
|
* This code could be invoked (say) the first time that lyxerr
|
|
|
|
* is called. However, Ruurd has tried this route and found that some
|
|
|
|
* shell scripts failed, for mysterious reasons...
|
|
|
|
*
|
|
|
|
* I've chosen for now, therefore, to simply add Ruurd's original
|
2007-05-28 22:27:45 +00:00
|
|
|
* code as-is. A wrapper program hidecmd.c has been added to
|
2006-07-25 19:38:56 +00:00
|
|
|
* development/Win32 which hides the console window of lyx when
|
|
|
|
* lyx is invoked as a parameter of hidecmd.exe.
|
2005-01-17 22:31:30 +00:00
|
|
|
*/
|
2006-04-15 14:46:12 +00:00
|
|
|
|
2010-02-25 00:20:31 +00:00
|
|
|
|
|
|
|
// Get the wide program arguments array
|
|
|
|
wchar_t ** envp = 0;
|
|
|
|
int newmode = 0;
|
|
|
|
__wgetmainargs(&argc_, &argv_, &envp, -1, &newmode);
|
|
|
|
LASSERT(argc == argc_, /**/);
|
|
|
|
|
2010-01-13 19:36:41 +00:00
|
|
|
// If Cygwin is detected, query the cygdrive prefix.
|
|
|
|
// The cygdrive prefix is needed for translating windows style paths
|
|
|
|
// to posix style paths in LaTeX files when the Cygwin teTeX is used.
|
|
|
|
int i;
|
|
|
|
HKEY hkey;
|
|
|
|
char buf[MAX_PATH];
|
|
|
|
DWORD bufsize = sizeof(buf);
|
|
|
|
LONG retval = ERROR_FILE_NOT_FOUND;
|
|
|
|
HKEY const mainkey[2] = { HKEY_LOCAL_MACHINE, HKEY_CURRENT_USER };
|
|
|
|
char const * const subkey[2] = {
|
|
|
|
"Software\\Cygwin\\setup", // Cygwin 1.7
|
|
|
|
"Software\\Cygnus Solutions\\Cygwin\\mounts v2\\/" // Prev. ver.
|
|
|
|
};
|
|
|
|
char const * const valuename[2] = {
|
|
|
|
"rootdir", // Cygwin 1.7 or later
|
|
|
|
"native" // Previous versions
|
|
|
|
};
|
|
|
|
// Check for newer Cygwin versions first, then older ones
|
|
|
|
for (i = 0; i < 2 && retval != ERROR_SUCCESS; ++i) {
|
|
|
|
for (int k = 0; k < 2 && retval != ERROR_SUCCESS; ++k)
|
|
|
|
retval = RegOpenKey(mainkey[k], subkey[i], &hkey);
|
|
|
|
}
|
|
|
|
if (retval == ERROR_SUCCESS) {
|
|
|
|
// Query the Cygwin root directory
|
|
|
|
retval = RegQueryValueEx(hkey, valuename[i - 1],
|
|
|
|
NULL, NULL, (LPBYTE) buf, &bufsize);
|
|
|
|
RegCloseKey(hkey);
|
|
|
|
string const mount = string(buf) + "\\bin\\mount.exe";
|
|
|
|
if (retval == ERROR_SUCCESS && FileName(mount).exists()) {
|
|
|
|
cmd_ret const p =
|
|
|
|
runCommand(mount + " --show-cygdrive-prefix");
|
|
|
|
// The output of the mount command is as follows:
|
|
|
|
// Prefix Type Flags
|
|
|
|
// /cygdrive system binmode
|
|
|
|
// So, we use the inner split to pass the second line
|
|
|
|
// to the outer split which sets cygdrive with its
|
|
|
|
// contents until the first blank, discarding the
|
|
|
|
// unneeded return value.
|
|
|
|
if (p.first != -1 && prefixIs(p.second, "Prefix"))
|
|
|
|
split(split(p.second, '\n'), cygdrive, ' ');
|
|
|
|
}
|
2006-04-15 14:46:12 +00:00
|
|
|
}
|
2009-08-14 00:42:45 +00:00
|
|
|
|
|
|
|
// Catch shutdown events.
|
|
|
|
SetConsoleCtrlHandler((PHANDLER_ROUTINE)terminate_handler, TRUE);
|
2005-01-17 22:31:30 +00:00
|
|
|
}
|
2003-02-10 10:22:05 +00:00
|
|
|
|
2001-05-17 15:11:01 +00:00
|
|
|
|
2010-02-25 00:20:31 +00:00
|
|
|
string utf8_argv(int i)
|
|
|
|
{
|
|
|
|
LASSERT(i < argc_, /**/);
|
|
|
|
return fromqstr(QString::fromWCharArray(argv_[i]));
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-03-12 01:18:39 +00:00
|
|
|
void remove_internal_args(int i, int num)
|
|
|
|
{
|
|
|
|
argc_ -= num;
|
|
|
|
for (int j = i; j < argc_; ++j)
|
|
|
|
argv_[j] = argv_[j + num];
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2003-02-10 10:22:05 +00:00
|
|
|
string current_root()
|
|
|
|
{
|
2005-01-04 17:50:25 +00:00
|
|
|
// _getdrive returns the current drive (1=A, 2=B, and so on).
|
|
|
|
char const drive = ::_getdrive() + 'A' - 1;
|
|
|
|
return string(1, drive) + ":/";
|
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()
|
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
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-11-10 13:44:50 +00:00
|
|
|
size_t i = 0;
|
|
|
|
size_t const p1_len = p1.length();
|
|
|
|
size_t const p2_len = p2.length();
|
2003-02-10 10:22:05 +00:00
|
|
|
while (i < p1_len && i < p2_len && uppercase(p1[i]) == uppercase(p2[i]))
|
|
|
|
++i;
|
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-25 17:30:02 +00:00
|
|
|
}
|
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)
|
|
|
|
{
|
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
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool path_prefix_is(string & path, string const & pre, path_case how)
|
|
|
|
{
|
|
|
|
docstring const p1 = from_utf8(path);
|
|
|
|
docstring const p2 = from_utf8(pre);
|
2009-05-25 00:23:44 +00:00
|
|
|
docstring::size_type const p1_len = p1.length();
|
|
|
|
docstring::size_type const p2_len = p2.length();
|
2009-05-25 17:30:02 +00:00
|
|
|
docstring::size_type common_len = common_path(p1, p2);
|
|
|
|
|
2009-05-25 18:37:03 +00:00
|
|
|
if (p2[p2_len - 1] == '/' && p1_len != p2_len)
|
2009-05-25 17:30:02 +00:00
|
|
|
++common_len;
|
2009-05-25 00:23:44 +00:00
|
|
|
|
2009-05-25 17:30:02 +00:00
|
|
|
if (common_len != p2_len)
|
2009-05-22 22:34:43 +00:00
|
|
|
return false;
|
|
|
|
|
2009-05-26 18:27:29 +00:00
|
|
|
if (how == CASE_ADJUSTED && !prefixIs(path, pre)) {
|
|
|
|
if (p1_len < common_len)
|
|
|
|
path = to_utf8(p2.substr(0, p1_len));
|
|
|
|
else
|
|
|
|
path = to_utf8(p2 + p1.substr(common_len,
|
|
|
|
p1_len - common_len));
|
|
|
|
}
|
2009-05-22 22:34:43 +00:00
|
|
|
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2003-02-10 10:22:05 +00:00
|
|
|
string external_path(string const & p)
|
|
|
|
{
|
2005-04-18 17:43:11 +00:00
|
|
|
string const dos_path = subst(p, "/", "\\");
|
2004-12-20 16:59:33 +00:00
|
|
|
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::LATEX, "<Win32 path correction> ["
|
|
|
|
<< p << "]->>[" << dos_path << ']');
|
2001-05-17 15:11:01 +00:00
|
|
|
return dos_path;
|
2001-10-04 09:57:02 +00:00
|
|
|
}
|
|
|
|
|
2001-10-08 14:09:06 +00:00
|
|
|
|
2010-02-21 04:51:27 +00:00
|
|
|
static QString const get_long_path(QString const & short_path)
|
2005-09-30 12:24:50 +00:00
|
|
|
{
|
2010-02-21 04:51:27 +00:00
|
|
|
// GetLongPathNameW needs the path in utf16 encoding.
|
|
|
|
vector<wchar_t> long_path(MAX_PATH);
|
|
|
|
DWORD result = GetLongPathNameW((wchar_t *) short_path.utf16(),
|
2005-09-30 12:24:50 +00:00
|
|
|
&long_path[0], long_path.size());
|
|
|
|
|
|
|
|
if (result > long_path.size()) {
|
|
|
|
long_path.resize(result);
|
2010-02-21 04:51:27 +00:00
|
|
|
result = GetLongPathNameW((wchar_t *) short_path.utf16(),
|
2005-09-30 12:24:50 +00:00
|
|
|
&long_path[0], long_path.size());
|
2008-04-10 21:49:34 +00:00
|
|
|
LASSERT(result <= long_path.size(), /**/);
|
2005-09-30 12:24:50 +00:00
|
|
|
}
|
|
|
|
|
2010-02-21 04:51:27 +00:00
|
|
|
return (result == 0) ? short_path : QString::fromWCharArray(&long_path[0]);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-02-22 19:34:25 +00:00
|
|
|
static QString const get_short_path(QString const & long_path, file_access how)
|
2010-02-21 04:51:27 +00:00
|
|
|
{
|
2010-02-25 00:20:31 +00:00
|
|
|
// CreateFileW and GetShortPathNameW need the path in utf16 encoding.
|
2010-02-22 19:34:25 +00:00
|
|
|
if (how == CREATE) {
|
|
|
|
HANDLE h = CreateFileW((wchar_t *) long_path.utf16(),
|
|
|
|
GENERIC_WRITE, 0, NULL, CREATE_NEW,
|
|
|
|
FILE_ATTRIBUTE_NORMAL, NULL);
|
2010-02-23 16:22:27 +00:00
|
|
|
if (h == INVALID_HANDLE_VALUE
|
|
|
|
&& GetLastError() != ERROR_FILE_EXISTS)
|
2010-02-22 19:34:25 +00:00
|
|
|
return long_path;
|
|
|
|
CloseHandle(h);
|
|
|
|
}
|
2010-02-21 04:51:27 +00:00
|
|
|
vector<wchar_t> short_path(MAX_PATH);
|
|
|
|
DWORD result = GetShortPathNameW((wchar_t *) long_path.utf16(),
|
|
|
|
&short_path[0], short_path.size());
|
|
|
|
|
|
|
|
if (result > short_path.size()) {
|
|
|
|
short_path.resize(result);
|
|
|
|
result = GetShortPathNameW((wchar_t *) long_path.utf16(),
|
|
|
|
&short_path[0], short_path.size());
|
|
|
|
LASSERT(result <= short_path.size(), /**/);
|
|
|
|
}
|
|
|
|
|
|
|
|
return (result == 0) ? long_path : QString::fromWCharArray(&short_path[0]);
|
2005-09-30 12:24:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2003-02-10 10:22:05 +00:00
|
|
|
string internal_path(string const & p)
|
|
|
|
{
|
2010-02-21 04:51:27 +00:00
|
|
|
return subst(fromqstr(get_long_path(toqstr(p))), "\\", "/");
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-02-22 19:34:25 +00:00
|
|
|
string safe_internal_path(string const & p, file_access how)
|
2010-02-21 04:51:27 +00:00
|
|
|
{
|
2010-02-22 19:34:25 +00:00
|
|
|
return subst(fromqstr(get_short_path(toqstr(p), how)), "\\", "/");
|
2001-10-04 09:57:02 +00:00
|
|
|
}
|
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 subst(p, '/', '\\');
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
string internal_path_list(string const & p)
|
|
|
|
{
|
|
|
|
return subst(p, '\\', '/');
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-03-24 12:48:37 +00:00
|
|
|
string latex_path(string const & p)
|
|
|
|
{
|
2006-04-15 14:46:12 +00:00
|
|
|
// We may need a posix style path or a windows style path (depending
|
2006-06-27 10:51:24 +00:00
|
|
|
// on windows_style_tex_paths_), but we use always forward slashes,
|
|
|
|
// since it gets written into a .tex file.
|
2006-04-15 14:46:12 +00:00
|
|
|
|
2009-05-02 17:12:31 +00:00
|
|
|
if (!windows_style_tex_paths_ && FileName::isAbsolute(p)) {
|
2006-04-15 14:46:12 +00:00
|
|
|
string const drive = p.substr(0, 2);
|
|
|
|
string const cygprefix = cygdrive + "/" + drive.substr(0, 1);
|
|
|
|
string const cygpath = subst(subst(p, '\\', '/'), drive, cygprefix);
|
2007-11-16 11:26:05 +00:00
|
|
|
LYXERR(Debug::LATEX, "<Path correction for LaTeX> ["
|
2007-11-15 20:04:51 +00:00
|
|
|
<< p << "]->>[" << cygpath << ']');
|
2006-04-15 14:46:12 +00:00
|
|
|
return cygpath;
|
|
|
|
}
|
2006-04-05 19:26:08 +00:00
|
|
|
return subst(p, '\\', '/');
|
2006-03-24 12:48:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
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),
|
|
|
|
"aAbBcdfHIjmMpSUwWxXyYzZ%"))
|
|
|
|
return false;
|
|
|
|
if (pos + 2 == string::npos)
|
|
|
|
break;
|
|
|
|
pos = p.find_first_of('%', pos + 2);
|
|
|
|
}
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2002-09-23 16:03:11 +00:00
|
|
|
// returns a string suitable to be passed to popen when
|
|
|
|
// reading a pipe
|
2003-02-10 10:22:05 +00:00
|
|
|
char const * popen_read_mode()
|
2002-09-23 16:03:11 +00:00
|
|
|
{
|
|
|
|
return "r";
|
|
|
|
}
|
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_ = "nul";
|
2004-12-15 19:35:43 +00:00
|
|
|
return nulldev_;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2003-02-10 10:22:05 +00:00
|
|
|
shell_type shell()
|
|
|
|
{
|
2004-12-15 19:35:43 +00:00
|
|
|
return CMD_EXE;
|
2003-02-10 10:22:05 +00:00
|
|
|
}
|
|
|
|
|
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 use_windows_paths)
|
2006-04-15 14:46:12 +00:00
|
|
|
{
|
2006-06-27 10:51:24 +00:00
|
|
|
windows_style_tex_paths_ = use_windows_paths;
|
2006-04-15 14:46:12 +00:00
|
|
|
}
|
2005-01-14 15:53:30 +00:00
|
|
|
|
2005-09-30 12:24:50 +00:00
|
|
|
|
|
|
|
GetFolderPath::GetFolderPath()
|
|
|
|
: folder_module_(0),
|
|
|
|
folder_path_func_(0)
|
|
|
|
{
|
|
|
|
folder_module_ = LoadLibrary("shfolder.dll");
|
|
|
|
if (!folder_module_) {
|
2007-01-24 15:49:20 +00:00
|
|
|
throw ExceptionMessage(ErrorException, _("System file not found"),
|
|
|
|
_("Unable to load shfolder.dll\nPlease install."));
|
2005-09-30 12:24:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
folder_path_func_ = reinterpret_cast<function_pointer>(::GetProcAddress(folder_module_, "SHGetFolderPathA"));
|
|
|
|
if (folder_path_func_ == 0) {
|
2007-01-24 15:49:20 +00:00
|
|
|
throw ExceptionMessage(ErrorException, _("System function not found"),
|
|
|
|
_("Unable to find SHGetFolderPathA in shfolder.dll\n"
|
|
|
|
"Don't know how to proceed. Sorry."));
|
2005-09-30 12:24:50 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
GetFolderPath::~GetFolderPath()
|
|
|
|
{
|
|
|
|
if (folder_module_)
|
|
|
|
FreeLibrary(folder_module_);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Given a folder ID, returns the folder name (in unix-style format).
|
|
|
|
// Eg CSIDL_PERSONAL -> "C:/Documents and Settings/USERNAME/My Documents"
|
|
|
|
string const GetFolderPath::operator()(folder_id _id) const
|
|
|
|
{
|
2005-10-02 21:49:52 +00:00
|
|
|
char folder_path[MAX_PATH];
|
2005-09-30 12:24:50 +00:00
|
|
|
|
|
|
|
int id = 0;
|
|
|
|
switch (_id) {
|
|
|
|
case PERSONAL:
|
|
|
|
id = CSIDL_PERSONAL;
|
|
|
|
break;
|
|
|
|
case APPDATA:
|
|
|
|
id = CSIDL_APPDATA;
|
|
|
|
break;
|
|
|
|
default:
|
2008-04-10 21:49:34 +00:00
|
|
|
LASSERT(false, /**/);
|
2005-09-30 12:24:50 +00:00
|
|
|
}
|
|
|
|
HRESULT const result = (folder_path_func_)(0, id, 0,
|
|
|
|
SHGFP_TYPE_CURRENT,
|
|
|
|
folder_path);
|
2007-01-18 20:47:27 +00:00
|
|
|
return (result == 0) ? os::internal_path(to_utf8(from_filesystem8bit(folder_path))) : string();
|
2005-09-30 12:24:50 +00:00
|
|
|
}
|
|
|
|
|
2006-05-17 22:13:33 +00:00
|
|
|
|
|
|
|
bool canAutoOpenFile(string const & ext, auto_open_mode const mode)
|
|
|
|
{
|
|
|
|
if (ext.empty())
|
|
|
|
return false;
|
2006-05-18 19:09:53 +00:00
|
|
|
|
|
|
|
string const full_ext = "." + ext;
|
2006-05-17 22:13:33 +00:00
|
|
|
|
|
|
|
DWORD bufSize = MAX_PATH + 100;
|
|
|
|
TCHAR buf[MAX_PATH + 100];
|
2008-09-22 00:07:48 +00:00
|
|
|
// reference: http://msdn.microsoft.com/en-us/library/bb773471.aspx
|
2006-05-17 22:13:33 +00:00
|
|
|
char const * action = (mode == VIEW) ? "open" : "edit";
|
2008-09-22 00:07:48 +00:00
|
|
|
return S_OK == AssocQueryString(ASSOCF_INIT_IGNOREUNKNOWN,
|
|
|
|
ASSOCSTR_EXECUTABLE, full_ext.c_str(), action, buf, &bufSize);
|
2006-05-17 22:13:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool autoOpenFile(string const & filename, auto_open_mode const mode)
|
|
|
|
{
|
2008-09-22 00:07:48 +00:00
|
|
|
// reference: http://msdn.microsoft.com/en-us/library/bb762153.aspx
|
2006-05-17 22:13:33 +00:00
|
|
|
char const * action = (mode == VIEW) ? "open" : "edit";
|
2006-05-18 19:09:53 +00:00
|
|
|
return reinterpret_cast<int>(ShellExecute(NULL, action,
|
2007-01-18 20:47:27 +00:00
|
|
|
to_local8bit(from_utf8(filename)).c_str(), NULL, NULL, 1)) > 32;
|
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)
|
|
|
|
{
|
|
|
|
// See http://msdn.microsoft.com/en-us/library/aa366789(VS.85).aspx
|
2010-02-21 13:51:06 +00:00
|
|
|
QString const qpath = get_long_path(toqstr(path));
|
2010-02-21 04:51:27 +00:00
|
|
|
HANDLE hpath = CreateFileW((wchar_t *) qpath.utf16(), GENERIC_READ,
|
2009-05-01 15:18:11 +00:00
|
|
|
FILE_SHARE_READ, NULL, OPEN_EXISTING, 0, NULL);
|
|
|
|
|
|
|
|
if (hpath == INVALID_HANDLE_VALUE) {
|
|
|
|
// The file cannot be accessed.
|
2010-02-21 04:51:27 +00:00
|
|
|
return path;
|
2009-05-01 15:18:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// Get the file size.
|
|
|
|
DWORD size_hi = 0;
|
|
|
|
DWORD size_lo = GetFileSize(hpath, &size_hi);
|
|
|
|
|
|
|
|
if (size_lo == 0 && size_hi == 0) {
|
|
|
|
// A zero-length file cannot be mapped.
|
|
|
|
CloseHandle(hpath);
|
2010-02-21 04:51:27 +00:00
|
|
|
return path;
|
2009-05-01 15:18:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// Create a file mapping object.
|
|
|
|
HANDLE hmap = CreateFileMapping(hpath, NULL, PAGE_READONLY, 0, 1, NULL);
|
|
|
|
|
|
|
|
if (!hmap) {
|
|
|
|
CloseHandle(hpath);
|
2010-02-21 04:51:27 +00:00
|
|
|
return path;
|
2009-05-01 15:18:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// Create a file mapping to get the file name.
|
|
|
|
void * pmem = MapViewOfFile(hmap, FILE_MAP_READ, 0, 0, 1);
|
|
|
|
|
|
|
|
if (!pmem) {
|
|
|
|
CloseHandle(hmap);
|
|
|
|
CloseHandle(hpath);
|
2010-02-21 04:51:27 +00:00
|
|
|
return path;
|
2009-05-01 15:18:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
TCHAR realpath[MAX_PATH + 1];
|
|
|
|
|
|
|
|
if (!GetMappedFileName(GetCurrentProcess(), pmem, realpath, MAX_PATH)) {
|
|
|
|
UnmapViewOfFile(pmem);
|
|
|
|
CloseHandle(hmap);
|
|
|
|
CloseHandle(hpath);
|
2010-02-21 04:51:27 +00:00
|
|
|
return path;
|
2009-05-01 15:18:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// Translate device name to UNC prefix or drive letters.
|
|
|
|
TCHAR tmpbuf[MAX_PATH] = TEXT("\\Device\\Mup\\");
|
|
|
|
UINT namelen = _tcslen(tmpbuf);
|
|
|
|
if (_tcsnicmp(realpath, tmpbuf, namelen) == 0) {
|
|
|
|
// UNC path
|
2009-05-01 19:08:14 +00:00
|
|
|
_snprintf(tmpbuf, MAX_PATH, "\\\\%s", realpath + namelen);
|
2009-05-01 15:18:11 +00:00
|
|
|
strncpy(realpath, tmpbuf, MAX_PATH);
|
|
|
|
realpath[MAX_PATH] = '\0';
|
|
|
|
} else if (GetLogicalDriveStrings(MAX_PATH - 1, tmpbuf)) {
|
|
|
|
// Check whether device name corresponds to some local drive.
|
|
|
|
TCHAR name[MAX_PATH];
|
|
|
|
TCHAR drive[3] = TEXT(" :");
|
|
|
|
bool found = false;
|
|
|
|
TCHAR * p = tmpbuf;
|
|
|
|
do {
|
|
|
|
// Copy the drive letter to the template string
|
|
|
|
drive[0] = *p;
|
|
|
|
// Look up each device name
|
|
|
|
if (QueryDosDevice(drive, name, MAX_PATH)) {
|
|
|
|
namelen = _tcslen(name);
|
|
|
|
if (namelen < MAX_PATH) {
|
|
|
|
found = _tcsnicmp(realpath, name, namelen) == 0;
|
|
|
|
if (found) {
|
|
|
|
// Repl. device spec with drive
|
|
|
|
TCHAR tempfile[MAX_PATH];
|
2009-05-01 19:08:14 +00:00
|
|
|
_snprintf(tempfile,
|
2009-05-01 15:18:11 +00:00
|
|
|
MAX_PATH,
|
|
|
|
"%s%s",
|
|
|
|
drive,
|
|
|
|
realpath + namelen);
|
|
|
|
strncpy(realpath,
|
|
|
|
tempfile,
|
|
|
|
MAX_PATH);
|
|
|
|
realpath[MAX_PATH] = '\0';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// Advance p to the next NULL character.
|
|
|
|
while (*p++) ;
|
|
|
|
} while (!found && *p);
|
|
|
|
}
|
|
|
|
UnmapViewOfFile(pmem);
|
|
|
|
CloseHandle(hmap);
|
|
|
|
CloseHandle(hpath);
|
|
|
|
string const retpath = subst(string(realpath), '\\', '/');
|
2010-04-21 01:19:09 +00:00
|
|
|
return FileName::fromFilesystemEncoding(retpath).absFileName();
|
2009-05-01 15:18:11 +00:00
|
|
|
}
|
|
|
|
|
2003-07-01 21:31:06 +00:00
|
|
|
} // namespace os
|
|
|
|
} // namespace support
|
|
|
|
} // namespace lyx
|