Pavel Sanda
2dfa8c4833
* xypic.lyx - update from Peter Gumm
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28598 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-25 01:43:15 +00:00
Pavel Sanda
c124ffe226
* cs.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28595 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-25 00:06:02 +00:00
Vincent van Ravesteijn
2f695eb436
branch: Fix bug 5797: http://bugzilla.lyx.org/show_bug.cgi?id=5797 .
...
GetStatus of an InsetCollapsable asserts for unhandled commands.
When you add a command to the context menu of an InsetCollapsable of which the getStatus method does not handle this command, an assertion will be raised. This happens when getStatus doesn't handle a command it is forwarded to text::getStatus which asserts because cur.text() is the text the inset is in, while this is the text of the inset. So, we only dispatch to text_ if the cursor is inside the text_. This is not the case for e.g. context menus.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28591 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-24 08:47:20 +00:00
Vincent van Ravesteijn
7399607f0e
* status.16x update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28590 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-23 21:44:58 +00:00
Vincent van Ravesteijn
c17f118c9c
Fix bug 4346: http://bugzilla.lyx.org/show_bug.cgi?id=4346 .
...
Synchronizing insets asserts with two views open
It changes the autoOpen_ member of InsetCollapsable into a map, such that an autoOpen value can be specified for each bufferView. Now, the assertion is avoided and insetCollapsable can be open in one bufferview and be closed in the other in very special cases that the cursor end up in a closed inset.
Compare with the MathMacro::editing_ member.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28587 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-23 18:44:43 +00:00
Pavel Sanda
5c00c90a1f
* README.localization
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28585 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-23 16:36:17 +00:00
Uwe Stöhr
0ad9c92ef3
EmbeddedObjects.lyx: update manual according to http://bugzilla.lyx.org/show_bug.cgi?id=5798
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28583 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-22 22:26:57 +00:00
Uwe Stöhr
9e28198d7b
fr.po: correction by Jean-Pierre
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28572 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-21 13:24:18 +00:00
Jürgen Spitzmüller
d0d0ce8a8b
* status.16x: add bug number.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28571 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-21 10:29:52 +00:00
Vincent van Ravesteijn
a9e9e03ce9
branch: Fix a crash when removing the label of an included Program Listing.
...
See also:
http://www.lyx.org/trac/changeset/28563
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28570 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-20 19:36:19 +00:00
Jürgen Spitzmüller
c0714cb5be
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28569 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-20 09:48:11 +00:00
Jürgen Spitzmüller
6dc0daf570
* tex2lyx/preamble.cpp:
...
- fix thinko that caused tex2lyx to silently drop custom preamble entries in non-LyX-generated tex files.
(bug 5788). Patch from Jean-Marc.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28568 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-20 09:46:31 +00:00
Vincent van Ravesteijn
97f2db1754
branch: Fix bug 5785: http://bugzilla.lyx.org/show_bug.cgi?id=5785 .
...
Reference dialog update crash for read-only documents.
Comments:
* -1 is a valid return of bufferCO->currentIndex() so we need to test for it.
* set the correct enabling of the button in case no call to updateContents follows.
* remove unneeded call to setFocusProxy. The widget is either disabled or the focus proxy is set in updateRefs.
See also:
http://www.lyx.org/trac/changeset/28547
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28565 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-19 21:49:37 +00:00
Jürgen Spitzmüller
3904d47391
some release preparations.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28558 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-19 14:16:19 +00:00
Vincent van Ravesteijn
32c16755f3
branch: Fix a crash on exit when the child documents are already unloaded (r28492).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28550 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-19 00:07:53 +00:00
Uwe Stöhr
d28b9204b7
it.po: reset the translator
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28549 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-18 23:51:59 +00:00
Uwe Stöhr
642884b25b
it.po, hu.po: translate a string
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28548 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-18 23:48:29 +00:00
Jürgen Spitzmüller
e071e1dce7
Oops ... correct file this time.
...
* pl.po: the file produced fatal errors on msgmerge due to duplicated messages. I have removed the duplicates and remerged this file.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28545 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-18 22:06:23 +00:00
Jürgen Spitzmüller
50d02d419a
* pt.po: the file produced fatal errors on msgmerge due to duplicated messages. I have removed the duplicates and remerged this file.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28543 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-18 22:02:56 +00:00
Uwe Stöhr
7c51a9193b
status.16x: update translation status
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28542 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-18 21:20:15 +00:00
Uwe Stöhr
aa59e4fae9
pl.po: translation updates from Michał Fita
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28540 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-18 21:14:27 +00:00
Pavel Sanda
789202c76c
* cs.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28539 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-18 08:58:38 +00:00
Uwe Stöhr
9656eb1960
EmbeddedObjects.lyx: update the description of Edit externally
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28536 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-18 01:03:27 +00:00
Uwe Stöhr
5a9ffe427c
fr.po: translate a string
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28534 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-18 00:52:28 +00:00
Jürgen Spitzmüller
d07f01354f
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28528 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-17 15:19:32 +00:00
Jürgen Spitzmüller
cd497efe68
Fix bug 5699 (crash when using outliner in child document while the master is not opened).
...
The problem was that, if the master is not opened, no respective guiDelegate exists, and the functions that update the toc do not trigger. The fix is to update the child's toc backend and toc items directly in such cases.
All credits (for both detecting and fixing the problem) go to Vincent, who is going to submit the (slightly different) fix to trunk.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28527 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-17 15:18:47 +00:00
Uwe Stöhr
4da8e36ef4
Spanish EmbeddedObjects.lyx: update from Ignacio
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28525 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-17 01:13:09 +00:00
Uwe Stöhr
eb2c88596f
xypic.lyx: - update layout of this file to the one of the other doc files
...
- cleanup of the preamble
- a layout fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28522 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-17 00:47:29 +00:00
Uwe Stöhr
3ab04ae707
Math.lyx: final cleanups for the new \hspace in formulas feature
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28520 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-17 00:44:33 +00:00
Pavel Sanda
7f29fcb581
forgot status
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28519 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-16 23:54:10 +00:00
Pavel Sanda
f60892dac7
Backport
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28518 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-16 23:43:56 +00:00
Uwe Stöhr
06feb5f873
Japanese Tutorial.lyx: update by Koji
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28516 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-16 23:40:09 +00:00
Uwe Stöhr
33534a8275
ja.po: update from Koji
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28514 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-16 23:38:56 +00:00
Jürgen Spitzmüller
acab294b87
cosmetics/file encoding.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28508 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-16 08:19:40 +00:00
Uwe Stöhr
c60b90cd15
- Math.lyx: remove unneeded ERT
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28507 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-16 03:08:37 +00:00
Uwe Stöhr
13d6f8a0f7
InsetTabular.cpp: fix part of http://bugzilla.lyx.org/show_bug.cgi?id=5777 for branch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28505 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-15 17:33:49 +00:00
Uwe Stöhr
7152896e5c
Installer: update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28504 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-15 16:51:56 +00:00
Uwe Stöhr
bd881cfea6
elsarticle.lyx: remove the trouble-making frontmatter environment
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28503 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-15 16:46:05 +00:00
Jürgen Spitzmüller
934891187f
* Buffer.cpp:
...
- avoid wrong console message while loading a child from a master
that lead me on the wrong track when debugging bug 5699.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28490 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-14 14:00:06 +00:00
Jürgen Spitzmüller
e04941cc26
* Buffer.h: cosmetics.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28488 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-14 13:50:02 +00:00
Uwe Stöhr
8e7a39d054
EmbeddedObjects.lyx: a small longtable fix
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28487 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-13 23:51:34 +00:00
Uwe Stöhr
bfa5b4bb49
InsetTabular.cpp: I removed this code accidentally in r28473 - this would have been a regression, therefore readding it.
...
(Sorry for all my mistakes in committing the last days.)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28484 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-13 23:45:45 +00:00
Uwe Stöhr
c8c09afef9
EmbeddedObjects.lyx: update the description of longtables and captions
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28476 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-13 03:19:11 +00:00
Uwe Stöhr
ca42256a10
InsetTabular.cpp: I was over eager in r28443: there can only be one caption, but several header/footer rows
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28475 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-13 03:17:05 +00:00
Uwe Stöhr
1248178b79
InsetTabular.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id=5772 and http://bugzilla.lyx.org/show_bug.cgi?id=5773 for branch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28473 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-13 00:30:38 +00:00
Uwe Stöhr
adb736c526
Intro.lyx: fix typo spotted by a user and an update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28470 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-12 23:53:16 +00:00
Uwe Stöhr
cef6a0f0cf
Intro.lyx: fix 2 typos spotted by a user
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28458 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-12 01:19:52 +00:00
Jean-Marc Lasgouttes
66ae46b359
compilation fix on openbsd (bug 5650)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28449 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-11 17:15:16 +00:00
Jean-Marc Lasgouttes
11f11038ab
forgot this
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28447 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-11 14:46:08 +00:00
Jean-Marc Lasgouttes
6278f205e6
when painting a row, do not try to read the x data from insets that are not in the coordcache (bug 5666)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28446 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-11 14:44:35 +00:00