]> git.lyx.org Git - lyx.git/log
lyx.git
10 years agosk.po some shortcuts
Kornel Benko [Sun, 9 Feb 2014 10:59:09 +0000 (11:59 +0100)]
sk.po some shortcuts

10 years agoDo not issue module warnings when just cloning a buffer (#8864)
Juergen Spitzmueller [Sun, 9 Feb 2014 10:15:57 +0000 (11:15 +0100)]
Do not issue module warnings when just cloning a buffer (#8864)

10 years ago* cs.po
Pavel Sanda [Sat, 8 Feb 2014 08:27:30 +0000 (00:27 -0800)]
* cs.po

10 years ago* Additional.lyx - SVN has been tested to some degree (#8937).
Pavel Sanda [Sat, 8 Feb 2014 07:37:51 +0000 (23:37 -0800)]
* Additional.lyx - SVN has been tested to some degree (#8937).

10 years agoRight border of multicol should be set if 1 column
Scott Kostyshak [Thu, 6 Feb 2014 00:09:18 +0000 (19:09 -0500)]
Right border of multicol should be set if 1 column

This commit fixes a bug uncovered by the fix to #8082:
If you create a table, select all columns in a row,
and set as multicolumn, the right border used to be unset.

10 years agoCompare: Add the authors from the 'other' document
Vincent van Ravesteijn [Fri, 7 Feb 2014 13:06:39 +0000 (14:06 +0100)]
Compare: Add the authors from the 'other' document

Otherwise the resulting document may contain references to authors that are not present in the author list, which results in a crash.

Fixes-bug: #8769

10 years agoReturn true to indicate we might have invalidated the cursor
Vincent van Ravesteijn [Fri, 7 Feb 2014 16:14:36 +0000 (17:14 +0100)]
Return true to indicate we might have invalidated the cursor

If we don't do so, Cursor::notifyCursorLeavesOrEnters might continue with
an invalidated cursor.

Fixes-bug: #8329

10 years agoDo not try to track_change an auto-deleted bibitem
Vincent van Ravesteijn [Fri, 7 Feb 2014 14:53:57 +0000 (15:53 +0100)]
Do not try to track_change an auto-deleted bibitem

We are not capable of handling two bibitems within one biblio paragraph.
That's why we have functions like Paragraph::brokenBiblio() and
Paragraph::fixBiblio(). So, if we fix the biblio by deleting the second
bibitem, we should not keep it as deleted.

This code caused a crash because the inset was released, but still kept as
deleted.

Fixes-bug: #8646.

10 years agoFix silly mistake spotted by Jurgen.
Richard Heck [Fri, 7 Feb 2014 15:36:55 +0000 (10:36 -0500)]
Fix silly mistake spotted by Jurgen.
Give k a more descriptive name.
Prettify a bit of the code.

10 years agoFix crash
Juergen Spitzmueller [Thu, 6 Feb 2014 12:07:00 +0000 (13:07 +0100)]
Fix crash

10 years agoFix assertion in editing math (bug #8946)
Juergen Spitzmueller [Thu, 6 Feb 2014 10:08:33 +0000 (11:08 +0100)]
Fix assertion in editing math (bug #8946)

10 years agode.gmo: forgot this at last de.po commit
Juergen Spitzmueller [Thu, 6 Feb 2014 09:29:12 +0000 (10:29 +0100)]
de.gmo: forgot this at last de.po commit

10 years agoFix lyx2lyx chunk conversion (bugs #8877, #8876)
Juergen Spitzmueller [Thu, 6 Feb 2014 09:11:02 +0000 (10:11 +0100)]
Fix lyx2lyx chunk conversion (bugs #8877, #8876)

10 years agoAdd missing refprefixes for theorems (#8781)
Juergen Spitzmueller [Thu, 6 Feb 2014 08:18:12 +0000 (09:18 +0100)]
Add missing refprefixes for theorems (#8781)

Original patch by Paul Rubin

10 years agoUserGuide.lyx: describe the new paste modes
Uwe Stöhr [Thu, 6 Feb 2014 03:05:05 +0000 (04:05 +0100)]
UserGuide.lyx: describe the new paste modes

10 years agoDocument paste options (bug #8749)
Georg Baum [Wed, 5 Feb 2014 20:50:33 +0000 (21:50 +0100)]
Document paste options (bug #8749)

As discussed in trac. Unformatted Text is removed, since it is too similar to
Plain text, adn nobody knows why it is needed in the standard menu. The lfun
is kept, so users can easily activate it in private ui files if needed.

10 years agoFix wrong painting of lines right of multicol
Vincent van Ravesteijn [Wed, 5 Feb 2014 20:30:04 +0000 (21:30 +0100)]
Fix wrong painting of lines right of multicol

We should skip the other cells that are part of the multicolumn before we find the cell right to the current one.

Fixes-bug: #8082

10 years agoAdd more paste lfun doc from bug #8749.
Georg Baum [Tue, 4 Feb 2014 21:22:54 +0000 (22:22 +0100)]
Add more paste lfun doc from bug #8749.

10 years agoCMake: Optimize use of target update-gmo
Kornel Benko [Tue, 4 Feb 2014 16:42:26 +0000 (17:42 +0100)]
CMake: Optimize use of target update-gmo

10 years agoStyle
Juergen Spitzmueller [Tue, 4 Feb 2014 09:37:29 +0000 (10:37 +0100)]
Style

10 years agoCMake: Regenerate deleted gmo files
Vincent van Ravesteijn [Mon, 3 Feb 2014 20:10:48 +0000 (21:10 +0100)]
CMake: Regenerate deleted gmo files

10 years agoCMake: Put the docs projects in a subdirectory
Vincent van Ravesteijn [Mon, 3 Feb 2014 17:13:00 +0000 (18:13 +0100)]
CMake: Put the docs projects in a subdirectory

10 years agoCMake: Add target update-gmo
Vincent van Ravesteijn [Mon, 3 Feb 2014 16:27:07 +0000 (17:27 +0100)]
CMake: Add target update-gmo

This target will update the gmo files if and only if the associated
po-file is modified. To determine whether a file is modified, 'git
status --porcelain' is used.

This follows up on commit 06782542.

10 years agoCMake: Move biblio test projects into tests group
Vincent van Ravesteijn [Mon, 3 Feb 2014 11:56:36 +0000 (12:56 +0100)]
CMake: Move biblio test projects into tests group

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.