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
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
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
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
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
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
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
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
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
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
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
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
Jean-Marc Lasgouttes
2bf11a0fb5
Text::read: when reading a text inset with 0 paragraphs in it, create a dummy paragraph to avoid a crash (bug 4859)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28348 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-04 14:58:34 +00:00
Jürgen Spitzmüller
84e9ad449e
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28338 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-03 16:33:34 +00:00
Pavel Sanda
38b6f52132
Backport
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28328 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-02 22:28:23 +00:00
Jean-Marc Lasgouttes
adcd1407ad
forgot that
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28325 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-02 17:24:22 +00:00
Jürgen Spitzmüller
ac6a4dbefd
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28322 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-02 13:42:11 +00:00
Pavel Sanda
2aad3a89c1
Backport
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28277 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-25 12:26:50 +00:00
Jürgen Spitzmüller
dc322b5a0a
* status.16x: some more explantions on bug 5713, as suggested by Pavel.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28275 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-25 11:21:39 +00:00
Jürgen Spitzmüller
7805e16ef6
* lyx2lyx/lyx_1_6.py:
...
- (convert_latexcommand_index): do not stop if a print_index inset is found,
but just skip this inset and proceed. There may be index insets after this (bug 5713).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28274 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-25 10:59:52 +00:00
Jürgen Spitzmüller
ded7151f8c
* GuiViewSource.cpp:
...
- enable widget in read-only mode.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28271 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-24 12:40:15 +00:00
Pavel Sanda
34c48bc081
Missing parts of the patch.
...
Sorry for this mess, my terminals baffled me :)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28265 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-21 20:19:34 +00:00
Uwe Stöhr
158f1b7c0e
es.po: updates by Ignacio
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28258 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-21 00:51:20 +00:00
Pavel Sanda
19839d8c82
Backport
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28257 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-20 14:51:18 +00:00
Pavel Sanda
a13b78cf3c
Fix http://bugzilla.lyx.org/show_bug.cgi?id=5697 .
...
Backport trunk fix http://www.lyx.org/trac/changeset/27780 for
bug http://bugzilla.lyx.org/show_bug.cgi?id=5389 .
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28255 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-20 13:50:04 +00:00
Uwe Stöhr
51398efb5c
status.16x: reformat
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28222 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-17 18:20:39 +00:00
Uwe Stöhr
767c87fe5a
Tutorial.lyx: - document the new "copy as reference" feature
...
- update the microtypography
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28221 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-17 18:16:16 +00:00
Vincent van Ravesteijn
d3c50d66ed
* status.16x update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28209 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-17 13:59:46 +00:00
Jürgen Spitzmüller
8601b6ed13
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28200 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-17 08:07:35 +00:00
Uwe Stöhr
9158749b08
InsetHyperlink.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id=5686 for branch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28196 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-17 05:29:58 +00:00
Jürgen Spitzmüller
d44dc8f129
* environment.cpp:
...
- correct return value of setenv.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28183 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-16 14:46:35 +00:00
Pavel Sanda
8bc907d5ad
Backport
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28180 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-15 22:52:18 +00:00
Jürgen Spitzmüller
e1240b8e0e
* configure.ac:
...
- use ISO format for LYX_DATE
* GuiAbout.cpp:
- make release date translatable.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28174 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-15 14:01:37 +00:00
Jürgen Spitzmüller
f46769c7ec
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28159 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-14 14:47:00 +00:00
Jean-Marc Lasgouttes
edc623003e
forgot to commit
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28158 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-14 14:43:05 +00:00