]> git.lyx.org Git - features.git/log
features.git
9 years agode.po: Correct translation
Juergen Spitzmueller [Mon, 8 Dec 2014 07:01:06 +0000 (08:01 +0100)]
de.po: Correct translation

9 years agode.gmo
Juergen Spitzmueller [Sun, 7 Dec 2014 13:57:01 +0000 (14:57 +0100)]
de.gmo

9 years agode.po: update
Juergen Spitzmueller [Sun, 7 Dec 2014 13:40:56 +0000 (14:40 +0100)]
de.po: update

9 years agosk.po: update
Kornel Benko [Thu, 4 Dec 2014 11:50:32 +0000 (12:50 +0100)]
sk.po: update

9 years agode.po: update
Juergen Spitzmueller [Thu, 4 Dec 2014 08:47:41 +0000 (09:47 +0100)]
de.po: update

9 years agostatus.21x: fix a typo
Uwe Stöhr [Thu, 4 Dec 2014 00:15:18 +0000 (01:15 +0100)]
status.21x: fix a typo

9 years agostatus.21x: a writing style fix
Uwe Stöhr [Wed, 3 Dec 2014 23:50:27 +0000 (00:50 +0100)]
status.21x: a writing style fix

9 years agotex2lyx: backport support for relative sizes and glue lengths
Uwe Stöhr [Wed, 3 Dec 2014 23:48:27 +0000 (00:48 +0100)]
tex2lyx: backport support for relative sizes and glue lengths

9 years agotex2lyx/Preamble.cpp: add support for all \defskip lengths
Uwe Stöhr [Wed, 3 Dec 2014 23:41:51 +0000 (00:41 +0100)]
tex2lyx/Preamble.cpp: add support for all \defskip lengths

backports commit c2e0f223

9 years agotex2lyx/Preamble.cpp: remove unused code
Uwe Stöhr [Wed, 3 Dec 2014 23:36:00 +0000 (00:36 +0100)]
tex2lyx/Preamble.cpp: remove unused code

9 years agotex2lyx: support for the Libertine fonts
Uwe Stöhr [Wed, 3 Dec 2014 23:18:32 +0000 (00:18 +0100)]
tex2lyx: support for the Libertine fonts

9 years agomathed: infoize some messages
Uwe Stöhr [Wed, 3 Dec 2014 23:11:57 +0000 (00:11 +0100)]
mathed: infoize some messages

- fixes bug #1908

9 years agoIEEEtran templates: fix language package settings
Uwe Stöhr [Wed, 3 Dec 2014 23:05:37 +0000 (00:05 +0100)]
IEEEtran templates: fix language package settings

according to the IEEE writing guidelines one must not use babel otherwise one would violate the caption formatting rule; fixes bug #9350

9 years agoHonor paragraph parameters when converting chunk layouts.
Juergen Spitzmueller [Mon, 1 Dec 2014 11:35:46 +0000 (12:35 +0100)]
Honor paragraph parameters when converting chunk layouts.

Fixes: #9320.
9 years agoFix reverting of chunks insets to 2.0 format
Jean-Marc Lasgouttes [Thu, 27 Nov 2014 15:30:00 +0000 (16:30 +0100)]
Fix reverting of chunks insets to 2.0 format

When the chunk inset did not have an optional argument, the prefix of the chunk was omitted.

Fixes bug: #9343

9 years agoFix and simplify par params parsing in get_containing_layout.
Juergen Spitzmueller [Sat, 29 Nov 2014 09:54:05 +0000 (10:54 +0100)]
Fix and simplify par params parsing in get_containing_layout.

The previous version did not catch \align <alignment>.

9 years agoFix conversion of beamer block titles when the language is switched at the beginning...
Juergen Spitzmueller [Tue, 25 Nov 2014 16:47:14 +0000 (17:47 +0100)]
Fix conversion of beamer block titles when the language is switched at the beginning of the title

9 years agoUpdate it.po
Enrico Forestieri [Sun, 23 Nov 2014 01:53:28 +0000 (02:53 +0100)]
Update it.po

9 years agotex2lyx/TODO.txt: \=*{char} is already supported by tex2lyx
Uwe Stöhr [Sun, 23 Nov 2014 00:33:34 +0000 (01:33 +0100)]
tex2lyx/TODO.txt: \=*{char} is already supported by tex2lyx

9 years agotex2lyx/TODO.txt: the UGM fonts are already fully supported
Uwe Stöhr [Sat, 22 Nov 2014 23:40:30 +0000 (00:40 +0100)]
tex2lyx/TODO.txt: the UGM fonts are already fully supported

9 years agoFix memory error detected by valgrind
Georg Baum [Wed, 19 Nov 2014 19:42:04 +0000 (20:42 +0100)]
Fix memory error detected by valgrind

The assignment name = sub.str(1) reads from the first argument given to
regex_match(), but previously this was a temporary object which was already
out of scope. This did probably not matter much in practice, but invoked
undefined behaviour, and as we all know this is allowed ton format your hard
disk or kill to your cat, so better fix this.

9 years agoFix recursive math macro crash (bug #9140)
Georg Baum [Sun, 16 Nov 2014 08:37:29 +0000 (09:37 +0100)]
Fix recursive math macro crash (bug #9140)

This is different from bug #8999, since in this case a new macro instance is
created. You still get a TeX capacity exceeded error if you try to typeset the
exported document, but this is the same as for bug #8999 and better than a
crash.

9 years agotex2lyx: support for \item with opt arg in itemize environment
Uwe Stöhr [Sat, 15 Nov 2014 20:22:21 +0000 (21:22 +0100)]
tex2lyx: support for \item with opt arg in itemize environment

9 years agoMake the fix for bug 8999 actually work
Georg Baum [Fri, 14 Nov 2014 20:28:40 +0000 (21:28 +0100)]
Make the fix for bug 8999 actually work

This backports 1cdbb94f which was spotted by cppcheck.

9 years agoFix bug #7954 (now really)
Georg Baum [Fri, 14 Nov 2014 18:09:34 +0000 (19:09 +0100)]
Fix bug #7954 (now really)

Thanks to maciejr we know now what the remaining problem was with bug 7954:
My unicode symbol fallback works fine, the problem was that a font named
"Symbol" is available on OS X, but it does not use the font-specific encoding
we expect: Almost all glyphs are at their unicode code point.
Therefore the bug is fixed by re-enabling the unicode workaround and blocking
the Symbol font on OS X.

9 years ago#9317 add status entry
Stephan Witt [Thu, 13 Nov 2014 18:36:52 +0000 (19:36 +0100)]
#9317 add status entry

9 years ago#9317 add method cleanDuplicateEnvVars() to correct the broken environment with dupli...
Stephan Witt [Thu, 13 Nov 2014 18:13:40 +0000 (19:13 +0100)]
#9317 add method cleanDuplicateEnvVars() to correct the broken environment with duplicate PATH values passed by Yosemite's launchd(8)

9 years agoFix memory errors found by Alfredo with valgrind
Georg Baum [Wed, 12 Nov 2014 19:31:32 +0000 (20:31 +0100)]
Fix memory errors found by Alfredo with valgrind

BufferParams::setDocumentClass() deletes the old document class of the buffer
and creates a copy of the new one. Therefore, the stored layout pointers in
the paragraphs (actually only one paragraph exists) are dangling afterwards.
Resetting them before setting the document class helps here.
In the long term we need to get rid of BufferParams::setDocumentClass()
completely, this is very ugly.

9 years agotex2lyx/TODO.txt: backport info/update from master
Uwe Stöhr [Tue, 11 Nov 2014 00:23:20 +0000 (01:23 +0100)]
tex2lyx/TODO.txt: backport info/update from master

9 years agostatus.21x: style fixes
Uwe Stöhr [Mon, 10 Nov 2014 02:38:38 +0000 (03:38 +0100)]
status.21x: style fixes

9 years agoremerge po-files
Uwe Stöhr [Mon, 10 Nov 2014 02:18:13 +0000 (03:18 +0100)]
remerge po-files

- requested merge by Richard to merge big the Portugal translation update
- also update the de.po and the status.21x file

9 years agotex2lyx: backport new features from master
Uwe Stöhr [Mon, 10 Nov 2014 01:23:05 +0000 (02:23 +0100)]
tex2lyx: backport new features from master

- support for bibtopic, \nameref and 2 math fonts

9 years agoFix CAS computation of a selected subformula.
Enrico Forestieri [Sun, 9 Nov 2014 23:47:50 +0000 (00:47 +0100)]
Fix CAS computation of a selected subformula.

Invoking a computer algebra system program for computing a selected
subformula has never worked (checked with all LyX versions back to 1.3)
and, moreover, in the presence of a selection things go awry.
This commit allows this computation by replacing the selected
subformula with the result of the computation.

9 years agoFix issue with CAS.
Enrico Forestieri [Sun, 9 Nov 2014 20:33:53 +0000 (21:33 +0100)]
Fix issue with CAS.

See http://thread.gmane.org/gmane.editors.lyx.devel/153516
This regression was due to a thinko in [43f6b167/lyxgit].

9 years agoFix font declarations.
Juergen Spitzmueller [Sun, 9 Nov 2014 08:55:39 +0000 (09:55 +0100)]
Fix font declarations.

9 years agoInsetFootlike.cpp: disallow to use listings in foot-like insets
Uwe Stöhr [Wed, 5 Nov 2014 23:31:42 +0000 (00:31 +0100)]
InsetFootlike.cpp: disallow to use listings in foot-like insets

- fixes bug #9321 also for branch

9 years agoPDF-comment.lyx: new example file
Uwe Stöhr [Wed, 5 Nov 2014 23:19:22 +0000 (00:19 +0100)]
PDF-comment.lyx: new example file

- backport from master, fixes #9310

9 years agoFix wrong test: boolean variable is never negative
Jean-Marc Lasgouttes [Sat, 1 Nov 2014 15:02:34 +0000 (16:02 +0100)]
Fix wrong test: boolean variable is never negative

This has been spotted by clang++.

9 years agoRemerge strings.
Richard Heck [Wed, 5 Nov 2014 15:40:02 +0000 (10:40 -0500)]
Remerge strings.

9 years agosk.po: update
Kornel Benko [Wed, 5 Nov 2014 13:14:44 +0000 (14:14 +0100)]
sk.po: update

9 years agode.po: update
Juergen Spitzmueller [Wed, 5 Nov 2014 09:40:03 +0000 (10:40 +0100)]
de.po: update

9 years agopdfcomment.module: Tweaks by UWe and myself
Juergen Spitzmueller [Wed, 5 Nov 2014 09:28:37 +0000 (10:28 +0100)]
pdfcomment.module: Tweaks by UWe and myself

9 years agoFix bug 9300. We need manually to convert newlines to paragraph breaks.
Richard Heck [Mon, 3 Nov 2014 15:56:22 +0000 (10:56 -0500)]
Fix bug 9300. We need manually to convert newlines to paragraph breaks.

9 years agolyx2lyx: fix convert_chunks for empty chunk layouts
Juergen Spitzmueller [Wed, 15 Oct 2014 12:07:14 +0000 (14:07 +0200)]
lyx2lyx: fix convert_chunks for empty chunk layouts

Fixes: #9298
9 years agoDo not truncate references in outline pane (bug 9312).
Richard Heck [Thu, 30 Oct 2014 22:39:58 +0000 (18:39 -0400)]
Do not truncate references in outline pane (bug 9312).

(cherry picked from commit 1f45e6527a9ef95d4c3f6b1b38ae2a1263347945)

9 years agorevtex4-1.lyx: simplifications and fixed typos
Uwe Stöhr [Tue, 28 Oct 2014 01:37:39 +0000 (02:37 +0100)]
revtex4-1.lyx: simplifications and fixed typos

9 years agoFixes for LyX on OSX 10.10 (Yosemite). From Stephan Witt.
Richard Heck [Mon, 27 Oct 2014 15:15:14 +0000 (11:15 -0400)]
Fixes for LyX on OSX 10.10 (Yosemite). From Stephan Witt.

9 years agorevtex4-1.lyx: some more fine-tuning
Uwe Stöhr [Mon, 27 Oct 2014 00:39:58 +0000 (01:39 +0100)]
revtex4-1.lyx: some more fine-tuning

9 years agorevtex4-1.lyx: some fine-tuning
Uwe Stöhr [Mon, 27 Oct 2014 00:03:28 +0000 (01:03 +0100)]
revtex4-1.lyx: some fine-tuning

9 years agoSort debug options in the message pane by string. This makes it
Richard Heck [Fri, 28 Mar 2014 16:51:55 +0000 (12:51 -0400)]
Sort debug options in the message pane by string. This makes it
much easier to find what you need, especially when we're trying
to help users. Previously, they were sorted by their enum values.

(cherry picked from commit de3daf040b09dfa719f7465b0eb29d276c75edcc)

9 years agostatus.21x: document recent change and correct a bug number
Uwe Stöhr [Sun, 26 Oct 2014 16:25:12 +0000 (17:25 +0100)]
status.21x: document recent change and correct a bug number

9 years agorevtex4-1.lyx: update template to fulfill the official rules
Uwe Stöhr [Sun, 26 Oct 2014 16:17:34 +0000 (17:17 +0100)]
revtex4-1.lyx: update template to fulfill the official rules

changes:
- the document must have the size US letter
- use the document class options and the content of the official REVTeX sample file
- amsmath and amssymb must always be loaded

9 years agorevtex4-1.layout: remove hard-coded document class option
Uwe Stöhr [Sun, 26 Oct 2014 16:15:40 +0000 (17:15 +0100)]
revtex4-1.layout: remove hard-coded document class option

we must not use this option because the user must select the right one for every document and the other styles like aip etc cannot be used when aps is used.

9 years agorevtex4-1.layout: REVTeX 4.1 does not provide a class option "manuscript"
Uwe Stöhr [Sun, 26 Oct 2014 13:41:57 +0000 (14:41 +0100)]
revtex4-1.layout: REVTeX 4.1 does not provide a class option "manuscript"

this is a leftover from the ancient REVTeX 4.0 times

9 years agorevtex4-1.layout: remove unnecessary preamble code
Uwe Stöhr [Sun, 26 Oct 2014 13:21:11 +0000 (14:21 +0100)]
revtex4-1.layout: remove unnecessary preamble code

- \lovname was already added to REVTeX 4.1 in 2010
- REVTeX does purposely not allow to color text, see the discussion in bug #4625

9 years agoLaTeXFeatures.cpp: fix bug #9266 also for branch
Uwe Stöhr [Sun, 26 Oct 2014 12:44:42 +0000 (13:44 +0100)]
LaTeXFeatures.cpp: fix bug #9266 also for branch

mhchem loads amsmath and needs therefore be loaded after it but before packages that redefine commands of amsmath. We already take care of esint but not of wasysym

9 years agoFix grammar error spotted by Sian Mountbatten
Juergen Spitzmueller [Sat, 25 Oct 2014 11:50:37 +0000 (13:50 +0200)]
Fix grammar error spotted by Sian Mountbatten

9 years agoFix typo spotted by Hartmut.
Juergen Spitzmueller [Sat, 25 Oct 2014 11:41:29 +0000 (13:41 +0200)]
Fix typo spotted by Hartmut.

9 years agoFix bug #9296. The key may be multiple keys.
Richard Heck [Tue, 14 Oct 2014 19:41:42 +0000 (15:41 -0400)]
Fix bug #9296. The key may be multiple keys.

(cherry picked from commit 080a4d84e295db1f2c2589af46fcfa981a716406)

9 years agotypo
Juergen Spitzmueller [Fri, 10 Oct 2014 16:27:35 +0000 (18:27 +0200)]
typo

9 years agoDocument fix
Juergen Spitzmueller [Fri, 10 Oct 2014 16:26:01 +0000 (18:26 +0200)]
Document fix

9 years agoFix key code
Juergen Spitzmueller [Wed, 8 Oct 2014 08:57:58 +0000 (10:57 +0200)]
Fix key code

9 years agoFix export of xfig external insets (bug #9244).
Enrico Forestieri [Sun, 28 Sep 2014 19:28:16 +0000 (21:28 +0200)]
Fix export of xfig external insets (bug #9244).

The check for a latex format is very fragile. Both libmagic and our
guessing from contents cannot distinguish the pstex and pdftex formats
used by the xfig external inset. Moreover, it may also happen that
lyx files are mistaken as latex ones. Thus, when the guessed format
is latex, the only solution is to give precedence to the format
determined by the file extension.

9 years ago#8849 catch exception in enchant speller backend and avoid multiple speller lookups...
Stephan Witt [Sun, 18 May 2014 08:43:32 +0000 (10:43 +0200)]
#8849 catch exception in enchant speller backend and avoid multiple speller lookups for missing dictionaries

9 years ago* sk.po
Kornel Benko [Sat, 27 Sep 2014 15:42:30 +0000 (17:42 +0200)]
* sk.po

9 years agode.po
Juergen Spitzmueller [Sat, 27 Sep 2014 15:33:15 +0000 (17:33 +0200)]
de.po

9 years agoCorrected tooltip search string. Picked from master branch.
Kornel Benko [Sat, 27 Sep 2014 15:17:58 +0000 (17:17 +0200)]
Corrected tooltip search string. Picked from master branch.

9 years agode.po
Juergen Spitzmueller [Sat, 27 Sep 2014 13:03:19 +0000 (15:03 +0200)]
de.po

9 years ago* sk.po
Kornel Benko [Sat, 27 Sep 2014 12:11:30 +0000 (14:11 +0200)]
* sk.po

9 years agoSupport for conference posters
Juergen Spitzmueller [Wed, 2 Jul 2014 12:01:28 +0000 (14:01 +0200)]
Support for conference posters

The following poster classes are now supported:

* a0poster
* beamerposter
* sciposter

9 years agoAdd support for the sectionbox and tcolorbox packages.
Juergen Spitzmueller [Wed, 2 Jul 2014 11:48:01 +0000 (13:48 +0200)]
Add support for the sectionbox and tcolorbox packages.

They will be used by the conference poster classes that will be supported in a minute.

9 years agoDocument pdfcomment in LaTeXConfig.lyx
Juergen Spitzmueller [Thu, 3 Jul 2014 09:32:53 +0000 (11:32 +0200)]
Document pdfcomment in LaTeXConfig.lyx

9 years agoAdd support for the pdfcomment package.
Juergen Spitzmueller [Thu, 3 Jul 2014 09:30:56 +0000 (11:30 +0200)]
Add support for the pdfcomment package.

Fixes: #6975.
9 years ago Fix bug with wrong baseline calculation in last paragraph (2nd attempt)
Juergen Spitzmueller [Mon, 1 Sep 2014 07:14:26 +0000 (09:14 +0200)]
 Fix bug with wrong baseline calculation in last paragraph (2nd attempt)

This time, we consider the cases where a \par is not wanted (single-par insets, tabular cells).

Fixes: #9231
9 years agoFix some convert_TeX_brace_to_Argument glitches
Juergen Spitzmueller [Tue, 16 Sep 2014 15:42:19 +0000 (17:42 +0200)]
Fix some convert_TeX_brace_to_Argument glitches

Fixes: #9273
9 years agoFix lyx2lyx issue with complex beamer arguments.
Juergen Spitzmueller [Sat, 30 Aug 2014 11:24:29 +0000 (13:24 +0200)]
Fix lyx2lyx issue with complex beamer arguments.

Fixes: #9254
9 years agoFix alignment rendering of multirow in LyX (#8976)
Scott Kostyshak [Fri, 14 Feb 2014 02:17:20 +0000 (21:17 -0500)]
Fix alignment rendering of multirow in LyX (#8976)

Multirow cells now have the same alignment rendering in LyX
as in the output. The alignment of a multirow can change as
long as the column is not of fixed width. If the column is
of fixed width, the multirow is left-aligned.

When setting a multirow, the alignment is copied from
the last cell in the selection.

9 years agoReset status file after 2.1.2 release
Scott Kostyshak [Sat, 27 Sep 2014 02:34:01 +0000 (22:34 -0400)]
Reset status file after 2.1.2 release

9 years agoBack to development mode.
Richard Heck [Fri, 26 Sep 2014 22:12:57 +0000 (18:12 -0400)]
Back to development mode.

9 years agoInstall.cmake: add missing subfolder "\templates\springer"
Uwe Stöhr [Wed, 24 Sep 2014 22:23:23 +0000 (00:23 +0200)]
Install.cmake: add missing subfolder "\templates\springer"

9 years agoForgot to add new beamer files to Makefile. 2.1.2
Richard Heck [Tue, 23 Sep 2014 14:20:21 +0000 (10:20 -0400)]
Forgot to add new beamer files to Makefile.

10 years agoSomething weird happened to the patch preamble.
Richard Heck [Tue, 16 Sep 2014 16:30:15 +0000 (12:30 -0400)]
Something weird happened to the patch preamble.

10 years agoMinor update to build script.
Richard Heck [Tue, 16 Sep 2014 16:12:50 +0000 (12:12 -0400)]
Minor update to build script.

10 years agoRemerge strings.
Richard Heck [Tue, 16 Sep 2014 16:08:09 +0000 (12:08 -0400)]
Remerge strings.

10 years agoStart prepration for 2.1.2.
Richard Heck [Tue, 16 Sep 2014 16:07:19 +0000 (12:07 -0400)]
Start prepration for 2.1.2.

10 years agoGMO file for French.
Richard Heck [Wed, 10 Sep 2014 20:30:33 +0000 (16:30 -0400)]
GMO file for French.

10 years agoUpdates to status file.
Richard Heck [Wed, 10 Sep 2014 20:30:07 +0000 (16:30 -0400)]
Updates to status file.

10 years agoNew French translation from Jean-Pierre, as well as translations of
Richard Heck [Wed, 10 Sep 2014 20:26:39 +0000 (16:26 -0400)]
New French translation from Jean-Pierre, as well as translations of
beamer.lyx and beamer-article.lyx.

10 years agoUpdate to Interlingua translation, from Giovanni.
Richard Heck [Wed, 10 Sep 2014 04:00:00 +0000 (00:00 -0400)]
Update to Interlingua translation, from Giovanni.

10 years agoUpdate GMO files.
Richard Heck [Tue, 9 Sep 2014 15:04:29 +0000 (11:04 -0400)]
Update GMO files.

10 years agoNew Japanese translation from Koji.
Richard Heck [Tue, 9 Sep 2014 13:59:10 +0000 (09:59 -0400)]
New Japanese translation from Koji.

10 years agoAdded pl.gmo (forgotten in last commit)
Kornel Benko [Tue, 2 Sep 2014 18:48:03 +0000 (20:48 +0200)]
Added pl.gmo (forgotten in last commit)

10 years agoCorrect some strings in po.pl to make it compilable.
Kornel Benko [Tue, 2 Sep 2014 18:40:54 +0000 (20:40 +0200)]
Correct some strings in po.pl to make it compilable.

10 years agoNew Polish translation from Michal.
Richard Heck [Tue, 2 Sep 2014 17:46:45 +0000 (13:46 -0400)]
New Polish translation from Michal.

10 years agoNew Swedish translation from Jim Rotmalm.
Richard Heck [Tue, 2 Sep 2014 01:51:48 +0000 (21:51 -0400)]
New Swedish translation from Jim Rotmalm.

10 years agoFrench translation from Jean-Pierre.
Richard Heck [Thu, 28 Aug 2014 17:39:12 +0000 (13:39 -0400)]
French translation from Jean-Pierre.

10 years agoRevert fix for #9231
Juergen Spitzmueller [Thu, 28 Aug 2014 06:22:47 +0000 (08:22 +0200)]
Revert fix for #9231

This is more complicated than I thought.

10 years agoFix the -geometry command line argument for Windows.
Enrico Forestieri [Mon, 25 Aug 2014 18:55:03 +0000 (20:55 +0200)]
Fix the -geometry command line argument for Windows.

The command line argument -geometry WIDTHxHEIGHT±XOFF±YOFF
specifies a preferred size and location for the main window.
Currently, this is semi-broken on Windows. Indeed, only
specifying WIDTH and HEIGHT places the main window such that
the left and top borders are invisible such that the window cannot
be moved. Moreover, the XOFF and YOFF parts (when present) are
used to specify the distance of the window from the left and top
or right and bottom edges of the screen, when using '+' or '-',
respectively. However, -geometry 800x600-20-20, instead of placing
the window such that its bottom and right edges are at a distance
of 20 pixels from the corresponding screen edges, places the
window such that its left and top borders are out of the screen.
This is corrected by this commit.

10 years agoNew Japanese translation from Koji.
Richard Heck [Sun, 24 Aug 2014 16:43:55 +0000 (12:43 -0400)]
New Japanese translation from Koji.

10 years agoRemerge strings.
Richard Heck [Fri, 15 Aug 2014 15:18:19 +0000 (11:18 -0400)]
Remerge strings.