Commit Graph

415 Commits

Author SHA1 Message Date
Jürgen Spitzmüller
2dd4b555f9 Fix bug 4946:
* src/Paragraph.cpp (latexSurrogatePair):
        - do not use braces for combinated characters that are natively output (as unicode glyphs)
* src/Encoding.{cpp,h}:
	- build an exception list of characters that must be output as LaTeX command in any case
	  (except in utf8-plain). I.e., the utf8 encodings now also honour the "force" flag.
* lib/unicodesymbols:
	- add "force" flag to combine characters.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25395 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-27 08:43:41 +00:00
Enrico Forestieri
8c903e4986 Final touch for bug 4966.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25365 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-24 05:23:21 +00:00
Enrico Forestieri
20de8514a6 Document http://www.lyx.org/trac/changeset/25343
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25344 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-21 01:12:27 +00:00
Jürgen Spitzmüller
e9a3408058 ** fix bug 2477: incorrect font in notes and erts in headings **
* InsetNote.{cpp,h}:
	- reimplement metrics to initialize display font correctly
* InsetERT.{cpp,h}:
	- (getDrawFont): pass buffer font as argument to reset the size appropriately.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25315 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-19 05:40:02 +00:00
Enrico Forestieri
243bc4fe9e Was forgetting this.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25263 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-15 14:29:04 +00:00
Jürgen Spitzmüller
61c14f8335 * status.15x: document change in rev. 25253.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25254 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-15 09:11:11 +00:00
Jean-Marc Lasgouttes
dde7831b82 fix compilation error
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25229 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-11 12:07:35 +00:00
Jürgen Spitzmüller
653666f81b Some updates for the A&A layout (bug 4928).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25211 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-09 14:30:20 +00:00
Jürgen Spitzmüller
9033b5a646 * src/output_latex.cpp:
- handle CJK nesting correctly with nested insets (bug 4913).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25102 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-03 13:47:02 +00:00
Jürgen Spitzmüller
06a7a6d032 * Allow the use of eqrefs in mathed (bug 4623).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25091 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-03 06:23:00 +00:00
Jürgen Spitzmüller
0ee75cb447 * status.15x: document JSS support.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25044 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-01 08:39:23 +00:00
Jürgen Spitzmüller
c8441a617f * QErrorList.{cpp,h}:
- Fix error navigation with the keyboard (bug 4895).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24997 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-29 12:22:25 +00:00
Jean-Marc Lasgouttes
fa85ed8a45 Backport change 24937 to branch:
Note to self: `!' is not the complement-to-one operator...

  This allows me to revert a 3 years old commit from Juergen that I never
  managed to understand before.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24943 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-26 11:05:44 +00:00
Jürgen Spitzmüller
afc3cec313 * lib/configure.py:
- add support for Graphviz Dot files (bug 4882).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24933 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-25 08:51:50 +00:00
Jean-Marc Lasgouttes
1b7dad5c93 * insets/InsetQuotes.cpp (displayString): reenable quote display code
(but use a table-based solution instead of the old code).



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24886 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-22 14:51:46 +00:00
Abdelrazak Younes
9118cc1800 Really fix bug 4857.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24876 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-21 12:39:40 +00:00
Jean-Marc Lasgouttes
24d10d52aa update from Koji Yokota
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24858 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-20 09:07:41 +00:00
Jürgen Spitzmüller
2fad72e78d * status.15x:
- mention renaming of csv menu item.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24855 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-20 06:32:00 +00:00
Enrico Forestieri
edfbaf8b60 Forgot this.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24841 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-19 17:20:11 +00:00
Jürgen Spitzmüller
5d3c5c0460 * status.15x: forgot this.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24839 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-19 15:04:40 +00:00
Jean-Marc Lasgouttes
722c134fc7 update to french (formats)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24838 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-19 14:14:08 +00:00
Jürgen Spitzmüller
8896987c68 *** fix bug 2488 (make dynamic formats in menus translatable) ***
* po/lyx_pot.py:
	- new method formats_l10n that parses configure.py for file formats and shortcuts
* po/Makefile.in.in:
* development/scons/SConstruct:
	- call formats_l10n on po update

* src/MenuBackend.cpp:
	- handle translated formats
* src/LyXFunc.cpp:
	- use translated string for file filter


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24831 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-19 09:05:59 +00:00
Jürgen Spitzmüller
74943c8d6d * src/support/FileFilterList.cpp (parse_filter):
- fix regex so that brackets in the filter name itself
	  (such as in "LaTeX (plain)") are handled.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24829 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-19 05:46:05 +00:00
Uwe Stöhr
b29e1116ec csv2lyx.py: new csv2lyx version by Hartmut and José also for branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24819 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-18 19:15:20 +00:00
Uwe Stöhr
d8c27b8174 tex2lyx/preamble.cpp: fix bug 4867 also for branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24817 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-18 18:43:18 +00:00
Uwe Stöhr
bf9e1b9ec8 tex2lyx/preamble.cpp: support for the paper orientation also for branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24808 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-16 20:22:25 +00:00
Uwe Stöhr
b6205e98bd tex2lyx/preamble.cpp, tex2lyx/text.cpp : fix bug 20 also for branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24728 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-11 14:23:08 +00:00
Jürgen Spitzmüller
25832df177 back to svn.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24721 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-11 09:31:48 +00:00
Jürgen Spitzmüller
087fcb381b * status.15x:
- some shuffling.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24700 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-09 11:36:24 +00:00
Jürgen Spitzmüller
9220eca744 * status.15x: update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24699 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-09 11:15:47 +00:00
Jürgen Spitzmüller
9fcb0d1b7a * lib/layouts/apa.layout:
- Use styleguide-conforming headings in the APA layout (bug 4827).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24693 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-09 08:22:06 +00:00
Jürgen Spitzmüller
5d515197a6 * lib/layouts/amsmaths-plain.inc:
- Fix LaTeX errors triggered by switching from ams article to ams plain
  	  article (patch by Paul Rubin and me).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24691 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-09 08:00:34 +00:00
Jürgen Spitzmüller
60b4b5e4e0 * status.15x: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24690 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-09 07:51:42 +00:00
Jürgen Spitzmüller
dd6cbed911 Hartmut's csv2lyx.py script.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24660 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-07 16:43:29 +00:00
Jean-Marc Lasgouttes
df7b002d19 update Galician l10n
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24651 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-07 07:57:34 +00:00
Jean-Marc Lasgouttes
2e4c330f26 fix some compilation warnings
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24636 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-06 13:20:07 +00:00
Jürgen Spitzmüller
a8198c94b5 * status.15x: bug 518 is not completely resolved yet.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24617 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-05 15:30:10 +00:00
Jürgen Spitzmüller
43097f8952 * backport revision: 23665 from sts:
URL: http://www.lyx.org/trac/changeset/23665
Log:
* fix for http://bugzilla.lyx.org/show_bug.cgi?id=518

"wrong numbering of multline environment inside LyX"

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24615 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-05 14:21:28 +00:00
Jürgen Spitzmüller
d2dc7bdff1 Correctly handle quotation marks in command preferences (bug 2016):
* src/LyXRC.cpp:
	- new helper function to escape commands
	- parse escaped commands

* src/Lexer.{cpp,h}:
	- whitespace/typos.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24614 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-05 13:54:23 +00:00
Joost Verburg
679dae2dd1 info about windows installer updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24581 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-02 14:28:39 +00:00
Uwe Stöhr
911105f298 - tex2lyx/text.cpp: correct font size handling also for branch, fixes bug 4807
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24558 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-29 22:39:55 +00:00
Uwe Stöhr
9f5ca02dc4 tex2lyx/text.cpp:
- fix an off by one error in the font size handling, fixes bug 4803
- support \lyxline, fixes bug 4795

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24519 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-27 11:03:26 +00:00
Jürgen Spitzmüller
25c1826386 * src/insets/InsetListingsParams.cpp:
- prevent invalid pointer (bug 4780).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24509 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-26 12:15:56 +00:00
Abdelrazak Younes
3389804bf1 Fix bug 4791.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24503 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-25 12:54:25 +00:00
Jean-Marc Lasgouttes
0abbee54ce update japanese l10n
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24472 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-23 08:27:19 +00:00
Joost Verburg
12633afa4d new installer feature
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24457 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-22 19:10:55 +00:00
Uwe Stöhr
dab7769de9 status.15x: update the list of updates languages
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24437 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-22 00:40:57 +00:00
Uwe Stöhr
5fad0504fd Now also for branch:
- tex2lyx/preamble.cpp: fix the import of paragraph settings, fixes http://bugzilla.lyx.org/show_bug.cgi?id=4773

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24426 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-21 22:26:29 +00:00
Uwe Stöhr
8d01107a96 Now also for branch:
- tex2lyx/preamble.cpp, text.cpp: add support for \textcolor fixes http://bugzilla.lyx.org/show_bug.cgi?id=2457

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24422 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-21 22:17:49 +00:00
Enrico Forestieri
aec651ca55 Allow using \binom without amsmath and add support for \brace and \brack
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24418 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-21 22:03:18 +00:00