]> git.lyx.org Git - lyx.git/log
lyx.git
14 years agoCheap fix for #6554. When we save a Buffer to a new location, we check
Richard Heck [Tue, 9 Mar 2010 03:25:47 +0000 (03:25 +0000)]
Cheap fix for #6554. When we save a Buffer to a new location, we check
the included insets and make sure that the files they reference are
still where they are supposed to be.

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

14 years agoUnused variable.
Richard Heck [Mon, 8 Mar 2010 20:54:31 +0000 (20:54 +0000)]
Unused variable.

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

14 years agoLine length, again.
Richard Heck [Mon, 8 Mar 2010 20:48:48 +0000 (20:48 +0000)]
Line length, again.

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

14 years agoChange updateLayout() to updateDocumentClass(), since that is what it
Richard Heck [Mon, 8 Mar 2010 20:37:11 +0000 (20:37 +0000)]
Change updateLayout() to updateDocumentClass(), since that is what it
does.

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

14 years agoLine length.
Richard Heck [Mon, 8 Mar 2010 20:22:37 +0000 (20:22 +0000)]
Line length.

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

14 years agoRevert r33630 and do something more sensible.
Richard Heck [Mon, 8 Mar 2010 19:52:48 +0000 (19:52 +0000)]
Revert r33630 and do something more sensible.

I don't think this fixes the underlying problem, but I think that
problem is very extensive. Fixing it would involve a re-thinking of
where and how we call updateBuffer()---the old updateLabels().

This fix also reveals another problem with the TOC, again due to the
early call of on_typeCO_currentIndexChanged(). But that problem is a
slightly different one, I think.

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

14 years agoIntroduce isBufferValid() method now, that returns true also for cloned
Richard Heck [Mon, 8 Mar 2010 19:07:05 +0000 (19:07 +0000)]
Introduce isBufferValid() method now, that returns true also for cloned
Buffers. Use it, as well.

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

14 years agoEliminate redundancy.
Richard Heck [Mon, 8 Mar 2010 19:06:28 +0000 (19:06 +0000)]
Eliminate redundancy.

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

14 years agos/isBufferValid/isBufferLoaded/
Richard Heck [Mon, 8 Mar 2010 18:57:42 +0000 (18:57 +0000)]
s/isBufferValid/isBufferLoaded/

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

14 years agoCloned buffers routinely have their parents reset.
Richard Heck [Mon, 8 Mar 2010 14:56:49 +0000 (14:56 +0000)]
Cloned buffers routinely have their parents reset.

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

14 years agoMicro-optimization.
Richard Heck [Mon, 8 Mar 2010 14:55:33 +0000 (14:55 +0000)]
Micro-optimization.

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

14 years agoFix bug #6516. Under no circumstances do we want to try to reload a
Richard Heck [Mon, 8 Mar 2010 14:25:32 +0000 (14:25 +0000)]
Fix bug #6516. Under no circumstances do we want to try to reload a
child document from within the export thread.

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

14 years agoWhoops. Wrong version.
Richard Heck [Mon, 8 Mar 2010 13:36:51 +0000 (13:36 +0000)]
Whoops. Wrong version.

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

14 years agoMinor fixup.
Richard Heck [Mon, 8 Mar 2010 13:34:32 +0000 (13:34 +0000)]
Minor fixup.

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

14 years agoisValidGlueLength(): fix gcc warning and cleanup.
Abdelrazak Younes [Mon, 8 Mar 2010 13:33:47 +0000 (13:33 +0000)]
isValidGlueLength(): fix gcc warning and cleanup.

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

14 years agoAdd sanity check. This partially fixes a crash related to saving master
Richard Heck [Mon, 8 Mar 2010 13:26:08 +0000 (13:26 +0000)]
Add sanity check. This partially fixes a crash related to saving master
documents to new locations.

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

14 years agoSpellcheck related bugfix from John McCabe-Dansted:
Richard Heck [Mon, 8 Mar 2010 13:22:56 +0000 (13:22 +0000)]
Spellcheck related bugfix from John McCabe-Dansted:

PrefSpellchecker disables the "Spellchecker Engine:" selector if
theSpellChecker() reports that no spell checking engine is selected.
This means that if we have not already selected a spell checking
engine we cannot select one now. I think this problem can be
reproduced by first compiling and running LyX without spellchecking
support and then compiling and running LyX with spellchecking support.

In any case it is clear that we should be able to select a
spellchecking engine if one is available, so I propose the attached
patch. This patch fixed the problem on my machine.

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

14 years agoMake sure the model exists before we access it.
Richard Heck [Mon, 8 Mar 2010 12:42:18 +0000 (12:42 +0000)]
Make sure the model exists before we access it.

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

14 years agono Q_EMIT in older Qt versions
Peter Kümmel [Mon, 8 Mar 2010 09:35:10 +0000 (09:35 +0000)]
no Q_EMIT in older Qt versions

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

14 years agolil' cleanup
Edwin Leuven [Mon, 8 Mar 2010 04:08:11 +0000 (04:08 +0000)]
lil' cleanup

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

14 years agoerratum to r33628
Edwin Leuven [Mon, 8 Mar 2010 04:04:56 +0000 (04:04 +0000)]
erratum to r33628

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

14 years ago* es.po: update (by Ignacio).
Jürgen Spitzmüller [Sun, 7 Mar 2010 18:20:04 +0000 (18:20 +0000)]
* es.po: update (by Ignacio).

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

14 years agofix cursor position(ing)
Edwin Leuven [Sun, 7 Mar 2010 17:33:33 +0000 (17:33 +0000)]
fix cursor position(ing)

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

14 years agoUse one place to generate current time string, increase resolution to ms
Peter Kümmel [Sun, 7 Mar 2010 11:55:14 +0000 (11:55 +0000)]
Use one place to generate current time string, increase resolution to ms

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

14 years agocmake: fix merge build
Peter Kümmel [Sun, 7 Mar 2010 11:28:57 +0000 (11:28 +0000)]
cmake: fix merge build

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

14 years agocmake: fix merge build
Peter Kümmel [Sun, 7 Mar 2010 11:03:23 +0000 (11:03 +0000)]
cmake: fix merge build

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

14 years ago* RELEASE_NOTES:
Jürgen Spitzmüller [Sun, 7 Mar 2010 09:29:33 +0000 (09:29 +0000)]
* RELEASE_NOTES:
- some notes on the spellchecker/thesaurus changes and requirements.

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

14 years agoUpdate the cygwin requirements.
Enrico Forestieri [Sun, 7 Mar 2010 01:00:58 +0000 (01:00 +0000)]
Update the cygwin requirements.

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

14 years agoWas forgetting this.
Enrico Forestieri [Sat, 6 Mar 2010 23:04:39 +0000 (23:04 +0000)]
Was forgetting this.

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

14 years agoUpdate README.Cygwin
Enrico Forestieri [Sat, 6 Mar 2010 22:38:47 +0000 (22:38 +0000)]
Update README.Cygwin

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

14 years agoUpdate it.po
Enrico Forestieri [Sat, 6 Mar 2010 21:14:01 +0000 (21:14 +0000)]
Update it.po

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

14 years agoTry to restore longtable dialog to a semi functional state. This Dialog is really...
Abdelrazak Younes [Sat, 6 Mar 2010 19:08:10 +0000 (19:08 +0000)]
Try to restore longtable dialog to a semi functional state. This Dialog is really horrible, disabling/enabling a checkbox depending on the cursor position is very unintuitive... We need some edit boxes to show which rows are header/footer/etc without having to move the cursor first. That would be my next step newt week.

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

14 years ago* NEWS - add skeleton for 1.6.0 at least
Pavel Sanda [Sat, 6 Mar 2010 18:51:36 +0000 (18:51 +0000)]
* NEWS - add skeleton for 1.6.0 at least

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

14 years agoSynchro NEWS with branch
Pavel Sanda [Sat, 6 Mar 2010 18:21:08 +0000 (18:21 +0000)]
Synchro NEWS with branch

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

14 years agoscons_manifest.py; fix SCons according to r33637
Uwe Stöhr [Sat, 6 Mar 2010 18:20:31 +0000 (18:20 +0000)]
scons_manifest.py; fix SCons according to r33637

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

14 years agoAdd "Info settings" to the Edit menu.
Vincent van Ravesteijn [Sat, 6 Mar 2010 17:51:40 +0000 (17:51 +0000)]
Add "Info settings" to the Edit menu.

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

14 years agoFix bug #6580: Revert r29305, which was supposed to fix bug #5901.
Vincent van Ravesteijn [Sat, 6 Mar 2010 17:47:50 +0000 (17:47 +0000)]
Fix bug #6580: Revert r29305, which was supposed to fix bug #5901.

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

14 years agocmake: fix merge build
Peter Kümmel [Sat, 6 Mar 2010 16:18:16 +0000 (16:18 +0000)]
cmake: fix merge build

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

14 years ago* RELEASE-NOTES
Pavel Sanda [Sat, 6 Mar 2010 15:46:02 +0000 (15:46 +0000)]
* RELEASE-NOTES

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

14 years agoUpdate READMEs
Pavel Sanda [Sat, 6 Mar 2010 15:29:46 +0000 (15:29 +0000)]
Update READMEs

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

14 years agoCorrect name in credits, thanks Juergen.
Pavel Sanda [Sat, 6 Mar 2010 15:03:37 +0000 (15:03 +0000)]
Correct name in credits, thanks Juergen.

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

14 years agoFix unsafe use of fixed width arrays.
Pavel Sanda [Sat, 6 Mar 2010 14:57:16 +0000 (14:57 +0000)]
Fix unsafe use of fixed width arrays.
Fix crash when MathMatrix has more than 80 columns

Patch from John McCabe-Dansted, approved from Andre.

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

14 years ago* fix instant preview without dvipng (bug 6579).
Jürgen Spitzmüller [Sat, 6 Mar 2010 14:53:27 +0000 (14:53 +0000)]
* fix instant preview without dvipng (bug 6579).

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

14 years agoFix bug #6564. The cmd status retrieval is quite broken within tables (math or text).
Abdelrazak Younes [Sat, 6 Mar 2010 14:19:21 +0000 (14:19 +0000)]
Fix bug #6564. The cmd status retrieval is quite broken within tables (math or text).

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

14 years agoRemerge strings.
Pavel Sanda [Sat, 6 Mar 2010 12:48:17 +0000 (12:48 +0000)]
Remerge strings.

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

14 years agoRemove unused SignalSlot files per Abdel's suggestion
Pavel Sanda [Sat, 6 Mar 2010 12:48:02 +0000 (12:48 +0000)]
Remove unused SignalSlot files per Abdel's suggestion

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

14 years agoFile missing in tarball
Pavel Sanda [Sat, 6 Mar 2010 12:47:57 +0000 (12:47 +0000)]
File missing in tarball

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

14 years agoDisable lists of floats we don't know how to generate.
Richard Heck [Fri, 5 Mar 2010 23:47:33 +0000 (23:47 +0000)]
Disable lists of floats we don't know how to generate.

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

14 years agoUpdate layouts to format 24.
Richard Heck [Fri, 5 Mar 2010 23:02:24 +0000 (23:02 +0000)]
Update layouts to format 24.

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

14 years agoRework and partially revert r33631.
Richard Heck [Fri, 5 Mar 2010 22:58:29 +0000 (22:58 +0000)]
Rework and partially revert r33631.

This patch introduces a "ListCommand" tag for Float layout. This tag
defines the command used to generate a list of such floats, in the cases
where float.sty is not used (i.e., where NeedsFloatPkg is true). We were
previously hardcoding the commands \listoftables and \listoffigures. But
in other cases, such as achemso.layout, which defines lists of schemes,
charts, etc, we could not output such lists.

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

14 years agoFIXME regarding XHTML output of custom float lists.
Richard Heck [Fri, 5 Mar 2010 21:07:01 +0000 (21:07 +0000)]
FIXME regarding XHTML output of custom float lists.

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

14 years agoLet floats decide for themselves what command is used to create a list
Richard Heck [Fri, 5 Mar 2010 21:06:22 +0000 (21:06 +0000)]
Let floats decide for themselves what command is used to create a list
of them. This is preparatory for introducing a layout tag that lets us
customize that command for builtin floats.

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

14 years agoFix bug 6522 and its relatives in trunk. I am not absolutely sure this
Richard Heck [Fri, 5 Mar 2010 20:47:50 +0000 (20:47 +0000)]
Fix bug 6522 and its relatives in trunk. I am not absolutely sure this
is right, though. Someone please check.

The problem, in branch, was that (in Qt 4.6.x, anyway) the call to
reset() eventually triggers the on_typeCO_currentIndexChanged() method,
which eventually leads to GuiView::setFocus(), which leads to
GuiWorkArea::focusInEvent(), which tries to start the cursor, whose
position hasn't been updated yet, from what I can see.

The problem in trunk is similar. The crash happens, I think, because,
while we are in the middle of resetting the model, the same method is
triggered, which leads us to try to access the model while we are in the
middle of resetting it.

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

14 years agorename frenzy
Edwin Leuven [Fri, 5 Mar 2010 18:10:34 +0000 (18:10 +0000)]
rename frenzy

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

14 years agofix bug 6578, use tabs
Peter Kümmel [Fri, 5 Mar 2010 18:07:05 +0000 (18:07 +0000)]
fix bug 6578, use tabs

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

14 years agoChange the LaTeXBuiltin tag to a NeedsFloatPkg tag. Discussion on the
Richard Heck [Fri, 5 Mar 2010 17:24:38 +0000 (17:24 +0000)]
Change the LaTeXBuiltin tag to a NeedsFloatPkg tag. Discussion on the
list revealed that the former is confusing to people. The latter
indicates more clearly what the tag does.

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

14 years agoFix the usage of msnmerge on MacOSX.
Vincent van Ravesteijn [Fri, 5 Mar 2010 13:03:06 +0000 (13:03 +0000)]
Fix the usage of msnmerge on MacOSX.

see:
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg79616.html

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

14 years agonext one
Pavel Sanda [Fri, 5 Mar 2010 08:05:25 +0000 (08:05 +0000)]
next one

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

14 years agoStart preparations for alpha
Pavel Sanda [Fri, 5 Mar 2010 08:05:20 +0000 (08:05 +0000)]
Start preparations for alpha

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

14 years agoInsetTabular.cpp:
Uwe Stöhr [Fri, 5 Mar 2010 03:37:21 +0000 (03:37 +0000)]
InsetTabular.cpp:
- multirow cells are always left aligned, therefore disable horizontal alignment
- multirows cannot be vertically aligned, therefore disallow this

(Two issues less in http://wiki.lyx.org/Devel/Multirow .)

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

14 years agoes.po: translations for trunk by Ignacio
Uwe Stöhr [Fri, 5 Mar 2010 02:31:52 +0000 (02:31 +0000)]
es.po: translations for trunk by Ignacio

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

14 years agoremove old "logic"
Edwin Leuven [Thu, 4 Mar 2010 21:31:06 +0000 (21:31 +0000)]
remove old "logic"

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

14 years ago - unset multicol (row) when setting multirow (col)
Edwin Leuven [Thu, 4 Mar 2010 20:20:45 +0000 (20:20 +0000)]
 - unset multicol (row) when setting multirow (col)
 - bit of function cleanup

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

14 years agoClarify the ListName tag for floats.
Richard Heck [Thu, 4 Mar 2010 13:44:23 +0000 (13:44 +0000)]
Clarify the ListName tag for floats.

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

14 years agoSome cleanup for the Floating class.
Richard Heck [Thu, 4 Mar 2010 13:42:05 +0000 (13:42 +0000)]
Some cleanup for the Floating class.

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

14 years agoSet linelen when exporting latex for the purpose of chktex-ing it, so that a meaningf...
Tommaso Cucinotta [Thu, 4 Mar 2010 08:13:42 +0000 (08:13 +0000)]
Set linelen when exporting latex for the purpose of chktex-ing it, so that a meaningful error-line is reported back to the GUI (addressing #6574).

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

14 years agoInsetTabular.cpp: fix bug that LyX allowed to specify the vertical alignment of table...
Uwe Stöhr [Thu, 4 Mar 2010 03:55:13 +0000 (03:55 +0000)]
InsetTabular.cpp: fix bug that LyX allowed to specify the vertical alignment of table columns without a fixed width

Should also go to branch, Jürgen?

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

14 years agoInsetTabular.cpp: disallow the following cases:
Uwe Stöhr [Thu, 4 Mar 2010 03:27:30 +0000 (03:27 +0000)]
InsetTabular.cpp: disallow the following cases:
- a multirow cannot be a multicolumn the same time
- a multirow cannot be the caption of a longtable

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

14 years agos/updateLabels/updateBuffer/g, per a suggestion of Abdel's.
Richard Heck [Wed, 3 Mar 2010 22:13:45 +0000 (22:13 +0000)]
s/updateLabels/updateBuffer/g, per a suggestion of Abdel's.

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

14 years agoes.po: translations for trunk from Ignacio
Uwe Stöhr [Mon, 1 Mar 2010 23:39:00 +0000 (23:39 +0000)]
es.po: translations for trunk from Ignacio

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

14 years ago* handle encoding in PDF options gracefully.
Jürgen Spitzmüller [Mon, 1 Mar 2010 17:39:41 +0000 (17:39 +0000)]
* handle encoding in PDF options gracefully.

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

14 years agoAdded glibc debug options to cmake
Kornel Benko [Mon, 1 Mar 2010 11:06:13 +0000 (11:06 +0000)]
Added glibc debug options to cmake

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

14 years agoDocument Settings: fix Float placement dialog. The float type is not
Abdelrazak Younes [Mon, 1 Mar 2010 09:03:15 +0000 (09:03 +0000)]
Document Settings: fix Float placement dialog. The float type is not
needed here.

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

14 years agoAdd Ulysse Danglis to the Credits
Uwe Stöhr [Mon, 1 Mar 2010 02:57:12 +0000 (02:57 +0000)]
Add Ulysse Danglis to the Credits

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

14 years agoUpdate it.po
Enrico Forestieri [Sun, 28 Feb 2010 17:58:52 +0000 (17:58 +0000)]
Update it.po

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

14 years agode.po: resolve 2 shortcut conflicts
Uwe Stöhr [Sun, 28 Feb 2010 15:40:09 +0000 (15:40 +0000)]
de.po: resolve 2 shortcut conflicts

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

14 years agopo-files:
Uwe Stöhr [Sun, 28 Feb 2010 15:31:05 +0000 (15:31 +0000)]
po-files:
- merge files from branch to trunk, except of the languages that have already been updated for trunk (namely German, Ukrainian, Spanish, French)
- remerge all files

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

14 years agopo-files:
Uwe Stöhr [Sun, 28 Feb 2010 14:51:01 +0000 (14:51 +0000)]
po-files:
- remerge
- some German translations

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

14 years agoBuffer.cpp, InsetCommandParams.cpp: refine comments
Uwe Stöhr [Sun, 28 Feb 2010 14:50:02 +0000 (14:50 +0000)]
Buffer.cpp, InsetCommandParams.cpp: refine comments

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

14 years ago* Menus.cpp: add accelerator to "More Languages ..."
Jürgen Spitzmüller [Sun, 28 Feb 2010 10:23:06 +0000 (10:23 +0000)]
* Menus.cpp: add accelerator to "More Languages ..."

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

14 years ago" Menus.cpp: sort languages. Based on a patch by John McCabe-Dansted.
Jürgen Spitzmüller [Sun, 28 Feb 2010 10:06:05 +0000 (10:06 +0000)]
" Menus.cpp: sort languages. Based on a patch by John McCabe-Dansted.

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

14 years ago* LFUNs.lyx
Pavel Sanda [Sun, 28 Feb 2010 00:15:21 +0000 (00:15 +0000)]
* LFUNs.lyx

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

14 years agoes.po: translations for trunk by Ignacio
Uwe Stöhr [Fri, 26 Feb 2010 21:52:21 +0000 (21:52 +0000)]
es.po: translations for trunk by Ignacio

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

14 years agoCosmetics.
Richard Heck [Fri, 26 Feb 2010 20:17:29 +0000 (20:17 +0000)]
Cosmetics.

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

14 years agoTruncate long cross-references and show the whole thing in a tooltip.
Richard Heck [Fri, 26 Feb 2010 20:16:12 +0000 (20:16 +0000)]
Truncate long cross-references and show the whole thing in a tooltip.

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

14 years agoWe were doing this twice, and I think there's also a bug here, namely,
Richard Heck [Fri, 26 Feb 2010 19:56:08 +0000 (19:56 +0000)]
We were doing this twice, and I think there's also a bug here, namely,
that we weren't re-enabling if we returned early.

Someone tell me if this is wrong.

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

14 years agoThis can just take a FuncCode.
Richard Heck [Fri, 26 Feb 2010 19:51:06 +0000 (19:51 +0000)]
This can just take a FuncCode.

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

14 years agoA little cleanup while perusing TocWidget....
Richard Heck [Fri, 26 Feb 2010 19:48:20 +0000 (19:48 +0000)]
A little cleanup while perusing TocWidget....

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

14 years agoFix bug #6552: Crash when inserting TeX-code in math mode and scrolling
Vincent van Ravesteijn [Fri, 26 Feb 2010 15:59:08 +0000 (15:59 +0000)]
Fix bug #6552: Crash when inserting TeX-code in math mode and scrolling

Avoid an assertion when accessing the CoordCache while the Inset is in a paragraph which is not visible on screen.

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

14 years agoFix compilation with qt 4.2: QString::operator[] returns a QCharRef,
Jean-Marc Lasgouttes [Fri, 26 Feb 2010 14:46:42 +0000 (14:46 +0000)]
Fix compilation with qt 4.2: QString::operator[] returns a QCharRef,
which is supposedly like a QChar... except that some methods like isUpper
were forgotten in the process.

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

14 years agoFix bug #6464: Crash when exiting LyX from second window when first window has change...
Vincent van Ravesteijn [Fri, 26 Feb 2010 14:07:21 +0000 (14:07 +0000)]
Fix bug #6464: Crash when exiting LyX from second window when first window has changed buffer.

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

14 years ago* GuiSpellchecker.cpp:
Jürgen Spitzmüller [Fri, 26 Feb 2010 13:34:36 +0000 (13:34 +0000)]
* GuiSpellchecker.cpp:
- fix bug #6561 (null pointer).

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

14 years agoinstaller: support for Greek aspell dictionary
Uwe Stöhr [Fri, 26 Feb 2010 01:15:00 +0000 (01:15 +0000)]
installer: support for Greek aspell dictionary

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

14 years agoinstaller: support for Greek menus
Uwe Stöhr [Fri, 26 Feb 2010 01:10:52 +0000 (01:10 +0000)]
installer: support for Greek menus

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

14 years agoel.po: some "translations"
Uwe Stöhr [Fri, 26 Feb 2010 01:02:27 +0000 (01:02 +0000)]
el.po: some "translations"

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

14 years agoel.po: new Greek translations of LyX menus. Patch sent by Ulysse Danglis
Uwe Stöhr [Fri, 26 Feb 2010 00:58:16 +0000 (00:58 +0000)]
el.po: new Greek translations of LyX menus. Patch sent by Ulysse Danglis

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

14 years ago* Buffer.cpp (getLanguages):
Jürgen Spitzmüller [Thu, 25 Feb 2010 18:00:43 +0000 (18:00 +0000)]
* Buffer.cpp (getLanguages):
- assure the buffer language is in the list.

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

14 years agoMenus.cpp: priorize capitals as language accelerators.
Jürgen Spitzmüller [Thu, 25 Feb 2010 12:56:12 +0000 (12:56 +0000)]
Menus.cpp: priorize capitals as language accelerators.

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

14 years ago* Menus.cpp: hide Language item if only one language is used.
Jürgen Spitzmüller [Thu, 25 Feb 2010 12:46:16 +0000 (12:46 +0000)]
* Menus.cpp: hide Language item if only one language is used.

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

14 years agoavoid crash when there is no buffer (bug #6548)
Jean-Marc Lasgouttes [Thu, 25 Feb 2010 11:36:31 +0000 (11:36 +0000)]
avoid crash when there is no buffer (bug #6548)

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