2003-02-28 09:49:49 +00:00
|
|
|
/**
|
2007-04-26 04:41:58 +00:00
|
|
|
* \file Converter.cpp
|
2003-02-28 09:49:49 +00:00
|
|
|
* This file is part of LyX, the document processor.
|
|
|
|
* Licence details can be found in the file COPYING.
|
2002-03-21 17:27:08 +00:00
|
|
|
*
|
2003-02-28 09:49:49 +00:00
|
|
|
* \author Dekel Tsur
|
2002-03-21 17:27:08 +00:00
|
|
|
*
|
2003-08-23 00:17:00 +00:00
|
|
|
* Full author contact details are available in file CREDITS.
|
2003-02-28 09:49:49 +00:00
|
|
|
*/
|
2000-08-30 03:40:51 +00:00
|
|
|
|
|
|
|
#include <config.h>
|
|
|
|
|
2007-04-26 04:41:58 +00:00
|
|
|
#include "Converter.h"
|
2003-09-09 22:13:45 +00:00
|
|
|
|
2006-11-13 10:27:57 +00:00
|
|
|
#include "ConverterCache.h"
|
2007-04-26 04:41:58 +00:00
|
|
|
#include "Buffer.h"
|
2003-06-24 20:42:15 +00:00
|
|
|
#include "buffer_funcs.h"
|
2007-04-26 04:41:58 +00:00
|
|
|
#include "BufferParams.h"
|
2007-06-15 13:13:49 +00:00
|
|
|
#include "ErrorList.h"
|
2007-04-26 04:41:58 +00:00
|
|
|
#include "Format.h"
|
|
|
|
#include "Language.h"
|
2003-09-09 22:13:45 +00:00
|
|
|
#include "LaTeX.h"
|
2007-04-26 04:41:58 +00:00
|
|
|
#include "Mover.h"
|
2000-08-30 03:40:51 +00:00
|
|
|
|
2007-04-28 20:44:46 +00:00
|
|
|
#include "frontends/alert.h"
|
2002-02-18 19:13:48 +00:00
|
|
|
|
2007-11-29 07:04:28 +00:00
|
|
|
#include "support/debug.h"
|
2007-12-05 10:32:49 +00:00
|
|
|
#include "support/FileNameList.h"
|
2002-02-18 19:13:48 +00:00
|
|
|
#include "support/filetools.h"
|
2007-12-05 10:32:49 +00:00
|
|
|
#include "support/FileZipListDir.h"
|
2007-11-29 07:04:28 +00:00
|
|
|
#include "support/gettext.h"
|
2007-11-13 23:50:28 +00:00
|
|
|
#include "support/lstrings.h"
|
2006-06-30 13:54:01 +00:00
|
|
|
#include "support/os.h"
|
2007-07-12 16:30:07 +00:00
|
|
|
#include "support/Package.h"
|
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
|
|
|
#include "support/Path.h"
|
|
|
|
#include "support/Systemcall.h"
|
2002-02-18 19:13:48 +00:00
|
|
|
|
2007-12-12 10:16:00 +00:00
|
|
|
using namespace std;
|
2007-12-12 18:57:56 +00:00
|
|
|
using namespace lyx::support;
|
2006-10-21 00:16:43 +00:00
|
|
|
|
|
|
|
namespace lyx {
|
|
|
|
|
2006-10-07 16:47:54 +00:00
|
|
|
namespace Alert = lyx::frontend::Alert;
|
|
|
|
|
2003-09-08 00:33:41 +00:00
|
|
|
|
2001-03-20 01:22:46 +00:00
|
|
|
namespace {
|
|
|
|
|
|
|
|
string const token_from("$$i");
|
|
|
|
string const token_base("$$b");
|
|
|
|
string const token_to("$$o");
|
2002-10-16 16:07:14 +00:00
|
|
|
string const token_path("$$p");
|
2000-08-30 03:40:51 +00:00
|
|
|
|
|
|
|
|
2003-02-28 09:49:49 +00:00
|
|
|
|
2000-09-14 17:53:12 +00:00
|
|
|
string const add_options(string const & command, string const & options)
|
2000-09-05 13:16:19 +00:00
|
|
|
{
|
|
|
|
string head;
|
2000-11-08 09:39:46 +00:00
|
|
|
string const tail = split(command, head, ' ');
|
2000-09-05 13:16:19 +00:00
|
|
|
return head + ' ' + options + ' ' + tail;
|
|
|
|
}
|
|
|
|
|
2003-07-17 08:23:33 +00:00
|
|
|
|
|
|
|
string const dvipdfm_options(BufferParams const & bp)
|
|
|
|
{
|
|
|
|
string result;
|
|
|
|
|
2005-07-16 16:57:55 +00:00
|
|
|
if (bp.papersize != PAPER_CUSTOM) {
|
2008-01-25 12:54:25 +00:00
|
|
|
string const paper_size = bp.paperSizeName(BufferParams::DVIPDFM);
|
|
|
|
if (!paper_size.empty())
|
2003-07-17 08:23:33 +00:00
|
|
|
result = "-p "+ paper_size;
|
|
|
|
|
2003-07-26 23:04:39 +00:00
|
|
|
if (bp.orientation == ORIENTATION_LANDSCAPE)
|
2003-07-17 08:23:33 +00:00
|
|
|
result += " -l";
|
|
|
|
}
|
|
|
|
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
|
2004-01-31 15:30:24 +00:00
|
|
|
|
2007-11-13 23:50:28 +00:00
|
|
|
class ConverterEqual {
|
2004-01-31 15:30:24 +00:00
|
|
|
public:
|
|
|
|
ConverterEqual(string const & from, string const & to)
|
|
|
|
: from_(from), to_(to) {}
|
|
|
|
bool operator()(Converter const & c) const {
|
|
|
|
return c.from == from_ && c.to == to_;
|
|
|
|
}
|
|
|
|
private:
|
|
|
|
string const from_;
|
|
|
|
string const to_;
|
|
|
|
};
|
|
|
|
|
2001-03-20 01:22:46 +00:00
|
|
|
} // namespace anon
|
|
|
|
|
2000-08-30 03:40:51 +00:00
|
|
|
|
2005-01-05 20:21:27 +00:00
|
|
|
Converter::Converter(string const & f, string const & t,
|
|
|
|
string const & c, string const & l)
|
|
|
|
: from(f), to(t), command(c), flags(l),
|
|
|
|
From(0), To(0), latex(false), xml(false),
|
2007-06-19 14:29:57 +00:00
|
|
|
need_aux(false)
|
2003-02-28 09:49:49 +00:00
|
|
|
{}
|
2000-11-06 11:20:22 +00:00
|
|
|
|
2003-06-28 01:23:11 +00:00
|
|
|
|
2001-07-30 11:56:00 +00:00
|
|
|
void Converter::readFlags()
|
2000-11-06 11:20:22 +00:00
|
|
|
{
|
2000-11-13 10:35:02 +00:00
|
|
|
string flag_list(flags);
|
|
|
|
while (!flag_list.empty()) {
|
|
|
|
string flag_name, flag_value;
|
|
|
|
flag_list = split(flag_list, flag_value, ',');
|
|
|
|
flag_value = split(flag_value, flag_name, '=');
|
|
|
|
if (flag_name == "latex")
|
|
|
|
latex = true;
|
2004-05-13 11:21:58 +00:00
|
|
|
else if (flag_name == "xml")
|
|
|
|
xml = true;
|
2000-11-13 10:35:02 +00:00
|
|
|
else if (flag_name == "needaux")
|
|
|
|
need_aux = true;
|
|
|
|
else if (flag_name == "resultdir")
|
|
|
|
result_dir = (flag_value.empty())
|
|
|
|
? token_base : flag_value;
|
|
|
|
else if (flag_name == "resultfile")
|
|
|
|
result_file = flag_value;
|
|
|
|
else if (flag_name == "parselog")
|
|
|
|
parselog = flag_value;
|
|
|
|
}
|
|
|
|
if (!result_dir.empty() && result_file.empty())
|
2001-07-30 11:56:00 +00:00
|
|
|
result_file = "index." + formats.extension(to);
|
2000-11-13 10:35:02 +00:00
|
|
|
//if (!contains(command, token_from))
|
|
|
|
// latex = true;
|
2000-11-06 11:20:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2000-11-13 10:35:02 +00:00
|
|
|
bool operator<(Converter const & a, Converter const & b)
|
|
|
|
{
|
2002-07-16 21:17:10 +00:00
|
|
|
// use the compare_ascii_no_case instead of compare_no_case,
|
|
|
|
// because in turkish, 'i' is not the lowercase version of 'I',
|
|
|
|
// and thus turkish locale breaks parsing of tags.
|
|
|
|
int const i = compare_ascii_no_case(a.From->prettyname(),
|
|
|
|
b.From->prettyname());
|
2000-11-13 10:35:02 +00:00
|
|
|
if (i == 0)
|
2003-08-28 07:41:31 +00:00
|
|
|
return compare_ascii_no_case(a.To->prettyname(),
|
2003-07-07 08:37:02 +00:00
|
|
|
b.To->prettyname()) < 0;
|
2000-11-13 10:35:02 +00:00
|
|
|
else
|
|
|
|
return i < 0;
|
|
|
|
}
|
|
|
|
|
2003-02-28 09:49:49 +00:00
|
|
|
|
2001-07-30 11:56:00 +00:00
|
|
|
Converter const * Converters::getConverter(string const & from,
|
2004-01-31 15:30:24 +00:00
|
|
|
string const & to) const
|
2000-08-30 03:40:51 +00:00
|
|
|
{
|
2005-01-05 20:21:27 +00:00
|
|
|
ConverterList::const_iterator const cit =
|
2001-07-30 11:56:00 +00:00
|
|
|
find_if(converterlist_.begin(), converterlist_.end(),
|
2004-01-31 15:30:24 +00:00
|
|
|
ConverterEqual(from, to));
|
2001-07-30 11:56:00 +00:00
|
|
|
if (cit != converterlist_.end())
|
2000-11-13 10:35:02 +00:00
|
|
|
return &(*cit);
|
|
|
|
else
|
|
|
|
return 0;
|
|
|
|
}
|
2000-09-05 13:16:19 +00:00
|
|
|
|
2000-09-11 15:42:17 +00:00
|
|
|
|
2004-01-31 15:30:24 +00:00
|
|
|
int Converters::getNumber(string const & from, string const & to) const
|
2000-11-13 10:35:02 +00:00
|
|
|
{
|
2005-01-05 20:21:27 +00:00
|
|
|
ConverterList::const_iterator const cit =
|
2001-07-30 11:56:00 +00:00
|
|
|
find_if(converterlist_.begin(), converterlist_.end(),
|
2004-01-31 15:30:24 +00:00
|
|
|
ConverterEqual(from, to));
|
2001-07-30 11:56:00 +00:00
|
|
|
if (cit != converterlist_.end())
|
2004-01-31 15:30:24 +00:00
|
|
|
return distance(converterlist_.begin(), cit);
|
2000-11-13 10:35:02 +00:00
|
|
|
else
|
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
|
2000-08-30 03:40:51 +00:00
|
|
|
|
2001-07-30 11:56:00 +00:00
|
|
|
void Converters::add(string const & from, string const & to,
|
2000-11-13 10:35:02 +00:00
|
|
|
string const & command, string const & flags)
|
|
|
|
{
|
2001-07-30 11:56:00 +00:00
|
|
|
formats.add(from);
|
|
|
|
formats.add(to);
|
|
|
|
ConverterList::iterator it = find_if(converterlist_.begin(),
|
|
|
|
converterlist_.end(),
|
2004-01-31 15:30:24 +00:00
|
|
|
ConverterEqual(from , to));
|
2000-11-13 10:35:02 +00:00
|
|
|
|
|
|
|
Converter converter(from, to, command, flags);
|
2001-07-30 11:56:00 +00:00
|
|
|
if (it != converterlist_.end() && !flags.empty() && flags[0] == '*') {
|
2000-11-13 10:35:02 +00:00
|
|
|
converter = *it;
|
|
|
|
converter.command = command;
|
|
|
|
converter.flags = flags;
|
|
|
|
}
|
2001-07-30 11:56:00 +00:00
|
|
|
converter.readFlags();
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2001-07-30 11:56:00 +00:00
|
|
|
if (converter.latex && (latex_command_.empty() || to == "dvi"))
|
|
|
|
latex_command_ = subst(command, token_from, "");
|
2000-10-23 12:16:05 +00:00
|
|
|
// If we have both latex & pdflatex, we set latex_command to latex.
|
|
|
|
// The latex_command is used to update the .aux file when running
|
|
|
|
// a converter that uses it.
|
|
|
|
|
2001-07-30 11:56:00 +00:00
|
|
|
if (it == converterlist_.end()) {
|
|
|
|
converterlist_.push_back(converter);
|
|
|
|
} else {
|
2000-11-13 10:35:02 +00:00
|
|
|
converter.From = it->From;
|
|
|
|
converter.To = it->To;
|
|
|
|
*it = converter;
|
2000-10-23 12:16:05 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2001-07-30 11:56:00 +00:00
|
|
|
void Converters::erase(string const & from, string const & to)
|
2000-10-23 12:16:05 +00:00
|
|
|
{
|
2005-01-05 20:21:27 +00:00
|
|
|
ConverterList::iterator const it =
|
|
|
|
find_if(converterlist_.begin(),
|
|
|
|
converterlist_.end(),
|
|
|
|
ConverterEqual(from, to));
|
2001-07-30 11:56:00 +00:00
|
|
|
if (it != converterlist_.end())
|
|
|
|
converterlist_.erase(it);
|
2000-11-06 11:20:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2000-11-13 10:35:02 +00:00
|
|
|
// This method updates the pointers From and To in all the converters.
|
|
|
|
// The code is not very efficient, but it doesn't matter as the number
|
|
|
|
// of formats and converters is small.
|
2002-03-21 17:27:08 +00:00
|
|
|
// Furthermore, this method is called only on startup, or after
|
2000-11-13 10:35:02 +00:00
|
|
|
// adding/deleting a format in FormPreferences (the latter calls can be
|
|
|
|
// eliminated if the formats in the Formats class are stored using a map or
|
2002-03-21 17:27:08 +00:00
|
|
|
// a list (instead of a vector), but this will cause other problems).
|
2001-07-30 11:56:00 +00:00
|
|
|
void Converters::update(Formats const & formats)
|
2000-11-06 11:20:22 +00:00
|
|
|
{
|
2001-07-30 11:56:00 +00:00
|
|
|
ConverterList::iterator it = converterlist_.begin();
|
|
|
|
ConverterList::iterator end = converterlist_.end();
|
|
|
|
for (; it != end; ++it) {
|
|
|
|
it->From = formats.getFormat(it->from);
|
|
|
|
it->To = formats.getFormat(it->to);
|
2000-11-13 10:35:02 +00:00
|
|
|
}
|
|
|
|
}
|
2000-11-06 11:20:22 +00:00
|
|
|
|
2000-11-13 10:35:02 +00:00
|
|
|
|
|
|
|
// This method updates the pointers From and To in the last converter.
|
|
|
|
// It is called when adding a new converter in FormPreferences
|
2001-07-30 11:56:00 +00:00
|
|
|
void Converters::updateLast(Formats const & formats)
|
2000-11-13 10:35:02 +00:00
|
|
|
{
|
2001-07-30 11:56:00 +00:00
|
|
|
if (converterlist_.begin() != converterlist_.end()) {
|
|
|
|
ConverterList::iterator it = converterlist_.end() - 1;
|
|
|
|
it->From = formats.getFormat(it->from);
|
|
|
|
it->To = formats.getFormat(it->to);
|
2000-11-13 10:35:02 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2001-07-30 11:56:00 +00:00
|
|
|
void Converters::sort()
|
2000-11-13 10:35:02 +00:00
|
|
|
{
|
2001-07-30 11:56:00 +00:00
|
|
|
std::sort(converterlist_.begin(), converterlist_.end());
|
2000-11-13 10:35:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2003-11-27 16:38:47 +00:00
|
|
|
OutputParams::FLAVOR Converters::getFlavor(Graph::EdgePath const & path)
|
2000-11-13 10:35:02 +00:00
|
|
|
{
|
2003-02-28 09:49:49 +00:00
|
|
|
for (Graph::EdgePath::const_iterator cit = path.begin();
|
2000-11-13 10:35:02 +00:00
|
|
|
cit != path.end(); ++cit) {
|
2001-07-30 11:56:00 +00:00
|
|
|
Converter const & conv = converterlist_[*cit];
|
2000-11-13 10:35:02 +00:00
|
|
|
if (conv.latex)
|
2003-11-27 16:38:47 +00:00
|
|
|
if (contains(conv.to, "pdf"))
|
|
|
|
return OutputParams::PDFLATEX;
|
2004-05-13 11:21:58 +00:00
|
|
|
if (conv.xml)
|
|
|
|
return OutputParams::XML;
|
2000-11-13 10:35:02 +00:00
|
|
|
}
|
2003-11-27 16:38:47 +00:00
|
|
|
return OutputParams::LATEX;
|
2000-11-13 10:35:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2001-07-30 11:56:00 +00:00
|
|
|
bool Converters::convert(Buffer const * buffer,
|
2007-05-28 22:27:45 +00:00
|
|
|
FileName const & from_file, FileName const & to_file,
|
|
|
|
FileName const & orig_from,
|
|
|
|
string const & from_format, string const & to_format,
|
|
|
|
ErrorList & errorList, int conversionflags)
|
2000-11-13 10:35:02 +00:00
|
|
|
{
|
|
|
|
if (from_format == to_format)
|
2004-10-26 18:39:13 +00:00
|
|
|
return move(from_format, from_file, to_file, false);
|
2000-11-13 10:35:02 +00:00
|
|
|
|
2006-11-13 10:27:57 +00:00
|
|
|
if ((conversionflags & try_cache) &&
|
|
|
|
ConverterCache::get().inCache(orig_from, to_format))
|
|
|
|
return ConverterCache::get().copy(orig_from, to_format, to_file);
|
|
|
|
|
2003-02-28 09:49:49 +00:00
|
|
|
Graph::EdgePath edgepath = getPath(from_format, to_format);
|
2000-11-13 10:35:02 +00:00
|
|
|
if (edgepath.empty()) {
|
2006-11-13 10:27:57 +00:00
|
|
|
if (conversionflags & try_default) {
|
2005-01-14 19:13:17 +00:00
|
|
|
// if no special converter defined, then we take the
|
|
|
|
// default one from ImageMagic.
|
2006-01-19 21:18:25 +00:00
|
|
|
string const from_ext = from_format.empty() ?
|
2006-11-26 21:30:39 +00:00
|
|
|
getExtension(from_file.absFilename()) :
|
2006-01-19 21:18:25 +00:00
|
|
|
formats.extension(from_format);
|
2006-11-13 10:27:57 +00:00
|
|
|
string const to_ext = formats.extension(to_format);
|
2005-04-17 19:31:27 +00:00
|
|
|
string const command =
|
2007-12-12 19:57:42 +00:00
|
|
|
os::python() + ' ' +
|
2006-11-26 21:30:39 +00:00
|
|
|
quoteName(libFileSearch("scripts", "convertDefault.py").toFilesystemEncoding()) +
|
2005-04-17 19:31:27 +00:00
|
|
|
' ' +
|
2006-11-26 21:30:39 +00:00
|
|
|
quoteName(from_ext + ':' + from_file.toFilesystemEncoding()) +
|
2005-04-17 19:31:27 +00:00
|
|
|
' ' +
|
2006-11-26 21:30:39 +00:00
|
|
|
quoteName(to_ext + ':' + to_file.toFilesystemEncoding());
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::FILES, "No converter defined! "
|
|
|
|
"I use convertDefault.py:\n\t" << command);
|
2005-01-14 19:13:17 +00:00
|
|
|
Systemcall one;
|
|
|
|
one.startscript(Systemcall::Wait, command);
|
2007-11-25 11:18:16 +00:00
|
|
|
if (to_file.isReadableFile()) {
|
2006-11-13 10:27:57 +00:00
|
|
|
if (conversionflags & try_cache)
|
|
|
|
ConverterCache::get().add(orig_from,
|
|
|
|
to_format, to_file);
|
2005-01-14 19:13:17 +00:00
|
|
|
return true;
|
|
|
|
}
|
|
|
|
}
|
2006-09-11 08:54:10 +00:00
|
|
|
Alert::error(_("Cannot convert file"),
|
|
|
|
bformat(_("No information for converting %1$s "
|
2006-09-09 15:27:44 +00:00
|
|
|
"format files to %2$s.\n"
|
2006-10-19 16:38:13 +00:00
|
|
|
"Define a converter in the preferences."),
|
2006-10-21 00:16:43 +00:00
|
|
|
from_ascii(from_format), from_ascii(to_format)));
|
2000-08-30 03:40:51 +00:00
|
|
|
return false;
|
|
|
|
}
|
2007-03-19 20:39:30 +00:00
|
|
|
|
|
|
|
// buffer is only invalid for importing, and then runparams is not
|
|
|
|
// used anyway.
|
|
|
|
OutputParams runparams(buffer ? &buffer->params().encoding() : 0);
|
2003-11-27 16:38:47 +00:00
|
|
|
runparams.flavor = getFlavor(edgepath);
|
2006-10-04 19:01:00 +00:00
|
|
|
|
|
|
|
// Some converters (e.g. lilypond) can only output files to the
|
|
|
|
// current directory, so we need to change the current directory.
|
|
|
|
// This has the added benefit that all other files that may be
|
|
|
|
// generated by the converter are deleted when LyX closes and do not
|
|
|
|
// clutter the real working directory.
|
2007-04-06 18:03:29 +00:00
|
|
|
string const path(onlyPath(from_file.absFilename()));
|
|
|
|
// Prevent the compiler from optimizing away p
|
|
|
|
FileName pp(path);
|
2007-12-12 19:57:42 +00:00
|
|
|
PathChanger p(pp);
|
2006-10-04 19:01:00 +00:00
|
|
|
|
2006-08-13 16:16:43 +00:00
|
|
|
// empty the error list before any new conversion takes place.
|
|
|
|
errorList.clear();
|
2000-08-30 03:40:51 +00:00
|
|
|
|
2000-09-11 15:42:17 +00:00
|
|
|
bool run_latex = false;
|
2006-11-26 21:30:39 +00:00
|
|
|
string from_base = changeExtension(from_file.absFilename(), "");
|
|
|
|
string to_base = changeExtension(to_file.absFilename(), "");
|
|
|
|
FileName infile;
|
|
|
|
FileName outfile = from_file;
|
2003-02-28 09:49:49 +00:00
|
|
|
for (Graph::EdgePath::const_iterator cit = edgepath.begin();
|
2000-11-13 10:35:02 +00:00
|
|
|
cit != edgepath.end(); ++cit) {
|
2001-07-30 11:56:00 +00:00
|
|
|
Converter const & conv = converterlist_[*cit];
|
2000-11-13 10:35:02 +00:00
|
|
|
bool dummy = conv.To->dummy() && conv.to != "program";
|
2007-09-16 10:36:57 +00:00
|
|
|
if (!dummy) {
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::FILES, "Converting from "
|
|
|
|
<< conv.from << " to " << conv.to);
|
2007-09-16 10:36:57 +00:00
|
|
|
}
|
2000-09-11 15:42:17 +00:00
|
|
|
infile = outfile;
|
2006-11-26 21:30:39 +00:00
|
|
|
outfile = FileName(conv.result_dir.empty()
|
|
|
|
? changeExtension(from_file.absFilename(), conv.To->extension())
|
2006-04-08 22:31:11 +00:00
|
|
|
: addName(subst(conv.result_dir,
|
2000-11-13 10:35:02 +00:00
|
|
|
token_base, from_base),
|
|
|
|
subst(conv.result_file,
|
2006-11-26 21:30:39 +00:00
|
|
|
token_base, onlyFilename(from_base))));
|
2000-11-13 10:35:02 +00:00
|
|
|
|
2002-11-29 15:51:17 +00:00
|
|
|
// if input and output files are equal, we use a
|
|
|
|
// temporary file as intermediary (JMarc)
|
2006-11-26 21:30:39 +00:00
|
|
|
FileName real_outfile;
|
2002-11-29 15:51:17 +00:00
|
|
|
if (outfile == infile) {
|
|
|
|
real_outfile = infile;
|
2007-07-12 16:30:07 +00:00
|
|
|
// when importing, a buffer does not necessarily exist
|
|
|
|
if (buffer)
|
|
|
|
outfile = FileName(addName(buffer->temppath(), "tmpfile.out"));
|
|
|
|
else
|
|
|
|
outfile = FileName(addName(package().temp_dir().absFilename(),
|
|
|
|
"tmpfile.out"));
|
2002-11-29 15:51:17 +00:00
|
|
|
}
|
|
|
|
|
2000-11-13 10:35:02 +00:00
|
|
|
if (conv.latex) {
|
2000-09-11 15:42:17 +00:00
|
|
|
run_latex = true;
|
2005-01-05 20:21:27 +00:00
|
|
|
string const command = subst(conv.command, token_from, "");
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::FILES, "Running " << command);
|
2006-08-13 16:16:43 +00:00
|
|
|
if (!runLaTeX(*buffer, command, runparams, errorList))
|
2000-08-30 03:40:51 +00:00
|
|
|
return false;
|
|
|
|
} else {
|
2000-11-13 10:35:02 +00:00
|
|
|
if (conv.need_aux && !run_latex
|
2001-07-30 11:56:00 +00:00
|
|
|
&& !latex_command_.empty()) {
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::FILES, "Running " << latex_command_
|
|
|
|
<< " to update aux file");
|
2006-08-13 16:16:43 +00:00
|
|
|
runLaTeX(*buffer, latex_command_, runparams, errorList);
|
2000-09-11 15:42:17 +00:00
|
|
|
}
|
|
|
|
|
2007-03-27 07:24:16 +00:00
|
|
|
// FIXME UNICODE
|
2007-06-19 14:29:57 +00:00
|
|
|
string const infile2 =
|
|
|
|
to_utf8(makeRelPath(from_utf8(infile.absFilename()), from_utf8(path)));
|
|
|
|
string const outfile2 =
|
|
|
|
to_utf8(makeRelPath(from_utf8(outfile.absFilename()), from_utf8(path)));
|
2002-07-17 17:26:35 +00:00
|
|
|
|
2000-11-13 10:35:02 +00:00
|
|
|
string command = conv.command;
|
2006-04-08 22:31:11 +00:00
|
|
|
command = subst(command, token_from, quoteName(infile2));
|
|
|
|
command = subst(command, token_base, quoteName(from_base));
|
|
|
|
command = subst(command, token_to, quoteName(outfile2));
|
|
|
|
command = libScriptSearch(command);
|
2000-10-02 16:44:47 +00:00
|
|
|
|
2000-11-13 10:35:02 +00:00
|
|
|
if (!conv.parselog.empty())
|
2006-04-08 22:31:11 +00:00
|
|
|
command += " 2> " + quoteName(infile2 + ".out");
|
2000-09-05 13:16:19 +00:00
|
|
|
|
2000-11-13 10:35:02 +00:00
|
|
|
if (conv.from == "dvi" && conv.to == "ps")
|
2000-09-05 13:16:19 +00:00
|
|
|
command = add_options(command,
|
2003-09-09 09:47:59 +00:00
|
|
|
buffer->params().dvips_options());
|
2001-01-28 16:52:27 +00:00
|
|
|
else if (conv.from == "dvi" && prefixIs(conv.to, "pdf"))
|
|
|
|
command = add_options(command,
|
2003-09-09 09:47:59 +00:00
|
|
|
dvipdfm_options(buffer->params()));
|
2000-09-05 13:16:19 +00:00
|
|
|
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::FILES, "Calling " << command);
|
2003-11-24 12:00:20 +00:00
|
|
|
if (buffer)
|
2006-09-11 08:54:10 +00:00
|
|
|
buffer->message(_("Executing command: ")
|
2006-10-21 00:16:43 +00:00
|
|
|
+ from_utf8(command));
|
2003-08-28 07:41:31 +00:00
|
|
|
|
2002-02-18 19:13:48 +00:00
|
|
|
Systemcall one;
|
2000-08-30 03:40:51 +00:00
|
|
|
int res;
|
2007-06-19 14:29:57 +00:00
|
|
|
if (dummy) {
|
|
|
|
res = one.startscript(Systemcall::DontWait,
|
2007-01-22 02:58:47 +00:00
|
|
|
to_filesystem8bit(from_utf8(command)));
|
2007-06-19 14:29:57 +00:00
|
|
|
// We're not waiting for the result, so we can't do anything
|
|
|
|
// else here.
|
|
|
|
} else {
|
|
|
|
res = one.startscript(Systemcall::Wait,
|
|
|
|
to_filesystem8bit(from_utf8(command)));
|
|
|
|
if (!real_outfile.empty()) {
|
|
|
|
Mover const & mover = getMover(conv.to);
|
|
|
|
if (!mover.rename(outfile, real_outfile))
|
|
|
|
res = -1;
|
|
|
|
else
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::FILES, "renaming file " << outfile
|
|
|
|
<< " to " << real_outfile);
|
2007-06-19 14:29:57 +00:00
|
|
|
// Finally, don't forget to tell any future
|
|
|
|
// converters to use the renamed file...
|
|
|
|
outfile = real_outfile;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!conv.parselog.empty()) {
|
|
|
|
string const logfile = infile2 + ".log";
|
|
|
|
string const script = libScriptSearch(conv.parselog);
|
|
|
|
string const command2 = script +
|
|
|
|
" < " + quoteName(infile2 + ".out") +
|
|
|
|
" > " + quoteName(logfile);
|
|
|
|
one.startscript(Systemcall::Wait,
|
|
|
|
to_filesystem8bit(from_utf8(command2)));
|
|
|
|
if (!scanLog(*buffer, command, makeAbsPath(logfile, path), errorList))
|
|
|
|
return false;
|
|
|
|
}
|
2000-10-02 16:44:47 +00:00
|
|
|
}
|
|
|
|
|
2000-08-30 03:40:51 +00:00
|
|
|
if (res) {
|
2003-03-29 12:03:54 +00:00
|
|
|
if (conv.to == "program") {
|
2006-09-11 08:54:10 +00:00
|
|
|
Alert::error(_("Build errors"),
|
|
|
|
_("There were errors during the build process."));
|
2003-03-29 12:03:54 +00:00
|
|
|
} else {
|
2003-03-31 01:15:44 +00:00
|
|
|
// FIXME: this should go out of here. For example, here we cannot say if
|
|
|
|
// it is a document (.lyx) or something else. Same goes for elsewhere.
|
2006-10-07 16:47:54 +00:00
|
|
|
Alert::error(_("Cannot convert file"),
|
|
|
|
bformat(_("An error occurred whilst running %1$s"),
|
2007-01-22 02:58:47 +00:00
|
|
|
from_utf8(command.substr(0, 50))));
|
2003-03-29 12:03:54 +00:00
|
|
|
}
|
2000-08-30 03:40:51 +00:00
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2001-07-30 11:56:00 +00:00
|
|
|
Converter const & conv = converterlist_[edgepath.back()];
|
2000-11-13 10:35:02 +00:00
|
|
|
if (conv.To->dummy())
|
2000-11-06 11:20:22 +00:00
|
|
|
return true;
|
|
|
|
|
2000-11-13 10:35:02 +00:00
|
|
|
if (!conv.result_dir.empty()) {
|
2006-11-13 10:27:57 +00:00
|
|
|
// The converter has put the file(s) in a directory.
|
|
|
|
// In this case we ignore the given to_file.
|
2000-09-11 15:42:17 +00:00
|
|
|
if (from_base != to_base) {
|
2005-01-05 20:21:27 +00:00
|
|
|
string const from = subst(conv.result_dir,
|
2000-11-13 10:35:02 +00:00
|
|
|
token_base, from_base);
|
2005-01-05 20:21:27 +00:00
|
|
|
string const to = subst(conv.result_dir,
|
2000-11-13 10:35:02 +00:00
|
|
|
token_base, to_base);
|
2007-01-18 08:42:53 +00:00
|
|
|
Mover const & mover = getMover(conv.from);
|
2006-11-26 21:30:39 +00:00
|
|
|
if (!mover.rename(FileName(from), FileName(to))) {
|
2006-09-11 08:54:10 +00:00
|
|
|
Alert::error(_("Cannot convert file"),
|
2006-11-13 10:27:57 +00:00
|
|
|
bformat(_("Could not move a temporary directory from %1$s to %2$s."),
|
2007-01-22 02:58:47 +00:00
|
|
|
from_utf8(from), from_utf8(to)));
|
2000-11-06 11:20:22 +00:00
|
|
|
return false;
|
|
|
|
}
|
2000-09-11 15:42:17 +00:00
|
|
|
}
|
2000-12-10 05:20:36 +00:00
|
|
|
return true;
|
2006-11-13 10:27:57 +00:00
|
|
|
} else {
|
|
|
|
if (conversionflags & try_cache)
|
|
|
|
ConverterCache::get().add(orig_from, to_format, outfile);
|
2004-10-26 18:39:13 +00:00
|
|
|
return move(conv.to, outfile, to_file, conv.latex);
|
2006-11-13 10:27:57 +00:00
|
|
|
}
|
2000-08-30 03:40:51 +00:00
|
|
|
}
|
|
|
|
|
2002-11-24 15:20:31 +00:00
|
|
|
|
2004-10-26 18:39:13 +00:00
|
|
|
bool Converters::move(string const & fmt,
|
2006-11-26 21:30:39 +00:00
|
|
|
FileName const & from, FileName const & to, bool copy)
|
2000-12-10 05:20:36 +00:00
|
|
|
{
|
2007-12-05 10:45:19 +00:00
|
|
|
if (from == to)
|
|
|
|
return true;
|
2000-12-10 05:20:36 +00:00
|
|
|
|
|
|
|
bool no_errors = true;
|
2006-11-26 21:30:39 +00:00
|
|
|
string const path = onlyPath(from.absFilename());
|
2006-12-21 11:46:13 +00:00
|
|
|
string const base = onlyFilename(removeExtension(from.absFilename()));
|
|
|
|
string const to_base = removeExtension(to.absFilename());
|
2006-11-26 21:30:39 +00:00
|
|
|
string const to_extension = getExtension(to.absFilename());
|
2000-12-10 05:20:36 +00:00
|
|
|
|
2008-04-20 03:08:11 +00:00
|
|
|
support::FileNameList const files = FileName(path).dirList(getExtension(from.absFilename()));
|
|
|
|
for (support::FileNameList::const_iterator it = files.begin();
|
2006-12-21 13:01:47 +00:00
|
|
|
it != files.end(); ++it) {
|
|
|
|
string const from2 = it->absFilename();
|
|
|
|
string const file2 = onlyFilename(from2);
|
|
|
|
if (prefixIs(file2, base)) {
|
|
|
|
string const to2 = changeExtension(
|
|
|
|
to_base + file2.substr(base.length()),
|
|
|
|
to_extension);
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::FILES, "moving " << from2 << " to " << to2);
|
2004-10-26 18:39:13 +00:00
|
|
|
|
2007-01-18 08:42:53 +00:00
|
|
|
Mover const & mover = getMover(fmt);
|
2004-10-26 18:39:13 +00:00
|
|
|
bool const moved = copy
|
2006-12-21 13:01:47 +00:00
|
|
|
? mover.copy(*it, FileName(to2))
|
|
|
|
: mover.rename(*it, FileName(to2));
|
2000-12-10 05:20:36 +00:00
|
|
|
if (!moved && no_errors) {
|
2006-09-11 08:54:10 +00:00
|
|
|
Alert::error(_("Cannot convert file"),
|
2004-11-08 08:22:03 +00:00
|
|
|
bformat(copy ?
|
2006-09-11 08:54:10 +00:00
|
|
|
_("Could not copy a temporary file from %1$s to %2$s.") :
|
|
|
|
_("Could not move a temporary file from %1$s to %2$s."),
|
2006-12-21 13:01:47 +00:00
|
|
|
from_utf8(from2), from_utf8(to2)));
|
2000-12-10 05:20:36 +00:00
|
|
|
no_errors = false;
|
|
|
|
}
|
|
|
|
}
|
2006-12-21 13:01:47 +00:00
|
|
|
}
|
2000-12-10 05:20:36 +00:00
|
|
|
return no_errors;
|
|
|
|
}
|
2000-08-30 03:40:51 +00:00
|
|
|
|
2001-07-30 11:56:00 +00:00
|
|
|
|
|
|
|
bool Converters::formatIsUsed(string const & format)
|
2000-08-30 03:40:51 +00:00
|
|
|
{
|
2001-07-30 11:56:00 +00:00
|
|
|
ConverterList::const_iterator cit = converterlist_.begin();
|
|
|
|
ConverterList::const_iterator end = converterlist_.end();
|
|
|
|
for (; cit != end; ++cit) {
|
2000-11-13 10:35:02 +00:00
|
|
|
if (cit->from == format || cit->to == format)
|
|
|
|
return true;
|
2001-07-30 11:56:00 +00:00
|
|
|
}
|
2000-11-13 10:35:02 +00:00
|
|
|
return false;
|
2000-08-30 03:40:51 +00:00
|
|
|
}
|
|
|
|
|
2000-10-23 12:16:05 +00:00
|
|
|
|
2003-08-28 07:41:31 +00:00
|
|
|
bool Converters::scanLog(Buffer const & buffer, string const & /*command*/,
|
2006-12-04 17:43:49 +00:00
|
|
|
FileName const & filename, ErrorList & errorList)
|
2000-10-02 16:44:47 +00:00
|
|
|
{
|
2007-03-18 10:59:16 +00:00
|
|
|
OutputParams runparams(0);
|
2003-11-05 12:06:20 +00:00
|
|
|
runparams.flavor = OutputParams::LATEX;
|
2006-12-04 17:05:50 +00:00
|
|
|
LaTeX latex("", runparams, filename);
|
2000-10-02 16:44:47 +00:00
|
|
|
TeXErrors terr;
|
2005-01-05 20:21:27 +00:00
|
|
|
int const result = latex.scanLogFile(terr);
|
2003-05-20 16:56:07 +00:00
|
|
|
|
2003-07-07 08:37:02 +00:00
|
|
|
if (result & LaTeX::ERRORS)
|
2007-10-21 10:50:56 +00:00
|
|
|
buffer.bufferErrors(terr, errorList);
|
2000-10-23 12:16:05 +00:00
|
|
|
|
2000-10-02 16:44:47 +00:00
|
|
|
return true;
|
|
|
|
}
|
2000-08-30 04:38:32 +00:00
|
|
|
|
2005-01-05 20:21:27 +00:00
|
|
|
|
2003-07-07 08:37:02 +00:00
|
|
|
namespace {
|
|
|
|
|
2007-10-20 10:03:45 +00:00
|
|
|
class ShowMessage
|
|
|
|
: public boost::signals::trackable {
|
2003-07-07 08:37:02 +00:00
|
|
|
public:
|
2007-10-21 10:50:56 +00:00
|
|
|
ShowMessage(Buffer const & b) : buffer_(b) {}
|
2007-10-20 10:03:45 +00:00
|
|
|
void operator()(docstring const & msg) const { buffer_.message(msg); }
|
2003-07-07 08:37:02 +00:00
|
|
|
private:
|
2003-08-28 07:41:31 +00:00
|
|
|
Buffer const & buffer_;
|
2003-07-07 08:37:02 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
}
|
2000-10-23 12:16:05 +00:00
|
|
|
|
2003-08-28 07:41:31 +00:00
|
|
|
|
|
|
|
bool Converters::runLaTeX(Buffer const & buffer, string const & command,
|
2006-08-13 16:16:43 +00:00
|
|
|
OutputParams const & runparams, ErrorList & errorList)
|
2000-08-30 03:40:51 +00:00
|
|
|
{
|
2007-10-21 10:50:56 +00:00
|
|
|
buffer.setBusy(true);
|
2006-09-11 08:54:10 +00:00
|
|
|
buffer.message(_("Running LaTeX..."));
|
2004-10-26 18:39:13 +00:00
|
|
|
|
2004-10-07 15:21:03 +00:00
|
|
|
runparams.document_language = buffer.params().language->babel();
|
2000-08-30 03:40:51 +00:00
|
|
|
|
2002-03-19 03:56:23 +00:00
|
|
|
// do the LaTeX run(s)
|
2007-10-20 10:03:45 +00:00
|
|
|
string const name = buffer.latexName();
|
2006-12-04 17:43:49 +00:00
|
|
|
LaTeX latex(command, runparams, FileName(makeAbsPath(name)));
|
2000-08-30 03:40:51 +00:00
|
|
|
TeXErrors terr;
|
2007-10-20 10:03:45 +00:00
|
|
|
ShowMessage show(buffer);
|
2003-07-07 08:37:02 +00:00
|
|
|
latex.message.connect(show);
|
2005-01-05 20:21:27 +00:00
|
|
|
int const result = latex.run(terr);
|
2000-08-30 03:40:51 +00:00
|
|
|
|
2003-07-07 08:37:02 +00:00
|
|
|
if (result & LaTeX::ERRORS)
|
2007-10-21 10:50:56 +00:00
|
|
|
buffer.bufferErrors(terr, errorList);
|
2000-08-30 03:40:51 +00:00
|
|
|
|
|
|
|
// check return value from latex.run().
|
|
|
|
if ((result & LaTeX::NO_LOGFILE)) {
|
2006-09-11 08:54:10 +00:00
|
|
|
docstring const str =
|
|
|
|
bformat(_("LaTeX did not run successfully. "
|
2006-09-09 15:27:44 +00:00
|
|
|
"Additionally, LyX could not locate "
|
2006-10-21 00:16:43 +00:00
|
|
|
"the LaTeX log %1$s."), from_utf8(name));
|
2006-09-11 08:54:10 +00:00
|
|
|
Alert::error(_("LaTeX failed"), str);
|
2003-05-13 21:15:48 +00:00
|
|
|
} else if (result & LaTeX::NO_OUTPUT) {
|
2006-09-11 08:54:10 +00:00
|
|
|
Alert::warning(_("Output is empty"),
|
|
|
|
_("An empty output file was generated."));
|
2000-08-30 03:40:51 +00:00
|
|
|
}
|
2000-10-02 04:21:44 +00:00
|
|
|
|
2003-08-28 07:41:31 +00:00
|
|
|
|
2007-10-21 10:50:56 +00:00
|
|
|
buffer.setBusy(false);
|
2002-03-21 17:27:08 +00:00
|
|
|
|
|
|
|
int const ERROR_MASK =
|
2000-10-16 13:27:56 +00:00
|
|
|
LaTeX::NO_LOGFILE |
|
|
|
|
LaTeX::ERRORS |
|
|
|
|
LaTeX::NO_OUTPUT;
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2000-10-16 13:27:56 +00:00
|
|
|
return (result & ERROR_MASK) == 0;
|
2000-08-30 03:40:51 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2000-09-05 13:16:19 +00:00
|
|
|
|
2003-06-28 01:23:11 +00:00
|
|
|
|
2003-02-28 09:49:49 +00:00
|
|
|
void Converters::buildGraph()
|
|
|
|
{
|
|
|
|
G_.init(formats.size());
|
|
|
|
ConverterList::iterator beg = converterlist_.begin();
|
2005-01-05 20:21:27 +00:00
|
|
|
ConverterList::iterator const end = converterlist_.end();
|
2003-02-28 09:49:49 +00:00
|
|
|
for (ConverterList::iterator it = beg; it != end ; ++it) {
|
|
|
|
int const s = formats.getNumber(it->from);
|
|
|
|
int const t = formats.getNumber(it->to);
|
|
|
|
G_.addEdge(s,t);
|
|
|
|
}
|
|
|
|
}
|
2001-01-28 16:52:27 +00:00
|
|
|
|
2003-06-28 01:23:11 +00:00
|
|
|
|
2007-12-12 19:28:07 +00:00
|
|
|
vector<Format const *> const
|
|
|
|
Converters::intToFormat(vector<int> const & input)
|
2003-02-28 09:49:49 +00:00
|
|
|
{
|
|
|
|
vector<Format const *> result(input.size());
|
2000-11-08 09:39:46 +00:00
|
|
|
|
2003-02-28 09:49:49 +00:00
|
|
|
vector<int>::const_iterator it = input.begin();
|
2005-01-05 20:21:27 +00:00
|
|
|
vector<int>::const_iterator const end = input.end();
|
2003-02-28 09:49:49 +00:00
|
|
|
vector<Format const *>::iterator rit = result.begin();
|
|
|
|
for ( ; it != end; ++it, ++rit) {
|
|
|
|
*rit = &formats.get(*it);
|
|
|
|
}
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
|
2005-01-05 20:21:27 +00:00
|
|
|
|
2003-02-28 09:49:49 +00:00
|
|
|
vector<Format const *> const
|
2005-01-05 20:21:27 +00:00
|
|
|
Converters::getReachableTo(string const & target, bool const clear_visited)
|
2003-02-28 09:49:49 +00:00
|
|
|
{
|
2003-03-03 23:19:01 +00:00
|
|
|
vector<int> const & reachablesto =
|
2003-02-28 09:49:49 +00:00
|
|
|
G_.getReachableTo(formats.getNumber(target), clear_visited);
|
|
|
|
|
|
|
|
return intToFormat(reachablesto);
|
|
|
|
}
|
|
|
|
|
2003-06-28 01:23:11 +00:00
|
|
|
|
2003-02-28 09:49:49 +00:00
|
|
|
vector<Format const *> const
|
2005-01-05 20:21:27 +00:00
|
|
|
Converters::getReachable(string const & from, bool const only_viewable,
|
|
|
|
bool const clear_visited)
|
2003-02-28 09:49:49 +00:00
|
|
|
{
|
2003-03-03 23:19:01 +00:00
|
|
|
vector<int> const & reachables =
|
|
|
|
G_.getReachable(formats.getNumber(from),
|
|
|
|
only_viewable,
|
2003-02-28 09:49:49 +00:00
|
|
|
clear_visited);
|
|
|
|
|
|
|
|
return intToFormat(reachables);
|
|
|
|
}
|
|
|
|
|
2003-06-28 01:23:11 +00:00
|
|
|
|
2003-02-28 09:49:49 +00:00
|
|
|
bool Converters::isReachable(string const & from, string const & to)
|
|
|
|
{
|
|
|
|
return G_.isReachable(formats.getNumber(from),
|
|
|
|
formats.getNumber(to));
|
|
|
|
}
|
|
|
|
|
2003-06-28 01:23:11 +00:00
|
|
|
|
2007-10-25 06:09:38 +00:00
|
|
|
Graph::EdgePath Converters::getPath(string const & from, string const & to)
|
2003-02-28 09:49:49 +00:00
|
|
|
{
|
|
|
|
return G_.getPath(formats.getNumber(from),
|
|
|
|
formats.getNumber(to));
|
|
|
|
}
|
2000-11-08 09:39:46 +00:00
|
|
|
|
2007-10-25 06:09:38 +00:00
|
|
|
|
|
|
|
vector<Format const *> Converters::importableFormats()
|
|
|
|
{
|
|
|
|
vector<string> l = loaders();
|
|
|
|
vector<Format const *> result = getReachableTo(l[0], true);
|
|
|
|
for (vector<string>::const_iterator it = l.begin() + 1;
|
|
|
|
it != l.end(); ++it) {
|
|
|
|
vector<Format const *> r = getReachableTo(*it, false);
|
|
|
|
result.insert(result.end(), r.begin(), r.end());
|
|
|
|
}
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
vector<string> Converters::loaders() const
|
|
|
|
{
|
|
|
|
vector<string> v;
|
|
|
|
v.push_back("lyx");
|
|
|
|
v.push_back("text");
|
|
|
|
v.push_back("textparagraph");
|
|
|
|
return v;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-10-21 00:16:43 +00:00
|
|
|
} // namespace lyx
|