Commit Graph

512 Commits

Author SHA1 Message Date
Bo Peng
a615565a4f Scons: Allow the use of newer versions of scons such as scons 1.0.0.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26308 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-05 14:31:25 +00:00
Jürgen Spitzmüller
ff81264110 * src/LaTeXFeatures.cpp:
- handle case where natbib is loaded internally by a class, but still plain cite commands
	  have to be output (bug 5182)
* lib/revtex4.layout:
	- this is such a case.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26299 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-04 14:42:00 +00:00
Uwe Stöhr
3f71e33274 tex2lyx/preamble.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id=5181
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26284 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-01 22:37:20 +00:00
Pavel Sanda
918cc1e2d6 forgot this
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26277 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-31 19:05:13 +00:00
Enrico Forestieri
bbc3fe2ff0 Update it.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26274 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-31 17:32:21 +00:00
Jürgen Spitzmüller
21fa6cedf3 * status.15x: update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26271 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-30 15:55:33 +00:00
Jürgen Spitzmüller
dc8d51bd80 * src/inset/InsetNomencl.cpp:
- indicate content of nomencl inset (bug 5183).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26224 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-22 16:17:34 +00:00
Jürgen Spitzmüller
e671b0201a * src/Text.cpp:
- Do not delete special characters in free spacing mode (bug 5125).
	  (this is what we do in trunk already)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26222 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-22 09:09:30 +00:00
Enrico Forestieri
695f8e233b As ImageMagick output is different for different versions, and different (even
incompatible) options are to be used to obtain the same result, it is better
to query the version and accordingly use the needed options (bug 4749).


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26220 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-20 00:50:44 +00:00
Jürgen Spitzmüller
733a01eaa3 * src/Paragraph.cpp:
- use \textquotedbl for straight quotes in T1 encoding (bug 5091).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26213 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-19 09:02:07 +00:00
Jürgen Spitzmüller
b5976cd8fb Backport of revision: 25879
URL: http://www.lyx.org/trac/changeset/25879
Log:
* unicodesymbols:
        - force dissolving of ligatures (bug 5086).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26211 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-19 08:30:39 +00:00
Jürgen Spitzmüller
f205cbc1af * status.15x: update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26210 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-19 08:06:47 +00:00
Uwe Stöhr
19ba4b9517 status.15x: fix format from previous commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26196 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-16 22:52:02 +00:00
Uwe Stöhr
6e6960ecd6 layout for the svjour3 class, it is adoption of the existing svjour layout by John Perry, fixes http://bugzilla.lyx.org/show_bug.cgi?id=5154
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26195 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-16 22:46:30 +00:00
Jean-Marc Lasgouttes
105e334360 fix installation with automake 10.1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26189 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-16 08:23:38 +00:00
Jean-Marc Lasgouttes
80eb08d2b2 Fix bug 2449: Insertion of math delimiter cannot completely be undone
http://bugzilla.lyx.org/show_bug.cgi?id=2449

	* Text3.cpp (dispatch): handle undo for LFUN_MATH_INSERT, 
	LFUN_MATH_MATRIX, LFUN_MATH_DELIM and LFUN_MATH_BIGDELIM.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26188 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-16 07:51:35 +00:00
Jean-Marc Lasgouttes
7a7472a8fd Fix bug 3407: Undo with text-in-mathmode
http://bugzilla.lyx.org/show_bug.cgi?id=3407

	* InsetMathNest.cpp (doDispatch/LFUN_MATH_MODE): handle undo



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26187 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-16 07:44:22 +00:00
Uwe Stöhr
ab72650397 new Ukrainian Intro manual by Yuri
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26180 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-15 20:01:11 +00:00
Jean-Marc Lasgouttes
ed48c4e8a8 Apply a patch (obtained by "cvs diff -u -D 2005/05/04 -D 2005/05/05" in the
gettext repository) that streamlines OS X configuration. In particular, this
allows on OS X 10.5 to build against the 10/4 SDK.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26168 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-14 20:42:58 +00:00
Jean-Marc Lasgouttes
c452d27b41 Fix bug 5065: DEPM fails with "cursor follows scrollbar"
http://bugzilla.lyx.org/show_bug.cgi?id=5065

	* BufferView.cpp (setCursorFromScrollbar): makes sure that the mouse is 	set using mouseSetCursor (so that dEPM can trigger). 



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26165 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-14 16:03:16 +00:00
Jean-Marc Lasgouttes
f75d1071a1 remove all traces of $(doc_files)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26139 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-13 10:55:37 +00:00
Uwe Stöhr
85659ea9b7 status.15x: fix a typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26074 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-05 20:48:43 +00:00
Uwe Stöhr
c34362fb04 singlecol.layout: new layout file for articles for the numerous journals published by the company "Inderscience"
(@Jürgen: This is uncontroversial as this is only a wrapper of article.inc)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26072 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-05 20:45:16 +00:00
Uwe Stöhr
44326be598 new Catalan translation of Intro.lyx and example files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26004 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-30 20:41:58 +00:00
Uwe Stöhr
4086901a2c ca.po: updates by Joan
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25941 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-28 22:15:39 +00:00
Jürgen Spitzmüller
63227acc13 * update tex2lyx man page, mostly done bei Uwe (bug 2770).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25928 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-28 07:51:00 +00:00
Uwe Stöhr
a70d5b9c72 Hebrew translation updates by Ran
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25922 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-27 23:16:09 +00:00
Uwe Stöhr
0a263166c3 Fix bug 5090 also in branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25915 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-27 11:28:43 +00:00
Jürgen Spitzmüller
189238a3e4 starting 1.5.7svn. Branch freeze is lifted.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25896 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-26 07:19:59 +00:00
Jürgen Spitzmüller
f7c6d8e7e1 Introduce new (and complete!) Ukranian translation of the UI.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25836 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-23 11:51:03 +00:00
Jürgen Spitzmüller
cef3a0e343 * po/pt.po:
- update from Susana Barbosa, some formal tweaks from me.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25833 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-23 10:20:24 +00:00
Jürgen Spitzmüller
8618403a81 * po/gl.po: update from Ramon Flores
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25806 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-22 16:27:41 +00:00
Jean-Marc Lasgouttes
bbcf02620e Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=4662
* InsetCollapsable.cpp (doDispatch): on mouse release, do nothing if
	user is clicking button different from 1 or 3 on the inset button.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25701 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-18 13:09:50 +00:00
Jürgen Spitzmüller
0e6ac59a98 * amsmaths.inc:
- better definition of cases environment, as suggested by Russ Woodroofe and Paul Rubin.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25700 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-18 07:56:40 +00:00
Jürgen Spitzmüller
622b1c0d49 * status.15x: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25686 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-17 11:46:55 +00:00
Abdelrazak Younes
dc8344f95a fix bug 5004
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25631 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-15 13:01:23 +00:00
Jean-Marc Lasgouttes
057767d789 Fix bugs 4977 and 2018:
http://bugzilla.lyx.org/show_bug.cgi?id=4977
http://bugzilla.lyx.org/show_bug.cgi?id=2018

	* Text3.cpp (doInsertInset): do not copy selection to clipboard if we 
	do not intend to paste it later (bug 4977); do not remove space at
	start of paragraph (bug 2018).


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25628 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-15 08:58:50 +00:00
Jean-Marc Lasgouttes
881c856cbf make sure that installation can be made with parallel make; remove unused directory
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25601 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-14 09:51:30 +00:00
Jürgen Spitzmüller
2c674129b9 * Paragraph.cpp:
- correct the kerning between two subsequent '<' or '>' characters.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25437 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-04 06:03:33 +00:00
Jürgen Spitzmüller
fd5e171bad * src/Paragraph.cpp (simpleTeXSpecialChars):
- do not assume that typewriter can encode any character (bug 4727).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25434 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-03 14:32:43 +00:00
Jürgen Spitzmüller
012e2b6d9f * status.15x: just a bit of formatting (line lengths etc.)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25432 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-03 08:25:53 +00:00
Jean-Marc Lasgouttes
87e5d37c40 forgot this
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25418 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-02 10:01:22 +00:00
Enrico Forestieri
b3e09e7bd3 Fix bug 2721
http://bugzilla.lyx.org/show_bug.cgi?id=2721


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25410 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-01 12:50:54 +00:00
Abdelrazak Younes
f84d8c405f Fix http://bugzilla.lyx.org/show_bug.cgi?id=4972
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25407 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-01 07:15:20 +00:00
Jürgen Spitzmüller
4070ca5e5c * lib/configure.py:
- check if texindy is available and if so, use it instead of makeindex
	  (bug 4732).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25401 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-28 12:28:16 +00:00
Jürgen Spitzmüller
89496dd922 * src/mathes/InsetMathUnknown.cpp (metrics, draw):
- set correct font shape (bug 2594).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25400 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-28 08:59:07 +00:00
Enrico Forestieri
27ea7c737b Urm.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25397 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-27 19:45:41 +00:00
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
Enrico Forestieri
6bc6ca6c4d Only add \makeatletter and \makeatother to the preamble when actually needed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24417 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-21 21:55:49 +00:00
Jürgen Spitzmüller
9af53d6fa7 * src/tex2lyx/tex2lyx.man:
- make the man page a bit less outdated (bug 2770).

note that the page isn't really up to date yet. I didn't check anything thoroughly (especially the "what's supported" and "what's not supported" part). Uwe, maybe a job for you, as you are most familiar with it nowadays.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24387 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-20 15:26:10 +00:00
Uwe Stöhr
22a0697f70 stdmenus.inc: stdmenus.inc: remove doubled menu entry, fixes http://bugzilla.lyx.org/show_bug.cgi?id=4765
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24360 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-19 16:23:49 +00:00