Commit Graph

32528 Commits

Author SHA1 Message Date
Richard Heck
9fb9dd8248 Remerge strings. 2015-02-05 20:29:35 -05:00
Richard Heck
1664feed2f Prepare for 2.1.3. 2015-02-05 20:28:19 -05:00
Uwe Stöhr
a34b186647 status.21x: add recent updates translations 2015-02-01 05:03:18 +01:00
Richard Heck
c6ec9f2e00 French translation for 2.1.3. 2015-01-31 11:40:37 -05:00
Richard Heck
32b6dee328 Swedish translation for 2.1.3. 2015-01-31 11:39:59 -05:00
Richard Heck
62dc2042aa Japanese translation for 2.1.3, and a new translation of the Beamer
conference template.
2015-01-31 11:39:55 -05:00
Uwe Stöhr
3dbd404950 aastex.lyx: backport a fix from master
The normal caption should be the standard \caption command.
2015-01-23 00:30:56 +01:00
Georg Baum
2c5d4d83a2 Fix pasting insets into math (bug #9302)
The problem was that the conversion to plain text (which is used as an
intermediate step) requires for some insets a valid buffer pointer, but
insets in the cut stack do not have one. Now we use the same temp buffer
business as for copying to the external clipboard.
2015-01-21 22:27:06 +01:00
Kornel Benko
c5aad57bd7 update sk.po 2015-01-13 18:19:53 +01:00
Richard Heck
b4a604a758 Remerge strings. 2015-01-13 11:37:40 -05:00
Richard Heck
8d19739b43 Whitespace. 2015-01-13 11:36:58 -05:00
Uwe Stöhr
dba70d6ee9 installer: configure.nsh: better babel installation
The former solution with installing all babel packages at once via a list fails if only a single package of the list is already installed. In this case none of the packages in the installation list will be installed. Therefore every package will be installed separately.

(The bug is already reported to MiKTeX and this workaround can be removed for LyX 2.1.4.))
2015-01-13 01:28:07 +01:00
Uwe Stöhr
1c09e99b29 aastex.lyx: repair a broken figure float 2015-01-11 03:40:05 +01:00
Georg Baum
9ebc325be3 Work around MSVC warning
The statement
	if (pos < from + lyxrc.completion_minlength)
triggers a signed vs. unsigned warning. I don't know why this happens, it
could be a MSVC bug, or related to LLP64 (windows) vs. LP64 (unix)
programming model, or the C++ standard might be ambigous in the section
defining the "usual arithmetic conversions". However, using a temporary
variable is safe and works on all compilers.
2015-01-09 11:54:05 +01:00
Uwe Stöhr
df0b34017e Windows installer: backport recent changes from master 2015-01-09 02:55:00 +01:00
Uwe Stöhr
076e62dd5f installer/Packages.txt: remove unsupported and double entries 2015-01-08 02:07:11 +01:00
Uwe Stöhr
a090f6b289 chkconfig.ltx: fix a typo 2015-01-08 01:42:17 +01:00
Uwe Stöhr
55339f0249 Win installer: LaTeX package list update
- Packages.txt: add all available babel packages and update to latest list of packages supported by LyX
- chkconfig.ltx: remove an entry that was added only for the Win-installer
2015-01-08 01:39:10 +01:00
Uwe Stöhr
7cdd083a73 fr.po: translation updates from Jean-Pierre 2015-01-07 02:33:49 +01:00
Uwe Stöhr
0ccbda9e51 French documentation files: updates by Jean-Pierre 2015-01-07 02:28:08 +01:00
Enrico Forestieri
eee6c78f8d Update it.po 2015-01-06 22:58:45 +01:00
Enrico Forestieri
383334c1fe Fix bug #9342: LaTeX build get stuck for unconventional path name
The reason being that the TEXINPUTS path list was not quoted on Windows.
This was no problem with spaces but some special characters are
interpreted by the shell and can cause problems. In this particular
case, the '&' character was being interpreted as a command separator.
2015-01-06 22:06:46 +01:00
Enrico Forestieri
855f24e063 Fix bug #9319: Problems with space inside math and textrm. 2015-01-06 21:50:58 +01:00
Enrico Forestieri
69179c08e7 Fix bug #7970: space disappears from equation when reopening LyX file. 2015-01-06 19:57:54 +01:00
Jean-Marc Lasgouttes
1997e8b817 Reimplement inset-select-all in a generic way
There are 3 possible actions (in order)
* select current cell
* select all calls of inset
* select the inset from outside (in the containing inset)

C-a is now bound to inset-select-all

C-M-a is bound to the global "select all". The
reason for this change is that selecting an inset
is a more common operation that selecting an entire
document.

This patch is the result of discussion on #7727.
2015-01-06 11:05:49 +01:00
Stephan Witt
e0840f28b7 backport of --with-util-dir option 2015-01-05 23:36:44 +01:00
Georg Baum
f067babf6e Fix multithreading crash (bug #9366)
This minimal fix makes the crash go away on my machine. A much more complete
fix is in master (and will be futher extended), but for 2.1.x we'll do only
minimal changes.
2015-01-05 21:44:37 +01:00
Juergen Spitzmueller
f3a45effbf de.po 2015-01-04 19:46:02 +01:00
Kornel Benko
7eb033f357 update sk.po 2015-01-04 19:23:58 +01:00
Richard Heck
dcaa9dd460 Remerge strings. 2015-01-04 12:48:16 -05:00
Richard Heck
5ed6cd417a Small fix to po update script. 2015-01-04 12:47:16 -05:00
Juergen Spitzmueller
fb815aa1b0 de.po 2015-01-04 18:11:46 +01:00
Juergen Spitzmueller
450288b130 Fix aspectratio UI
Fixes: #9357
2015-01-04 18:07:05 +01:00
Georg Baum
7aab315c81 Fix parsing of verbatim options (bug #9113)
Parser::verbatimOption() did swallow backslashes previously. The similar code
in Parser::verbatim_item() was already correct.
2015-01-03 20:51:02 +01:00
Georg Baum
151abe293e Parse post command argument insets (bug #8473)
This is now very easy with the new InsetArgument infrastructure.
2015-01-03 18:14:20 +01:00
Georg Baum
46bfa47395 Use new argument inset code for environments
This removes another instance of the limitation solved by file format 446:
The order of optional and required arguments is not fixed anymore.
2015-01-03 18:00:13 +01:00
Georg Baum
88cdd6dc60 Skip missing optional argument insets in tex2lyx
Optional arguments are optional, so if one is missing, do not stop the parsing,
but continue with the next argument (it might be a required one).
2015-01-03 17:59:20 +01:00
Georg Baum
53b3b2cf5a Reduce caption hardcoding
Now we can handle all types of captions defined in layout files or modules.
This does also mean that \captionabove and \captionbelow are only recognized
in KOMA-classes and not always anymore, but this is correct, since these
captions would not work in other document classes anyway.
2015-01-03 17:56:53 +01:00
Georg Baum
70bcbd4bd7 Remove InsetArgument 999 workaround
Since we iterate through all arguments we can as well compute the correct id
directly.
2015-01-03 17:45:59 +01:00
Georg Baum
42f36c1b94 Parse starred InsetLayout correctly
Previously, an InsetLayout was not found if the LaTeX name was starred, e.g.
for "\caption*".
2015-01-03 17:39:20 +01:00
Georg Baum
8b75ce5830 Fix misparsing of \textgreek without polyglossia
\textgreek was interpreted as the polyglossia version even if polyglossia
was not used. Now the symbols defined in unicodesymbols are detected correctly
and converted to unicode, while others are converted to ERT (bug #8553).
2015-01-03 17:27:22 +01:00
Georg Baum
202e848a0e Parse tikzpicture env. correctly (bug #9011) 2015-01-03 17:21:14 +01:00
Georg Baum
9c54ee6f0d Handle unknown table column specifiers (bug #9311)
Previously tex2lyx did ignore table columns if the column specifier was
unknown. This can lead to data loss, and now it does not ignore these columns,
but assumes that the column specifiers use only once character. This can still
lead to data loss, but less often.
2015-01-03 17:06:39 +01:00
Enrico Forestieri
d762e720d8 Update it.po 2015-01-01 19:56:40 +01:00
Georg Baum
dbbc4239a6 Fix HTML output of \gg, \ll and \ne (bug #9372)
The fix consists of three parts: The fix for \ll and \gg, the needed
infrastructure to assign HTML entities to global math macros, and the actual
fix for \ne and \neq.
2014-12-30 13:39:52 +01:00
Juergen Spitzmueller
6d58fba55f de.po 2014-12-27 17:45:21 +01:00
Juergen Spitzmueller
0be08dde6d Do not warn about changed modules when changing modules.
Part of #9356
Also fixes #9365
2014-12-25 10:50:21 +01:00
Juergen Spitzmueller
cc58d61744 Do not silently dismiss unapplied document changes when adding module
Part of #9356
2014-12-25 10:45:45 +01:00
Juergen Spitzmueller
b215e58ed1 Output package options before loading any package.
Fixes: #9355
2014-12-22 09:21:28 +01:00
Juergen Spitzmueller
c213243600 When switching classes, warn user about all unapplied document changes
Currently, this is limited to modules.

Part of #9356.
2014-12-21 17:45:39 +01:00