Commit Graph

479 Commits

Author SHA1 Message Date
Uwe Stöhr
a998a0a342 - new layout for the elsarticle class
- remove the template for elsart, as this class is obsolete since elsarticle was released

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26716 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-04 11:56:27 +00:00
Uwe Stöhr
d7fc0b7ba8 - iopart.layout: fix some bugs
- iop-article.lyx: fix 2 typos
- add missing example BibTeX file

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26715 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-04 11:45:43 +00:00
Uwe Stöhr
08342483ed new layout and template file for ACM SIGPLAN articles
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26714 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-04 11:39:30 +00:00
Uwe Stöhr
6f09912f9d elsart.layout: \thanks can have an optional argument, see http://www.mail-archive.com/lyx-users@lists.lyx.org/msg64095.html
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26705 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-03 20:28:47 +00:00
Jürgen Spitzmüller
6d3e4f82c9 * status.15x: update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26675 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-01 20:44:13 +00:00
Jean-Marc Lasgouttes
53e35259d7 remove confusing warning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26671 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-01 14:06:28 +00:00
Pavel Sanda
3e2886b52e Backport lyxclient commandline fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26623 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-29 12:57:07 +00:00
Jürgen Spitzmüller
528d9deae2 * beamer.layout:
- add quote, quotation and verse environments.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26606 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-29 07:28:19 +00:00
Jürgen Spitzmüller
f1e5ae45db * LaTeXFeatures.cpp:
- don't pass the "none" string as graphics driver to color (part of bug 5294).

This also needs to be done in trunk, but I'll leave this to Uwe.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26598 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-28 09:20:42 +00:00
Enrico Forestieri
9a0b86749c On Vista, if a file type is not registered, AssocQueryString() returns
information about the "Unknown" application instead of admitting that
nothing is registered. The solution is to add ASSOCF_INIT_IGNOREUNKNOWN
to the flags parameter. Also update dead URLs.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26499 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-22 22:07:23 +00:00
Jürgen Spitzmüller
78409ad96f * attempt to fix bug 5189.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26454 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-19 10:06:06 +00:00
Richard Heck
a3855c29df Status for the last commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26449 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-18 18:03:10 +00:00
Jean-Marc Lasgouttes
bd6dbedd9c fix http://bugzilla.lyx.org/show_bug.cgi?id=2040
* BufferView.cpp (setCursorFromInset): new method, useful to find
	an inset that is known to be in the document.

	* LyXFunc.cpp (dispatch): do a proper recordUndo
	before appplying changes to an inset. The insets are responsible
	for recording additional undo steps that could be needed.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26436 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-18 10:26:42 +00:00
Jürgen Spitzmüller
57cf25edf5 * unicodesymbols:
- some more Greek glyphs. Patch by Günther Milde.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26423 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-16 07:51:07 +00:00
Enrico Forestieri
210add80d6 Fix bug 5246
http://bugzilla.lyx.org/show_bug.cgi?id=5246


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26417 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-15 16:26:11 +00:00
Jürgen Spitzmüller
e0176ec52c * unicodesymbols: fixe some entries.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26409 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-15 09:48:10 +00:00
Jürgen Spitzmüller
e3d6c43271 * status.15x: update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26326 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-07 12:46:02 +00:00
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