]> git.lyx.org Git - lyx.git/log
lyx.git
12 years agoLet lyx2lyx create a proper TOC inset
Georg Baum [Wed, 18 Apr 2012 18:44:33 +0000 (20:44 +0200)]
Let lyx2lyx create a proper TOC inset

Now that \lstlistoflistings is supported by InsetTOC, we should use that
instead of ERT. I could have updated the file format and directly used an
InsetTOC instead, but I was too lazy.

12 years agoIn replaceSelectionWithString, do not select the new string
Jean-Marc Lasgouttes [Wed, 18 Apr 2012 10:44:31 +0000 (12:44 +0200)]
In replaceSelectionWithString, do not select the new string

This is a patch from Scott Kostyshak. The problem it solves is as follows:

1. enable continuous spell check.
2. type a misspelled word and press space so that it has a wavy red underline.
3. right-click and choose a suggested replacement word.
4. press the backspace button.

Result: nothing happens. If you press the backspace button again, then it works as normal.

The selection code was added for the benefit of the spellchecker, but the code has been rewritten since then.

12 years agoCorrectly ignore the pot file when one uses version-suffix
Jean-Marc Lasgouttes [Wed, 18 Apr 2012 10:34:01 +0000 (12:34 +0200)]
Correctly ignore the pot file when one uses version-suffix

12 years agoAdd some comments to include_bib.py about how to set up the converter.
Richard Heck [Tue, 17 Apr 2012 20:57:46 +0000 (16:57 -0400)]
Add some comments to include_bib.py about how to set up the converter.

12 years agoSimpler fix for undo support when entering \hline in an equation
Jean-Marc Lasgouttes [Tue, 17 Apr 2012 08:55:59 +0000 (10:55 +0200)]
Simpler fix for undo support when entering \hline in an equation

 * Avoid undo step when using backspace in macro mode
 * Use recordUndoInset when entering macro mode (if one enters something like \hline, the outer inset itself will be modified)
 * Use recordUndoInset when pasting in an INsetMathGrid (same reason as above)

12 years agoRevert "Fix undo of entering \hline"
Jean-Marc Lasgouttes [Fri, 13 Apr 2012 11:03:59 +0000 (13:03 +0200)]
Revert "Fix undo of entering \hline"

This reverts commit 1fa39e1f953434700f1af4fb2eb9b193dd1709df.

12 years agoUse InsetLayout instead of hardcoding forcePlainLayout and
Richard Heck [Tue, 17 Apr 2012 13:43:29 +0000 (09:43 -0400)]
Use InsetLayout instead of hardcoding forcePlainLayout and
allowParagraphCustomization.

12 years agoRe-organize and repair the InsetLayout for the script inset.
Richard Heck [Tue, 17 Apr 2012 13:42:59 +0000 (09:42 -0400)]
Re-organize and repair the InsetLayout for the script inset.

12 years agoUse InsetLayout for LaTeX output.
Richard Heck [Tue, 17 Apr 2012 13:35:25 +0000 (09:35 -0400)]
Use InsetLayout for LaTeX output.

12 years agoUse InsetLayout to style the XHTML output.
Richard Heck [Tue, 17 Apr 2012 13:11:28 +0000 (09:11 -0400)]
Use InsetLayout to style the XHTML output.

Note that we have also changed the layout name to uppercase, but
this should be fine, since it was so far unused.

12 years agoWhitespace.
Richard Heck [Tue, 17 Apr 2012 12:44:25 +0000 (08:44 -0400)]
Whitespace.

12 years ago* sk.po
Kornel Benko [Tue, 17 Apr 2012 08:33:36 +0000 (10:33 +0200)]
* sk.po

12 years agoDocument latest file format changes
Georg Baum [Mon, 16 Apr 2012 20:15:10 +0000 (22:15 +0200)]
Document latest file format changes

12 years agoNative support for \lstlistoflistings
Georg Baum [Mon, 16 Apr 2012 19:40:59 +0000 (21:40 +0200)]
Native support for \lstlistoflistings

12 years agochkconfig.ltx: fix #8102 by installing all symbol packages we support when LyX is...
Uwe Stöhr [Sun, 15 Apr 2012 16:48:43 +0000 (18:48 +0200)]
chkconfig.ltx: fix #8102 by installing all symbol packages we support when LyX is installed

12 years agode.po: some translations
Uwe Stöhr [Sun, 15 Apr 2012 16:30:49 +0000 (18:30 +0200)]
de.po: some translations

12 years agoGerman UserGuide.lyx: fix a typo spotted by a user
Uwe Stöhr [Sun, 15 Apr 2012 03:42:32 +0000 (05:42 +0200)]
German UserGuide.lyx: fix a typo spotted by a user

12 years agoFix bugs #6871 and #8119.
Enrico Forestieri [Fri, 13 Apr 2012 00:57:25 +0000 (02:57 +0200)]
Fix bugs #6871 and #8119.

Both bugs above were due to a missing screen update. This patch
updates the current view after dispatching a lyxserver command
and thus solves both.

The patch is quite strightforward and the only difficulty was due
to the fact that the lyxserver needs the result of the dispatched
command. Now, GuiApplication::dispatch(FuncRequest const &) does
right this, but does not return the result, while
GuiApplication::dispatch(FuncRequest const &, DispatchResult &)
is called by the former but does not return the result. So, I
split the first one, isolating the code performing the update,
such that the second one can also update the current view when
the caller is the lyx server. When the action is initiated by
anything different from the lyx server, the behavior is unchanged.

12 years agoFix bug #8105: Crash when deleting math macro from the inside
Enrico Forestieri [Thu, 12 Apr 2012 14:25:38 +0000 (16:25 +0200)]
Fix bug #8105: Crash when deleting math macro from the inside

It seems that parameterless macros are not wrapped into a MathAtom.
Rather than touching the macro code (which is tantamount to opening
a can of worms, IMHO), I prefer this solution.

12 years ago* sk.po
Kornel Benko [Thu, 12 Apr 2012 13:49:12 +0000 (15:49 +0200)]
* sk.po
Correct translations of "extension"

12 years agoUse the right latex backend when a converter needs aux files.
Enrico Forestieri [Wed, 11 Apr 2012 16:19:11 +0000 (18:19 +0200)]
Use the right latex backend when a converter needs aux files.

If a converter specifies the needaux flag, latex (or xelatex) is
always run to produce the needed auxiliary files. This is wrong
because there are documents that can only be compiled with a specific
backend and thus the conversion may fail. On the other hand, even if
the document specifies the backend to be used, LyX ignores this info.

This commit rectifies this behavior by letting LyX run the same flavor
of the latex backend that shall be used for previewing the document
also for producing the auxiliary files.

12 years ago* sk.po
Kornel Benko [Wed, 11 Apr 2012 10:20:09 +0000 (12:20 +0200)]
* sk.po
Listings + ...

12 years agoTranslations for listings insets
Georg Baum [Tue, 10 Apr 2012 18:21:01 +0000 (20:21 +0200)]
Translations for listings insets

The listings inset and include inset of type listings use two english terms
that are not localized yet: "Listing" for the caption and "Listings" for the
list of listings (not supported natively by LyX yet). The existing layout
translation mechanism has been extended to translate these terms as well:

1) Support [[stuff]] context in lib/layouttranslations
2) Support BabelPreamble and LangPreamble in InsetLayout
3) Use a InsetLayout for InsetInclude of type listings
4) Define BabelPreamble and LangPreamble in the layouts for InsetInclude
   and InsetListings

12 years ago* sk.po
Kornel Benko [Mon, 9 Apr 2012 20:54:09 +0000 (22:54 +0200)]
* sk.po
'Index' traslation. Missed these

12 years ago* sk.po
Kornel Benko [Mon, 9 Apr 2012 20:27:15 +0000 (22:27 +0200)]
* sk.po
clean translations of word 'index'

12 years ago* sk.po
Kornel Benko [Mon, 9 Apr 2012 11:24:40 +0000 (13:24 +0200)]
* sk.po

12 years ago* sk.po
Kornel Benko [Mon, 9 Apr 2012 11:15:12 +0000 (13:15 +0200)]
* sk.po
Reworked all dialogs.
"linguist" is your friend

12 years agoFix bug #8114: LyX does not retrieve negative bbox parameters
Vincent van Ravesteijn [Sun, 8 Apr 2012 21:20:01 +0000 (23:20 +0200)]
Fix bug #8114: LyX does not retrieve negative bbox parameters

LyX fails to read the bounding box from an EPS file if it has
negative values. Adjusting the regex will overcome this problem.
Negative values do not pose big problems later on, but the GUI
doesn't handle it correctly yet (see bug #5718).

12 years agoFix a copy-paste error introduced in b754fb02
Vincent van Ravesteijn [Sun, 8 Apr 2012 19:47:40 +0000 (21:47 +0200)]
Fix a copy-paste error introduced in b754fb02

12 years agoFix undo of entering \hline
Georg Baum [Sun, 8 Apr 2012 17:15:49 +0000 (19:15 +0200)]
Fix undo of entering \hline

It was broken with 6d75800f5d23 as noticed by Enrico. The fix is to use undo
groups (thanks Jean-Marc).

12 years agoThe logic of the endParagraph() routine is wrong. We should first
Richard Heck [Sun, 8 Apr 2012 14:03:23 +0000 (10:03 -0400)]
The logic of the endParagraph() routine is wrong. We should first
check if the parsep_tag is pending.

12 years agoWe need to check, in closeFontTags(), for the case where we haven't
Richard Heck [Sun, 8 Apr 2012 14:02:40 +0000 (10:02 -0400)]
We need to check, in closeFontTags(), for the case where we haven't
had any content.

12 years agoThe isTagOpen() routine can be const.
Richard Heck [Sun, 8 Apr 2012 14:01:54 +0000 (10:01 -0400)]
The isTagOpen() routine can be const.

12 years agoDebugging code for the tag stack, disabled by default.
Richard Heck [Sun, 8 Apr 2012 13:59:57 +0000 (09:59 -0400)]
Debugging code for the tag stack, disabled by default.

12 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Sat, 7 Apr 2012 01:09:12 +0000 (03:09 +0200)]
Merge branch 'master' of git.lyx.org:lyx

12 years agouk.po: translation update by Yuri
Uwe Stöhr [Sat, 7 Apr 2012 01:05:51 +0000 (03:05 +0200)]
uk.po: translation update by Yuri

12 years agofi.po - change date to prevent porting from branch
Pavel Sanda [Sat, 7 Apr 2012 00:04:50 +0000 (02:04 +0200)]
fi.po - change date to prevent porting from branch

12 years ago* fi.po - fix #8115 (Chapter, Part untranslated)
Pavel Sanda [Fri, 6 Apr 2012 23:30:30 +0000 (01:30 +0200)]
* fi.po - fix #8115 (Chapter, Part untranslated)

12 years agoFinnish layouttranslations, checked by Hannu Vuolasaho.
Pavel Sanda [Fri, 6 Apr 2012 23:12:08 +0000 (01:12 +0200)]
Finnish layouttranslations, checked by Hannu Vuolasaho.
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg91879.html

12 years agoRemerge fi.po
Pavel Sanda [Fri, 6 Apr 2012 22:54:44 +0000 (00:54 +0200)]
Remerge fi.po

12 years agoMore shortcuts
Kornel Benko [Fri, 6 Apr 2012 10:29:00 +0000 (12:29 +0200)]
More shortcuts

12 years agoFix error output for XHTML a bit.
Richard Heck [Tue, 3 Apr 2012 22:13:59 +0000 (18:13 -0400)]
Fix error output for XHTML a bit.

12 years agoMake index comparisons for XHTML output case insensitive.
Richard Heck [Tue, 3 Apr 2012 21:54:50 +0000 (17:54 -0400)]
Make index comparisons for XHTML output case insensitive.

12 years agoMerge branch 'master' of git.lyx.org:lyx
Richard Heck [Tue, 3 Apr 2012 19:54:54 +0000 (15:54 -0400)]
Merge branch 'master' of git.lyx.org:lyx

12 years agoClear local layout before reading BufferParams. Otherwise, you can't
Richard Heck [Tue, 3 Apr 2012 19:53:56 +0000 (15:53 -0400)]
Clear local layout before reading BufferParams. Otherwise, you can't
delete the local layout.

12 years agoFix bug #8107. Just an oversight: We need to invalidate the file
Richard Heck [Sun, 1 Apr 2012 22:21:22 +0000 (18:21 -0400)]
Fix bug #8107. Just an oversight: We need to invalidate the file
cache, not just the BibInfo cache, when we create a new BibTeX
inset.

12 years agoMerge branch 'master' of lyx:lyx
Pavel Sanda [Fri, 30 Mar 2012 23:09:21 +0000 (01:09 +0200)]
Merge branch 'master' of lyx:lyx

12 years agoAt least document QImage stuff.
Pavel Sanda [Fri, 30 Mar 2012 16:15:30 +0000 (18:15 +0200)]
At least document QImage stuff.

12 years ago* sk.po
Kornel Benko [Tue, 27 Mar 2012 14:09:31 +0000 (16:09 +0200)]
* sk.po

12 years agoClean up the include_bib script a bit.
Richard Heck [Mon, 26 Mar 2012 16:06:04 +0000 (12:06 -0400)]
Clean up the include_bib script a bit.

12 years agode.po: update
Juergen Spitzmueller [Mon, 26 Mar 2012 10:52:43 +0000 (12:52 +0200)]
de.po: update

12 years agoForgotten string change.
Juergen Spitzmueller [Mon, 26 Mar 2012 10:41:44 +0000 (12:41 +0200)]
Forgotten string change.

12 years agoBeamer supports \subsubsection. Add to layout.
Juergen Spitzmueller [Mon, 26 Mar 2012 10:12:14 +0000 (12:12 +0200)]
Beamer supports \subsubsection. Add to layout.

OK for branch?

12 years agoFix tex2lyx table output.
Georg Baum [Sun, 25 Mar 2012 16:46:00 +0000 (18:46 +0200)]
Fix tex2lyx table output.

It is broken since the latest file format update (neither did Uwe run a test
after updating the file format, nor did I after undoing my accidental change).
The reason it was broken: the bool version of write_attribute() is chosen
for "0" instead of the string version, so each table used rotate="true".

12 years agoExtend the notermination flag to math as well.
Georg Baum [Sun, 25 Mar 2012 13:36:00 +0000 (15:36 +0200)]
Extend the notermination flag to math as well.

Math commands need it as well as text commands. At the same time, this
further unifies the checking for termination and fixes cases of wrong
output (e.g. for 0x2005).

12 years agoRevert unwanted change.
Georg Baum [Sun, 25 Mar 2012 09:25:14 +0000 (11:25 +0200)]
Revert unwanted change.

I have no idea how this was created. I hadf changed this file, but reverted
it with git chekout before committing.

12 years agoFix bug #6936.
Georg Baum [Sun, 25 Mar 2012 09:16:32 +0000 (11:16 +0200)]
Fix bug #6936.

If \hline is entered, do not create an unknown inset, but increase the number
of hlines of the current row if that is allowed. The same idea is applied to
copy-paste (not part of the bug report).
This is also a test for committing via git.

12 years agoFix bug #8098
Enrico Forestieri [Sun, 25 Mar 2012 03:14:58 +0000 (05:14 +0200)]
Fix bug #8098

The Windows shell cannot have a UNC path as the current directory.
However, using pushd to change to the same directory automatically
maps the UNC path to a drive letter and thus it works.

Note that when calling cmd.exe from a UNC path there are still
warnings about the UNC path, but the command is then successfully
executed because the current directory is set to something digestible
by the shell.

12 years agoPunctuation + some shortcuts
Kornel Benko [Sat, 24 Mar 2012 17:11:25 +0000 (18:11 +0100)]
Punctuation + some shortcuts

12 years agoFix monolithic build (bug #8079)
Vincent van Ravesteijn [Sat, 24 Mar 2012 14:25:30 +0000 (15:25 +0100)]
Fix monolithic build (bug #8079)

12 years agoFix more possible crashes due to asInsetRef()
Vincent van Ravesteijn [Fri, 23 Mar 2012 20:15:55 +0000 (21:15 +0100)]
Fix more possible crashes due to asInsetRef()

InsetMathHull has no method asInsetRef() and returns therefore 0.

See also 447e0d03.

12 years agoFix bug #8095.
Richard Heck [Fri, 23 Mar 2012 18:37:48 +0000 (14:37 -0400)]
Fix bug #8095.

The crash was due to the otherwise innocent looking 07924ac300f68e. The cast
Vincent replaced was already wrong---it seems to have been a thinko in
7bbd67eb2679---but it worked kind of by accident before. Now it crashes.

12 years agoAdd a few more things to ignore, mostly generated files.
Richard Heck [Fri, 23 Mar 2012 18:09:19 +0000 (14:09 -0400)]
Add a few more things to ignore, mostly generated files.

12 years agoSetup .gitignore for generated files
Lars Gullik Bjønnes [Wed, 21 Mar 2012 08:44:32 +0000 (09:44 +0100)]
Setup .gitignore for generated files

Setting up .gitignore or .git/info/excludes is something that should
be done. Not doing it makes it a lot harder to see actual new files
that should be added.

Signed-off-by: Lars Gullik Bjønnes <larsbj@gullik.org>
12 years agoagain some things which cherry pick did not catch, sorry
Uwe Stöhr [Wed, 21 Mar 2012 23:02:36 +0000 (00:02 +0100)]
again some things which cherry pick did not catch, sorry

12 years agolyx2lyx/lyx_2_1.py: add missing things from previous commit (cherry pick seems to...
Uwe Stöhr [Wed, 21 Mar 2012 22:39:33 +0000 (23:39 +0100)]
lyx2lyx/lyx_2_1.py: add missing things from previous commit (cherry pick seems to make mistakes or I used it not correctly)

12 years agofull support for table rotations; fileformat change
Uwe Stöhr [Wed, 21 Mar 2012 22:04:45 +0000 (23:04 +0100)]
full support for table rotations; fileformat change

12 years agostep 1
Uwe Stöhr [Mon, 19 Mar 2012 00:21:26 +0000 (01:21 +0100)]
step 1

12 years agobeamer.layout: fix #8092 (Block can have nested childs so that all of its contents...
Uwe Stöhr [Wed, 21 Mar 2012 20:40:17 +0000 (21:40 +0100)]
beamer.layout: fix #8092 (Block can have nested childs so that all of its contents must have a dynamic margin, not only the first)

12 years agoGuiTabular.cpp: fix bug #8092
Uwe Stöhr [Tue, 20 Mar 2012 00:40:07 +0000 (01:40 +0100)]
GuiTabular.cpp: fix bug #8092

12 years ago- lyx2lyx/lyx_2_1.py: remove wrong info (was a copy/paste mistake)
Uwe Stöhr [Tue, 20 Mar 2012 00:26:55 +0000 (01:26 +0100)]
- lyx2lyx/lyx_2_1.py: remove wrong info (was a copy/paste mistake)
- GuiTabular.cpp: fix a comment

12 years agoFix bug #7975 following suggestions made by JMarc there.
Richard Heck [Mon, 19 Mar 2012 21:57:28 +0000 (17:57 -0400)]
Fix bug #7975 following suggestions made by JMarc there.

12 years agoFORMAT: Don't use trac markup to specify a commit
Vincent van Ravesteijn [Mon, 19 Mar 2012 10:10:46 +0000 (11:10 +0100)]
FORMAT: Don't use trac markup to specify a commit

Trac never interprets the contents of files as links, so
it is not necessary to write a sha1 like this.

12 years agoInsetTabular.cpp: code optimization; there is no need for a conversion
Uwe Stöhr [Mon, 19 Mar 2012 00:28:38 +0000 (01:28 +0100)]
InsetTabular.cpp: code optimization; there is no need for a conversion

12 years ago- INSTALL.Win32: revise and update the description because since Qt 4.8 it mustn...
Uwe Stöhr [Sun, 18 Mar 2012 22:59:03 +0000 (23:59 +0100)]
- INSTALL.Win32: revise and update the description because since Qt 4.8 it mustn't be compiled (and can currently also not without a lot of hacking). Moreover we have now a build script that does all the configuration in one step and we can benefit from the fast Ninja compilation

Signed-off-by: Uwe Stöhr <uwestoehr@lyx.org>
12 years agoFORMAT: specify commit sha for latest fileformat change
Uwe Stöhr [Sun, 18 Mar 2012 22:07:21 +0000 (23:07 +0100)]
FORMAT: specify commit sha for latest fileformat change

12 years ago* de.po: update
Juergen Spitzmueller [Sun, 18 Mar 2012 15:03:28 +0000 (16:03 +0100)]
* de.po: update

12 years agoFix bug #8083: Fix the selection of cells below multirows
Vincent van Ravesteijn [Sat, 17 Mar 2012 23:05:15 +0000 (00:05 +0100)]
Fix bug #8083: Fix the selection of cells below multirows

Multirows were introduced in 8bb69f24 (Uwe Stoehr, 11 Feb 2010). In the
computation of the nearest cell, it was forgotten to account for the
vertical offset. tabular.cellHeight is the full height of the cell, while
the point that comes from the coordCache is offsetted by VOffset.
Therefore, we have to subtract the VOffset from o.y_.

12 years agoUpdate it.po
Enrico Forestieri [Sat, 17 Mar 2012 20:14:30 +0000 (21:14 +0100)]
Update it.po

12 years agoClear the error list from previous errors
Vincent van Ravesteijn [Sat, 17 Mar 2012 18:00:25 +0000 (19:00 +0100)]
Clear the error list from previous errors

We only copied the error list to the cloned buffer when makeLatexfile
failed. This means that a second try will never clear the error list and
the user will be presented the same list again.

Therefore, we unconditionally copy the error list such that we also clear
the list on success.

12 years agoNew strings sk.po
Kornel Benko [Sat, 17 Mar 2012 10:15:53 +0000 (11:15 +0100)]
New strings sk.po

12 years agoLets try first commit and bring trunk back to compiling.
Pavel Sanda [Sat, 17 Mar 2012 00:27:13 +0000 (01:27 +0100)]
Lets try first commit and bring trunk back to compiling.

12 years agoReplace #warning by something that is understood by MSVC
Vincent van Ravesteijn [Fri, 16 Mar 2012 11:22:34 +0000 (12:22 +0100)]
Replace #warning by something that is understood by MSVC

MSVC gives a warning when using #warning. However, it does
not show the actual warning.

12 years agoRevert commenting the file format warnings
Vincent van Ravesteijn [Fri, 16 Mar 2012 11:20:52 +0000 (12:20 +0100)]
Revert commenting the file format warnings

These warnings have been (accidentally) commented out in
42aeab2a (uwestoehr; support for table cell rotations;
16-03-2012). In the next commit the warning will be replaced
by a form which is also understood by MSVC.

12 years agosupport for table cell rotations; fileformat change
Uwe Stöhr [Fri, 16 Mar 2012 01:29:37 +0000 (02:29 +0100)]
support for table cell rotations; fileformat change

12 years agocmake/build.bat: don't mention SVN anymore as it would only lead to confusion
Uwe Stöhr [Fri, 16 Mar 2012 01:23:25 +0000 (02:23 +0100)]
cmake/build.bat: don't mention SVN anymore as it would only lead to confusion

12 years agoUpdate autogenerated lib/layouttranslations.
Vincent van Ravesteijn [Thu, 15 Mar 2012 14:58:52 +0000 (15:58 +0100)]
Update autogenerated lib/layouttranslations.

12 years agoMake the version as part of package name of
Kornel Benko [Thu, 15 Mar 2012 12:01:09 +0000 (13:01 +0100)]
Make the version as part of package name of
cmake build be configurable.
Use -DLYX_LOCALVERSIONING=ON (default = OFF)
The package name will then be
lyx-2.1.0-xxxxgit-yyyy.zzz
where xxxx == version number (similar to svn)
      yyyy == your OS (e.g. Linux)
      zzz  == package extension (e.g. deb, rpm, tar.gz etc)

otherwise the string '-xxxxgit' will not be used.

12 years agoFix bug #8069: View/Update other formats button disabled with non-TeX fonts
Juergen Spitzmueller [Thu, 15 Mar 2012 11:55:40 +0000 (12:55 +0100)]
Fix bug #8069: View/Update other formats button disabled with non-TeX fonts

12 years agoGuiTabular.cpp: fix bug #8084
Uwe Stöhr [Thu, 15 Mar 2012 01:37:20 +0000 (02:37 +0100)]
GuiTabular.cpp: fix bug #8084

12 years agotex2lyx/text.cpp: code improvement as proposed by Georg
Uwe Stöhr [Thu, 15 Mar 2012 01:10:13 +0000 (02:10 +0100)]
tex2lyx/text.cpp: code improvement as proposed by Georg

12 years agofurther port from branch: - IOP-article.lyx
Uwe Stöhr [Thu, 15 Mar 2012 01:04:28 +0000 (02:04 +0100)]
further port from branch: - IOP-article.lyx

12 years agoport recent changes to master:
Uwe Stöhr [Thu, 15 Mar 2012 00:48:06 +0000 (01:48 +0100)]
port recent changes to master:
- EmbeddedObjects.lyx
- splash.lyx

12 years agoFix lyx2lyx revertion for natbib.
Julien Rioux [Tue, 13 Mar 2012 23:43:27 +0000 (00:43 +0100)]
Fix lyx2lyx revertion for natbib.

We need to search for the \cite_engine line starting from the
beginning of the document header.

12 years agoAdvertising change as in commit c324d6eae6231658803849d13320b14a96717234 (r40877).
Tommaso Cucinotta [Tue, 13 Mar 2012 23:05:36 +0000 (23:05 +0000)]
Advertising change as in commit c324d6eae6231658803849d13320b14a96717234 (r40877).

12 years agoAddress bug 7975 by changing how toggling works, as suggested by
Richard Heck [Tue, 13 Mar 2012 16:08:25 +0000 (12:08 -0400)]
Address bug 7975 by changing how toggling works, as suggested by
JMarc.

12 years agoStyle.
Richard Heck [Tue, 13 Mar 2012 16:07:48 +0000 (12:07 -0400)]
Style.

12 years ago#7855 subversion 1.7.x support: use svn info to check if a file is under version...
Stephan Witt [Sun, 11 Mar 2012 11:12:12 +0000 (11:12 +0000)]
#7855 subversion 1.7.x support: use svn info to check if a file is under version control; this works for 1.6.x too; to avoid excessive forks of child processes check for the existence of a .svn directory in current dir and parent directories

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40911 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoFix typo
Vincent van Ravesteijn [Sat, 10 Mar 2012 21:45:01 +0000 (21:45 +0000)]
Fix typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40910 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoFix typo and whitespace
Vincent van Ravesteijn [Sat, 10 Mar 2012 21:20:25 +0000 (21:20 +0000)]
Fix typo and whitespace

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40909 a592a061-630c-0410-9148-cb99ea01b6c8