Commit Graph

1030 Commits

Author SHA1 Message Date
Stephan Witt
98ca5e2997 #6688 test for ignore_system_lyxrc was missing for RC_PERS_DICT
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36761 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-07 09:27:36 +00:00
Georg Baum
d2d0994cf9 fix bug #7088
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36719 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-04 16:55:00 +00:00
Enrico Forestieri
ca69246a27 Fix bug #7068 (Crash when pressing down arrow in an equation when there is a suggestion)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36706 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-03 21:47:23 +00:00
Vincent van Ravesteijn
64af9accff branch: Fix bug #4889: Painting problem with some insets.
-RowPainter::paintOnlyInsets is only meant to paint nested Insets, so I guess only the InsetText? based insets.
-Fix the painting of the labels of InsetCaption? insets.

see r36630, r36639 and r36640.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36679 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-03 10:23:51 +00:00
Vincent van Ravesteijn
9fd75e3702 branch: Fix bug #6709: Inserting a numbered equation to a display equation toggles the display style.
see r36674.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36678 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-03 10:19:42 +00:00
Vincent van Ravesteijn
132084b5ef branch: Fix bug #6952: Make the Apply button of the GuiCharacter? dialog buffer dependent.
see r28240.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36677 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-03 10:16:24 +00:00
Vincent van Ravesteijn
f984080b21 branch: Fix bug #6315: counters in insets that don't produce output have ghost values.
see r36603.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36671 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-03 00:47:42 +00:00
Uwe Stöhr
d17f05abbb fr.po: updates by Jean-Pierre
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36656 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-02 05:18:52 +00:00
Uwe Stöhr
be8fbe505d PDFOptions.cpp: backport fix for #7052 to branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36655 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-02 04:59:54 +00:00
Uwe Stöhr
2c95de04e6 status.16x: fix some typos
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36616 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-30 01:10:00 +00:00
Vincent van Ravesteijn
ef0be6ac18 branch: Fix bug #7007: Horizontal table alignment display broken.
see r36395, r36401 and r36402.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36590 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-29 12:56:42 +00:00
Vincent van Ravesteijn
f839b04573 branch: Fix bug #5446: Cursor gets stuck in InsetInfo.
Do not allow to put the cursor in an InsetInfo. Instead, a context menu item is added to facilitate copying of the contents.

see r33285, r34216 and r34223.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36589 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-29 12:46:40 +00:00
Uwe Stöhr
9650b8c408 InsetTabular.cpp, GuiTabular.cpp: backport #6585 to branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36573 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-29 04:48:48 +00:00
Uwe Stöhr
ca9f73e94e InsetTabular.cpp: backport #7000 to branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36572 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-29 04:33:48 +00:00
Jürgen Spitzmüller
f8e856179e * id.po: update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36546 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-28 09:40:46 +00:00
Jürgen Spitzmüller
db56ab277b * status.16x: update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36540 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-27 14:35:51 +00:00
Enrico Forestieri
867fafeaae Fix bug #7058 (Crash when invoking CAS on a multiline AMS context)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36527 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-26 22:54:32 +00:00
Enrico Forestieri
3e722cd656 Fix bug #6939 (Using math-insert to input math macros overwrites math expressions)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36526 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-26 22:12:56 +00:00
Jürgen Spitzmüller
66ebeb941b * languages: correct Norwegian Gui strings as advised by Ingar Pareliussen.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36508 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-26 16:05:13 +00:00
Vincent van Ravesteijn
41da2f90bf branch: Fix bug #7056.
see r36498.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36506 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-26 10:40:48 +00:00
Jürgen Spitzmüller
382f9ba3f9 * GuiDocument:
- Make the modules description in Document > Settings fully translatable (bug #6987).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36503 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-26 10:37:53 +00:00
Jürgen Spitzmüller
0fe2c7a9fa nn.po: backport from trunk.
status.16x: update.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36473 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-25 09:54:53 +00:00
Stephan Witt
7c8bd03075 backport of CVS support enhancements for repository check in,check out and current directory update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36459 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-24 19:12:20 +00:00
Jürgen Spitzmüller
23ebb1171d * po/nn.po: update from Ingar.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36421 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-21 10:08:11 +00:00
Jürgen Spitzmüller
6e1475e391 * lettre.layout: fix from Jean-Pierre.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36409 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-20 14:57:44 +00:00
Uwe Stöhr
a93dcdcb98 modernCV.lyx:
- change position of command \maketitle (the \AtBeginDocument call doesn't work anymore in recent version of modernCV)
- use vertical space inset instead of the "space" environment (that I once introduced in the modernCV layout when LyX was not able to handle all sorts of custom vertical spaces)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36393 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-19 01:39:13 +00:00
Uwe Stöhr
15050945e0 sr.po: backport from trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36357 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-18 00:53:36 +00:00
Jürgen Spitzmüller
6c44d8ddc5 Back to SVN.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36302 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-15 06:59:41 +00:00
Jürgen Spitzmüller
6052bcbb88 * pt.po: update from Susana.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36281 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-13 13:17:21 +00:00
Jürgen Spitzmüller
879f8c2a3d * status.16x: be more precise.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36266 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-12 15:32:30 +00:00
Jürgen Spitzmüller
4c7b507cbd * fr_beamer-conference-ornate-20min.lyx: update by Jean-Pierre.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36264 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-12 14:24:24 +00:00
Jürgen Spitzmüller
4a3ea0fef8 * status.16x: update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36262 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-12 10:54:07 +00:00
Jürgen Spitzmüller
71e5ed3555 preparations for 1.6.8.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36259 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-12 10:47:19 +00:00
Jürgen Spitzmüller
e6b4078596 * status.16x: update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36256 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-12 08:59:31 +00:00
Uwe Stöhr
8287cedc04 ja.po: updates by Koji
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36229 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-10 02:16:42 +00:00
Jürgen Spitzmüller
6afb87e0ce * hu.po: update from Alex.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36213 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-08 19:17:42 +00:00
Enrico Forestieri
b983c2c5be Fix bug #7019 (Math labels should not be escaped on saving)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36164 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-06 15:24:37 +00:00
Vincent van Ravesteijn
e8fc2aaf85 branch: Fix part of bug #5561: Issues with image pasting.
Now the path to the pasted graphics is saved as a relative path if possible.

see r36058.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36118 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-05 15:38:20 +00:00
Jürgen Spitzmüller
f472d6643b * status.16x: reorder.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36038 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-04 12:29:49 +00:00
Richard Heck
fa0f9192fc Backport fix for #7014.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36029 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-04 11:55:20 +00:00
Jürgen Spitzmüller
1a1909be8e * uk.po: Update by Yuri.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35945 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-31 13:32:48 +00:00
Jürgen Spitzmüller
9d026086c1 * status.16x: this fix deserves a higher rank.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35904 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-29 12:42:26 +00:00
Enrico Forestieri
295fb6edd7 Fix bug #6965 (Crash editing ERT in math mode)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35903 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-29 12:38:16 +00:00
Uwe Stöhr
5ecf63f748 status.16x: mention fix for bug 6992
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35877 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-28 00:00:54 +00:00
Uwe Stöhr
9420e65ea8 id.po: updates by Waluyo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35876 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-27 23:36:20 +00:00
Vincent van Ravesteijn
43ef39c2ca branch: Revert r34031: make input completion case sensitive again.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35865 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-27 08:47:58 +00:00
Vincent van Ravesteijn
7599b422c2 branch: Fix bug #5878: Cursor position not restored in hidden documents.
A hidden document does not have an associated Cursor. So, each time we create a new workArea, we should restore the cursor position.

see r35811.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35849 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-26 12:29:34 +00:00
Vincent van Ravesteijn
b13700f2e7 branch: Fix bug #6550: "Any Changes will be lost" even when there are no changes.
see r35835.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35848 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-26 12:21:38 +00:00
Jürgen Spitzmüller
8e67696f86 status.16x: revert to old heading.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35815 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-25 08:02:16 +00:00
Jürgen Spitzmüller
4e5d2fde03 * status.16x: tweaks
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35814 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-25 07:46:49 +00:00
Jürgen Spitzmüller
820c6dbd86 Fix bug 6944: crash on drag and drop multiple files.
This backport contains most of Vincents suggestions, but not his own changes in r35784.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35793 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-23 08:35:28 +00:00
Pavel Sanda
678425457d Revert support for autoconf 2.68 in branch
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg162557.html

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35777 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-22 13:59:39 +00:00
Pavel Sanda
862f8dfe4d Allow newer autoconf
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35765 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-21 23:10:02 +00:00
Vincent van Ravesteijn
bdb06eb0b6 branch: Fix bug #6963: LaTeXUi.ui: fix some accelerator clashes.
see r35751.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35755 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-21 17:33:18 +00:00
Vincent van Ravesteijn
60caac2579 branch: Fix bug #6869: Crash when unindenting empty lines in listings inset.
- Remove some duplicated code;
- Do not call par.getChar(0) when the par is empty.

see r35702.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35707 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-18 11:54:12 +00:00
Jürgen Spitzmüller
e0ca836db3 * status.16x: fix tense.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35705 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-18 11:09:23 +00:00
Vincent van Ravesteijn
bc9c7ca019 status.16x: typos.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35698 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-18 09:28:36 +00:00
Uwe Stöhr
b81aaa13bb EmbeddedObjects.lyx:
- describe how to use math in program listings
- squash some LaTeX warnings (some will remain to be compatible with older LaTeX installations)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35683 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-18 00:38:18 +00:00
Uwe Stöhr
45ab0d442e lettre: also for branch - new layout and template file to write French letters, patch from Jean-Pierre Chretien
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35659 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-16 23:56:41 +00:00
Uwe Stöhr
3ec266c521 InsetBibtex.cpp: fix #6470 also for branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35658 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-16 16:32:21 +00:00
Stephan Witt
54d5ceb43a correct enabled check for LFUN_MATH_NUMBER_TOGGLE
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35657 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-15 13:27:21 +00:00
Jürgen Spitzmüller
6361313291 * GuiDelimiter.cpp: disable cut and paste inside the listviews (bug 6942).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35655 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-15 07:14:22 +00:00
Uwe Stöhr
8fdfb5935d ectaart: new files also for branch, fixes #6761
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35589 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-10 23:37:38 +00:00
Stephan Witt
3a91d412c0 Correct check for enable condition of VC repository update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35586 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-10 14:48:58 +00:00
Stephan Witt
14b4d92df6 Don't mark document as changed when navigating with cell-forward or -backward
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35579 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-09 10:21:28 +00:00
Stephan Witt
f5aec0ab2b Fix button link assignment in select from template dialogue
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35578 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-09 09:38:58 +00:00
Stephan Witt
5e6e824464 #5970 Fix tab switching keyboard shortcut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35577 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-09 09:35:39 +00:00
Jürgen Spitzmüller
9a9c0ff2f2 status.16x: typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35554 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-02 08:08:53 +00:00
Uwe Stöhr
de7c9c04a0 - frletter: new layout and template file for branch
- status.16x: add some additional information

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35552 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-02 01:09:45 +00:00
Uwe Stöhr
d91727cc20 Customization.lyx: revised sec. 5.1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35521 a592a061-630c-0410-9148-cb99ea01b6c8
2010-09-28 02:01:49 +00:00
Richard Heck
25315bb46d Status for 6914.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35496 a592a061-630c-0410-9148-cb99ea01b6c8
2010-09-25 12:55:44 +00:00
Pavel Sanda
e6b883ebd3 Backport autoconf patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35451 a592a061-630c-0410-9148-cb99ea01b6c8
2010-09-19 21:17:22 +00:00
Jürgen Spitzmüller
f491c29604 * ExternalSupport.cpp:
- do not popup invalid path warning with View Source (bug 6904).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35450 a592a061-630c-0410-9148-cb99ea01b6c8
2010-09-19 16:35:06 +00:00
Enrico Forestieri
7663f6953f Fix bug #6873: Shell execution of \nonstopmode tried when no latex binary present
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35351 a592a061-630c-0410-9148-cb99ea01b6c8
2010-09-12 22:23:55 +00:00
Uwe Stöhr
bc05394cd4 agutex: new layout and template file template
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35301 a592a061-630c-0410-9148-cb99ea01b6c8
2010-09-07 02:08:41 +00:00
Uwe Stöhr
8af43ca71b backport the support for the math command \ddddot to branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35238 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-30 21:47:12 +00:00
Uwe Stöhr
f2b55b5cea Fix #6872: correctly support the math command \dddot
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35237 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-30 21:34:19 +00:00
Enrico Forestieri
241e924e2f Fix bug #6868: LYXCMD:xxx:inset-insert:graphics does not parse correctly
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35235 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-30 13:59:27 +00:00
Jürgen Spitzmüller
0ab56ace2d * po/fr.po: update by Jean-Pierre.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35197 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-25 07:21:12 +00:00
Jürgen Spitzmüller
c27a449594 * LyX.cpp:
- correct load order of files to open on startup (#6848)
	  Patch by Punyashloka Biswal.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35184 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-23 06:46:04 +00:00
Enrico Forestieri
e52ee7c9ca Fix bug #6793: Changing an existing formula type to displayed formula loses the label
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35181 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-20 19:12:45 +00:00
Jürgen Spitzmüller
a0ef96b871 * g-brief2.layout:
- add some missing standard environments (bug #6857)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35172 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-19 08:38:07 +00:00
Enrico Forestieri
741adb1ffe Fix bug #6858: Crash changing eqnarray with labels to display math
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35170 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-19 08:30:10 +00:00
Enrico Forestieri
3fc4630886 Update it.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35158 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-14 21:05:37 +00:00
Enrico Forestieri
352a254bec Fix bug #6851: Wrong mode and screen fonts with old style macros such as \bf and \rm.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35157 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-14 18:37:35 +00:00
Jürgen Spitzmüller
0d174e9e0d * scrclass.inc: add support for \subtitle.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35134 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-13 11:34:48 +00:00
Jürgen Spitzmüller
56f8f8ba7a * configure.py:
- properly separate platex and latex.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35132 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-13 06:55:16 +00:00
Jean-Marc Lasgouttes
52f69d2ffd Backport r35109 (bug #6786)
http://www.lyx.org/trac/ticket/6786


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35127 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-11 18:45:08 +00:00
Jean-Marc Lasgouttes
79830bce6e backport tweaks to memoir class
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35123 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-11 15:28:45 +00:00
Jürgen Spitzmüller
6d1afc0aa5 * es.po: update from Ignacio.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35098 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-09 07:12:51 +00:00
Uwe Stöhr
4d281e3901 InsetCaption.cpp, InsetTabular.cpp: backport fix for #6844 to branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35089 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-07 15:39:12 +00:00
Jürgen Spitzmüller
ce6cb184a9 * po/.*po: remerge in the wake of r35083.
* po/de.po: new translations.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35084 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-07 14:29:15 +00:00
Jürgen Spitzmüller
c321723d52 * GuiPrefs.cpp:
- do not allow to change a format's short name if the format is used by a converter (fixes crash issue #6815).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35083 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-07 14:14:39 +00:00
Jean-Marc Lasgouttes
c94f8347d0 Backport r35068 and r35075 to branch (bug #3733)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35076 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-07 10:45:18 +00:00
Enrico Forestieri
22879bac7a Fix bug #1337: LyX confused on $ symbol in math equations
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35066 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-06 21:00:21 +00:00
Richard Heck
9df227e82c Status for r35044.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35051 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-05 02:20:28 +00:00
Jürgen Spitzmüller
2479c18577 * linguistics.lyx:
* de/linguistics.lyx:
	- indicate if required packages are installed (via info inset)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35049 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-04 12:09:56 +00:00
Jürgen Spitzmüller
9427bd5325 * Check for float.sty, which is a required package.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35047 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-04 11:54:43 +00:00
Jürgen Spitzmüller
d5e17bc255 * GuiLog.cpp: refine warning detection:
- detect "LaTeX Font Warning"
	- detect "Class X Warning"
	- package warnings can contain dots ("Package pdftex.def Warning")

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35042 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-03 08:03:47 +00:00
Jean-Marc Lasgouttes
b01c38d2de Fix #6775 for branch too
(backport r34731)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35038 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-02 09:23:08 +00:00