Vincent van Ravesteijn
d8c3c6519d
branch: Fix bug 5695: Default button must be "OK"
...
http://bugzilla.lyx.org/show_bug.cgi?id=5695
Fix for GuiHyperlink and GuiInclude.
see:
http://www.lyx.org/trac/changeset/28726
http://www.lyx.org/trac/changeset/28784
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28804 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-15 17:05:11 +00:00
Uwe Stöhr
5c9e3284e9
preamble.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id=5846 for branch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28801 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-15 16:44:07 +00:00
Enrico Forestieri
64aa11b124
Fix bug 5802 ( http://bugzilla.lyx.org/show_bug.cgi?id=5802 )
...
Japanese char between math insets becomes wrong in TeX output
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28797 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-15 14:08:09 +00:00
Vincent van Ravesteijn
0f93daf6a3
branch: UI Command Buffer improvements.
...
* the history is stored in the session file and restored in the next LyX session,
* the lists now disappear when the mouse is released in stead of pressed,
* correct enabling/disabling of the up/down button,
* hide the lists when clicked outside the list. Now using the function event() and check for a mouseButtonPressEvent instead of using mouseReleaseEvent(). The latter is only called when the mouse button is released inside the widget, but we want to use this event to detect a mouseclick outside the list.
see:
http://www.lyx.org/trac/changeset/28250
http://www.lyx.org/trac/changeset/28794
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28796 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-15 13:31:37 +00:00
Jürgen Spitzmüller
bb2a811816
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28795 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-15 13:20:32 +00:00
Vincent van Ravesteijn
936e0af90e
* status.16x: update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28786 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 20:46:12 +00:00
Vincent van Ravesteijn
3f6dae8123
branch: Fix bug 5769: http://bugzilla.lyx.org/show_bug.cgi?id=5769 .
...
Copy content vanishes on Quit.
The work-around to clear the clipboard was needed to work around bug 4846. This bug has been resolved by the fix for bug 5472, so the work-around isn't needed anymore.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28783 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 18:32:31 +00:00
Vincent van Ravesteijn
5bbf48b743
branch: Fix bug 5799. Warning when opening the document settings and preferences dialogs: http://bugzilla.lyx.org/show_bug.cgi?id=5799 .
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28782 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 18:24:09 +00:00
Vincent van Ravesteijn
9a912afd42
branch: Fix bug 5357: Close tab possible without close tab icon
...
http://bugzilla.lyx.org/show_bug.cgi?id=5357
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28781 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 17:56:26 +00:00
Vincent van Ravesteijn
e007ee91da
branch: Fix bug 5088: Incorrect cursor movement
...
http://bugzilla.lyx.org/show_bug.cgi?id=5088
After executing DEPM to remove a double space, the position of the cursor was only 'fixed' if the cursor remained in the same par. This patch corrects this
to fix the position of the cursor also when the cursor is in a nested inset which is in the same par. This is needed because otherwise the cursor would not
point to the inset but one pos after it.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28780 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 17:41:19 +00:00
Vincent van Ravesteijn
73db05c0bb
branch: Fix bug 1802: http://bugzilla.lyx.org/show_bug.cgi?id=1802 .
...
* allows the selection of a whole cell with shift+key
* shift-movement between empty cells with a single keystroke
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28779 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 17:31:11 +00:00
Jürgen Spitzmüller
d056614c3b
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28775 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 15:00:04 +00:00
Jürgen Spitzmüller
cc55eca74a
back to work.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28773 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 14:20:37 +00:00
Vincent van Ravesteijn
9ad1428486
Fix an infinite loop with Qt4.5 when creating two unnamed files.
...
In Qt4.5, QFileInfo::operator==() always returns true when comparing two non-existing files. Therefore, an extra check is needed.
see
http://www.lyx.org/trac/changeset/28748
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28768 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 10:47:29 +00:00
Vincent van Ravesteijn
7238dc91e8
branch: change the use of QString::indexOf(RegExp) into RegExp::indexIn(QString) to avoid crashes and infinite loops with Qt4.5.
...
See:
http://www.lyx.org/trac/changeset/28746
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28767 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 10:39:27 +00:00
Jürgen Spitzmüller
f86581d59d
updates.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28765 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-13 13:14:24 +00:00
Richard Heck
e6443c25a6
Put that in the right place. Fix a typo.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28763 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-13 12:19:39 +00:00
Richard Heck
8faf385ac8
Fix import of empty index insets.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28761 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-13 12:17:21 +00:00
Jürgen Spitzmüller
00795a665b
updates.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28760 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-13 12:13:05 +00:00
Jürgen Spitzmüller
ec43e0e071
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28714 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-07 16:37:43 +00:00
Jürgen Spitzmüller
6fc2eff9ab
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28710 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-07 11:41:10 +00:00
Uwe Stöhr
b9f8b0ecc5
new Spanish translation of the linguistics.lyx file
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28705 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-06 22:50:50 +00:00
Uwe Stöhr
4e4195b2cd
new Ukrainian translation of the splash.lyx file from Yuri
...
(Can a Make user please check if the splash file correctly appears when you start LyX with Ukrainian menu names?
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28690 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-03 22:44:34 +00:00
Uwe Stöhr
4e7a66ded7
Tutorial.lyx, Spanish UserGuide.lyx: updates and bugfixes by Ignacio
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28688 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-03 22:25:21 +00:00
Jürgen Spitzmüller
dbee2e9774
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28671 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-02 10:14:26 +00:00
Jürgen Spitzmüller
90a8fc9f79
* status.16x: tweaks.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28655 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-01 17:13:16 +00:00
Jürgen Spitzmüller
947f2f4440
* German translation of the Linguistics manual.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28649 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-01 14:57:11 +00:00
Vincent van Ravesteijn
d39be32421
branch: Fix bug 5762: http://bugzilla.lyx.org/show_bug.cgi?id=5762 .
...
[visual cursor] Crash when moving left in table in an RTL document
Avoid negative positions.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28637 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-27 22:59:54 +00:00
Jürgen Spitzmüller
064b2ff648
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28635 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-27 16:41:48 +00:00
Vincent van Ravesteijn
10dfb843e5
branch: Fix bug 5806: http://bugzilla.lyx.org/show_bug.cgi?id=5806 .
...
Branch names with spaces impossible
Read the whole line to catch the whole branch name.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28623 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-26 19:43:01 +00:00
Vincent van Ravesteijn
33228fba67
branch: Fix bug 5744: http://bugzilla.lyx.org/show_bug.cgi?id=5744 .
...
Crash with completion in mathed.
When deleting an inset, the stored DocIterator might contain a reference to a non-existent Inset and Text. Therefore, if we detect that the depth has changed, we are (for sure) not in the same paragraph, but we should make sure not to ask for the innerParagraph.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28608 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-25 21:08:46 +00:00
Enrico Forestieri
ac85e637eb
Update status.16x
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28607 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-25 12:25:49 +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
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
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
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
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
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
Jürgen Spitzmüller
d72c575b1f
* GuiBox.cpp:
...
- remove the useless "none" special length from the combo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28157 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-14 14:40:36 +00:00
Pavel Sanda
0d8ca0d309
Backport LFUN_VC_COMMAND
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28151 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-14 10:41:20 +00:00
Jürgen Spitzmüller
7c78f0e483
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28148 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-14 10:23:06 +00:00
Jürgen Spitzmüller
f87a202246
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28144 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-14 09:31:47 +00:00
Uwe Stöhr
8e119e1cd0
fr.po: updates by Jean-Pierre
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28140 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-14 00:41:35 +00:00
Richard Heck
f0fc5bf51b
status.16x for previous commit.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28136 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-13 15:27:11 +00:00
Uwe Stöhr
7b5906e983
languages: fix http://bugzilla.lyx.org/show_bug.cgi?id=4736 hopefully now really, also for branch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28130 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-12 23:42:22 +00:00
Abdelrazak Younes
d84da4c674
Fix numbering in arabic document.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28125 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-12 14:18:59 +00:00
Jürgen Spitzmüller
ff3dffcdd0
* he.po:
...
- fix for numbering symbol direction (patch from Guy Rutenberg)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28124 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-12 13:34:53 +00:00
Jürgen Spitzmüller
192c4fbb17
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28116 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-12 08:06:06 +00:00
Uwe Stöhr
005e49c5da
Math.lyx: document the new \hspace support in formulas
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28110 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-12 02:32:30 +00:00
Bo Peng
fd2a1fc368
Fix a LaTeX export error that prevents the inclusion of two program listings that differ only by file extension (bug 5681).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28101 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-11 19:53:48 +00:00
Jürgen Spitzmüller
e20b555f07
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28099 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-11 18:39:48 +00:00
Uwe Stöhr
a1ad578b10
stdletter.inc, letter.lyx: fix http://bugzilla.lyx.org/show_bug.cgi?id=5684
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28097 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-11 15:41:50 +00:00
Uwe Stöhr
1d97697101
revtex4.layout: fix http://bugzilla.lyx.org/show_bug.cgi?id=4625
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28094 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-11 14:53:29 +00:00
Enrico Forestieri
67bda0c384
Fix layout of the View Source window when using Qt 4.2.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28092 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-11 12:13:54 +00:00
Jürgen Spitzmüller
041e436f20
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28090 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-11 09:14:57 +00:00
Jürgen Spitzmüller
a0e0bf39e2
* status.16x: document rev. 28080
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28087 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-11 08:49:33 +00:00
Jürgen Spitzmüller
07221b882b
* LaTeXFeatures.cpp:
...
* InsetSpecialChar.cpp:
- make the menu separator direction aware (in LaTeX output), bug 3560.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28086 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-11 08:37:11 +00:00
Uwe Stöhr
35f62dd18b
Braille.lyx: new German translation of the Braille manual
...
de.po: fix a typo for Braille
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28077 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-10 20:09:26 +00:00
Uwe Stöhr
154a9447c9
German UserGuide.lyx, Extended.lyx, multicol.lyx: updates by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28074 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-10 17:37:37 +00:00
Uwe Stöhr
8a6bc5c407
Braille.lyx: updates and fixing a wrong menu name
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28066 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-10 16:25:09 +00:00
Uwe Stöhr
3b7a5f26c4
\hspace support in math also for branch, fixes http://bugzilla.lyx.org/show_bug.cgi?id=2558
...
(Documentation follows later.)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28064 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-10 15:54:18 +00:00
Enrico Forestieri
c9b7803f6e
Fix bug 5665
...
http://bugzilla.lyx.org/show_bug.cgi?id=5665
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28061 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-10 14:28:10 +00:00
Jürgen Spitzmüller
b2231cba9a
* biblioExample.bib:
...
- do not use exotic macros (this broke compilation of the modernCV example).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28060 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-10 09:59:09 +00:00
Pavel Sanda
cabf255de2
* tr.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28051 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-09 08:10:26 +00:00
Pavel Sanda
d05f65c91a
one minute late
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28049 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-09 07:47:37 +00:00
Jürgen Spitzmüller
b091d6911d
* GuiView.cpp (insertPlaintextFile):
...
- set a proper file filter in the file dialog.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28046 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-09 07:40:21 +00:00
Pavel Sanda
6f1c72bdc6
Backport 5648
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28044 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-09 07:33:51 +00:00
Uwe Stöhr
a7ddbf7a18
UserGuide.lyx, Math.lyx: some fixes spotted by Ignacio
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28031 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-08 02:00:38 +00:00
Jürgen Spitzmüller
765adf1dd0
* Buffer.cpp:
...
- do not set master_file as master buffer if the document s no real child (bug 5653).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28021 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-07 07:58:16 +00:00
Uwe Stöhr
34b324dfd1
new layout and example file to typeset recipes also for branch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28016 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-07 01:54:21 +00:00
Uwe Stöhr
401b5a6134
new layout and template for ACM SIGGRAPH conferences and publications also for branch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28013 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-07 01:44:33 +00:00
Uwe Stöhr
68595a74c0
UserGuide.lyx: - removed doubled sentence
...
- German updates by Hartmut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28012 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-06 20:06:22 +00:00
Uwe Stöhr
a0870eb586
status.16x: typo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28007 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-06 03:31:59 +00:00
Uwe Stöhr
c0c1124bce
Customization.lyx: - new Spanish translation by Ignacio
...
- many typos fixed
- corrected some folder names
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28004 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-06 03:17:05 +00:00
Uwe Stöhr
107e92b97e
Math.lyx: - Spanish updates by Ignacio
...
- fix table entries for the macro toolbar
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28003 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-06 02:29:51 +00:00
Jürgen Spitzmüller
a3f15b6c23
* status.16x: reorder (by severity).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27999 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-05 15:41:28 +00:00
Vincent van Ravesteijn
116cbb49bc
* status.16x update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27998 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-05 15:11:59 +00:00
Jürgen Spitzmüller
417178a7be
* siamltex.layout:
...
- do not load amsthm package (the class defines its own theorems)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27994 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-05 12:03:35 +00:00
Enrico Forestieri
ec005e4b13
Update it.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27958 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-23 02:22:16 +00:00
Pavel Sanda
b4158ece85
Add status.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27952 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-22 10:55:57 +00:00
Jürgen Spitzmüller
07ad6b8d9d
* GuiPrefs.cpp (apply):
...
- unbind existing shortcuts before binding new ones (bug 5444).
Patch submitted and tested by Bennett.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27949 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-22 10:47:50 +00:00
Jürgen Spitzmüller
74e1ca54c4
* Text3.cpp:
...
- enable LFUN_INSET_DISSOLVE for insets at cursor (bug 4985).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27946 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-22 10:03:49 +00:00
Uwe Stöhr
690765c8a7
EmbeddedObjects.lyx: include Pavel's changes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27943 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-21 11:23:31 +00:00
Pavel Sanda
674e9fa168
* cs.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27935 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-20 11:04:52 +00:00
Pavel Sanda
7ca73f03ef
Backport for 5628.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27934 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-20 10:14:48 +00:00
Jürgen Spitzmüller
5150d30d98
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27926 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-19 10:22:27 +00:00
Jürgen Spitzmüller
16261dc766
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27919 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-19 09:35:59 +00:00
Pavel Sanda
f9fe70809b
Branch: add Dia support.
...
(CT used for lib/doc/EmbeddedObjects.lyx)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27914 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-17 15:47:04 +00:00
Richard Heck
6ac9450d5e
Update status.16x for my earlier commit.
...
One day I might remember to do this.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27904 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-16 18:18:17 +00:00
Jürgen Spitzmüller
b2ee876447
Let InsetWrap find its InsetLayout.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27896 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-16 15:36:27 +00:00
Jürgen Spitzmüller
e836235dcb
* BufferView.cpp:
...
- record undo for LFUN_NEXT_INSET_MODIFY.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27890 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-16 09:03:47 +00:00
Jürgen Spitzmüller
97675f03a0
* LyXAction.cpp:
...
- LFUN_NEXT_INSET_MODIFY: ReadOnly -> Noop.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27889 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-16 07:45:46 +00:00
Jean-Marc Lasgouttes
03ebfe5a14
better output for "-dbg action"
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27886 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-15 16:38:18 +00:00
Jean-Marc Lasgouttes
4d82d73233
* TextMetrics.cpp (rowHeight): do not compute inset dimensions unless
...
they are in the row -- major spedup (bug 4443).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27884 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-15 15:44:27 +00:00
Richard Heck
e7f1f2be82
Status for previous commit.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27883 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-15 15:10:41 +00:00
Jürgen Spitzmüller
39f64ec07d
* development/lyx.spec.in:
...
- remove problematic Icon tag (which was only for RPM managers)
- general update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27880 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-15 11:12:59 +00:00
Jürgen Spitzmüller
80fbf2a938
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27877 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-15 09:49:54 +00:00
Jürgen Spitzmüller
52c68c9b0b
back to SVN.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27866 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-13 12:50:09 +00:00
Jean-Marc Lasgouttes
56099b0d89
make help-open search in examples too
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27860 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-12 15:56:39 +00:00
Jürgen Spitzmüller
df29ca02d5
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27857 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-12 13:35:52 +00:00
Jürgen Spitzmüller
c1e26c5039
* po/ro.po: update from Marius.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27851 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-12 10:09:43 +00:00
Uwe Stöhr
2090276bc8
status.16x: update and a typo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27848 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-11 12:07:12 +00:00
Jürgen Spitzmüller
86e9f426ce
* elsarticle.layout:
...
- elsarticle.cls loads natbib internally
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27845 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-11 09:49:46 +00:00
Jürgen Spitzmüller
201cfa6052
* LyXFunc.cpp: prevent potential assertion.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27843 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-11 09:26:41 +00:00
Jürgen Spitzmüller
f38e04975c
fr.po: update from Jean-Pierre.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27840 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-10 21:48:17 +00:00
Jürgen Spitzmüller
3f7b191c65
* Paragraph.cpp: embrace ']' (fix bug 5610)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27839 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-10 19:53:39 +00:00
Peter Kümmel
3eac0ae889
update status file
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27830 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-09 20:17:01 +00:00
Jürgen Spitzmüller
c4cb9978be
some preparations for 1.6.1
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27825 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-09 16:41:23 +00:00
Jürgen Spitzmüller
5397e55768
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27823 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-09 09:52:45 +00:00
Uwe Stöhr
fa4495169f
EmbeddedObjects.lyx: two more infos about longtables
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27819 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-09 00:21:32 +00:00
Uwe Stöhr
423c1c9435
status.16x: entry for the last change
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27808 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-07 19:40:15 +00:00
Uwe Stöhr
eb91caf7b9
documentation: prepare for the math macro chapter part 1
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27792 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-07 14:21:09 +00:00
Jürgen Spitzmüller
709186f727
* LyXFunc.cpp (reload):
...
- do not release buffer, but simply re-read Document (fix bug 5389).
Patch reviewed by Abdel.
Alas, this doesn't work in trunk (triggers another crash). I suspect this is due to the updateLabels change.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27780 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-06 14:07:53 +00:00
Jürgen Spitzmüller
88a872758d
* unicodesymbols:
...
- some fixes by G. Milde (bug 5456)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27778 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-05 18:29:17 +00:00
Jürgen Spitzmüller
ead28b2f61
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27776 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-05 15:55:35 +00:00
Jürgen Spitzmüller
b75dc1a800
* GuiToolbar.cpp (set):
...
- honour obsoleted styles (part of bug 2607).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27773 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-05 14:05:31 +00:00
Jürgen Spitzmüller
b3a336fbdf
* GuiSpellchecker:
...
- prevent invalid pointer access (spellchecker crash reported by Abdel).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27771 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-05 10:22:38 +00:00
Jürgen Spitzmüller
aa0c7c58b4
* Buffer.cpp (readFile):
...
- set params().compressed (bug 5589).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27769 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-04 09:14:53 +00:00
Jürgen Spitzmüller
15a1c7d443
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27763 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-02 17:02:02 +00:00
Jürgen Spitzmüller
e02be148a3
* lyx_1_6.py:
...
- fix the conversion of some more complex index insets.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27760 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-02 07:45:34 +00:00
Jürgen Spitzmüller
5ecbfa2c8d
* status.16x: add bug number.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27757 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-01 19:26:43 +00:00
Uwe Stöhr
ade39f54aa
- UserGuide.lyx: the final commit, the User's Guide should now be completely up to date for LyX 1.6.x
...
- Customization.lyx: fix two menu names
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27753 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-30 18:15:17 +00:00
Uwe Stöhr
1f245aadc2
EmbeddedObjects.lyx: describe the effect of \strut in sec. 2.12.1
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27750 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-30 15:48:48 +00:00
Vincent van Ravesteijn
5ba143503d
status.16x update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27746 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-29 18:07:05 +00:00
Uwe Stöhr
1f524b2bf3
achemso: new layout and example file for journals submitted to the American Chemical Society (ACS)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27743 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-29 14:31:06 +00:00
Jürgen Spitzmüller
f6e2942f05
* LaTeX.cpp (run):
...
- perform an additional bibtex cycle if requested
(e.g. by Biblatex)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27742 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-29 14:28:15 +00:00
Vincent van Ravesteijn
6c2388a9c9
branch: Fix bug 5472: Crash while switching to Word
...
http://bugzilla.lyx.org/show_bug.cgi?id=5472
In GuiApplication.cpp the function cfFromMime returns an invalid FORMATETC struct with uninitialized members when the mimeType is not emf or wmf.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27739 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-29 14:16:00 +00:00
Uwe Stöhr
f936464eba
Paragraph.cpp: revert r27720 because this breaks every document that uses a note or comment
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27733 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-29 00:22:09 +00:00
Uwe Stöhr
f5a7af1c45
status.16x: format fix
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27732 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-29 00:20:04 +00:00
Jean-Marc Lasgouttes
4c339de71c
when validating a paragraph, skip insets that do not produce output
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27720 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-27 08:47:25 +00:00
Jean-Marc Lasgouttes
cef8973349
Fix version number in Mac OS application bundle
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27718 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-27 08:31:00 +00:00
Enrico Forestieri
bb34a8b8a4
Fix bug 641 (Detect stale lyxpipes after crash)
...
http://bugzilla.lyx.org/show_bug.cgi?id=641
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27714 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-26 19:10:42 +00:00
Jürgen Spitzmüller
8c76955ad1
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27709 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-26 17:34:41 +00:00
Richard Heck
caebfcf96a
- Make the character style and custom inset menus quote the arguments
...
to flex-insert so that CharStyles, etc, with spaces in their names
will work properly.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27707 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-25 23:42:42 +00:00
Stephan Witt
7fa9634022
add note for r27695 commit
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27706 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-25 21:46:26 +00:00
Vincent van Ravesteijn
b54360d4b6
status.16x update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27705 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-25 16:38:21 +00:00
Richard Heck
76144c7942
Backport fix for 5539.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27702 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-25 13:37:49 +00:00
Uwe Stöhr
5df78e5a7a
installer:
...
- add missing csv.py file
- prepare for LyX 1.6.1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27699 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-25 00:09:01 +00:00
Jürgen Spitzmüller
431dff99f3
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27692 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-24 15:24:57 +00:00
Vincent van Ravesteijn
5204a42c85
branch: Some fixes for the buttons of the Document and Preferences dialog:
...
http://bugzilla.lyx.org/show_bug.cgi?id=5295
- set the bc status to INITIAL when the dialog is initialized, and
- enable the restore button in the Document dialog.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27686 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-23 15:09:22 +00:00
Jürgen Spitzmüller
961a863aec
* status.16x: document that bug 5504 is fixed.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27681 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-23 11:05:30 +00:00
Jürgen Spitzmüller
b67ec0464e
* GuiErrorList.cpp (showEvent):
...
- add missing dialog update to fix a problem reported on the users list
and here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506183
(missing package error not shown).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27680 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-23 10:57:01 +00:00
Jürgen Spitzmüller
6d9983491e
* status.16x: restore.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27678 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-23 09:38:42 +00:00
Vincent van Ravesteijn
a52a29f4ae
status.16x update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27676 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-22 20:35:38 +00:00
Jürgen Spitzmüller
78129d4511
* output_latex:cpp:
...
- fix some CJK nesting issues.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27666 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-22 16:43:06 +00:00
Jürgen Spitzmüller
69839e1ae6
* src/Language{.cpp,h}:
...
- new member internalFontEncoding() that indicates if a language
switches the font encoding internally.
* src/Paragraph.cpp (latexSpecialChar):
- don't call latexSpecialT1 if the internal font encoding isn't T1.
This fixes the output of straight quotation marks in Hebrew and Greek.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27659 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-21 14:53:47 +00:00
Pavel Sanda
edeee82274
backport
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27655 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-21 11:22:25 +00:00
Enrico Forestieri
90f2329235
Forgot this.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27621 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-18 14:05:42 +00:00
Vincent van Ravesteijn
8659b7ec0a
status.16x update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27615 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-17 19:42:46 +00:00
Pavel Sanda
ed68fff12b
* cs.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27614 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-17 19:37:20 +00:00
Jürgen Spitzmüller
6ca473de8b
* po/tr.po: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27611 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-17 16:10:41 +00:00
Pavel Sanda
0502dfcc34
backport
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27610 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-17 12:52:02 +00:00
Jean-Marc Lasgouttes
c450c436a8
implement undo grouping for command sequences (part of bug 5531)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27608 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-17 12:42:53 +00:00
Pavel Sanda
78c4dc3a1e
backport
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27597 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-16 23:25:29 +00:00
Vincent van Ravesteijn
eb3f74eeac
branch: Make sure the selection painting is updated after LFUN_UP or LFUN_DOWN. See http://thread.gmane.org/gmane.editors.lyx.devel/113428
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27581 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-16 19:54:09 +00:00
Richard Heck
fa89e4bec4
status.16x for last commit.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27510 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-15 23:07:23 +00:00
Uwe Stöhr
e1a046c07b
backport r27493: fix http://bugzilla.lyx.org/show_bug.cgi?id=4430
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27497 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-15 22:13:54 +00:00
Jean-Marc Lasgouttes
f6bc06ae93
Fix annoying but harmless message when platex is not installed
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27490 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-15 20:39:33 +00:00
Uwe Stöhr
66d80402a8
status.16x: entry for r27475
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27479 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-15 19:26:39 +00:00
Uwe Stöhr
4dee718cd0
UserGuide.lyx: make the documents compilable with the new koma-script version released yesterday and some bibliography updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27476 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-15 19:05:51 +00:00
Pavel Sanda
4c973bb8d4
backport bugfix for 5274
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27464 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-15 17:10:35 +00:00
Abdelrazak Younes
4ece71f68d
backport r27459
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27461 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-15 16:43:08 +00:00
Jürgen Spitzmüller
6de80cd8ff
* InsetMathHull (eolString):
...
- revert rev. 27412. This is more complicated.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27436 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-15 11:02:24 +00:00
Jürgen Spitzmüller
c8ecd8d24a
* InsetMathHull (eolString):
...
- Properly escape non-ASCII characters in equation labels (bug 5512).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27412 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-14 10:05:07 +00:00
Uwe Stöhr
f991b08ebd
status.16x: entry for Galician
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27410 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-13 02:05:17 +00:00
Jürgen Spitzmüller
3cc2dda65e
* InsetLabel.cpp:
...
- no duplicate check for unchanged parameters (bug 5496).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27403 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-12 18:51:36 +00:00
Jürgen Spitzmüller
156ddf75d0
* status.16x:
...
- document previous fix by Richard
Richard, please remember updating this file.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27395 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-12 09:44:44 +00:00
Jürgen Spitzmüller
c86be3e543
* lyx_1_6.py:
...
- another bug manifesting in the UG reversion: \slash and \nobreakdash can also occur
in the middle of a line.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27394 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-12 09:42:37 +00:00
José Matox
3caeb344b8
Fix configuration for docbook backend and add detection of xlstproc. (Rafael García)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27389 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-11 21:02:19 +00:00
Jürgen Spitzmüller
24fe5b08c0
* lyx_1_6.py:
...
- fix reversion of info insets.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27386 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-11 17:24:07 +00:00
Abdelrazak Younes
094b03cf45
forgot this.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27384 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-11 14:38:01 +00:00
Jürgen Spitzmüller
91c263952d
- LyX man page: Small formatting fix (from Sven Hoexter).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27374 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-10 14:31:35 +00:00
Richard Heck
9d84a728c4
Put the status thing in the wrong place....
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27370 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-10 02:06:07 +00:00
Richard Heck
2ae55e934c
Fix bug reported on user list: AMS book does have an abstract.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27369 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-10 02:00:44 +00:00
Uwe Stöhr
63518f5227
German UserGuide.lyx: update by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27366 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-09 13:27:36 +00:00
Enrico Forestieri
3fe8463ddf
Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=5467
...
(too much C++, I presume :)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27352 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-08 23:44:43 +00:00
Jürgen Spitzmüller
a175af257d
* status.16x: new file.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27345 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-08 15:15:54 +00:00