]> git.lyx.org Git - lyx.git/log
lyx.git
8 years agoUpdate sk.po
Kornel Benko [Sun, 29 Nov 2015 19:28:36 +0000 (20:28 +0100)]
Update sk.po

8 years agoBaskian Tutorial.lyx: use inset info
Uwe Stöhr [Sun, 29 Nov 2015 19:21:05 +0000 (20:21 +0100)]
Baskian Tutorial.lyx: use inset info

- also run lyx2lyx

8 years agoFix merging of obsolete entries
Georg Baum [Sun, 29 Nov 2015 19:14:54 +0000 (20:14 +0100)]
Fix merging of obsolete entries

Thanks Kornel for spotting this.

8 years agoCustomization.lyx: update version number
Uwe Stöhr [Sun, 29 Nov 2015 18:42:07 +0000 (19:42 +0100)]
Customization.lyx: update version number

8 years agoGerman Customization.lyx: some translations and fixed typos
Uwe Stöhr [Sun, 29 Nov 2015 18:40:25 +0000 (19:40 +0100)]
German Customization.lyx: some translations and fixed typos

8 years agoCustomization.lyx: accept all remaining changes
Uwe Stöhr [Sun, 29 Nov 2015 18:25:46 +0000 (19:25 +0100)]
Customization.lyx: accept all remaining changes

8 years agoChangelog-Customization-LyX_22x.txt: new fileContents
Uwe Stöhr [Sun, 29 Nov 2015 17:26:21 +0000 (18:26 +0100)]
Changelog-Customization-LyX_22x.txt: new fileContents

- documents the changes for the translators

8 years agoCustomization: accept and merge some changes
Uwe Stöhr [Sun, 29 Nov 2015 17:24:05 +0000 (18:24 +0100)]
Customization: accept and merge some changes

8 years agoAdd utility to merge po files
Georg Baum [Sun, 29 Nov 2015 17:04:20 +0000 (18:04 +0100)]
Add utility to merge po files

Surprisingly I could not find a tool that merges updated translations into a
.po file in a way that

a) merges only missing translations (does not overwrite existing ones)
b) produces a minimal diff so that there is a chance to manually check the result

Therefore I wrote my own. You can use it for a single language

python development/tools/mergepo.py ../lyx-2.1/po fr

or for all languages:

python development/tools/mergepo.py ../lyx-2.1/po

The python code is not the most elegant one, but it works. What is missing is
a command line switch to merge changed translations as well. This is useful
for languages that have not yet received any translation update in the
development branch, only in the stable branch: In this case we know that
translations that are not identical in both branches should be overtaken from
the stabkle one.

8 years agoFix bug #9096: Load all the files specified on the command line, and then dispatch...
Richard Heck [Sat, 7 Nov 2015 22:04:32 +0000 (17:04 -0500)]
Fix bug #9096: Load all the files specified on the command line, and then dispatch whatever commands we are given to those Buffers.

Original patch due to Benjamin Piwowarski. Updated for 2.2 by Richard Heck.

8 years agoWhitespace.
Richard Heck [Sun, 29 Nov 2015 16:20:56 +0000 (11:20 -0500)]
Whitespace.

8 years agoJapanese manuals: run lyx2lyx
Uwe Stöhr [Sun, 29 Nov 2015 16:21:27 +0000 (17:21 +0100)]
Japanese manuals: run lyx2lyx

8 years agoCustomization.lyx: update localLayout format
Uwe Stöhr [Sun, 29 Nov 2015 16:15:15 +0000 (17:15 +0100)]
Customization.lyx: update localLayout format

- Japanese version: also run lyx2lyx

8 years agoCmake export tests: Use build dir as source for _all_ latex output formats
Kornel Benko [Sun, 29 Nov 2015 15:11:10 +0000 (16:11 +0100)]
Cmake export tests: Use build dir as source for _all_ latex output formats

8 years agoCmake lyx2lyx tests: Ignore warning about "no conversion needed"
Kornel Benko [Sun, 29 Nov 2015 14:26:56 +0000 (15:26 +0100)]
Cmake lyx2lyx tests: Ignore warning about "no conversion needed"

8 years agoOops, missed some mid line \r
Georg Baum [Sun, 29 Nov 2015 12:37:06 +0000 (13:37 +0100)]
Oops, missed some mid line \r

8 years agoFix mixed DOS/UNIX line endings
Georg Baum [Sun, 29 Nov 2015 12:26:50 +0000 (13:26 +0100)]
Fix mixed DOS/UNIX line endings

These have been added by 36d7b40c, before we had always UNIX only.
poedit can read the mixed files just fine, but python polib (which is used
in po/lyx_pot.py) refuses to load files with mixed endings.

8 years agoConvert to 2.2 format and use TeX fonts
Georg Baum [Sun, 29 Nov 2015 12:16:46 +0000 (13:16 +0100)]
Convert to 2.2 format and use TeX fonts

This works around a limitation of the test machinery, which never switches
TeX fonts on for format that need that, it only switches TeX fonts off for
formats needing it.

8 years agoAdd test for language nesting regression
Georg Baum [Sun, 29 Nov 2015 10:52:34 +0000 (11:52 +0100)]
Add test for language nesting regression

The new test shows a language nesting regression: With LyX 2.1 it exports fine
in all formats, with 2.2 it fails for dvi, pdf2 and pdf3.

8 years agoSimplify a bunch of tests in lyx2lyx code.
Richard Heck [Sun, 29 Nov 2015 04:58:50 +0000 (23:58 -0500)]
Simplify a bunch of tests in lyx2lyx code.

8 years agoFix a few C++-isms that crept into lyx2lyx code.
Richard Heck [Sun, 29 Nov 2015 04:55:00 +0000 (23:55 -0500)]
Fix a few C++-isms that crept into lyx2lyx code.

8 years agoClean up Solution and Solution* reversion code a bit.
Richard Heck [Sun, 29 Nov 2015 04:42:09 +0000 (23:42 -0500)]
Clean up Solution and Solution* reversion code a bit.

8 years agoUpdate local layout in Customization.lyx.
Richard Heck [Sun, 29 Nov 2015 04:15:05 +0000 (23:15 -0500)]
Update local layout in Customization.lyx.

8 years agolyx_2_2.py: fix a logic mistake
Uwe Stöhr [Sun, 29 Nov 2015 03:26:14 +0000 (04:26 +0100)]
lyx_2_2.py: fix a logic mistake

- this message must be used for all cases

8 years agolyx2lyx/lyx_2_2.py: correct reversion for solution*
Uwe Stöhr [Sun, 29 Nov 2015 02:51:57 +0000 (03:51 +0100)]
lyx2lyx/lyx_2_2.py: correct reversion for solution*

- add reversion for the starred variant
- correct LaTeX output

8 years agoMinor tweaks to Development.lyx
Scott Kostyshak [Sun, 29 Nov 2015 02:17:15 +0000 (21:17 -0500)]
Minor tweaks to Development.lyx

These small tweaks amend de1c8253.

8 years agoAdditional.lyx: remove sloppypar
Uwe Stöhr [Sun, 29 Nov 2015 01:53:58 +0000 (02:53 +0100)]
Additional.lyx: remove sloppypar

- sloppypar and sloppy should not be used, see the discussion in bug #9874
- also update the local layout to the current format

8 years agoDevelopment.lyx: try to describe label assignment.
Kornel Benko [Sun, 29 Nov 2015 01:37:11 +0000 (02:37 +0100)]
Development.lyx: try to describe label assignment.

8 years agoCmake export tests: More refactoring.
Kornel Benko [Sun, 29 Nov 2015 01:18:07 +0000 (02:18 +0100)]
Cmake export tests: More refactoring.

8 years agoDocument updating file format of LyX's files
Scott Kostyshak [Sat, 28 Nov 2015 23:11:09 +0000 (18:11 -0500)]
Document updating file format of LyX's files

The advantage of having the author of the file format change update
the files is that the author knows best what to expect in the diff
output.

This was discussed briefly here:
https://www.mail-archive.com/search?l=mid&q=n3bu5q%24reb%242%40ger.gmane.org

8 years agoinstaller: fix a typo
Uwe Stöhr [Sat, 28 Nov 2015 19:19:49 +0000 (20:19 +0100)]
installer: fix a typo

8 years agoFix broken merge
Georg Baum [Sat, 28 Nov 2015 18:23:48 +0000 (19:23 +0100)]
Fix broken merge

git should have refused to push my commit which changed a file that was
deleted a minute ago, but instead it decided to re-add the file.

8 years agoCmake export tests: adapt 'suspiciousTests to changed file 'revertedTests'
Kornel Benko [Sat, 28 Nov 2015 18:10:47 +0000 (19:10 +0100)]
Cmake export tests: adapt 'suspiciousTests to changed file 'revertedTests'

8 years agoCmake export tests: Ignore spaces after expressions in .*Tests files
Kornel Benko [Sat, 28 Nov 2015 18:08:19 +0000 (19:08 +0100)]
Cmake export tests: Ignore spaces after expressions in .*Tests files

8 years agoFix off by one error
Georg Baum [Sat, 28 Nov 2015 17:13:07 +0000 (18:13 +0100)]
Fix off by one error

Looks like I forgot to test this case without quotes, but fortunately the new
export test found it.

8 years agoCmake export tests: Renamed file revertedTests to suspendedTests
Kornel Benko [Sat, 28 Nov 2015 17:23:29 +0000 (18:23 +0100)]
Cmake export tests: Renamed file revertedTests to suspendedTests

Also some refactoring to handle the labes.

8 years agoAdd the first dedicated export test
Georg Baum [Sat, 28 Nov 2015 16:00:59 +0000 (17:00 +0100)]
Add the first dedicated export test

Thanks to Kornel we do now have the infrastructure for running dedicated
export tests. This is the first one, showing a language nesting bug which is
already in 2.1. It is inverted for now, but this will hopefully change soon.

8 years agoCmake export tests: Correct some mistakes in commit 4138ab7
Kornel Benko [Sat, 28 Nov 2015 08:30:49 +0000 (09:30 +0100)]
Cmake export tests: Correct some mistakes in commit 4138ab7

8 years agoUserGuide.lyx and Math.lyx: update version number
Uwe Stöhr [Sat, 28 Nov 2015 02:23:38 +0000 (03:23 +0100)]
UserGuide.lyx and Math.lyx: update version number

8 years agoLaTeXConfig.lyx: accept changes
Uwe Stöhr [Sat, 28 Nov 2015 02:15:45 +0000 (03:15 +0100)]
LaTeXConfig.lyx: accept changes

- also add hpstatement module and remove the deprecated rsphrase module (this module is only kept for compatibility reasons)

8 years agoCustomization.lyx: accept some changes
Uwe Stöhr [Sat, 28 Nov 2015 02:13:11 +0000 (03:13 +0100)]
Customization.lyx: accept some changes

8 years agoAdditional.lyx: merge changes
Uwe Stöhr [Sat, 28 Nov 2015 01:50:06 +0000 (02:50 +0100)]
Additional.lyx: merge changes

8 years agoinstaller: remove residues of metafile2eps
Uwe Stöhr [Sat, 28 Nov 2015 01:04:57 +0000 (02:04 +0100)]
installer: remove residues of metafile2eps

8 years agoSimplify logic
Georg Baum [Fri, 27 Nov 2015 19:35:13 +0000 (20:35 +0100)]
Simplify logic

The old code was more complicated than needed, we have unstarred_name to make
our live easier. The test proves that the new code works as before.

8 years agoAdd tex2lyx test for verbatim*
Georg Baum [Fri, 27 Nov 2015 19:30:41 +0000 (20:30 +0100)]
Add tex2lyx test for verbatim*

8 years agoUpdate format of bind and ui files.
Richard Heck [Fri, 27 Nov 2015 16:56:17 +0000 (11:56 -0500)]
Update format of bind and ui files.

8 years agoCmake export tests: Implemented multiple sublabels for each test.
Kornel Benko [Fri, 27 Nov 2015 14:12:47 +0000 (15:12 +0100)]
Cmake export tests: Implemented multiple sublabels for each test.

8 years agoSmall fixes to export test documentation.
Günter Milde [Fri, 27 Nov 2015 09:33:12 +0000 (10:33 +0100)]
Small fixes to export test documentation.

8 years agoBack to development
Scott Kostyshak [Fri, 27 Nov 2015 08:25:49 +0000 (03:25 -0500)]
Back to development

8 years agoThis is LyX 2.2.0alpha2 2.2.0alpha2
Scott Kostyshak [Fri, 27 Nov 2015 08:23:23 +0000 (03:23 -0500)]
This is LyX 2.2.0alpha2

8 years agoUpdate docs to latest format for 2.2.0alpha2
Scott Kostyshak [Fri, 27 Nov 2015 08:23:22 +0000 (03:23 -0500)]
Update docs to latest format for 2.2.0alpha2

8 years agoUpdate ANNOUNCE for 2.2.0alpha2
Scott Kostyshak [Fri, 27 Nov 2015 07:59:19 +0000 (02:59 -0500)]
Update ANNOUNCE for 2.2.0alpha2

8 years agoupdatedocs.py: remove an extra parenthesis
Scott Kostyshak [Fri, 27 Nov 2015 07:37:27 +0000 (02:37 -0500)]
updatedocs.py: remove an extra parenthesis

8 years agoRemove another reference to lyx.hu
Scott Kostyshak [Fri, 27 Nov 2015 05:16:10 +0000 (00:16 -0500)]
Remove another reference to lyx.hu

This site has not existed since 2011.

8 years agoUpdate a format
Scott Kostyshak [Fri, 27 Nov 2015 05:15:29 +0000 (00:15 -0500)]
Update a format

8 years agoUpdate the docbook links
Scott Kostyshak [Fri, 27 Nov 2015 04:49:07 +0000 (23:49 -0500)]
Update the docbook links

Docbook is no longer being developed, but the new link at least
exists and SGML-tools Lite can still be downloaded.

8 years agoUpdate a couple formats
Scott Kostyshak [Fri, 27 Nov 2015 04:48:00 +0000 (23:48 -0500)]
Update a couple formats

8 years agoRemove "dialog-show print" from various UI locations.
Richard Heck [Fri, 27 Nov 2015 03:40:39 +0000 (22:40 -0500)]
Remove "dialog-show print" from various UI locations.

8 years agoRemove some gui remnants of print support.
Richard Heck [Fri, 27 Nov 2015 03:15:24 +0000 (22:15 -0500)]
Remove some gui remnants of print support.

8 years agoWhitespace.
Richard Heck [Fri, 27 Nov 2015 03:08:43 +0000 (22:08 -0500)]
Whitespace.

8 years agoFix a broken link in the hungarian Intro.lyx
Scott Kostyshak [Fri, 27 Nov 2015 03:58:34 +0000 (22:58 -0500)]
Fix a broken link in the hungarian Intro.lyx

8 years agoUpdate a format
Scott Kostyshak [Fri, 27 Nov 2015 03:58:01 +0000 (22:58 -0500)]
Update a format

8 years agoRemove a duplicate URL in Additional.lyx
Scott Kostyshak [Fri, 27 Nov 2015 03:43:37 +0000 (22:43 -0500)]
Remove a duplicate URL in Additional.lyx

8 years agoUserGuide.lyx: add link to makeindex manpages
Uwe Stöhr [Fri, 27 Nov 2015 01:23:55 +0000 (02:23 +0100)]
UserGuide.lyx: add link to makeindex manpages

8 years agoUserGuide.lyx: updates
Uwe Stöhr [Fri, 27 Nov 2015 00:59:56 +0000 (01:59 +0100)]
UserGuide.lyx: updates

- merge changes
- some general changes, fixes and descriptions of new features

8 years agoinstaller: install Qt plugin DLLs correctly
Uwe Stöhr [Thu, 26 Nov 2015 23:39:38 +0000 (00:39 +0100)]
installer: install Qt plugin DLLs correctly

- also remove support metafile2eps because:
  - it is outdated
  - unnecessary third-party program since ImageMagick can do this too
  - needs unnecessarily installation time

8 years agoCmake export tests: move some beamer-conference-ornate-20min tests to nonstandard set
Kornel Benko [Thu, 26 Nov 2015 15:07:10 +0000 (16:07 +0100)]
Cmake export tests: move some beamer-conference-ornate-20min tests to nonstandard set

8 years agoCmake url tests: Handle some special chars in urls.
Kornel Benko [Thu, 26 Nov 2015 13:31:15 +0000 (14:31 +0100)]
Cmake url tests: Handle some special chars in urls.

8 years agoCmake: ENCODING parameter in file(STRINGS ...) only valid for cmake version >= 3.1
Kornel Benko [Thu, 26 Nov 2015 11:08:13 +0000 (12:08 +0100)]
Cmake: ENCODING parameter in file(STRINGS ...) only valid for cmake version >= 3.1

8 years agoChangelog-UserGuide-LyX_22x.txt: add 2 things Todo
Uwe Stöhr [Thu, 26 Nov 2015 00:23:32 +0000 (01:23 +0100)]
Changelog-UserGuide-LyX_22x.txt: add 2 things Todo

8 years agoinstaller: include DLLs for SVG
Uwe Stöhr [Thu, 26 Nov 2015 00:11:26 +0000 (01:11 +0100)]
installer: include DLLs for SVG

It seems that the QT file qsvgicon4.dll is needed for svg icons in lyX. QtXml might be necessary as well

8 years agoFix a broken URL for man page of 'date' command
Scott Kostyshak [Wed, 25 Nov 2015 23:39:57 +0000 (18:39 -0500)]
Fix a broken URL for man page of 'date' command

The new URL is now:
http://man7.org/linux/man-pages/man1/date.1.html

The broken URL was found by the URL tests.

8 years agoUpdate formats of UserGuide.lyx for upcoming edit
Scott Kostyshak [Wed, 25 Nov 2015 23:36:00 +0000 (18:36 -0500)]
Update formats of UserGuide.lyx for upcoming edit

8 years agoRefix a broken URL in Additional.lyx
Scott Kostyshak [Wed, 25 Nov 2015 23:16:57 +0000 (18:16 -0500)]
Refix a broken URL in Additional.lyx

This fix was done at e2ded6e0 but was (unintentionally, I think)
reverted at 6902cfcf.

The broken URL was found by the URL tests.

8 years agopo-files: remerge all files
Uwe Stöhr [Wed, 25 Nov 2015 23:44:36 +0000 (00:44 +0100)]
po-files: remerge all files

- to start the translation work
- sk and it are already work in progress

8 years agoDescribe some ctest extras.
Kornel Benko [Wed, 25 Nov 2015 09:18:41 +0000 (10:18 +0100)]
Describe some ctest extras.

8 years agoCmake export tests: Removed unneded parameter
Kornel Benko [Wed, 25 Nov 2015 09:17:46 +0000 (10:17 +0100)]
Cmake export tests: Removed unneded parameter

8 years agoSimplify lyx2lyx code a bit, and correct a mistake in my previous
Richard Heck [Wed, 25 Nov 2015 05:37:36 +0000 (00:37 -0500)]
Simplify lyx2lyx code a bit, and correct a mistake in my previous
patch. Also fix some escaping problems (\end instead of \\end).

My testing revealed some other problems with this routine: stray
\noindent tags popping up here and there. I don't have time to fix
it right now but will try to come back to it.

8 years agolyx_2_1.py: fix a mistake in previous commit
Uwe Stöhr [Tue, 24 Nov 2015 23:05:44 +0000 (00:05 +0100)]
lyx_2_1.py: fix a mistake in previous commit

8 years agostdlayouts.inc: support for verbatim*
Uwe Stöhr [Tue, 24 Nov 2015 22:56:26 +0000 (23:56 +0100)]
stdlayouts.inc: support for verbatim*

fileformat change

8 years agoCmake export tests: Check for reused labels included
Kornel Benko [Tue, 24 Nov 2015 20:23:38 +0000 (21:23 +0100)]
Cmake export tests: Check for reused labels included

Labels defined in .*Tests should be unique. Now at least a warning is
produced.

8 years agoFix C++11 std::regex incompatibility
Georg Baum [Tue, 24 Nov 2015 19:31:14 +0000 (20:31 +0100)]
Fix C++11 std::regex incompatibility

boost::regex supports escape sequences starting with a backslash in format
strings of regex_replace, but std::regex does not. Therefore format strings
involving literal backslashes have to be written differently for both flavours.

The special MSVC handling in regex.h is removed, since it is not needed
anymore, and using grep syntax would definitely be wrong.

8 years agoCmake export tests: Added sublabel handling also to revertedTests
Kornel Benko [Tue, 24 Nov 2015 19:18:08 +0000 (20:18 +0100)]
Cmake export tests: Added sublabel handling also to revertedTests

As an example the inserted label 'chemgreek' shows also
how to reset the sublabels.

8 years agoCmake export tests: Renamed nonstandardTests to unreliableTests
Kornel Benko [Tue, 24 Nov 2015 17:42:36 +0000 (18:42 +0100)]
Cmake export tests: Renamed nonstandardTests to unreliableTests
and introduce sublabels

Sublabels section in *.Tests starts with 'Sublabel: name'
and is valid until start of a new sublabel.
'name' contains only ascii characters [a-z]+

8 years agoFix length of hfills
Jean-Marc Lasgouttes [Fri, 13 Nov 2015 09:57:26 +0000 (10:57 +0100)]
Fix length of hfills

The computation of the legth of expanded hfills did not take into account their unexpanded size. This is done now by increasing the dimension (+=) instead of merely setting it.

Moreover, since the insets sizes are integer number, rounding effects have to be taken in account. To this end, the extra number of pixels is added to the last hfill in the row.

This fixes part of bug #9860.

Note not everything is fixed by this patch: the logic of ParagraphMetrics::hfillExpansion seems bogus to me. I do not see why consecutive hfills at the beginning of a row should not be all expanded. Since I do not know what are the peculiarities of hfill handling in LaTeX, I did not change it (yet).

I did not either try to investigate the label hfill part, because I do not even know what is so special about it. I think there is a lot of old logic that nobody ever tried to question.

8 years agoDocument step to update LyX.py when update format
Scott Kostyshak [Tue, 24 Nov 2015 03:11:14 +0000 (22:11 -0500)]
Document step to update LyX.py when update format

8 years agoAdd comment
Scott Kostyshak [Sun, 22 Nov 2015 16:21:55 +0000 (11:21 -0500)]
Add comment

8 years agoDo not invoke AM_NLS twice.
Jean-Marc Lasgouttes [Mon, 23 Nov 2015 10:53:46 +0000 (11:53 +0100)]
Do not invoke AM_NLS twice.

8 years agoTypo
Kornel Benko [Mon, 23 Nov 2015 12:41:29 +0000 (13:41 +0100)]
Typo

8 years agoCmake export tests: Added directory "autotests/export"
Kornel Benko [Mon, 23 Nov 2015 12:12:53 +0000 (13:12 +0100)]
Cmake export tests: Added directory "autotests/export"

8 years agoCmake url tests: Added summary files.
Kornel Benko [Mon, 23 Nov 2015 12:07:53 +0000 (13:07 +0100)]
Cmake url tests: Added summary files.

The files will be locatet in the build-directory "Testing/Temporary" as
  LastFailedAccessibleURLS.log
  LastFailedInaccessibleURLS.log
  LastFailedKnownInvalidURLS.log

8 years agoImplement on screen rendering of alignment in LR boxes.
Jean-Marc Lasgouttes [Fri, 23 Oct 2015 09:16:21 +0000 (11:16 +0200)]
Implement on screen rendering of alignment in LR boxes.

This is done by implementing contentAlignment() for this inset.

In order to display properly 'stretch' alignment, the code for TextMetrics::getAlign is rewritten to include some code that was in computeRowMetrics.

8 years agoRemoved doubled code in CMakeLists.txt
Kornel Benko [Sun, 22 Nov 2015 18:20:32 +0000 (19:20 +0100)]
Removed doubled code in CMakeLists.txt

8 years agoFix InsetListings::getCaption() for std::regex
Georg Baum [Sun, 22 Nov 2015 16:43:10 +0000 (17:43 +0100)]
Fix InsetListings::getCaption() for std::regex

Back references in the format string of regex_replace use the syntax $n both
in std::regex and in boost::regex for the default format. Boost seems to
support the syntax \n in addition, but it is not documented at
http://www.boost.org/doc/libs/master/libs/regex/doc/html/boost_regex/format.html.
Therefore it is a good idea to use $n also for boost.

8 years agoAdd unit test for InsetListings::getCaption()
Georg Baum [Sun, 22 Nov 2015 16:34:46 +0000 (17:34 +0100)]
Add unit test for InsetListings::getCaption()

The regex in InsetListings::getCaption() does not work with C++11 and
std::regex. This can now be checked easily by this new unit test.

8 years agoFrench Additional.lyx: replace non-ASCII char in TEX code
Uwe Stöhr [Sun, 22 Nov 2015 16:25:17 +0000 (17:25 +0100)]
French Additional.lyx: replace non-ASCII char in TEX code

now it compiles also with XeTeX

8 years agoupdate short installation guide for Mac OS X
Stephan Witt [Sun, 22 Nov 2015 16:01:12 +0000 (17:01 +0100)]
update short installation guide for Mac OS X

8 years agoCmake export tests: Added development/mathmacros to the list
Kornel Benko [Sun, 22 Nov 2015 14:10:46 +0000 (15:10 +0100)]
Cmake export tests: Added development/mathmacros to the list

8 years agoMerge branch 'master' of git.lyx.org:lyx
Kornel Benko [Sun, 22 Nov 2015 12:57:13 +0000 (13:57 +0100)]
Merge branch 'master' of git.lyx.org:lyx

8 years agoCmake export tests: Created sub-labels manuals, examples, templates, mathmacros,...
Kornel Benko [Sun, 22 Nov 2015 12:44:27 +0000 (13:44 +0100)]
Cmake export tests: Created sub-labels manuals, examples, templates, mathmacros, autotests.

To test all export use 'ctest -L export'. This is unchanged.
The following lists directories and assigned sub-label
 lib/doc: manuals
 lib/templates: templates
 lib/examples: examples
 development/mathmacro: mathmacros
 autotests: autotests