]> git.lyx.org Git - lyx.git/log
lyx.git
11 years agoMove label generation from InsetBibtex to BiblioInfo.
Julien Rioux [Fri, 1 Feb 2013 15:18:37 +0000 (16:18 +0100)]
Move label generation from InsetBibtex to BiblioInfo.

This only move the code, but does not change the displayed labels.
Thus for numerical citation, the label is set to the cite number;
for author-year citation, the abbreviated list of authors is used
i.e. "Smith et al. 2001".

Eventually, we might want to make the label customizable, or get
it from BibTeX.

11 years agoRemove unused code.
Julien Rioux [Mon, 4 Feb 2013 16:17:48 +0000 (17:17 +0100)]
Remove unused code.

11 years agoWhitespace only.
Julien Rioux [Mon, 4 Feb 2013 16:51:59 +0000 (17:51 +0100)]
Whitespace only.

11 years agotex2lyx tests:
Kornel Benko [Wed, 6 Feb 2013 12:44:46 +0000 (13:44 +0100)]
tex2lyx tests:
Corrected the tex2lyx check-file for test-refstyle-references.tex

11 years agotex2lyx tests:
Kornel Benko [Wed, 6 Feb 2013 12:42:27 +0000 (13:42 +0100)]
tex2lyx tests:
1.) Remove empty layout 'Plain'
2.) Adapt to changed look of layout 'Verbatim'

11 years agoRename Path.h to PathChanger.h (actual name of the class)
Jean-Marc Lasgouttes [Wed, 6 Feb 2013 10:36:58 +0000 (11:36 +0100)]
Rename Path.h to PathChanger.h (actual name of the class)

11 years agoGerman and Japanese Intro.lyx: fix a link
Uwe Stöhr [Wed, 6 Feb 2013 00:48:43 +0000 (01:48 +0100)]
German and Japanese Intro.lyx: fix a link

11 years agoIntro.lyx: style fixes by John Hudson
Uwe Stöhr [Wed, 6 Feb 2013 00:36:58 +0000 (01:36 +0100)]
Intro.lyx: style fixes by John Hudson

11 years agoGerman Math.lyx: some missing translations
Uwe Stöhr [Wed, 6 Feb 2013 00:31:24 +0000 (01:31 +0100)]
German Math.lyx: some missing translations

11 years agoFix TeX crash involving URLs. Patch from Martin Vermeer.
Richard Heck [Tue, 5 Feb 2013 15:00:32 +0000 (10:00 -0500)]
Fix TeX crash involving URLs. Patch from Martin Vermeer.

11 years agoMath.lyx, Tutorial.lyx: fix some typos spotted by a user
Uwe Stöhr [Tue, 5 Feb 2013 00:56:30 +0000 (01:56 +0100)]
Math.lyx, Tutorial.lyx: fix some typos spotted by a user

11 years agoFix inconsistent VCS checkin return values
Georg Baum [Mon, 4 Feb 2013 20:40:28 +0000 (21:40 +0100)]
Fix inconsistent VCS checkin return values

It is not possible to transport the different error/abort/success conditions
of a VCS checkin through a simple empty or nonempty string. Therefore it was
no wonder that the return values were used inconsistently for different VCS.
Now the log and return status are decoupled, and all VCS are handled
consistently. This is a prerequisite for proper locking detection of the
upcoming rename command.

11 years agotex2lyx: adapt refstyle support aft the fix for bug #8536
Uwe Stöhr [Mon, 4 Feb 2013 20:37:14 +0000 (21:37 +0100)]
tex2lyx: adapt refstyle support aft the fix for bug #8536

11 years agotex2lyx/Makefile.am: fix a typo
Uwe Stöhr [Mon, 4 Feb 2013 19:14:22 +0000 (20:14 +0100)]
tex2lyx/Makefile.am: fix a typo

11 years agoContinue support for verbatim
Jean-Marc Lasgouttes [Mon, 4 Feb 2013 14:14:30 +0000 (15:14 +0100)]
Continue support for verbatim

This is a refactoring commit, which may introduce minor regressions, but should go in the right direction.

 * introduce Parser::verbatimEnvironment, which is a wrapper around verbatimStuff
 * introduce output_ert, which inserts a string as ERT; this allows to factor out several code instances.
 * rename handle_ert to output_ert_inset: this creates an inset and then calls output_ert
 * remove handle_comment (use handle_ert instead)
 * remove handle_backaspace (unused now)
 * use the new methods in handle_listing

TODO:
 * use for other verbatim-like cases (Sweave chunk, url...)
 * maybe implement Parser::unparse to reparse tokens already parsed with the wrong catcodes (if needed)

11 years agoAdd test for verbatim environment in tex2lyx tests
Kornel Benko [Mon, 4 Feb 2013 09:53:25 +0000 (10:53 +0100)]
Add test for verbatim environment in tex2lyx tests

11 years agoFix bug #5408: tex2lyx cannot handle verbatim code
Jean-Marc Lasgouttes [Fri, 25 Jan 2013 11:48:52 +0000 (12:48 +0100)]
Fix bug #5408: tex2lyx cannot handle verbatim code

- Implement catcode setting in Parser
- add a new Parser::verbatimStuff method that reads verbatim contents
- use this method to parse "verbatim" environment.
- use it to parse \verb too.
- rename Parser::verbatimEnvironment to ertEnvironment.

TODO:
- use for other verbatim-like cases (Sweave chunk, lstlisting...)
- factor out the function that outputs ERT (including line breaks)
- maybe implement Parser::unparse (if needed)

11 years agokeytest.py: do not print the same thing twice
Scott Kostyshak [Mon, 4 Feb 2013 08:06:08 +0000 (03:06 -0500)]
keytest.py: do not print the same thing twice

keytest.py now only prints one time the command that it is executing for
an assert. The command is already printed in the function responsible
for executing it, so it is not necessary to print the command before
calling that function.

11 years ago* sk.po
Kornel Benko [Mon, 4 Feb 2013 08:08:44 +0000 (09:08 +0100)]
* sk.po

11 years agoFix float label prefix (bug #8536)
Juergen Spitzmueller [Mon, 4 Feb 2013 07:38:50 +0000 (08:38 +0100)]
Fix float label prefix (bug #8536)

11 years agoAdd test-refstyle-references to cmake. Also added missing file test-refstyle-referenc...
Kornel Benko [Mon, 4 Feb 2013 07:36:18 +0000 (08:36 +0100)]
Add test-refstyle-references to cmake. Also added missing file test-refstyle-references.lyx.lyx

11 years agode.po: translations
Uwe Stöhr [Mon, 4 Feb 2013 01:27:32 +0000 (02:27 +0100)]
de.po: translations

11 years agotex2lyx: test also for algorithm floats
Uwe Stöhr [Mon, 4 Feb 2013 01:19:54 +0000 (02:19 +0100)]
tex2lyx: test also for algorithm floats

11 years agotex2lyx: support refstyle and its commands
Uwe Stöhr [Mon, 4 Feb 2013 00:41:56 +0000 (01:41 +0100)]
tex2lyx: support refstyle and its commands

fixes #4288

11 years agotex2lyx: update fileformat of LyX files
Uwe Stöhr [Mon, 4 Feb 2013 00:39:49 +0000 (01:39 +0100)]
tex2lyx: update fileformat of LyX files

11 years agoDot not swallow log messages
Georg Baum [Sun, 3 Feb 2013 18:21:54 +0000 (19:21 +0100)]
Dot not swallow log messages

11 years agoFix typos
Georg Baum [Sun, 3 Feb 2013 16:03:08 +0000 (17:03 +0100)]
Fix typos

11 years agoRegenerate LFUNs.lyx
Georg Baum [Sun, 3 Feb 2013 15:36:45 +0000 (16:36 +0100)]
Regenerate LFUNs.lyx

11 years agoPrepare LyX code to compile and link with Qt5:
Stephan Witt [Sun, 3 Feb 2013 11:23:31 +0000 (12:23 +0100)]
Prepare LyX code to compile and link with Qt5:
* some functionality is in new modules now
  new header locations and library names: QtConcurrent and QtWidgets
* method setResizeMode is renamed to setSectionResizeMode
* deprecated QAbstractItemModel::reset() is dropped now
* platform specific code like QApplication::syncX() is not common anymore
* QString::fromAscii() is dropped now
* some QDesktopServices methods has been moved to QStandardPaths

11 years agodynamic cpu count detection and parallel make configuration
Stephan Witt [Tue, 22 Jan 2013 15:13:57 +0000 (16:13 +0100)]
dynamic cpu count detection and parallel make configuration

11 years agouse MKDIR_P macro
Stephan Witt [Tue, 22 Jan 2013 14:39:43 +0000 (15:39 +0100)]
use MKDIR_P macro

11 years agoFrench Intro.lyx: a typo, spotted by a user
Uwe Stöhr [Sun, 3 Feb 2013 15:46:08 +0000 (16:46 +0100)]
French Intro.lyx: a typo, spotted by a user

11 years agoUpdate links for Windows supplementary modules
Scott Kostyshak [Thu, 31 Jan 2013 07:21:53 +0000 (02:21 -0500)]
Update links for Windows supplementary modules

Update the link for Visual Studio 2010 and drop the link
for Visual Studio 2008.

11 years agoFix context string imported into lib/layouttranslations.
Pavel Sanda [Sat, 2 Feb 2013 08:54:47 +0000 (00:54 -0800)]
Fix context string imported into lib/layouttranslations.

[[Context]] should not appear in msgid string, see README.localization.

11 years ago* sk.po
Kornel Benko [Sat, 2 Feb 2013 08:49:41 +0000 (09:49 +0100)]
* sk.po

11 years agode.po: update
Juergen Spitzmueller [Sat, 2 Feb 2013 08:14:40 +0000 (09:14 +0100)]
de.po: update

11 years agoTooltip change as suggested by Jean-Pierre
Juergen Spitzmueller [Sat, 2 Feb 2013 08:08:42 +0000 (09:08 +0100)]
Tooltip change as suggested by Jean-Pierre

11 years agoClarify two strings in PDF properties
Jean-Marc Lasgouttes [Fri, 1 Feb 2013 12:15:20 +0000 (13:15 +0100)]
Clarify two strings in PDF properties

This is a patch from Martin Vermeer.

11 years agofr.po: update from Jean-Pierre
Juergen Spitzmueller [Mon, 28 Jan 2013 10:51:23 +0000 (11:51 +0100)]
fr.po: update from Jean-Pierre

11 years agoHandle also the parameter "variableunsafe" in lib/encodings to retrieve a translatabl...
Kornel Benko [Thu, 31 Jan 2013 10:54:32 +0000 (11:54 +0100)]
Handle also the parameter "variableunsafe" in lib/encodings to retrieve a translatable string.

11 years agoINSTALL.cmake: typos, grammar, and whitespace
Scott Kostyshak [Wed, 30 Jan 2013 06:45:42 +0000 (01:45 -0500)]
INSTALL.cmake: typos, grammar, and whitespace

11 years agoAdd a space in CMake flag description
Scott Kostyshak [Wed, 30 Jan 2013 02:35:06 +0000 (21:35 -0500)]
Add a space in CMake flag description

11 years agoRenamed category 'Theorem' and 'Theorems' to 'Reasoning'
Kornel Benko [Wed, 30 Jan 2013 11:36:49 +0000 (12:36 +0100)]
Renamed category 'Theorem' and 'Theorems' to 'Reasoning'

11 years agoREADME.localization: typos and grammar
Scott Kostyshak [Wed, 30 Jan 2013 04:23:28 +0000 (23:23 -0500)]
README.localization: typos and grammar

11 years agoINSTALL: typos and grammar
Scott Kostyshak [Wed, 30 Jan 2013 03:36:48 +0000 (22:36 -0500)]
INSTALL: typos and grammar

11 years agoinstaller: add cbgreek and lh fonts to the package list
Uwe Stöhr [Tue, 29 Jan 2013 22:25:14 +0000 (23:25 +0100)]
installer: add cbgreek and lh fonts to the package list

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