]> git.lyx.org Git - features.git/log
features.git
10 years agoUserGuide.lyx and Math.lyx: use and describe LyX's native visible space
Uwe Stöhr [Mon, 3 Feb 2014 01:22:24 +0000 (02:22 +0100)]
UserGuide.lyx and Math.lyx: use and describe LyX's native visible space

10 years agostdmenus.inc: move menu entry of visible space
Uwe Stöhr [Sun, 2 Feb 2014 23:32:45 +0000 (00:32 +0100)]
stdmenus.inc: move menu entry of visible space

the visible space is a character and should therefore be treated as special character (also proposed by Jürgen)

10 years agoRevert "installer: support new LyX helper programs"
Vincent van Ravesteijn [Sun, 2 Feb 2014 13:30:11 +0000 (14:30 +0100)]
Revert "installer: support new LyX helper programs"

These files are only used by the tests and should not be installed.

This reverts commit fc400ae8ebd6e6ad815ea19c385abf31bcbd6028.

10 years agoCmake build: Prepare lyx2lyx tests to use the python executable found at configure...
Kornel Benko [Fri, 31 Jan 2014 18:10:23 +0000 (19:10 +0100)]
Cmake build: Prepare lyx2lyx tests to use the python executable found at configure time

10 years agoUpdate build script.
Richard Heck [Fri, 31 Jan 2014 14:37:38 +0000 (09:37 -0500)]
Update build script.
(cherry picked from commit ef0fc5732f31d23de2cfe099c59174b5d20eb271)

10 years agoTypo.
Richard Heck [Fri, 31 Jan 2014 14:38:00 +0000 (09:38 -0500)]
Typo.

10 years agoUpdate algorithm module to format 48.
Richard Heck [Fri, 31 Jan 2014 13:53:17 +0000 (08:53 -0500)]
Update algorithm module to format 48.

10 years agoUserGuide.lyx: fix a typo spotted by Hartmut
Uwe Stöhr [Thu, 30 Jan 2014 00:12:20 +0000 (01:12 +0100)]
UserGuide.lyx: fix a typo spotted by Hartmut

10 years agoFrench Customization.lyx: updated by Jean-Pierre for LyX 2.1
Uwe Stöhr [Wed, 29 Jan 2014 23:41:30 +0000 (00:41 +0100)]
French Customization.lyx: updated by Jean-Pierre for LyX 2.1

10 years agofr.po: translations by Jean-Pierre for LyX 2.1
Uwe Stöhr [Wed, 29 Jan 2014 23:37:06 +0000 (00:37 +0100)]
fr.po: translations by Jean-Pierre for LyX 2.1

10 years agode.po: change a misleading translation
Uwe Stöhr [Wed, 29 Jan 2014 23:35:54 +0000 (00:35 +0100)]
de.po: change a misleading translation

10 years agodocumentation files: more updates
Uwe Stöhr [Wed, 29 Jan 2014 23:14:59 +0000 (00:14 +0100)]
documentation files: more updates

Changelog:
UserGuide:
- sec. 3.3.4.4: "opt" renamed to "short title"; only one short title
- sec. A.4.23: short title only visible...
- sec. A.5.4: Forward Search, clarify section reference
- sec. B: description of searching in submenus

Customization Manual:
- sec. 3.1:
- changed View->View (Other Formats)->DVI to  Document>View (Other Formats)->DVI
- In second and fourth paragraph changes 2 "View" menu to "Document"

10 years agodocumentation: first step to update the UserGuide
Uwe Stöhr [Wed, 29 Jan 2014 19:00:55 +0000 (20:00 +0100)]
documentation: first step to update the UserGuide

changelog:

- sec. A.3.3: menu of outline has changed -> therefore correction in
- sec. 3.7 of Tutorial
- sec. 2.5: of UserGuide
- sec. 6.2.1: of UserGuide
- sec. A.3.4: name changed to "source pane" -> therefore correction in
- sec. 2.1 of Additional
- sec. 6.12.4: of UserGuide
- sec. A.3.5: name changed to "Messages Pane"
- sec. A.3.15 -> A.3.6: Toolbar menu shifted
- sec. A.3.6 -> A.6.4: view Document menu shifted -> therefore correction in
- sec. B.20 of UserGuide (not yet in Japanese)
- sec. C.7.2 of UserGuide (not yet in Japanese)
- sec. 2.1.1 of Tutorial (not yet in Japanese)
- sec. 2.1 of Additional (not yet in Japanese)
- sec. 7.3.3.4 of Additional (not yet in Japanese)
- sec. A.3.7 -> A.6.5: view other Document menu shifted
- sec. A.3.8 -> A.6.6: Update view menu shifted
- sec. A.3.9 -> A.6.7: Update view other menu shifted
- sec. A.3.10 -> A.6.8: view master menu shifted
- sec. A.3.11 -> A.6.9: Update master menu shifted

10 years agoAdd a couple more ignores: patches, and the build directory.
Richard Heck [Wed, 29 Jan 2014 16:24:22 +0000 (11:24 -0500)]
Add a couple more ignores: patches, and the build directory.

10 years agoFix bug discovered by Kornel. See
Richard Heck [Mon, 27 Jan 2014 19:58:21 +0000 (14:58 -0500)]
Fix bug discovered by Kornel. See
http://marc.info/?l=lyx-devel&m=138590578911716&w=2
If you look at Buffer.cpp, around line 4351, there was a comment about bug 5699. We are seeing the
same crash. The problem is that, although the master does have a GUI, that GUI is in a different window. So the structureChanged() call we do during updateBuffer() is for the TOC in that window, not the TOC in the window we are actually in. So our TocModel::toc_ has been reset and is invalid, though the widget itself has not been updated and looks fine.

This patch tests whether the master is in the same window as the buffer we are updating.

A problem remains, which is noted in a comment.

10 years agoRemove the shebang line from our python scripts, per Jose's suggestion.
Richard Heck [Tue, 28 Jan 2014 17:52:16 +0000 (12:52 -0500)]
Remove the shebang line from our python scripts, per Jose's suggestion.
Fedora ships these chmod 644 and has never seen a problem. The advantage
to doing this is that it better controls what version of python we are
using to launch the script, and it will reveal if we're somehow somewhere
not controlling that properly.

10 years agoAdded test for algo2e tex2lyx conversion
Kornel Benko [Tue, 28 Jan 2014 12:58:28 +0000 (13:58 +0100)]
Added test for algo2e tex2lyx conversion

Testfile from Jürgen Spitzmüller

10 years agotex2lyx: support algorithm2e (#8728)
Juergen Spitzmueller [Tue, 28 Jan 2014 11:44:22 +0000 (12:44 +0100)]
tex2lyx: support algorithm2e (#8728)

10 years agoDo not skip space at start of row (fixes #8947, #8838)
Jean-Marc Lasgouttes [Tue, 28 Jan 2014 10:04:31 +0000 (11:04 +0100)]
Do not skip space at start of row (fixes #8947, #8838)

TextMetrics::getColumnNearX (x -> pos translation) has special code to
ignore spaces at the beginning of a row, but neither the display code
nor TextMetrics::cursorX (pos->x translation) follow this logic. One
might argue that spaces should actually be ignored (like LaTeX does),
but this leads to UI issues and is probably too difficult to
implement.

10 years agosome minor translation work
Juergen Spitzmueller [Mon, 27 Jan 2014 14:21:19 +0000 (15:21 +0100)]
some minor translation work

10 years ago* sk.po
Kornel Benko [Mon, 27 Jan 2014 11:54:33 +0000 (12:54 +0100)]
* sk.po

10 years agoAdded emacs bindings for window-{new,close} functions
Kornel Benko [Mon, 27 Jan 2014 11:52:31 +0000 (12:52 +0100)]
Added emacs bindings for window-{new,close} functions

10 years agoHarmonize naming
Juergen Spitzmueller [Mon, 27 Jan 2014 11:04:58 +0000 (12:04 +0100)]
Harmonize naming

10 years agoWhitespace
Juergen Spitzmueller [Mon, 27 Jan 2014 10:14:24 +0000 (11:14 +0100)]
Whitespace

10 years agoremerge strings
Juergen Spitzmueller [Mon, 27 Jan 2014 07:13:04 +0000 (08:13 +0100)]
remerge strings

10 years agode.po
Juergen Spitzmueller [Mon, 27 Jan 2014 07:11:36 +0000 (08:11 +0100)]
de.po

10 years agoUpdate beamer documentation wrt environment-split
Juergen Spitzmueller [Mon, 27 Jan 2014 07:03:54 +0000 (08:03 +0100)]
Update beamer documentation wrt environment-split

10 years agoExtend environment-split to an 'outer' split function
Juergen Spitzmueller [Mon, 27 Jan 2014 07:01:24 +0000 (08:01 +0100)]
Extend environment-split to an 'outer' split function

This fixes a major beamer UI flaw reported by several users.

10 years agoDo not allow newlines in subfloats. Fixes #8752.
Richard Heck [Sun, 26 Jan 2014 19:22:39 +0000 (14:22 -0500)]
Do not allow newlines in subfloats. Fixes #8752.

10 years agoupdate sk translations
Kornel Benko [Sun, 26 Jan 2014 19:05:32 +0000 (20:05 +0100)]
update sk translations

10 years agoAllow usage of algorithm2e package (#8744)
Juergen Spitzmueller [Sun, 26 Jan 2014 18:23:40 +0000 (19:23 +0100)]
Allow usage of algorithm2e package (#8744)

This simple module allows users to use the algorithm2e package at all. Before, it was not possible with LyX, since this package conflicts with LyX's own algorithm support (see also #8728)

10 years agoUse "#!/usr/bin/env python", as elsewhere.
Richard Heck [Sun, 26 Jan 2014 16:38:41 +0000 (11:38 -0500)]
Use "#!/usr/bin/env python", as elsewhere.

10 years agoFix longtable captions (#8933)
Juergen Spitzmueller [Sat, 25 Jan 2014 08:32:57 +0000 (09:32 +0100)]
Fix longtable captions (#8933)

Don't know why this code is now needed again (or why it had to be removed in the first place).

10 years agoUse prototypes in perl scripts
Kornel Benko [Fri, 24 Jan 2014 10:00:07 +0000 (11:00 +0100)]
Use prototypes in perl scripts

10 years agobeamer conversion: deal with more complicated block titles
Juergen Spitzmueller [Fri, 24 Jan 2014 08:24:12 +0000 (09:24 +0100)]
beamer conversion: deal with more complicated block titles

10 years agoCtests: fix "read failed" errors for the URL tests
Scott Kostyshak [Thu, 23 Jan 2014 16:14:31 +0000 (11:14 -0500)]
Ctests: fix "read failed" errors for the URL tests

This patch changes the user agent and results in the openoffice.org
tests correctly passing. Before, they would give the following error:

  Failed, caught error: Status read failed: Connection reset by peer

All the other tests work as before.
Kornel and I are not sure why this change works.

10 years ago#8932 improved spell checker debug messages
Stephan Witt [Wed, 15 Jan 2014 20:18:34 +0000 (21:18 +0100)]
#8932 improved spell checker debug messages

10 years agoShortcut box now stays open if bad input (#8703)
Scott Kostyshak [Tue, 14 Jan 2014 13:04:05 +0000 (08:04 -0500)]
Shortcut box now stays open if bad input (#8703)

This allows the user to correct the bad input without
having to enter the other fields again in a new dialog.

Patch from Martin Hoffmann.

10 years agoHandle undo in `branch-add' LFUN
Jean-Marc Lasgouttes [Mon, 13 Jan 2014 16:27:17 +0000 (17:27 +0100)]
Handle undo in `branch-add' LFUN

10 years agoar.po: updates from Hatim
Uwe Stöhr [Sun, 12 Jan 2014 23:25:07 +0000 (00:25 +0100)]
ar.po: updates from Hatim

10 years agoTypo fix in doc/fr/Tutorial.lyx
Scott Kostyshak [Sat, 11 Jan 2014 13:20:46 +0000 (08:20 -0500)]
Typo fix in doc/fr/Tutorial.lyx

Spotted by Regis Bouguin.

10 years agoUpdate file format of doc/fr/Tutorial.lyx
Scott Kostyshak [Sat, 11 Jan 2014 13:19:49 +0000 (08:19 -0500)]
Update file format of doc/fr/Tutorial.lyx

10 years agoCtests perl scripts: Added use of prototypes
Kornel Benko [Fri, 10 Jan 2014 11:34:40 +0000 (12:34 +0100)]
Ctests perl scripts: Added use of prototypes

10 years agoCmake url tests: Use try - catch mechanism while testing urls.
Kornel Benko [Wed, 8 Jan 2014 12:36:30 +0000 (13:36 +0100)]
Cmake url tests: Use try - catch mechanism while testing urls.

If a perl-submodule exits with 'die()', the process would stop
and the following urls would not be tested.
The bug detection and idea how to solve it: Scott Kostyshak.

10 years agoCmake build: Add targets to selectively create .gmo files
Kornel Benko [Sun, 5 Jan 2014 09:04:56 +0000 (10:04 +0100)]
Cmake build: Add targets to selectively create .gmo files

10 years agoRemove warning
Kornel Benko [Sun, 5 Jan 2014 09:04:23 +0000 (10:04 +0100)]
Remove warning

10 years agoCmake build: White space + simplification
Kornel Benko [Sun, 5 Jan 2014 09:02:29 +0000 (10:02 +0100)]
Cmake build: White space + simplification

10 years ago* sk.po
Kornel Benko [Sun, 5 Jan 2014 09:01:48 +0000 (10:01 +0100)]
* sk.po

10 years agoComment only
Kornel Benko [Sun, 5 Jan 2014 09:01:08 +0000 (10:01 +0100)]
Comment only

10 years agofix Symbols dialog box grid size in case of broken QFontMetrics::maxWidth()
Stephan Witt [Sat, 4 Jan 2014 19:14:06 +0000 (20:14 +0100)]
fix Symbols dialog box grid size in case of broken QFontMetrics::maxWidth()

10 years agosimplify XCODE_VERSION check
Stephan Witt [Tue, 31 Dec 2013 14:49:19 +0000 (15:49 +0100)]
simplify XCODE_VERSION check

10 years agoavoid CMAKE_XCODE_ATTRIBUTE_GCC_VERSION assignment for Xcode 5.0+
Stephan Witt [Tue, 31 Dec 2013 09:24:27 +0000 (10:24 +0100)]
avoid CMAKE_XCODE_ATTRIBUTE_GCC_VERSION assignment for Xcode 5.0+
it is not needed anymore and the current assignment is wrong in this case

10 years agoar.po: update from Hatim
Juergen Spitzmueller [Thu, 26 Dec 2013 15:16:36 +0000 (16:16 +0100)]
ar.po: update from Hatim

10 years agoCmake tests for check load of lyx-files
Kornel Benko [Thu, 26 Dec 2013 09:29:34 +0000 (10:29 +0100)]
Cmake tests for check load of lyx-files

Do not interpret reconfigure output of lyx as test-error.

10 years agoUpdate the link to AGU files in documentation
Scott Kostyshak [Thu, 19 Dec 2013 07:56:49 +0000 (02:56 -0500)]
Update the link to AGU files in documentation

10 years agoJASATeX: add note that it fails with system fonts
Scott Kostyshak [Wed, 25 Dec 2013 20:57:48 +0000 (15:57 -0500)]
JASATeX: add note that it fails with system fonts

The JASATeX class is currently unmaintained. Also, this
commit moves the system font tests from inverted to ignored
(otherwise lualatex and xelatex run in infinite loops).

10 years agoUpdate file format of JASA.lyx
Scott Kostyshak [Wed, 25 Dec 2013 21:21:02 +0000 (16:21 -0500)]
Update file format of JASA.lyx

10 years agoctests: invert the ctex TeX font test
Scott Kostyshak [Wed, 25 Dec 2013 20:55:26 +0000 (15:55 -0500)]
ctests: invert the ctex TeX font test

They are not supposed to work yet.

10 years agoFix file dialogs with Qt 5.2.0 and later.
Enrico Forestieri [Tue, 24 Dec 2013 16:21:56 +0000 (17:21 +0100)]
Fix file dialogs with Qt 5.2.0 and later.

See https://bugreports.qt-project.org/browse/QTBUG-34132

   * [QTBUG-34132] QFileDialog does no longer instantiate widgets if a
     native dialog will be used instead.  Therefore some accessors
     which previously returned unused objects will now return null.
     As before, you can set the DontUseNativeDialog option to ensure
     that widgets will be created and used instead.

Seemingly, Qt uses native dialogs by default starting from version 5.2.0.
When trying to open a file dialog, LyX segfaults in release mode, whereas
Qt asserts in debug mode:
ASSERT failure in QList<T>::at: "index out of range",
file /usr/local/qt/5.2.0/include/QtCore/qlist.h, line 472

This is avoided by explicitly setting the DontUseNativeDialog option
in the code path selected by *not* setting USE_NATIVE_FILEDIALOG.
This option was introduced in Qt 4.5, which is the minimum required
for compiling LyX. So, it is not protected by a preprocessor macro.

10 years agoCorrect \file statement
Juergen Spitzmueller [Sat, 21 Dec 2013 11:58:23 +0000 (12:58 +0100)]
Correct \file statement

10 years agoRemove obsolete comment
Jean-Marc Lasgouttes [Fri, 20 Dec 2013 13:14:32 +0000 (14:14 +0100)]
Remove obsolete comment

It is not possible to make editXY const because of checkInsetHit, getPitNearY and getPitandRowNearY that modify the TextMetrics object.

10 years agoar.po: update from Hatim
Juergen Spitzmueller [Fri, 20 Dec 2013 07:43:18 +0000 (08:43 +0100)]
ar.po: update from Hatim

10 years agoctests: invert tests that are expected to fail
Scott Kostyshak [Tue, 17 Dec 2013 06:31:23 +0000 (01:31 -0500)]
ctests: invert tests that are expected to fail

For many of these XeTeX or LuaTeX does not yet support
using TeX fonts for certain languages. The others fail
because, as Jürgen explains, they have excessive preamble
code that is only targeted at (pdf)latex.

10 years agoCmake tests: Expand export tests for luatex and xetex
Kornel Benko [Mon, 16 Dec 2013 10:36:36 +0000 (11:36 +0100)]
Cmake tests: Expand export tests for luatex and xetex

Citing Scott:
In our current set up, we are currently testing XeTeX and LuaTeX
either with system fonts or with TeX fonts but never both. We should
test with both in my opinion. We will have to ignore/invert many tests
but it still seems useful. For example Günter fixed babel-greek so
that it works now with TeX fonts; and Jürgen found some errors in LyX
that were causing some of the English docs to fail with system fonts.
Currently we only test greek documents with system fonts and we only
test English documents with TeX fonts.

This change adds the missing test-cases.

10 years agoar.po: Update from Hatim
Juergen Spitzmueller [Mon, 16 Dec 2013 06:42:43 +0000 (07:42 +0100)]
ar.po: Update from Hatim

10 years agoFix typo
Georg Baum [Sun, 15 Dec 2013 11:18:49 +0000 (12:18 +0100)]
Fix typo

10 years agoAdapt cmake build to use c++11 features also for clang compiler
Kornel Benko [Sun, 15 Dec 2013 10:41:28 +0000 (11:41 +0100)]
Adapt cmake build to use c++11 features also for clang compiler

10 years agoFix typo
Juergen Spitzmueller [Sat, 14 Dec 2013 14:09:23 +0000 (15:09 +0100)]
Fix typo

10 years agoRecognize changed babel error message (rewording)
Juergen Spitzmueller [Sat, 14 Dec 2013 12:19:40 +0000 (13:19 +0100)]
Recognize changed babel error message (rewording)

10 years agobeamer.lyx: work arounf language nesting problem when compiling with polyglossia
Juergen Spitzmueller [Sat, 14 Dec 2013 12:06:25 +0000 (13:06 +0100)]
beamer.lyx: work arounf language nesting problem when compiling with polyglossia

10 years agoDo not load the tipa package when fontspec is used
Juergen Spitzmueller [Sat, 14 Dec 2013 08:13:17 +0000 (09:13 +0100)]
Do not load the tipa package when fontspec is used

This was until now only cared of by the IPA inset, not by unicodesymbols.

10 years agoImprove beamer conversion: Support default list overlay specification without ERT
Juergen Spitzmueller [Fri, 13 Dec 2013 13:55:09 +0000 (14:55 +0100)]
Improve beamer conversion: Support default list overlay specification without ERT

10 years agoSharpen the lyX icon a bit
Juergen Spitzmueller [Fri, 13 Dec 2013 13:06:04 +0000 (14:06 +0100)]
Sharpen the lyX icon a bit

10 years agoar.po: update from Hatim
Juergen Spitzmueller [Fri, 13 Dec 2013 09:19:41 +0000 (10:19 +0100)]
ar.po: update from Hatim

10 years agoctests: use Chinese roman font for zh docs
Scott Kostyshak [Fri, 13 Dec 2013 04:44:41 +0000 (23:44 -0500)]
ctests: use Chinese roman font for zh docs

10 years agoctests: non-TeX Ukrainian+LuaTeX is not supported
Scott Kostyshak [Fri, 13 Dec 2013 04:42:04 +0000 (23:42 -0500)]
ctests: non-TeX Ukrainian+LuaTeX is not supported

https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg181690.html

Thanks to Günter Milde for the advice.

10 years agoAdd appdata.xml, provided by Matej Cepl.
Pavel Sanda [Thu, 12 Dec 2013 03:51:16 +0000 (19:51 -0800)]
Add appdata.xml, provided by Matej Cepl.

AppData is an emerging standard (hopefully not distro-specific) for the
description of applications in various app stores.

http://people.freedesktop.org/~hughsient/appdata/ is the home page of
the standard.

http://blogs.gnome.org/hughsie/2013/09/27/frikin-awesome-apps-without-appdata/
is the call for providing new appdata.xml files.

10 years agoFix writer2latex quote handling (bug #8903)
Georg Baum [Wed, 11 Dec 2013 20:54:26 +0000 (21:54 +0100)]
Fix writer2latex quote handling (bug #8903)

writer2latex surrounds quotes by braces which we skip to avoid useless ERT.
I broke this in 25fe87e5 which made Parser::next_next_token() not recognize
that it needed to parse one more token. If we had a unit test for the Parser
class it would probably have detected that. Now we have at least a test for
the special quote.

10 years agoMake sty file parser fit for mdsymbol.sty
Georg Baum [Wed, 11 Dec 2013 20:07:59 +0000 (21:07 +0100)]
Make sty file parser fit for mdsymbol.sty

Now it is able to generate a lib/symbols section from mdsymbol.sty.

10 years agoAdd some missing unicode math symbols
Georg Baum [Wed, 11 Dec 2013 19:58:28 +0000 (20:58 +0100)]
Add some missing unicode math symbols

and fix wrong ones. This fixes the safe part of bug #8888. The symbols
provided by mdsymbol.sty have to wait, since mdsymbol.sty provides a huge
number of symbols, I don't have the time right now to process them all, and
a partial file format update does not make sense.

10 years agoar.po: update from Hatim
Juergen Spitzmueller [Wed, 11 Dec 2013 16:00:48 +0000 (17:00 +0100)]
ar.po: update from Hatim

10 years agoFix opening files from command line
Vincent van Ravesteijn [Wed, 4 Dec 2013 21:38:26 +0000 (22:38 +0100)]
Fix opening files from command line

Fixes: 9c4461de
10 years agoctests: LuaTeX does not support Farsi yet
Scott Kostyshak [Sat, 7 Dec 2013 17:25:51 +0000 (12:25 -0500)]
ctests: LuaTeX does not support Farsi yet

See (thanks to Uwe for the link):
https://github.com/reutenauer/polyglossia/commit/ccb0e9e2c6411170ad779b05ff5076f1193cc323

We thus invert the LuaTeX Farsi tests.

All inverted tests now have explanations for why they are not
currently expected to work.

10 years agoctests: babel-greek was fixed
Scott Kostyshak [Sat, 7 Dec 2013 17:15:20 +0000 (12:15 -0500)]
ctests: babel-greek was fixed

We can now test for regressions in the Greek docs for
XeTeX and LuaTeX export with FreeSans.

(Also some Indonesian tests were missing from revertedTests.)

10 years agoCmake test environment.
Kornel Benko [Sat, 7 Dec 2013 12:06:27 +0000 (13:06 +0100)]
Cmake test environment.

Expanded search for an image to \ecvpicture{} in the preamble.

10 years agoar.po: yet another update from Hatim
Juergen Spitzmueller [Sat, 7 Dec 2013 11:25:53 +0000 (12:25 +0100)]
ar.po: yet another update from Hatim

10 years agoctests: invert ectaart tests
Scott Kostyshak [Sat, 7 Dec 2013 06:53:51 +0000 (01:53 -0500)]
ctests: invert ectaart tests

As Kornel has explained:

There is an incompatibility between luainputenc.sty and ectaart.cls.
luainputenc.sty loads luatex.sty. Both files (luatex.sty and
ectaart.cls) define the latex-command \setattribute.

These tests should be inverted because the conflict may one day be
resolved at which point we can begin testing for regressions.

(This commit also rearranges the europeCV lines to below the
corresponding explanation comment.)

10 years agoAdd note to es/europeCV.lyx and invert Xe and Lua
Scott Kostyshak [Fri, 6 Dec 2013 17:02:03 +0000 (12:02 -0500)]
Add note to es/europeCV.lyx and invert Xe and Lua

Export with XeTeX and LuaTeX (with either non-tex fonts or 8-bit
compatibility mode) does not work because the loading of inputenc with
utf8x is hardcoded in europecv.cls at this time.

This commit adds a note to es/europeCV.lyx explaining the problem and
inverts the XeTeX and LuaTeX tests.

See
http://comments.gmane.org/gmane.editors.lyx.devel/145896

Thanks to Günter Milde for the advice and to Ignacio García
for the translation of the note.

10 years agolyx2lyx es/europeCV to prepare a clean next commit
Scott Kostyshak [Fri, 6 Dec 2013 16:55:00 +0000 (11:55 -0500)]
lyx2lyx es/europeCV to prepare a clean next commit

10 years agoImprove beamer frame conversion: frame arguments that use multiple ERTs (one ERT...
Juergen Spitzmueller [Fri, 6 Dec 2013 10:57:33 +0000 (11:57 +0100)]
Improve beamer frame conversion: frame arguments that use multiple ERTs (one ERT inset per argument) are converted

10 years agoFactor out identical frame argument conversion
Juergen Spitzmueller [Fri, 6 Dec 2013 09:53:10 +0000 (10:53 +0100)]
Factor out identical frame argument conversion

10 years agoCmake test environment.
Kornel Benko [Fri, 6 Dec 2013 09:42:26 +0000 (10:42 +0100)]
Cmake test environment.

Expanded search for an image to "layout Photo".

10 years agoDo not load the xunicode package with TeX fonts
Juergen Spitzmueller [Thu, 5 Dec 2013 16:39:16 +0000 (17:39 +0100)]
Do not load the xunicode package with TeX fonts

10 years agoar.po: yet another update from Hatim
Juergen Spitzmueller [Thu, 5 Dec 2013 15:53:05 +0000 (16:53 +0100)]
ar.po: yet another update from Hatim

10 years agoCMake: allow compile-time C++ flags to be set
Kornel Benko [Thu, 5 Dec 2013 11:00:02 +0000 (12:00 +0100)]
CMake: allow compile-time C++ flags to be set

For developper only, therefore the variable is set to advanced.

Ideas from: Scott Kostyshak + Vincent van Ravensteijn

10 years ago* cs.po
Pavel Sanda [Thu, 5 Dec 2013 05:28:53 +0000 (21:28 -0800)]
* cs.po

10 years ago* cs.po, spotted by Kornel.
Pavel Sanda [Mon, 2 Dec 2013 16:40:26 +0000 (08:40 -0800)]
* cs.po, spotted by Kornel.

10 years agoinstaller: fix a typo
Uwe Stöhr [Tue, 3 Dec 2013 23:47:29 +0000 (00:47 +0100)]
installer: fix a typo

10 years agoinstaller: support new LyX helper programs
Uwe Stöhr [Tue, 3 Dec 2013 23:45:46 +0000 (00:45 +0100)]
installer: support new LyX helper programs

10 years agoinstaller: preparations for LyX 2.1
Uwe Stöhr [Tue, 3 Dec 2013 23:05:20 +0000 (00:05 +0100)]
installer: preparations for LyX 2.1