]> git.lyx.org Git - lyx.git/log
lyx.git
12 years agoThis is not limited to BibTeX. Missing citation keys can also happen for standard...
Julien Rioux [Mon, 5 Dec 2011 13:17:55 +0000 (13:17 +0000)]
This is not limited to BibTeX. Missing citation keys can also happen for standard bibitem.

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

12 years agoFix bug #7916: Undo warning message when inserting plaintext file
Vincent van Ravesteijn [Mon, 5 Dec 2011 13:12:57 +0000 (13:12 +0000)]
Fix bug #7916: Undo warning message when inserting plaintext file

LFUN_INSERT_PLAINTEXT is handled in GuiView because it might need to ask for a filename. But if the filename is given as a paramater we can handle it in BufferView immediately. Also, when we've asked for the filename in GuiView we should dispatch the LFUN to BufferView in order to properly use the Undo mechanism.

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

12 years agoFix bug #7755: Unknown tabular feature "from-dialog"
Vincent van Ravesteijn [Mon, 5 Dec 2011 12:40:22 +0000 (12:40 +0000)]
Fix bug #7755: Unknown tabular feature "from-dialog"

"from-dialog" is added to the LFUN_INSET_MODIFY function when it is issued from the table settings dialog. This is done to prevent the checking of the individual parameters, because it has to consider all parameters alltogether. Besides, when issued from the dialog it is already guaranteed that the parameters are valid.

This parameter should not be passed onto tabularfeatures.

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

12 years agoCMake/Win32: Add an icon to the tex2lyx executable.
Vincent van Ravesteijn [Mon, 5 Dec 2011 12:29:24 +0000 (12:29 +0000)]
CMake/Win32: Add an icon to the tex2lyx executable.

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

12 years agoFix bug #7909: mark-on selection is lost during screen-down and screen-up
Jean-Marc Lasgouttes [Mon, 5 Dec 2011 08:35:55 +0000 (08:35 +0000)]
Fix bug #7909: mark-on selection is lost during screen-down and screen-up

The trick is to rely on Cursor::selHandle instead of fiddling with the selection

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

12 years agocmake/build.bat: explicitly compile with the console window in debug mode
Uwe Stöhr [Mon, 5 Dec 2011 01:12:13 +0000 (01:12 +0000)]
cmake/build.bat: explicitly compile with the console window in debug mode

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

12 years agotex2lyx: support for pdfpages
Uwe Stöhr [Mon, 5 Dec 2011 00:57:42 +0000 (00:57 +0000)]
tex2lyx: support for pdfpages

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

12 years agoEmbeddedObjects.lyx:
Uwe Stöhr [Sun, 4 Dec 2011 22:09:24 +0000 (22:09 +0000)]
EmbeddedObjects.lyx:
- new description how to color dashed table lines
- new section how to split table cells by diagonal lines

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

12 years agofix parsing of \def macros (was broken with the spreadsheet template support)
Georg Baum [Sun, 4 Dec 2011 16:00:00 +0000 (16:00 +0000)]
fix parsing of \def macros (was broken with the spreadsheet template support)

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

12 years agofix preamble output in case child docs are present
Georg Baum [Sun, 4 Dec 2011 15:35:59 +0000 (15:35 +0000)]
fix preamble output in case child docs are present

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

12 years agoImprove longtable import (part of bug #7412).
Georg Baum [Sun, 4 Dec 2011 09:35:16 +0000 (09:35 +0000)]
Improve longtable import (part of bug #7412).
A complete fix is currently impossible because LyX assumes that all longtable
captions are in the first head.

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

12 years agoNeed to save a pointer to this list, too.
Richard Heck [Sun, 4 Dec 2011 03:05:08 +0000 (03:05 +0000)]
Need to save a pointer to this list, too.

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

12 years agoThere's no need to separate this logic out if it's only called
Richard Heck [Sun, 4 Dec 2011 02:38:00 +0000 (02:38 +0000)]
There's no need to separate this logic out if it's only called
from the one place.

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

12 years agoWe need to create the clone list here, even though the only thing
Richard Heck [Sun, 4 Dec 2011 02:35:38 +0000 (02:35 +0000)]
We need to create the clone list here, even though the only thing
in it will be the one Buffer we are cloning.

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

12 years agoFix #7923: Don't clone all the children on autosave.
Richard Heck [Sat, 3 Dec 2011 23:20:18 +0000 (23:20 +0000)]
Fix #7923: Don't clone all the children on autosave.

We split Buffer::clone() into various routines that know whether
to clone the children.

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

12 years agoComments.
Richard Heck [Sat, 3 Dec 2011 23:15:04 +0000 (23:15 +0000)]
Comments.

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

12 years agoRemove the .aux and .bbl files when we switch the citation engine or style.
Julien Rioux [Sat, 3 Dec 2011 22:58:38 +0000 (22:58 +0000)]
Remove the .aux and .bbl files when we switch the citation engine or style.

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

12 years agoAttempt to fix #7673 in a more "interesting" way than in branch (where
Richard Heck [Sat, 3 Dec 2011 22:42:09 +0000 (22:42 +0000)]
Attempt to fix #7673 in a more "interesting" way than in branch (where
we will be cautious, of course). The problem was that we were issuing
the Buffer::changed() signal before we did updateBuffer(), and this
caused an inconsistency. The idea here is to defer issuing this signal
until we call processUpdateFlags(). We know we need a redraw if we've
deleted a whole paragraph.

This should work properly, so long as checkDepm is called from within
the dispatch mechanism. There may, however, be other paths, and I've
noted one explicitly with a FIXME in Text2.cpp. I've tested a few
different variations, however, and I haven't seen any problems. But if
we do run into problems, we can go ahead and do the update there that we
were previously doing in checkDepm itself.

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

12 years agoAlso display the info about BibTeX databases in the TeX info panel.
Julien Rioux [Sat, 3 Dec 2011 22:24:58 +0000 (22:24 +0000)]
Also display the info about BibTeX databases in the TeX info panel.

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

12 years agoMinor improvements to the citation GUI: some dimensions and tab ordering.
Julien Rioux [Sat, 3 Dec 2011 22:24:51 +0000 (22:24 +0000)]
Minor improvements to the citation GUI: some dimensions and tab ordering.

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

12 years agoGive a visual feedback that the BibTeX key could not be found.
Julien Rioux [Sat, 3 Dec 2011 22:24:44 +0000 (22:24 +0000)]
Give a visual feedback that the BibTeX key could not be found.

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

12 years agoShow insets as text in the formatted bibliography entry.
Julien Rioux [Sat, 3 Dec 2011 22:24:38 +0000 (22:24 +0000)]
Show insets as text in the formatted bibliography entry.

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

12 years agoUpdate a bibitem label also when it is emptied.
Julien Rioux [Sat, 3 Dec 2011 22:24:30 +0000 (22:24 +0000)]
Update a bibitem label also when it is emptied.

It is valid for a label to be empty, but up to now the bibliography
information was not updated when a label was emptied.

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

12 years agoRemove extra whitespace.
Julien Rioux [Sat, 3 Dec 2011 22:15:11 +0000 (22:15 +0000)]
Remove extra whitespace.

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

12 years agoexternal_templates: correct program names
Uwe Stöhr [Sat, 3 Dec 2011 15:40:33 +0000 (15:40 +0000)]
external_templates: correct program names

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

12 years agoThe Cursor argument here was not being used, so there is no need
Richard Heck [Fri, 2 Dec 2011 22:44:38 +0000 (22:44 +0000)]
The Cursor argument here was not being used, so there is no need
for the indirection.

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

12 years agoAdd constness in several places.
Richard Heck [Fri, 2 Dec 2011 22:41:33 +0000 (22:41 +0000)]
Add constness in several places.

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

12 years agoRemove unused optional argument.
Richard Heck [Fri, 2 Dec 2011 22:27:14 +0000 (22:27 +0000)]
Remove unused optional argument.

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

12 years agoCosmetics or style or something.
Richard Heck [Fri, 2 Dec 2011 22:27:09 +0000 (22:27 +0000)]
Cosmetics or style or something.

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

12 years agoDeal with the part of #7872 involving changing branch activation
Richard Heck [Fri, 2 Dec 2011 21:21:37 +0000 (21:21 +0000)]
Deal with the part of #7872 involving changing branch activation
from the context menu. As mentioned in the FIXME, we cannot now
handle the case where the branches are held in a master buffer.

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

12 years agoDeal with the part of #7872 involving changes of branch activation
Richard Heck [Fri, 2 Dec 2011 21:21:30 +0000 (21:21 +0000)]
Deal with the part of #7872 involving changes of branch activation
from Document>Settings.

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

12 years agocorrect capitalization of AppKit framework - for case sensitive Mac OS X filesystems
Stephan Witt [Tue, 29 Nov 2011 20:41:08 +0000 (20:41 +0000)]
correct capitalization of AppKit framework - for case sensitive Mac OS X filesystems

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

12 years agoMove some more packages from unconditionally swallowing to the package
Georg Baum [Tue, 29 Nov 2011 20:09:40 +0000 (20:09 +0000)]
Move some more packages from unconditionally swallowing to the package
registration mechanism, so that they are only swallowed if LyX will load them.

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

12 years agoctex.lyx: further translations by Yiuhi
Uwe Stöhr [Tue, 29 Nov 2011 19:58:29 +0000 (19:58 +0000)]
ctex.lyx: further translations by Yiuhi

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

12 years agocmake/build.bat: make the script compilable (fix a syntax error) and add a "" pair...
Uwe Stöhr [Mon, 28 Nov 2011 23:50:20 +0000 (23:50 +0000)]
cmake/build.bat: make the script compilable (fix a syntax error) and add a "" pair for security reasons

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

12 years agoCustomization.lyx: updates by Philip Pirrip
Uwe Stöhr [Mon, 28 Nov 2011 23:31:26 +0000 (23:31 +0000)]
Customization.lyx: updates by Philip Pirrip

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

12 years agoctex.lyx: translations by Yiuhi
Uwe Stöhr [Mon, 28 Nov 2011 23:30:29 +0000 (23:30 +0000)]
ctex.lyx: translations by Yiuhi

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

12 years agoMakefile.am: forgot this in r40296
Uwe Stöhr [Mon, 28 Nov 2011 00:55:22 +0000 (00:55 +0000)]
Makefile.am: forgot this in r40296

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

12 years agocmake/build.bat: fix a typo
Uwe Stöhr [Mon, 28 Nov 2011 00:46:47 +0000 (00:46 +0000)]
cmake/build.bat: fix a typo

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

12 years agoDo not output parameters twice if the file was not found (part of bug #6127).
Georg Baum [Sun, 27 Nov 2011 20:12:32 +0000 (20:12 +0000)]
Do not output parameters twice if the file was not found (part of bug #6127).
In this case, the inset parameters win in case there is any conflict. The only
exception is "type=eps", since I was too lazy to make the full keyval parser
of tex2lyx available to InsetGraphics in order to parse the special parameter.

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

12 years ago- splash.lyx: update menu names and toolbar buttons to the ones of LyX 2.0.x
Uwe Stöhr [Sun, 27 Nov 2011 17:17:34 +0000 (17:17 +0000)]
- splash.lyx: update menu names and toolbar buttons to the ones of LyX 2.0.x
- Spanish EmbeddedObjects.lyx: change a word to be consistent

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

12 years agoinstaller: port recent changes from branch
Uwe Stöhr [Sun, 27 Nov 2011 13:53:29 +0000 (13:53 +0000)]
installer: port recent changes from branch

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

12 years agoFix parsing of stuff with ] in \item arguments (part of bug #6127)
Georg Baum [Sun, 27 Nov 2011 13:29:56 +0000 (13:29 +0000)]
Fix parsing of stuff with ] in \item arguments (part of bug #6127)

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

12 years agoParse the picture variant of \framebox correctly (part of bug #6449)
Georg Baum [Sun, 27 Nov 2011 11:57:47 +0000 (11:57 +0000)]
Parse the picture variant of \framebox correctly (part of bug #6449)

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

12 years agoUpdate update-po.sh script.
Richard Heck [Sat, 26 Nov 2011 23:49:36 +0000 (23:49 +0000)]
Update update-po.sh script.

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

12 years agopackage python script
Peter Kümmel [Sat, 26 Nov 2011 10:03:23 +0000 (10:03 +0000)]
package python script

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

12 years agoPackage.cpp is not autogenerated anymore, there is no need to skip it.
Jean-Marc Lasgouttes [Fri, 25 Nov 2011 22:55:02 +0000 (22:55 +0000)]
Package.cpp is not autogenerated anymore, there is no need to skip it.

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

12 years agoScript for building a maintenance distribution.
Richard Heck [Fri, 25 Nov 2011 17:45:26 +0000 (17:45 +0000)]
Script for building a maintenance distribution.

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

12 years ago* sk.po
Kornel Benko [Fri, 25 Nov 2011 10:15:11 +0000 (10:15 +0000)]
* sk.po

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

12 years agotex2lyx: support for Spreadsheet and chess external templates
Uwe Stöhr [Fri, 25 Nov 2011 01:01:45 +0000 (01:01 +0000)]
tex2lyx: support for Spreadsheet and chess external templates

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

12 years agosk.po: fix a typo
Uwe Stöhr [Thu, 24 Nov 2011 23:01:17 +0000 (23:01 +0000)]
sk.po: fix a typo

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

12 years agoPort from branch:
Richard Heck [Thu, 24 Nov 2011 22:16:20 +0000 (22:16 +0000)]
Port from branch:
  ctex template files: reduce to one file, fix broken language package settings
 (file still contains outdated info and unnecessary preamble code and creates several LaTeX errors about wrong lengths but can be fixed later)

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

12 years agoPort from branch:
Richard Heck [Thu, 24 Nov 2011 22:16:16 +0000 (22:16 +0000)]
Port from branch:
ctex layout files: add required packages and set missing SVN EOL style

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

12 years agoUpdate Makefile.am after last commit. (Thanks, Julien.)
Richard Heck [Thu, 24 Nov 2011 19:51:10 +0000 (19:51 +0000)]
Update Makefile.am after last commit. (Thanks, Julien.)

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

12 years agoFix for bug #7883 from Jean-Pierre: Make strings uniform across
Richard Heck [Thu, 24 Nov 2011 18:30:28 +0000 (18:30 +0000)]
Fix for bug #7883 from Jean-Pierre: Make strings uniform across
modules.

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

12 years agoFix #7495 by adding layouts for ctex document classes and
Richard Heck [Thu, 24 Nov 2011 15:45:31 +0000 (15:45 +0000)]
Fix #7495 by adding layouts for ctex document classes and
corresponding templates. Thanks to Yihui for these.

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

12 years agoWhitespace.
Richard Heck [Wed, 23 Nov 2011 18:23:11 +0000 (18:23 +0000)]
Whitespace.

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

12 years agoFix bug #7709. Seems we need to reset the source model here.
Richard Heck [Wed, 23 Nov 2011 16:52:46 +0000 (16:52 +0000)]
Fix bug #7709. Seems we need to reset the source model here.

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

12 years agoSimplify code a bit.
Richard Heck [Wed, 23 Nov 2011 16:49:34 +0000 (16:49 +0000)]
Simplify code a bit.

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

12 years agoFix bug #7906. Check the widgets after creating the dialog.
Richard Heck [Wed, 23 Nov 2011 16:44:31 +0000 (16:44 +0000)]
Fix bug #7906. Check the widgets after creating the dialog.

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

12 years agoDidn't mean to include this.
Richard Heck [Tue, 22 Nov 2011 18:49:16 +0000 (18:49 +0000)]
Didn't mean to include this.

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

12 years agoFix bug #7905. We don't want to move out of the inset unless
Richard Heck [Tue, 22 Nov 2011 18:40:01 +0000 (18:40 +0000)]
Fix bug #7905. We don't want to move out of the inset unless
we've put something into it. (We also don't need to copy an
empty string into it.)

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

12 years agoFeynmanDiagrams.lyx: add note how to overcome a limitation of the feyn package (bug...
Uwe Stöhr [Mon, 21 Nov 2011 23:22:22 +0000 (23:22 +0000)]
FeynmanDiagrams.lyx: add note how to overcome a limitation of the feyn package (bug 7898)

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

12 years agoEmbeddedObjects.lyx: add section about the calculation of the table width
Uwe Stöhr [Mon, 21 Nov 2011 21:13:22 +0000 (21:13 +0000)]
EmbeddedObjects.lyx: add section about the calculation of the table width

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

12 years agoBeautify documents created by writer2latex (see bug #5187).
Georg Baum [Sun, 20 Nov 2011 20:30:12 +0000 (20:30 +0000)]
Beautify documents created by writer2latex (see bug #5187).

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

12 years agoFix bug in paragraph detection (can be seen in test case of bug #5187):
Georg Baum [Sun, 20 Nov 2011 20:28:55 +0000 (20:28 +0000)]
Fix bug in paragraph detection (can be seen in test case of bug #5187):
If we want to look at the token after the next token, it may be needed
to call tokenize_one() twice and not only once as done in good().

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

12 years agoAdapt cmake to new boost regex sources
Kornel Benko [Sun, 20 Nov 2011 20:10:26 +0000 (20:10 +0000)]
Adapt cmake to new boost regex sources

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

12 years agoprepare switch to switch-case in when parsing tex files
Peter Kümmel [Sun, 20 Nov 2011 19:44:08 +0000 (19:44 +0000)]
prepare switch to switch-case in when parsing tex files

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

12 years agoadd some boost files needed by static string-switch in future Text.cpp
Peter Kümmel [Sun, 20 Nov 2011 19:10:54 +0000 (19:10 +0000)]
add some boost files needed by static string-switch in future Text.cpp

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

12 years agoupdate boost to version 1.48
Peter Kümmel [Sun, 20 Nov 2011 18:58:15 +0000 (18:58 +0000)]
update boost to version 1.48

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

12 years agoAdd assertion to check for memory leaks and remove the list when
Richard Heck [Sun, 20 Nov 2011 18:49:12 +0000 (18:49 +0000)]
Add assertion to check for memory leaks and remove the list when
we are done.

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

12 years agoNew attempt to fix Pavel's crash, this modifies r40205 and r40207.
Richard Heck [Sun, 20 Nov 2011 18:49:05 +0000 (18:49 +0000)]
New attempt to fix Pavel's crash, this modifies r40205 and r40207.

The global list of cloned buffers was a bad idea. We don't have multiple
export threads, but we can have multiple autosave threads. So now we keep
more than one of these lists at the same time, and each cloned buffer has
a pointer to the relevant list. Note that this would make multiple export
possible, if we wanted to do that at some time.

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

12 years agorun extract script again on boost 1.47: now bcp wants more files
Peter Kümmel [Sun, 20 Nov 2011 18:46:12 +0000 (18:46 +0000)]
run extract script again on boost 1.47: now bcp wants more files

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

12 years agomake a bit room for more ifs
Georg Baum [Sun, 20 Nov 2011 17:03:00 +0000 (17:03 +0000)]
make a bit room for more ifs

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

12 years ago* Additional.lyx
Pavel Sanda [Sun, 20 Nov 2011 12:10:20 +0000 (12:10 +0000)]
* Additional.lyx

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

12 years ago#7894 explain the status column of mac bindings
Stephan Witt [Sat, 19 Nov 2011 21:55:18 +0000 (21:55 +0000)]
#7894 explain the status column of mac bindings

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

12 years ago- spreadsheet.lyx: there is no reason why the file format was changed (please keep...
Uwe Stöhr [Sat, 19 Nov 2011 05:44:20 +0000 (05:44 +0000)]
- spreadsheet.lyx: there is no reason why the file format was changed (please keep our docs, examples and templates in sync with branch whenever possible)
- sheet.*: remove the files (Richard, there is a SVN command with which you can rename files. SVN will then take care about everything except of the makefile)

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

12 years agoThis commented-out line has been there since r13692! I think we can
Richard Heck [Fri, 18 Nov 2011 23:32:58 +0000 (23:32 +0000)]
This commented-out line has been there since r13692! I think we can
get rid of it.

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

12 years agoRestore change from OpenOffice to LibreOffice.
Richard Heck [Fri, 18 Nov 2011 21:49:18 +0000 (21:49 +0000)]
Restore change from OpenOffice to LibreOffice.

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

12 years agoFixes for bug #7870 from Helge. Adds Gnumeric support.
Richard Heck [Fri, 18 Nov 2011 21:46:24 +0000 (21:46 +0000)]
Fixes for bug #7870 from Helge. Adds Gnumeric support.

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

12 years agoFix bug #7873. Patch is sufficiently explanatory.
Richard Heck [Fri, 18 Nov 2011 21:34:40 +0000 (21:34 +0000)]
Fix bug #7873. Patch is sufficiently explanatory.

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

12 years agoFix bug #7872: Mark Buffer dirty after changing branch activation.
Richard Heck [Fri, 18 Nov 2011 20:48:54 +0000 (20:48 +0000)]
Fix bug #7872: Mark Buffer dirty after changing branch activation.

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

12 years agoFrench EmbeddedObjects.lyx: translations and revision by Siegfried
Uwe Stöhr [Fri, 18 Nov 2011 01:29:57 +0000 (01:29 +0000)]
French EmbeddedObjects.lyx: translations and revision by Siegfried

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

12 years agoMake sure we aren't trying to reuse the global variable, and make
Richard Heck [Thu, 17 Nov 2011 18:26:42 +0000 (18:26 +0000)]
Make sure we aren't trying to reuse the global variable, and make
sure we aren't leaking any cloned buffers.

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

12 years ago* sk.po
Kornel Benko [Thu, 17 Nov 2011 18:11:23 +0000 (18:11 +0000)]
* sk.po

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

12 years agoFix crash reported by Pavel. Multiply included children would crash
Richard Heck [Thu, 17 Nov 2011 17:58:22 +0000 (17:58 +0000)]
Fix crash reported by Pavel. Multiply included children would crash
the destructor since we could, in some cases, end up deleting them
multiple times. So we need to keep a list of the Buffers we need to
delete, kind of like the BufferList.

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

12 years agoRevert previous patch to get a decent log message.
Richard Heck [Thu, 17 Nov 2011 17:58:18 +0000 (17:58 +0000)]
Revert previous patch to get a decent log message.

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

12 years agoMerge branch 'PavelCrash2'
Richard Heck [Thu, 17 Nov 2011 17:54:20 +0000 (17:54 +0000)]
Merge branch 'PavelCrash2'

Conflicts:
src/Buffer.cpp

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

12 years agoSimplify code slightly.
Richard Heck [Thu, 17 Nov 2011 17:29:38 +0000 (17:29 +0000)]
Simplify code slightly.

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

12 years agoMinor cleanup.
Richard Heck [Thu, 17 Nov 2011 17:24:11 +0000 (17:24 +0000)]
Minor cleanup.

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

12 years agoClarify by renaming some arguments.
Richard Heck [Wed, 16 Nov 2011 00:38:06 +0000 (00:38 +0000)]
Clarify by renaming some arguments.

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

12 years agoCosmetics.
Richard Heck [Tue, 15 Nov 2011 18:24:42 +0000 (18:24 +0000)]
Cosmetics.

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

12 years agoEmbeddedObjects.lyx: add info about the dvips color names and fix some issues
Uwe Stöhr [Tue, 15 Nov 2011 00:13:36 +0000 (00:13 +0000)]
EmbeddedObjects.lyx: add info about the dvips color names and fix some issues

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

12 years agoFix bug #7895: Do not output lines with only a single space.
Georg Baum [Mon, 14 Nov 2011 21:00:47 +0000 (21:00 +0000)]
Fix bug #7895: Do not output lines with only a single space.

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

12 years agotex2lyx/test/test-insets.tex: add a booktabs test table
Uwe Stöhr [Mon, 14 Nov 2011 00:13:09 +0000 (00:13 +0000)]
tex2lyx/test/test-insets.tex: add a booktabs test table

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

12 years agocmake/build.bat: this should not have gone in in my last commit
Uwe Stöhr [Sun, 13 Nov 2011 20:19:03 +0000 (20:19 +0000)]
cmake/build.bat: this should not have gone in in my last commit

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

12 years agocmake/build.bat: MSVC 2010 is required to build LyX on Windows for releaes; for insta...
Uwe Stöhr [Sun, 13 Nov 2011 20:05:08 +0000 (20:05 +0000)]
cmake/build.bat: MSVC 2010 is required to build LyX on Windows for releaes; for install the console must be turned off; the PATH must no contain quotes
(But even with these fixes, the script fails, see my mail.)

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

12 years agoFix bug #4553: booktabs for tex2lyx
Georg Baum [Sun, 13 Nov 2011 19:49:50 +0000 (19:49 +0000)]
Fix bug #4553: booktabs for tex2lyx

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

12 years agoexternal_templates: improve the description of PDFPages (bug #7888)
Uwe Stöhr [Sun, 13 Nov 2011 18:03:12 +0000 (18:03 +0000)]
external_templates: improve the description of PDFPages (bug #7888)

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

12 years agostdmenus.inc: register the Sweave example file as specific manual (bug #7891)
Uwe Stöhr [Sun, 13 Nov 2011 18:01:24 +0000 (18:01 +0000)]
stdmenus.inc: register the Sweave example file as specific manual (bug #7891)

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