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
Uwe Stöhr
b920bcd5a5
- InsetTabular.cpp: partly reverting r28441, because I was wrong: it is totally valid to have several rows to be the header and also several rows can have a caption, my own EmebeddedObjects manual has examples for this - stupid me!
...
Bug 5752 is nevertheless still fixed.
- status.16x: add entry
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28443 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-11 03:21:12 +00:00
Uwe Stöhr
0360ab7ff0
GuiTabular, InsetTabular: fix http://bugzilla.lyx.org/show_bug.cgi?id=5752
...
also for branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28441 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-11 01:31:17 +00:00
Vincent van Ravesteijn
8dac774bd5
branch: Fix bug 5753: http://bugzilla.lyx.org/show_bug.cgi?id=5753 .
...
Crash when setting caption on a row with a multicolumn.
If there is already a multicolumn on the row, the number of cells is different from column_info.size().
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28436 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-10 17:52:52 +00:00
Vincent van Ravesteijn
3b70e49fd1
branch: Fix bug 5711: http://bugzilla.lyx.org/show_bug.cgi?id=5711 .
...
Add button in Citation dialog grayed out when key matches the start of an already selected key.
One parameter of match() was forgotten, so the MatchFlags? were basically ignored, i.e. the standard flags were used always.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28435 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-10 17:47:56 +00:00
Vincent van Ravesteijn
396000e56f
branch: Fix bug 5766: http://bugzilla.lyx.org/show_bug.cgi?id=5766 .
...
Crash when selecting a row and doing "Delete column" in a table with multicolumns.
The check "column + 1 < column_info.size()" checks whether there is at least one column after this one. However, this check is no longer valid if we remove the column from column_info first.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28434 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-10 17:44:10 +00:00
Pavel Sanda
25ac6ec204
Backport fix for 5082
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28433 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-10 16:31:17 +00:00
Jürgen Spitzmüller
da5c1995b1
* TocWidget.cpp:
...
- improve performance with Outliner open with Qt >= 4.3 by using native methods instead of home-brewn code.
This should especially pay off on the Mac, if the Outliner shows as a drawer (bug 4443).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28431 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-10 08:24:55 +00:00
Uwe Stöhr
0c7423a383
- Japanese UserGuide.lyx: updates from Koji
...
- status.16x: fix typos
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28430 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-10 03:58:56 +00:00
Jürgen Spitzmüller
c7831a2ff7
es.po: correctly merge against branch.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28417 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-09 18:46:15 +00:00
Jürgen Spitzmüller
eb05bb935a
* es.po: again broken by the update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28416 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-09 18:35:02 +00:00
Vincent van Ravesteijn
ea02d9aac2
branch: Fix bug 5750: http://bugzilla.lyx.org/show_bug.cgi?id=5750 .
...
Wrong width display of multicolumn cells.
When changing a custom width cell into a multicolumn, the isFixedWidth bool should be set to false. Now, the function setFixedWidth could only set isFixedWidth to true when needed.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28415 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-09 18:12:39 +00:00
Vincent van Ravesteijn
e3eb569ba6
* status.16x update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28414 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-09 18:06:45 +00:00
Vincent van Ravesteijn
cd81bb016e
branch: Fix bug 5764: http://bugzilla.lyx.org/show_bug.cgi?id=5764 .
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28413 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-09 18:03:24 +00:00
Vincent van Ravesteijn
af485b4896
branch: Fix bug 5604: http://bugzilla.lyx.org/show_bug.cgi?id=5604 .
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28412 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-09 17:56:52 +00:00
Vincent van Ravesteijn
ade35c0625
branch: Prevent assertion when closing LyX with GuiTabular open.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28411 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-09 17:47:43 +00:00
Pavel Sanda
8be06af03e
Backport 5767 bugfix.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28410 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-09 11:41:31 +00:00
Pavel Sanda
8d4b75e979
* cs.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28409 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-09 11:23:45 +00:00
Uwe Stöhr
4d264ceef6
installer: register the LyX 1.6 file format (*.lyx16)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28403 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-08 19:08:29 +00:00
Uwe Stöhr
9bc9321369
- Math.lyx, es.po: translation updates by Ignacio
...
- Braille.lyx: new Spanish translation by Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28401 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-08 18:56:27 +00:00
Vincent van Ravesteijn
f58b2efff9
branch: Fix bug 5573: http://bugzilla.lyx.org/show_bug.cgi?id=5573 .
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28398 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-08 13:08:12 +00:00
Vincent van Ravesteijn
52e48c0747
* status.16x update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28395 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-08 11:34:01 +00:00
Jürgen Spitzmüller
fa9b8ebfce
* po/uk.po: update from Yuri.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28393 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-08 09:36:12 +00:00
Jürgen Spitzmüller
22a96e6bb2
* po/*.po: remerge (one new string).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28391 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-08 09:23:52 +00:00
Vincent van Ravesteijn
2a2cb7fc33
branch: Add *.lyx16 to the file-open dialog file filter.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28386 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-07 17:27:01 +00:00
Jürgen Spitzmüller
1bbcc544ae
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28384 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-07 12:29:26 +00:00
Jürgen Spitzmüller
531bb4e207
Bug 5562: Fix command line output of subfigure insets by introducing new OutputParams and LaTeXFeatures members that tell the insets whether they are in a (sub)float.
...
Later, this can be replaces by a backpointer approach, as proposed at bugzilla (note that there are already similar cases such as InComment or InTableCell, so a backpointer approach would need to adapt the OutputParams methos anyway).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28383 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-07 12:28:04 +00:00
Uwe Stöhr
5523ce5e11
unicodesymbols: add PROPORTIONAL TO for branch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28381 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-06 21:31:10 +00:00
Uwe Stöhr
726d88c906
installer: update and a bugfix
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28376 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-06 16:34:46 +00:00
Jürgen Spitzmüller
0d85915021
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28375 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-06 15:30:56 +00:00
Jürgen Spitzmüller
857d3522ba
* unicodesymbols:
...
- Fix the output of some Greek characters (rest of bug 5239).
Patch by Günter Milde.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28373 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-06 15:15:44 +00:00
Uwe Stöhr
98f2ace790
installer: prepare for LyX 1.6.2
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28370 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-05 23:08:32 +00:00
Uwe Stöhr
1c1b3cec42
Math.lyx: update the description of the \***op integral commands
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28360 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-05 02:22:22 +00:00
Jürgen Spitzmüller
5d78920cff
* status.16x: a bit reordering.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28353 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-04 18:01:34 +00:00
Uwe Stöhr
99455af646
status.16x: mention two more crash bug fixes from Vincent from yesterday (feel free to improve the descriptions)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28349 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-04 15:26:48 +00:00