]> git.lyx.org Git - lyx.git/log
lyx.git
11 years ago*sk.po
Kornel Benko [Mon, 15 Oct 2012 20:59:36 +0000 (22:59 +0200)]
*sk.po

11 years agoMerge branch 'master' of git.lyx.org:lyx
Kornel Benko [Mon, 15 Oct 2012 20:53:25 +0000 (22:53 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agofix bundle executable name
Stephan Witt [Mon, 15 Oct 2012 20:52:12 +0000 (22:52 +0200)]
fix bundle executable name

11 years agoCmake build:
Kornel Benko [Mon, 15 Oct 2012 20:50:39 +0000 (22:50 +0200)]
Cmake build:
Creating LYX_DATE dynamically at configure-time caused unwanted recompilation
of the whole directories (src + src/tex2lyx) because all the relevant objects
were dependent of a common file (flags.make in case of "Unix makefiles") which changed
accordingly.
There is now a new include (lyx_date.h, with only one definition)

Nothing changes for automake, since in this case LYX_DATE is defined in config.h

11 years agoMoved Outline to View menu, and rendering options (dvi,pdf,...) to Document menu.
Tommaso Cucinotta [Sat, 13 Oct 2012 18:34:16 +0000 (19:34 +0100)]
Moved Outline to View menu, and rendering options (dvi,pdf,...) to Document menu.

11 years ago* sk.po
Kornel Benko [Mon, 15 Oct 2012 15:55:09 +0000 (17:55 +0200)]
* sk.po

11 years agoCmake build:
Kornel Benko [Mon, 15 Oct 2012 15:53:17 +0000 (17:53 +0200)]
Cmake build:
Use ISO 8601 format for LYX_DATE, this makes it translated

11 years agoSimplify LFUN_BUFFER_FORALL
Scott Kostyshak [Mon, 15 Oct 2012 14:05:20 +0000 (10:05 -0400)]
Simplify LFUN_BUFFER_FORALL

buffer-forall only takes one parameter now, which is the LFUN to
dispatch on all non-hidden buffers. A hidden buffer is defined as being
internally open in LyX, but not visible in any window (view).

Thanks, JMarc.

11 years agoSorry, this line disappeared unintentionally in previous commit
Kornel Benko [Mon, 15 Oct 2012 11:30:19 +0000 (13:30 +0200)]
Sorry, this line disappeared unintentionally in previous commit

11 years agoCmake build:
Kornel Benko [Mon, 15 Oct 2012 11:16:08 +0000 (13:16 +0200)]
Cmake build:
Partially revert 75d63ad1f2b5f29ededc128f169e8e11b5825b55
It caused recompiling everything at each commit.
Now use definition of LYX_DATE only when compiling version.cpp

11 years agoDo not inherit Provides from beamer
Juergen Spitzmueller [Mon, 15 Oct 2012 06:33:36 +0000 (08:33 +0200)]
Do not inherit Provides from beamer

Also branch candidate.

11 years agoMakefile.am: forgot to update this file in previous commit
Uwe Stöhr [Sun, 14 Oct 2012 23:41:20 +0000 (01:41 +0200)]
Makefile.am: forgot to update this file in previous commit

11 years agoarmenian-article.lyx: remove this residual since support for ArmTeX has gone and...
Uwe Stöhr [Sun, 14 Oct 2012 23:39:28 +0000 (01:39 +0200)]
armenian-article.lyx: remove this residual since support for ArmTeX has gone and Armenian can now be used like any other language

11 years agounicodesymbols: revert because this was accidentally committed in the last commit
Uwe Stöhr [Sun, 14 Oct 2012 23:31:21 +0000 (01:31 +0200)]
unicodesymbols: revert because this was accidentally committed in the last commit

11 years agog-brief layouts: remove the dependency on europs.sty as this package is an optional...
Uwe Stöhr [Sun, 14 Oct 2012 23:26:35 +0000 (01:26 +0200)]
g-brief layouts: remove the dependency on europs.sty as this package is an optional one and add info to the template file

11 years agoapa.lyx: fixed weblink
Uwe Stöhr [Sun, 14 Oct 2012 22:49:40 +0000 (00:49 +0200)]
apa.lyx: fixed weblink

11 years agoRELEASE-NOTES: add info about ArmTeX support removal
Uwe Stöhr [Sun, 14 Oct 2012 22:22:11 +0000 (00:22 +0200)]
RELEASE-NOTES: add info about ArmTeX support removal

11 years agoCmake build: Use the timestamp of last commit (iff possible)
Kornel Benko [Sun, 14 Oct 2012 19:55:42 +0000 (21:55 +0200)]
Cmake build: Use the timestamp of last commit (iff possible)
while idetifying the lyx-version.

11 years agoMenuTranslator::translate() should be const
Stephan Witt [Sun, 14 Oct 2012 12:36:18 +0000 (14:36 +0200)]
MenuTranslator::translate() should be const

11 years agoInset::setMouseHover() is const - InsetExternal::setMouseHover should be const too
Stephan Witt [Sun, 14 Oct 2012 12:34:46 +0000 (14:34 +0200)]
Inset::setMouseHover() is const - InsetExternal::setMouseHover should be const too

11 years agocorrect format for unsigned long argument, remoteCloseLink is oneway void
Stephan Witt [Sun, 14 Oct 2012 12:30:47 +0000 (14:30 +0200)]
correct format for unsigned long argument, remoteCloseLink is oneway void

11 years agoadd missing argument for log message
Stephan Witt [Sun, 14 Oct 2012 12:29:01 +0000 (14:29 +0200)]
add missing argument for log message

11 years agocorrect unsigned integer compare operations
Stephan Witt [Sun, 14 Oct 2012 12:28:19 +0000 (14:28 +0200)]
correct unsigned integer compare operations

11 years agoPatch from Benjamin Piwowarski
Kornel Benko [Sat, 13 Oct 2012 07:53:20 +0000 (09:53 +0200)]
Patch from Benjamin Piwowarski
Just some comments on the patch:

- The executable name has to match the information in Info.plist (development/MacOSX/Info.plist.in and CMakeLists.txt).  The autoconf config/lyxinclude.m4 file has been modified to make it work with autotools.

- The process to build OS X bundle is to first add all the files to be included to the bundle when calling add_executable (src/CMakeLists.txt) and then by calling setting the source file property of each of these files (development/cmake/Install.cmake, l.14) so that the files are properly located into the bundle. This is also why Install.cmake has to be included two times in src/CMakeLists.txt (once to build the list of files, once to set the location of the list of files).

- in CMakeLists.txt there is a line
install(CODE "set(BU_CHMOD_BUNDLE_ITEMS 1)")
What it does is to fix the owner permissions within the bundle - this is necessary because some libraries are copied within the bundle and might be owned by root

- An empty qt.conf is included in the bundle so that QT does not try to link to other QT libraries (which will not be included in the bundle)

- In development/cmake/Install.cmake, some OS X specific files (*.sdef, qt.conf, *.icns) have to be included in the bundle

Benjamin

11 years agoAdvanced find autotests now working again.
Tommaso Cucinotta [Fri, 12 Oct 2012 23:47:06 +0000 (00:47 +0100)]
Advanced find autotests now working again.

Make autotests work again on Ubuntu 12.04 (when launched from English language).
Add extra check and notification if wmctrl is missing.

11 years agoDisambiguate std::bind, boost::bind, std::ref, boost::ref (2)
Vincent van Ravesteijn [Mon, 8 Oct 2012 19:28:55 +0000 (21:28 +0200)]
Disambiguate std::bind, boost::bind, std::ref, boost::ref (2)

This fixes compilation with MSVC2012.

See also [2b0a7a5e/lyxgit].

11 years agosupport/tests: Fix compilation on Windows
Vincent van Ravesteijn [Fri, 12 Oct 2012 19:24:03 +0000 (21:24 +0200)]
support/tests: Fix compilation on Windows

11 years agoAdd comment.
Richard Heck [Fri, 12 Oct 2012 13:54:49 +0000 (09:54 -0400)]
Add comment.

11 years agoFix layout2layout conversion for format 40. This is a big ugly,
Richard Heck [Fri, 12 Oct 2012 13:49:10 +0000 (09:49 -0400)]
Fix layout2layout conversion for format 40. This is a big ugly,
I'm afraid, but it's going to be. We skip all comment lines at
the start of the script, but what we want to convert here is in
those comment lines. My previous attempt to deal with this issue
produced an invalid file.

11 years agoCorrectly initialize bool. Thanks, Pavel.
Juergen Spitzmueller [Thu, 11 Oct 2012 10:55:43 +0000 (12:55 +0200)]
Correctly initialize bool. Thanks, Pavel.

11 years agosk.po: entries containing the word 'selection' unified
Kornel Benko [Thu, 11 Oct 2012 09:41:29 +0000 (11:41 +0200)]
sk.po: entries containing the word 'selection' unified

11 years agoShow keyboard binding when a layout selection is done in LayoutBox
Jean-Marc Lasgouttes [Wed, 10 Oct 2012 22:21:38 +0000 (00:21 +0200)]
Show keyboard binding when a layout selection is done in LayoutBox

The obnoxious messages in Private::setFilter cover any message set by lyx::dispatch. The solution I chose is to return early when the filter is not changed.

If this makes sense, then the same optimization should be added to CategorizedCombo, IMO.

11 years agoConvert old pre-category layouts to new categorized layouts.
Richard Heck [Wed, 10 Oct 2012 17:54:26 +0000 (13:54 -0400)]
Convert old pre-category layouts to new categorized layouts.
Unfortunately, this doesn't quite work the way one might like. It
is fine for manually converting one's own layouts to the new format,
but it doesn't work if you just start LyX, since the category info
is written at configuration time, not at run time, and chkconfig.ltx
does not run layout2layout.

11 years agoUpdate all layouts to format 40.
Richard Heck [Wed, 10 Oct 2012 17:24:02 +0000 (13:24 -0400)]
Update all layouts to format 40.

11 years agoBump layout format to 40, in preparation for conversion of layout
Richard Heck [Wed, 10 Oct 2012 17:22:54 +0000 (13:22 -0400)]
Bump layout format to 40, in preparation for conversion of layout
categories.

11 years agoIgnore *.old files generated by updatelayouts script.
Richard Heck [Wed, 10 Oct 2012 17:22:34 +0000 (13:22 -0400)]
Ignore *.old files generated by updatelayouts script.

11 years agoCmake build: Define for 'DEVEL_VERSION' already done in development/cmake/config...
Kornel Benko [Tue, 9 Oct 2012 20:45:12 +0000 (22:45 +0200)]
Cmake build: Define for 'DEVEL_VERSION' already done in development/cmake/config.h.cmake

11 years agoCmake build: Define for 'DEVEL_VERSION' already done in development/cmake/config...
Kornel Benko [Tue, 9 Oct 2012 20:43:24 +0000 (22:43 +0200)]
Cmake build: Define for 'DEVEL_VERSION' already done in development/cmake/config.h.cmake

11 years agoCmake build: Define for 'USE_ENCHANT' already done in development/cmake/config.h...
Kornel Benko [Tue, 9 Oct 2012 20:42:06 +0000 (22:42 +0200)]
Cmake build: Define for 'USE_ENCHANT' already done in development/cmake/config.h.cmake

11 years agoCmake build:
Kornel Benko [Tue, 9 Oct 2012 19:52:17 +0000 (21:52 +0200)]
Cmake build:
Handle option "LYX_DEVEL_VERSION" to add the preprocesor definition of DEVEL_VERSION
The effect should be alike the configure parameter "--enable-build-type=dev"

11 years ago* sk.po
Kornel Benko [Tue, 9 Oct 2012 14:29:13 +0000 (16:29 +0200)]
* sk.po

11 years agode.po: update
Juergen Spitzmueller [Tue, 9 Oct 2012 14:13:52 +0000 (16:13 +0200)]
de.po: update

11 years agoMerge branch 'master' of git.lyx.org:lyx
Juergen Spitzmueller [Tue, 9 Oct 2012 14:13:00 +0000 (16:13 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoStick to bformat
Juergen Spitzmueller [Tue, 9 Oct 2012 14:12:32 +0000 (16:12 +0200)]
Stick to bformat

11 years agoMerge branch 'master' of git.lyx.org:lyx
Kornel Benko [Tue, 9 Oct 2012 11:24:39 +0000 (13:24 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years ago* sk.po
Kornel Benko [Tue, 9 Oct 2012 11:24:09 +0000 (13:24 +0200)]
* sk.po

11 years agoDouble Thinko :-/
Juergen Spitzmueller [Tue, 9 Oct 2012 09:14:13 +0000 (11:14 +0200)]
Double Thinko :-/

11 years agoThinko
Juergen Spitzmueller [Tue, 9 Oct 2012 09:12:54 +0000 (11:12 +0200)]
Thinko

11 years agoCategorize Linguistics paragraph styles
Juergen Spitzmueller [Tue, 9 Oct 2012 08:59:19 +0000 (10:59 +0200)]
Categorize Linguistics paragraph styles

Should go to branch as well (after 2.0.5)

11 years agoFix widget relation
Juergen Spitzmueller [Tue, 9 Oct 2012 08:16:38 +0000 (10:16 +0200)]
Fix widget relation

11 years agoDocument textclass categorization
Juergen Spitzmueller [Tue, 9 Oct 2012 07:29:02 +0000 (09:29 +0200)]
Document textclass categorization

11 years agoReally put uncategorized items at the end if sortCats is true
Juergen Spitzmueller [Tue, 9 Oct 2012 06:51:39 +0000 (08:51 +0200)]
Really put uncategorized items at the end if sortCats is true

11 years agode.po: update
Juergen Spitzmueller [Tue, 9 Oct 2012 06:38:24 +0000 (08:38 +0200)]
de.po: update

11 years agoBeamer provides [x]color (#8103)
Juergen Spitzmueller [Tue, 9 Oct 2012 05:59:43 +0000 (07:59 +0200)]
Beamer provides [x]color (#8103)

11 years agoremove unneeded header and declaration
Juergen Spitzmueller [Tue, 9 Oct 2012 05:36:17 +0000 (07:36 +0200)]
remove unneeded header and declaration

11 years agoMake textclass categories and descriptions translatable
Juergen Spitzmueller [Tue, 9 Oct 2012 05:25:35 +0000 (07:25 +0200)]
Make textclass categories and descriptions translatable

11 years agoCategorize existing layouts
Juergen Spitzmueller [Tue, 9 Oct 2012 05:24:32 +0000 (07:24 +0200)]
Categorize existing layouts

* Add \DeclareCategory statement
* Rewrite descriptions

11 years agoGUI for categorized text classes
Juergen Spitzmueller [Tue, 9 Oct 2012 05:22:48 +0000 (07:22 +0200)]
GUI for categorized text classes

11 years agoAdd new CategorizedCombo widget
Juergen Spitzmueller [Tue, 9 Oct 2012 05:19:55 +0000 (07:19 +0200)]
Add new CategorizedCombo widget

This is a combo box that provides categorization and on-the fly filtering.

Heavily derived from LayoutBox (same look and feel).

11 years agoIntroduce textclass categories
Juergen Spitzmueller [Tue, 9 Oct 2012 05:17:36 +0000 (07:17 +0200)]
Introduce textclass categories

The categories are ascribed by \DeclareCategory{<category>} in the layout file header.
UI follows.

11 years agoDisambiguate std::bind, boost::bind, std::ref, boost::ref
Vincent van Ravesteijn [Mon, 8 Oct 2012 19:28:55 +0000 (21:28 +0200)]
Disambiguate std::bind, boost::bind, std::ref, boost::ref

This fixes compilation with MSVC2012.

11 years agoDo not rely on make_pair converting string to FileName
Vincent van Ravesteijn [Mon, 8 Oct 2012 19:26:17 +0000 (21:26 +0200)]
Do not rely on make_pair converting string to FileName

This fixes compilation with MSVC2012.

11 years agoMake tex2lyx tests almost compilable
Georg Baum [Mon, 8 Oct 2012 19:23:11 +0000 (21:23 +0200)]
Make tex2lyx tests almost compilable

If the original tests cannot ve compiled with latex/pdflatex/xelatex it is
difficult to compare the visual output.

11 years ago* sk.po
Kornel Benko [Mon, 8 Oct 2012 17:47:17 +0000 (19:47 +0200)]
* sk.po

11 years agoMerge branch 'master' of git.lyx.org:lyx
Juergen Spitzmueller [Mon, 8 Oct 2012 15:04:34 +0000 (17:04 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoProper string translation
Juergen Spitzmueller [Mon, 8 Oct 2012 15:02:10 +0000 (17:02 +0200)]
Proper string translation

11 years agoFix detection of system boost
Jean-Marc Lasgouttes [Mon, 8 Oct 2012 08:58:45 +0000 (10:58 +0200)]
Fix detection of system boost

Using LDFLAGS is not a good idea since it is not at the end of the link command. LIBS is better.

Some additional cleanup.

11 years agoUserGuide.lyx: fix a typo spotted on the docs list
Uwe Stöhr [Sun, 7 Oct 2012 23:24:17 +0000 (01:24 +0200)]
UserGuide.lyx: fix a typo spotted on the docs list

11 years agoUpdate it.po
Enrico Forestieri [Sun, 7 Oct 2012 20:49:24 +0000 (22:49 +0200)]
Update it.po

11 years ago* sk.po
Kornel Benko [Sun, 7 Oct 2012 17:18:29 +0000 (19:18 +0200)]
* sk.po

11 years agoAdd tab with build information to Help > About LyX
Scott Kostyshak [Sun, 7 Oct 2012 15:27:07 +0000 (11:27 -0400)]
Add tab with build information to Help > About LyX

The tab displays the same information as the 'lyx --version' command.

11 years ago* sk.po
Kornel Benko [Sun, 7 Oct 2012 14:39:45 +0000 (16:39 +0200)]
* sk.po

11 years agoMore elegant knitr support and bug fix
Scott Kostyshak [Sun, 7 Oct 2012 01:01:34 +0000 (21:01 -0400)]
More elegant knitr support and bug fix

Implement a more simple and elegant integration of the R package knitr. Now,
lyxknitr.R does not need to move or copy files at all.

This also fixes a bug: when /tmp was on a different file system (e.g.
encrypted home), lyxknitr.R failed to move files to /tmp because it relied on
R's 'file.rename' function, which in turn relied on the rename function in
<stdio.h>, which was failing with the EXDEV errno.

Patch from Yihui Xie.

11 years agoDo not check for LaTeX fonts if we use nonTeXFont
Juergen Spitzmueller [Sat, 6 Oct 2012 13:51:35 +0000 (15:51 +0200)]
Do not check for LaTeX fonts if we use nonTeXFont

11 years agoFix wrong parsing of \framebox[3in][s]{...}
Georg Baum [Sat, 6 Oct 2012 13:23:36 +0000 (15:23 +0200)]
Fix wrong parsing of \framebox[3in][s]{...}

s is a valid horizontal position for framebox (as well as for makebox, which
was already parsed correctly). There was even a test case, but with a wrong
reference.

11 years agoRefine tex2lyx -copyfiles logic.
Georg Baum [Sat, 6 Oct 2012 11:55:25 +0000 (13:55 +0200)]
Refine tex2lyx -copyfiles logic.

Now all files are copied if the resulting path is valid.
Before the regressions tests would fail depending on the build directory
location.

11 years agoMerge branch 'master' of git.lyx.org:lyx
Juergen Spitzmueller [Sat, 6 Oct 2012 10:10:39 +0000 (12:10 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agode.po: update
Juergen Spitzmueller [Sat, 6 Oct 2012 10:10:21 +0000 (12:10 +0200)]
de.po: update

11 years agoSet CJK document language instead of adding a note.
Georg Baum [Sat, 6 Oct 2012 07:38:14 +0000 (09:38 +0200)]
Set CJK document language instead of adding a note.

Instead of annoying the user with an automatically created note in the output
document which she needs to delete manually, determine the document language
automatically for documents that use CJK. This is done using a heuristic which
roughly counts the number of characters in each language and sets the one that
is used most often. This is not perfect, but it works for the two major use
cases: A document with only some CJK parts (in this case the babel language is
used), and a document which is mainly written in one CJK language. It is only
a minor problem if the heuristic is wrong, since the TeX export is still
correct, and there is no spell checking support for CJK anyway.
Now all regression tests do pass except for some relative path issues
depending on the location of the build directory.

11 years agoReally output file format 444
Georg Baum [Fri, 5 Oct 2012 22:29:16 +0000 (00:29 +0200)]
Really output file format 444

The previous output was read correctly by LyX as well, but the new version is
more similar to the files written by LyX. Also update TODO with recent file
format changes.

11 years agoAcknowledge additional \lang command
Georg Baum [Fri, 5 Oct 2012 21:58:16 +0000 (23:58 +0200)]
Acknowledge additional \lang command

11 years agoUpdate file format of test references
Georg Baum [Fri, 5 Oct 2012 21:50:28 +0000 (23:50 +0200)]
Update file format of test references

11 years agoFix typo
Georg Baum [Fri, 5 Oct 2012 21:44:21 +0000 (23:44 +0200)]
Fix typo

11 years agoFix regression introduced in commit 7cfac95
Georg Baum [Fri, 5 Oct 2012 20:16:46 +0000 (22:16 +0200)]
Fix regression introduced in commit 7cfac95

Commit 7cfac95 got rid of empty lines that were created by removing \usepackage
statements. However, it added an additional newline in case the \usepackage
was not at the end of the line. This is now fixed.

11 years agoRestore buffer parenthood if we exit already after the preamble
Juergen Spitzmueller [Fri, 5 Oct 2012 17:26:07 +0000 (19:26 +0200)]
Restore buffer parenthood if we exit already after the preamble

11 years agoPrevent the PreviewLoader from orphaning children
Juergen Spitzmueller [Fri, 5 Oct 2012 16:28:38 +0000 (18:28 +0200)]
Prevent the PreviewLoader from orphaning children

11 years agoAdded check for support tests in cmake build.
Kornel Benko [Fri, 5 Oct 2012 14:56:29 +0000 (16:56 +0200)]
Added check for support tests in cmake build.
New target: checkregfiles
This will create the regfiles and compare with the data in source.

11 years agoRescan TeX Files on reconfigure
Juergen Spitzmueller [Fri, 5 Oct 2012 13:05:01 +0000 (15:05 +0200)]
Rescan TeX Files on reconfigure

11 years ago* sk.po
Kornel Benko [Fri, 5 Oct 2012 12:58:10 +0000 (14:58 +0200)]
* sk.po

11 years agoAdd master's perspective in children's source preview
Juergen Spitzmueller [Fri, 5 Oct 2012 12:30:20 +0000 (14:30 +0200)]
Add master's perspective in children's source preview

11 years agoCmake build: No header files in po-dir, so no need to include in cc commands
Kornel Benko [Fri, 5 Oct 2012 10:27:15 +0000 (12:27 +0200)]
Cmake build: No header files in po-dir, so no need to include in cc commands

11 years agoMerge branch 'master' of git.lyx.org:lyx
Juergen Spitzmueller [Fri, 5 Oct 2012 08:00:13 +0000 (10:00 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoFix make check target
Jean-Marc Lasgouttes [Fri, 5 Oct 2012 09:55:23 +0000 (11:55 +0200)]
Fix make check target

A dummy getGuiMessages function was missing. Instead of adding it everywhere, a new file is created that contains all the dummy functions needed by the tests.

11 years agoDo not let the children's buffer params leak into the master (#5941)
Juergen Spitzmueller [Fri, 5 Oct 2012 07:59:44 +0000 (09:59 +0200)]
Do not let the children's buffer params leak into the master (#5941)

11 years agoReally fix bug #4468.
Georg Baum [Thu, 4 Oct 2012 22:12:18 +0000 (00:12 +0200)]
Really fix bug #4468.

The old fix was incomplete (\verb~\~ was translated to \verb~~ in roundtrip).
The real cause for this bug (and also the mistranslation of \href{...}{\}})
was the misbehaviour of Token::character() (see comment in Parser.h): This
method even returns a character if the category is catEscape, and this is not
wanted in most (all?) cases.

11 years agoCompile tex2lyx before running tests
Georg Baum [Thu, 4 Oct 2012 20:29:43 +0000 (22:29 +0200)]
Compile tex2lyx before running tests

11 years agotex2lyx tests adapted to cmake build
Kornel Benko [Wed, 3 Oct 2012 15:04:00 +0000 (17:04 +0200)]
tex2lyx tests adapted to cmake build

11 years agoAdd make target to update tex2lyx test references
Georg Baum [Wed, 3 Oct 2012 13:23:09 +0000 (15:23 +0200)]
Add make target to update tex2lyx test references

Now "make check" does not overwrite the test references anymore, use the
updatetests target instead. "make check" now also recognizes test failures.

11 years agoAdd evaluation for tex2lyx regression tests
Georg Baum [Wed, 3 Oct 2012 13:01:54 +0000 (15:01 +0200)]
Add evaluation for tex2lyx regression tests

11 years agoSupport out of source tests in tex2lyx test runner
Georg Baum [Wed, 3 Oct 2012 11:59:20 +0000 (13:59 +0200)]
Support out of source tests in tex2lyx test runner