]> git.lyx.org Git - lyx.git/log
lyx.git
11 years agochkconfig.ltx: add lh fonts
Uwe Stöhr [Tue, 29 Jan 2013 22:24:24 +0000 (23:24 +0100)]
chkconfig.ltx: add lh fonts

- these fonts are necessary to compile our Russian and Ukrainian doc files

11 years agoAdd an autotest for #7673
Scott Kostyshak [Sun, 27 Jan 2013 10:51:01 +0000 (05:51 -0500)]
Add an autotest for #7673

This test should fail because #7673 is not yet fixed in trunk.
Note that it is fixed in branch.

This is the first autotest that uses an existing .lyx file,
bug-7673.lyx.

11 years agoautotests: clean up .emergency file of input .lyx
Scott Kostyshak [Sun, 27 Jan 2013 11:21:18 +0000 (06:21 -0500)]
autotests: clean up .emergency file of input .lyx

If the test opens an existing .lyx file and crashes, it will leave
around a .emergency file. If a test with that same name is run again,
LyX will try to recover the .emergency file, which could throw
off the test.

This is implemented for both CMake and autotools.

11 years agoinstaller: release new installer version
Uwe Stöhr [Tue, 29 Jan 2013 00:03:16 +0000 (01:03 +0100)]
installer: release new installer version

11 years agomodernCV.lyx: add important compilation notes
Uwe Stöhr [Mon, 28 Jan 2013 23:08:31 +0000 (00:08 +0100)]
modernCV.lyx: add important compilation notes

- thanks to Jürgen, I could now resolve the bug why the compilation of modernCV failed for certain themes

11 years agochkconfig.ltx: remove check for KOMA-script
Uwe Stöhr [Mon, 28 Jan 2013 22:13:18 +0000 (23:13 +0100)]
chkconfig.ltx: remove check for KOMA-script

this is a class already checked in the layout file section

11 years agoinstaller: new method to install LaTeX-packages
Uwe Stöhr [Mon, 28 Jan 2013 01:54:31 +0000 (02:54 +0100)]
installer: new method to install LaTeX-packages

LyX 2.0.x supports currently 147 LaTeX-packages. When LyX is first installed on a PC it took therefore about 10 minutes to install all supported and required packages. With the new installation method the installation speed only depends on the Internet speed and lasts with an average bandwidth now only 3.5 minutes.
(chkconfig.ltx asks LaTeX for each package separately and after each package installation the file name database of LaTeX was rebuild. And that cost a lot of time/CPU power)

11 years agochkconfig.ltx: check for KOMA and caption
Uwe Stöhr [Mon, 28 Jan 2013 01:49:52 +0000 (02:49 +0100)]
chkconfig.ltx: check for KOMA and caption

11 years ago* sk.po
Kornel Benko [Sun, 27 Jan 2013 16:12:18 +0000 (17:12 +0100)]
* sk.po

11 years agoPrepositions with >4 characters are capitalized in Title Casing
Juergen Spitzmueller [Sun, 27 Jan 2013 15:56:44 +0000 (16:56 +0100)]
Prepositions with >4 characters are capitalized in Title Casing

11 years agode.po: more updates
Juergen Spitzmueller [Sun, 27 Jan 2013 15:37:40 +0000 (16:37 +0100)]
de.po: more updates

11 years agoSome capitalization fixes
Juergen Spitzmueller [Sun, 27 Jan 2013 15:34:18 +0000 (16:34 +0100)]
Some capitalization fixes

Layout files need to be audited more thoroughly for capitalization coherence

11 years agofr.po: update from Jean-Pierre
Juergen Spitzmueller [Sun, 27 Jan 2013 14:20:36 +0000 (15:20 +0100)]
fr.po: update from Jean-Pierre

11 years agode.po: update
Juergen Spitzmueller [Sun, 27 Jan 2013 12:51:13 +0000 (13:51 +0100)]
de.po: update

11 years agoCMake: tests can now use an existing .lyx file
Scott Kostyshak [Sun, 27 Jan 2013 10:29:50 +0000 (05:29 -0500)]
CMake: tests can now use an existing .lyx file

To reproduce some bugs, tests need to open an existing LyX file. This
is now possible with CMake and is consistent with testing under
autotools in the sense that the .lyx file is referred to in the test
by being in the parent directory.

If the test is named bug-XXXX-in.txt and there exists a file
bug-XXXX.lyx, that file will be copied to the parent directory of
out-home in the build directory.

11 years ago- lyx_2_1.py: support for modernCV
Uwe Stöhr [Sun, 27 Jan 2013 04:25:00 +0000 (05:25 +0100)]
- lyx_2_1.py: support for modernCV
- moderncv.layout: whitespace fixes

11 years agomodernCV.layout: add requirement "suffix.sty"
Uwe Stöhr [Sat, 26 Jan 2013 17:48:31 +0000 (18:48 +0100)]
modernCV.layout: add requirement "suffix.sty"

11 years agoCmake build: Enable to install also a debug version
Kornel Benko [Sat, 26 Jan 2013 10:29:48 +0000 (11:29 +0100)]
Cmake build: Enable to install also a debug version

11 years agode.po: correct a translation
Juergen Spitzmueller [Sat, 26 Jan 2013 09:36:07 +0000 (10:36 +0100)]
de.po: correct a translation

11 years agoDo not output ZERO WIDTH NON JOINER glyph for ligature break via toString
Juergen Spitzmueller [Sat, 26 Jan 2013 08:53:53 +0000 (09:53 +0100)]
Do not output ZERO WIDTH NON JOINER glyph for ligature break via toString

I do not see where this is really useful (contrary to real plaintext). And it breaks spell checking with hunspell and 8bit disctionaries (part of bug #8526)

11 years agoAnother attempt at Encoding::any (we don't compile at linux now).
Pavel Sanda [Sat, 26 Jan 2013 05:10:44 +0000 (21:10 -0800)]
Another attempt at Encoding::any (we don't compile at linux now).

11 years agoAdd some linebreaks to LyXAction.cpp
Scott Kostyshak [Sat, 26 Jan 2013 03:38:47 +0000 (22:38 -0500)]
Add some linebreaks to LyXAction.cpp

Should make the LyX output look better.

11 years agoMake an accelerator uppercase
Scott Kostyshak [Sat, 26 Jan 2013 04:09:14 +0000 (23:09 -0500)]
Make an accelerator uppercase

11 years agoLyXAction.cpp: add move row to LFUN_INSET_MODIFY
Scott Kostyshak [Sat, 26 Jan 2013 03:33:49 +0000 (22:33 -0500)]
LyXAction.cpp: add move row to LFUN_INSET_MODIFY

Same for move column.

11 years agoEmbeddedObjects.lyx: cleanup
Uwe Stöhr [Sat, 26 Jan 2013 02:43:08 +0000 (03:43 +0100)]
EmbeddedObjects.lyx: cleanup

- use standard bullets
- formatting fixes

11 years agoEncoding.cpp: make it compilable again after [2eea1590/lyxgit]
Uwe Stöhr [Fri, 25 Jan 2013 22:24:26 +0000 (23:24 +0100)]
Encoding.cpp: make it compilable again after [2eea1590/lyxgit]

11 years agoSort categories for dinbrief.layout
Kornel Benko [Fri, 25 Jan 2013 16:42:58 +0000 (17:42 +0100)]
Sort categories for dinbrief.layout

11 years agoFix bug #8049: extra empty line at the end of verbatim environment
Jean-Marc Lasgouttes [Wed, 23 Jan 2013 23:16:42 +0000 (00:16 +0100)]
Fix bug #8049: extra empty line at the end of verbatim environment

11 years agoMake sure that inset-forall does not skip insets
Jean-Marc Lasgouttes [Wed, 23 Jan 2013 22:02:05 +0000 (23:02 +0100)]
Make sure that inset-forall does not skip insets

This could happen with
  inset-forall Note:Note char-delete-forward
when there where consecutive note insets.

11 years agoCmake build: autotests: Remove "session"-file before starting tests
Kornel Benko [Fri, 25 Jan 2013 09:47:31 +0000 (10:47 +0100)]
Cmake build: autotests: Remove "session"-file before starting tests

11 years agoCmake build: Forgot to set the environment XVKBD_HACKED
Kornel Benko [Fri, 25 Jan 2013 08:16:34 +0000 (09:16 +0100)]
Cmake build: Forgot to set the environment XVKBD_HACKED
to select the correct parameters for xvkbd.

11 years agoinstaller: fixed typos in changelog
Uwe Stöhr [Fri, 25 Jan 2013 00:44:09 +0000 (01:44 +0100)]
installer: fixed typos in changelog

11 years agochkconfig.ltx: check for the psyr fonts
Uwe Stöhr [Fri, 25 Jan 2013 00:39:06 +0000 (01:39 +0100)]
chkconfig.ltx: check for the psyr fonts

- we use the psyr fonts for the bullets (or example in the EmbeddedObjects manual), thus we need to check for them

11 years agoinstaller: update to latest MiKTeX to fix a bug
Uwe Stöhr [Thu, 24 Jan 2013 22:57:40 +0000 (23:57 +0100)]
installer: update to latest MiKTeX to fix a bug

11 years agoCmake build: Add pdf, pdf2 and pdf5 formats to export testcases
Kornel Benko [Thu, 24 Jan 2013 16:58:44 +0000 (17:58 +0100)]
Cmake build: Add pdf, pdf2 and pdf5 formats to export testcases

11 years agoAdd description of Sleep (== pause) command in keutests
Kornel Benko [Thu, 24 Jan 2013 07:48:18 +0000 (08:48 +0100)]
Add description of Sleep (== pause) command in keutests

11 years agochkconfig.ltx: correct check for wasy and cbgreek
Uwe Stöhr [Wed, 23 Jan 2013 22:21:39 +0000 (23:21 +0100)]
chkconfig.ltx: correct check for wasy and cbgreek

- we need to check for a font, not a package

11 years agochkconfig.ltx: check for wasy
Uwe Stöhr [Wed, 23 Jan 2013 21:01:06 +0000 (22:01 +0100)]
chkconfig.ltx: check for wasy

In unicodesymbols we use the wasy fonts intensively. So we also need to check for them. (wasysym is not the font package itself, only a package to support it: "LaTeX support file to use the WASY-2 fonts. The wasysym package implements and easy to use interface for these symbols.")

11 years agochkconfig.ltx: correct check for cbgreek
Uwe Stöhr [Wed, 23 Jan 2013 20:54:48 +0000 (21:54 +0100)]
chkconfig.ltx: correct check for cbgreek

fixes #8522

11 years agoFixes for utf8 encoding by Günter Milde
Georg Baum [Wed, 23 Jan 2013 20:52:17 +0000 (21:52 +0100)]
Fixes for utf8 encoding by Günter Milde

11 years agoExclude unsafe encodings when setting the inputencoding value.
Julien Rioux [Wed, 23 Jan 2013 11:30:15 +0000 (12:30 +0100)]
Exclude unsafe encodings when setting the inputencoding value.

All of the japanese encodings are safe, but nevertheless the
logic here should exclude unsafe encodings.

11 years agoRespect the encoding passed to tex2lyx on the command line.
Julien Rioux [Sat, 19 Jan 2013 19:02:33 +0000 (20:02 +0100)]
Respect the encoding passed to tex2lyx on the command line.

Fixup for #8218, fixes #8518.

11 years agoSeparation of the various names for encodings.
Julien Rioux [Sat, 19 Jan 2013 18:47:15 +0000 (19:47 +0100)]
Separation of the various names for encodings.

Provide functions for translating to the LyX name
of an encoding from either a LaTeX name or an Iconv
name, with the possibility to specify the package.
This is in anticipation of changing to use the LyX
name of the encoding in the .lyx file format and
allowing multiple lib/encodings entries to have
the same LaTeX name (but different packages!).

The tex2lyx parser needs to worry about the iconv
name of the input encoding, so store that instead
of the latex name.

11 years agolyx_2_1.py: support fir initial.module
Uwe Stöhr [Tue, 22 Jan 2013 22:27:18 +0000 (23:27 +0100)]
lyx_2_1.py: support fir initial.module

- in [ff718eba/lyxgit] I forgot to force the lyx2lyx conversion, fixes #8515

11 years agoFix stupid typo from 7c6a6a05
Georg Baum [Tue, 22 Jan 2013 20:11:38 +0000 (21:11 +0100)]
Fix stupid typo from 7c6a6a05

This breaks compilation of the math manual and much more. Thanks Scott who
found it out.

11 years agoImprove -help output regarding --export switch
Scott Kostyshak [Tue, 22 Jan 2013 08:24:03 +0000 (03:24 -0500)]
Improve -help output regarding --export switch

Thanks to Jean-Pierre Chrétien.

11 years agoCMake export tests now correctly check return code
Scott Kostyshak [Mon, 21 Jan 2013 01:36:42 +0000 (20:36 -0500)]
CMake export tests now correctly check return code

11 years agoConsider deleted text when inserting quote inset.
Jean-Marc Lasgouttes [Mon, 21 Jan 2013 13:49:45 +0000 (14:49 +0100)]
Consider deleted text when inserting quote inset.

This bug was reported against the ubuntu build:
  https://bugs.launchpad.net/bugs/1100046

Additionally, some extra code for avoiding double undo entries has
been removed, since this is handled by grouped undo now.

11 years agoFix compatibility with automake 1.13
Jean-Marc Lasgouttes [Mon, 21 Jan 2013 09:15:27 +0000 (10:15 +0100)]
Fix compatibility with automake 1.13

Do not use AM_PROG_MKDIR_P, which is obsolete. We use  the AC_* version
now, which requires autoconf>=2.59d. This also mean that we need to use
the variable MKDIR_P instead of mkdir_p.

11 years agoHandle encoding correctly with knitr>=1.0 (#8504)
Jean-Marc Lasgouttes [Mon, 21 Jan 2013 08:48:28 +0000 (09:48 +0100)]
Handle encoding correctly with knitr>=1.0 (#8504)

Knitr now has a parameter to indicate the encoding of the file. With this patch,it is used when possible (from Yihui Xie).

11 years agoChange an accelerator to a more intuitive letter
Scott Kostyshak [Mon, 21 Jan 2013 02:55:43 +0000 (21:55 -0500)]
Change an accelerator to a more intuitive letter

11 years agoImplement move row/column in tabular inset
Scott Kostyshak [Mon, 24 Dec 2012 10:51:28 +0000 (05:51 -0500)]
Implement move row/column in tabular inset

This patch implements 'move row' and 'move column' features for tabular.
The purpose is to provide a useful behavior in tabular that is
consistent with PARAGRAPH_MOVE_UP and PARAGRAPH_MOVE_DOWN so that the
user can, for example, do alt-<up> to move a row up. Alternatively,
icons for these features are also added to the table toolbar and
context menu.

If there is any selection, the feature is disabled. This is consistent
with how PARAGRAPH_MOVE_UP works in other contexts. Additionally, 'move
row' is disabled if there is a multi-row in the current or target row;
and 'move column' is disabled if there is a multi-column in the current
or target column.

'move row' moves only the left and right borders of a cell along with
the row. Similarly, 'move column' moves only the the top and bottom
borders.

Implementing similar functionality for other insets, such as arrays and
array environments, is on my TODO list.

11 years agoAdditional.lyx: correct a description
Uwe Stöhr [Sun, 20 Jan 2013 21:49:22 +0000 (22:49 +0100)]
Additional.lyx: correct a description

- also use another paragraph shape to fix #8512

11 years agoinitials.module: add the missing mandatory argument
Uwe Stöhr [Sun, 20 Jan 2013 20:23:55 +0000 (21:23 +0100)]
initials.module: add the missing mandatory argument

- thanks to the new InsetArgument feature we can save all ERT for initials

11 years agomoderncv.layout: add some AutoInsert
Uwe Stöhr [Sun, 20 Jan 2013 20:22:55 +0000 (21:22 +0100)]
moderncv.layout: add some AutoInsert

11 years agoUpdate it.po
Enrico Forestieri [Sun, 20 Jan 2013 19:58:06 +0000 (20:58 +0100)]
Update it.po

11 years agoadd some AutoInsert for layouts
Uwe Stöhr [Sun, 20 Jan 2013 16:56:28 +0000 (17:56 +0100)]
add some AutoInsert for layouts

11 years agoRestore "good looking" arrows.
Enrico Forestieri [Sun, 20 Jan 2013 16:40:48 +0000 (17:40 +0100)]
Restore "good looking" arrows.

Probably, they were overwritten during recent addition of math symbols.

11 years agolayout/module files: some whitespace uniformications
Uwe Stöhr [Sun, 20 Jan 2013 15:44:05 +0000 (16:44 +0100)]
layout/module files: some whitespace uniformications

11 years agoFix typo spotted by Jean-Pierre
Juergen Spitzmueller [Sun, 20 Jan 2013 14:32:49 +0000 (15:32 +0100)]
Fix typo spotted by Jean-Pierre

11 years ago* sk.po
Kornel Benko [Sun, 20 Jan 2013 14:01:42 +0000 (15:01 +0100)]
* sk.po

11 years agode.po: update
Juergen Spitzmueller [Sun, 20 Jan 2013 13:12:01 +0000 (14:12 +0100)]
de.po: update

11 years agoadd support for automake 1.13
Stephan Witt [Fri, 18 Jan 2013 20:17:18 +0000 (21:17 +0100)]
add support for automake 1.13

11 years agoadd build of private gettext framework; more flexible library versioning
Stephan Witt [Fri, 18 Jan 2013 20:15:40 +0000 (21:15 +0100)]
add build of private gettext framework; more flexible library versioning

11 years agoignore auto maked script test-driver
Stephan Witt [Sun, 13 Jan 2013 13:40:17 +0000 (14:40 +0100)]
ignore auto maked script test-driver

11 years agoReplace double quotes with singlgle quotes from
Kornel Benko [Sat, 19 Jan 2013 13:34:48 +0000 (14:34 +0100)]
Replace double quotes with singlgle quotes from
module description string.
This way the string is also translatable again.

11 years agosk.po: Shortcuts, unified phrases
Kornel Benko [Fri, 18 Jan 2013 15:16:08 +0000 (16:16 +0100)]
sk.po: Shortcuts, unified phrases

11 years agoinstaller: further fixes for MiKTeX
Uwe Stöhr [Thu, 17 Jan 2013 00:12:38 +0000 (01:12 +0100)]
installer: further fixes for MiKTeX

LaTeX.nsh:
 - fix a MiKTeX configuration Problem on 64bit Windows issue discovered in #8417
 - don't overwrite MiKTeX's package repository the user might have set purposely
 - remove some unused code and simplify some code

- update to JabRef 2.9.2

11 years agoAdd comment from Georg.
Pavel Sanda [Wed, 16 Jan 2013 05:39:51 +0000 (21:39 -0800)]
Add comment from Georg.

http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg176694.html

11 years agoHighlight warning and errors in the BibTeX log.
Julien Rioux [Tue, 15 Jan 2013 15:13:20 +0000 (16:13 +0100)]
Highlight warning and errors in the BibTeX log.

11 years agoRegenerate lib/CREDITS.
Julien Rioux [Tue, 15 Jan 2013 14:07:58 +0000 (15:07 +0100)]
Regenerate lib/CREDITS.

11 years agoAdd Benjamin Piwowarski to contributors. Welcome to LyX!
Julien Rioux [Tue, 15 Jan 2013 14:07:32 +0000 (15:07 +0100)]
Add Benjamin Piwowarski to contributors. Welcome to LyX!

11 years agoRemove unused include.
Julien Rioux [Tue, 15 Jan 2013 14:33:33 +0000 (15:33 +0100)]
Remove unused include.

11 years agoFixed a bug when there is no citation
Benjamin Piwowarski [Tue, 5 Jun 2012 09:06:38 +0000 (11:06 +0200)]
Fixed a bug when there is no citation

11 years agoInitial patch for citation-insert
Benjamin Piwowarski [Tue, 5 Jun 2012 08:37:34 +0000 (10:37 +0200)]
Initial patch for citation-insert

11 years agoImplement plain text export of BibTeX bibliography (fixes #8487).
Julien Rioux [Mon, 14 Jan 2013 16:26:55 +0000 (17:26 +0100)]
Implement plain text export of BibTeX bibliography (fixes #8487).

11 years agoUse buffer().B_() instead of translateIfPossible.
Julien Rioux [Mon, 14 Jan 2013 16:25:28 +0000 (17:25 +0100)]
Use buffer().B_() instead of translateIfPossible.

11 years agoBetter fix for #7732: Use buffer.B_().
Julien Rioux [Mon, 14 Jan 2013 14:25:26 +0000 (15:25 +0100)]
Better fix for #7732: Use buffer.B_().

Also handle "and others" which is translated by BibTeX to "et al.".

11 years agoinstaller: ChangeLog for latest release
Uwe Stöhr [Mon, 14 Jan 2013 23:53:37 +0000 (00:53 +0100)]
installer: ChangeLog for latest release

11 years agoGerman splash.lyx: fix a typo
Uwe Stöhr [Mon, 14 Jan 2013 20:54:48 +0000 (21:54 +0100)]
German splash.lyx: fix a typo

11 years agoinstaller: fix bug that MiKTeX is not found on some 64bit Windows
Uwe Stöhr [Mon, 14 Jan 2013 00:45:42 +0000 (01:45 +0100)]
installer: fix bug that MiKTeX is not found on some 64bit Windows

- LaTeX.nsh: fixe http://nsis.sourceforge.net/Download
- settings.nsh: adapt path so that one needs to adapt less when using the installer source zip file
- add a readme how to build the installer

11 years agosome refinements for paper class example and templates
Uwe Stöhr [Sun, 13 Jan 2013 21:59:16 +0000 (22:59 +0100)]
some refinements for paper class example and templates

- update fileformats
- sigplanconf.layout: fix a bug and improve a command

11 years agoAdd missing math toolbar symbols
Georg Baum [Sun, 13 Jan 2013 20:43:14 +0000 (21:43 +0100)]
Add missing math toolbar symbols

11 years agoAdd forgotten image
Georg Baum [Sun, 13 Jan 2013 20:41:43 +0000 (21:41 +0100)]
Add forgotten image

11 years agoFix bug #5087 as suggested by Jürgen
Georg Baum [Sat, 12 Jan 2013 18:25:24 +0000 (19:25 +0100)]
Fix bug #5087 as suggested by Jürgen

Now it is possible to force certain commands only for some encodings.

11 years agocmake/build.bat: update build script for installations
Uwe Stöhr [Sun, 13 Jan 2013 19:16:06 +0000 (20:16 +0100)]
cmake/build.bat: update build script for installations

11 years agoRevert 'Additional support for Japanese pLaTeX with utf8 encoding (#8408).'
Juergen Spitzmueller [Sun, 13 Jan 2013 15:13:09 +0000 (16:13 +0100)]
Revert 'Additional support for Japanese pLaTeX with utf8 encoding (#8408).'

This is a file format change; also, the lyx name must be unique. See discussion on the tracker.

11 years agoCmake build: Add .tex files to the list of doc-files.
Kornel Benko [Sun, 13 Jan 2013 14:31:23 +0000 (15:31 +0100)]
Cmake build: Add .tex files to the list of doc-files.
(This adds "SpecialParagraphShape.tex", which is needed by
Additional.lyx)

11 years agoReset postcommandargs as well on resetargs (bug #8500)
Juergen Spitzmueller [Sun, 13 Jan 2013 08:16:39 +0000 (09:16 +0100)]
Reset postcommandargs as well on resetargs (bug #8500)

11 years agomulticol.module: use the layout argument mechanism
Uwe Stöhr [Sun, 13 Jan 2013 02:23:25 +0000 (03:23 +0100)]
multicol.module: use the layout argument mechanism

- Additional.lyx: update description of multiple columns accordingly

11 years agoAdditional.lyx: fix some cross-references
Uwe Stöhr [Sun, 13 Jan 2013 00:43:45 +0000 (01:43 +0100)]
Additional.lyx: fix some cross-references

11 years agoLyXRC: escape existing quote characters in 'cmd'
Scott Kostyshak [Sat, 12 Jan 2013 21:00:52 +0000 (16:00 -0500)]
LyXRC: escape existing quote characters in 'cmd'

11 years agoAdditional.lyx: correct a noweb chunk
Uwe Stöhr [Sat, 12 Jan 2013 19:32:06 +0000 (20:32 +0100)]
Additional.lyx: correct a noweb chunk

11 years agoadd shapepar module
Uwe Stöhr [Sat, 12 Jan 2013 18:44:08 +0000 (19:44 +0100)]
add shapepar module

- shapepar.module: new module to get non-rectangular paragraph shapes
- SpecialParagraphShape.tex: an example shape definition file
- Additional.lyx:
  - accept all changes and updated all language versions accordingly
  - describe how to get custom paragraph shapes (last section of the document)
  - preamble cleanup

11 years agode.po: update
Juergen Spitzmueller [Sat, 12 Jan 2013 16:07:23 +0000 (17:07 +0100)]
de.po: update

11 years agobicaption.module: improve a tooltip
Uwe Stöhr [Sat, 12 Jan 2013 15:27:03 +0000 (16:27 +0100)]
bicaption.module: improve a tooltip

- MultilingualCaptions.lyx: fix a typo

11 years agobicaption.module: update to new argument layout mechanism
Uwe Stöhr [Sat, 12 Jan 2013 15:16:30 +0000 (16:16 +0100)]
bicaption.module: update to new argument layout mechanism

- also fix a bug in the caption setup style to get rid of ERT
- MultilingualCaptions.lyx: update descriptions accordingly

11 years agorsphrase.module: update to layout argument machinery
Uwe Stöhr [Sat, 12 Jan 2013 14:31:16 +0000 (15:31 +0100)]
rsphrase.module: update to layout argument machinery

- also some whitespace fixes
- R-S-statements.lyx: update fileformat and fox some typos

11 years agoForce BibTeX rerun upon add/remove/change citation (fixes #6955).
Julien Rioux [Sat, 12 Jan 2013 00:04:07 +0000 (01:04 +0100)]
Force BibTeX rerun upon add/remove/change citation (fixes #6955).

Reordering citations is one case where catching "Citation undefined
on page ..." doesn't catch the need for a bibtex rerun. This patch
ensures the proper ordering is obtained in pdf output without having
to resort to closing and reopening the LyX document.

11 years agoUpdate the lilypond module to use the Argument machinery.
Julien Rioux [Thu, 3 Jan 2013 01:32:48 +0000 (02:32 +0100)]
Update the lilypond module to use the Argument machinery.