Commit Graph

20291 Commits

Author SHA1 Message Date
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
Vincent van Ravesteijn
ff23cca6e1 branch: Fix tabular cursor movement.
- allow repeated shift-up in a multi-line column,
- finish r27581: we have to call cur.selHandle ourselves now,
- do not dispatch to the cell in multicell selection.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27675 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-22 20:24:30 +00:00
Vincent van Ravesteijn
f1e76e81af branch: Do not paint an invisible cursor.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27674 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-22 20:08:37 +00:00
Vincent van Ravesteijn
fc95647f75 branch: Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=5536.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27673 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-22 20:05:17 +00:00
Vincent van Ravesteijn
6de47766b9 branch: Correct painting of a fully selected tabular cell.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27672 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-22 20:00:21 +00:00
Dov Feldstern
2bf895b493 get rid of code duplication between overloaded versions of isRTLBoundary
This is in preparation of some changes to be made in this function, now the change will only have to be done once... 

(backport of http://www.lyx.org/trac/changeset/27656)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27670 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-22 17:55:48 +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
Enrico Forestieri
e8da0b0ff7 Fix typo (spotted by Kornel Benko)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27662 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-21 23:15:51 +00:00
Enrico Forestieri
5364085bfe After a better understanding of the problem, restrict the fix for
bugs 5216, 5280, and 5489 to the ISO-2022-JP encoding.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27661 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-21 23:04:44 +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
4b7743d18b ouch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27658 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-21 13:30:09 +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
Richard Heck
a8042a63a9 Fix 5538, now in branch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27641 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-19 16:39:16 +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
Enrico Forestieri
3ebf6c0868 Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=5489 and at the same time
properly fix bugs 5216 and 5280. The best thing to do would be recognizing
at configure time a buggy iconv and #defining WORKAROUND_ICONV_BUG in
config.h, but I don't know how that could be done.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27620 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-18 13:31:44 +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
Vincent van Ravesteijn
31839fa04e branch: Fix some small Tabular UI glitches
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27613 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-17 19:16:17 +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
16dfab5c63 backport
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27607 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-17 12:31:43 +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
Uwe Stöhr
b2ddd32dc2 UserGuide.lyx: stupid me
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27570 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-16 18:10:49 +00:00
Uwe Stöhr
88347a13ca UserGuide.lyx: some more updates in the description of the preferences dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27569 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-16 18:08:23 +00:00
Uwe Stöhr
799e3a3247 installer: backport r27455 to branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27545 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-16 13:55:20 +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
Richard Heck
c3b31fda27 Backport r27481. From JMarc.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27505 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-15 22:53:34 +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
Stefan Schimanski
59b8a01515 * save one redraw on each change of the scrollbar.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27475 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-15 18:58:03 +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
André Pönitz
276e2e3645 uwes change
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27417 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-14 12:47:51 +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
Uwe Stöhr
d46530677d SConstruct, scons_manifest.py: fix for Galician
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27409 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-13 01:59:29 +00:00
Jürgen Spitzmüller
233d7958a3 * Paragraph.cpp: typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27404 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-12 20:24:08 +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
07418711e8 * po/de.po:
- change a translation.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27402 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-12 17:29:44 +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
Uwe Stöhr
c1309f2fc2 installer: add the Metafile2EPS converter as it is now working on all Windows platforms
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27392 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-12 02:32:02 +00:00
Richard Heck
0ff926b77b Fix lyx2lyx problem connected with subfloats that prevented the User Guide from being exported.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27390 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-12 01:17:47 +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