Commit Graph

22605 Commits

Author SHA1 Message Date
Uwe Stöhr
4beb1a5546 languages: fix spelling (can also go to branch)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31657 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-18 14:30:33 +00:00
Pavel Sanda
8962886acb String formatting
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg155067.html


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31656 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-18 03:58:20 +00:00
Richard Heck
5f8f8dd947 Factor out some common code.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31655 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-17 22:58:44 +00:00
Richard Heck
973b0e25fb Redo the viewer_alternatives and editor_alternatives in terms of a map,
rather than a vector. This helps deal with problems involving multiple
specifications of a single command. (Even after the previous commit, 
we were still getting duplicates in the UI after every alteration of 
the preferences.) It's also more natural, anyway.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31654 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-17 22:52:16 +00:00
Richard Heck
9c3fc03f3a Fix how viewer_alternatives and editor_alternatives are written
to the preferences file. The old way produced tons of duplicates.
The fix is the same as for a prior bug with bibtex_alternatives.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31652 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-17 18:02:40 +00:00
Richard Heck
3d19a3a820 Viewer and editor selections were not being saved.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31651 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-16 16:17:52 +00:00
Kornel Benko
8e02385cea Applied revision 31646 to cmake-build too
Do not check for headers strings.h, io.h, process.h

Do not check for functions mkstemp, mktemp

Do not check for declarations of istreambug_iterator, iterator, mktemp



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31647 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-16 10:51:58 +00:00
Jean-Marc Lasgouttes
d23a75a3dc Remove dead includes in FileName, since we do not use mkstemp anymore
Do not check for headers strings.h, io.h, process.h

Do not check for functions mkstemp, mktemp

Do not check for declarations of istreambug_iterator, iterator, mktemp

NOTE to cmake/scons maintainers: you should also get rid of the handling of those symbols.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31646 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-16 09:32:50 +00:00
Uwe Stöhr
d9e83bc7ff German Additional.lyx: update by Hartmut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31645 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-16 00:01:43 +00:00
Pavel Sanda
da55181c33 More info into emergency dialog. This is especially useful in case
more master/child emergency files were detected.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31642 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-15 21:37:09 +00:00
Jean-Marc Lasgouttes
2fd6cc3cb0 I just noticed that trunk did not define HAVE_FORK anymore, because this was part of checking for ispell support... This commit reinstates it, and probably makes autosave faster.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31640 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-15 14:45:22 +00:00
Jean-Marc Lasgouttes
4fc6c1247a Fix bug #6276: tex2lyx fails to import captions
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31638 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-15 14:22:35 +00:00
Pavel Sanda
b1aa64f58b next leftover
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31623 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-14 20:12:25 +00:00
Pavel Sanda
81bff38d56 in trunk too
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31622 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-14 20:08:37 +00:00
Pavel Sanda
32d48ba0d7 Sounds better
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31619 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-14 19:35:54 +00:00
Pavel Sanda
dd82560e85 Next one
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31618 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-14 19:29:06 +00:00
Pavel Sanda
d4bf62b417 Fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31617 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-14 19:27:12 +00:00
Pavel Sanda
f4f465a532 Doc it
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31616 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-14 19:18:10 +00:00
Pavel Sanda
4257aa5e7f Make updating less dangerous, see comments in #6255.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31615 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-14 19:18:06 +00:00
Jean-Marc Lasgouttes
266cb16168 add support for \specialsection in amsart; fix some fonts for better screen rendering
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31613 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-14 09:51:26 +00:00
Jean-Marc Lasgouttes
1154a6d782 add missing modules to distribution
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31611 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-13 20:12:47 +00:00
Jürgen Spitzmüller
fe9261007f * po/*.po: remerge.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31608 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-13 08:46:27 +00:00
Jürgen Spitzmüller
1f1c3a3ea8 * VCBackend.cpp: typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31607 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-13 08:39:03 +00:00
Jürgen Spitzmüller
cb815e4045 * Changes.cpp (getLaTeXMarkup):
- pass references, not copies.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31606 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-13 07:30:46 +00:00
Jürgen Spitzmüller
3b6931719a Assure the author is encoded correctly in the LaTeX output of change tracking markup (bug 6225).
Patch reviewed by Jean-Marc.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31602 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-12 16:22:05 +00:00
Jean-Marc Lasgouttes
60dca30530 disable the del-suppresses-equation-label-at-end feature (not easy to describe, is it?) when there is a selection
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31600 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-12 15:20:23 +00:00
Jürgen Spitzmüller
78a8c60d78 * de.po: forgotten corrections.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31596 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-11 15:42:12 +00:00
Jürgen Spitzmüller
6accb48724 * de.po: another typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31595 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-11 15:38:46 +00:00
Uwe Stöhr
c8e960df85 de.po: fix a typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31592 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-11 15:28:25 +00:00
Peter Kümmel
bdd92ac7a2 fix merged build
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31589 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-11 10:30:00 +00:00
Jürgen Spitzmüller
6ea7f23195 * de.po: sync with branch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31588 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-11 09:59:34 +00:00
Jürgen Spitzmüller
ba7efd136e * InsetInclude.cpp:
- use bformat for syntactically proper translatable message. 

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31586 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-11 09:34:13 +00:00
Uwe Stöhr
d0274f4f7f xypic.lyx: add a list item to assure that InstantPreview always works correctly.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31584 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-11 02:12:51 +00:00
Uwe Stöhr
585f150f77 fix build systems after r31445
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31583 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-11 01:59:10 +00:00
Enrico Forestieri
3cce787c6c Fix bug #6270: Bug in parsing selection as math macro argument
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31582 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-10 19:11:23 +00:00
Uwe Stöhr
f979dcbfd0 add the new Slovak splash.lyx also to trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31578 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-10 14:27:11 +00:00
Uwe Stöhr
60ae8052a5 xypic.lyx: resync with branch (no change in the text of the document)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31576 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-10 14:11:25 +00:00
Enrico Forestieri
a7c944b280 Fix bug #6250: LyX 1.6.4 crashes when copying Japanese text in math to clipboard
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31572 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-09 21:33:08 +00:00
Jürgen Spitzmüller
5f982b8c83 * InsetExternal.cpp:
* GuiExternal.cpp:
	- do not crash if the list of external templates is empty (bug #3974).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31569 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-09 12:40:34 +00:00
Jürgen Spitzmüller
2c6f0ae445 * GuiExternal.cpp:
- do not use invalid index if a template is not found. Fixes crash bug #6259.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31567 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-09 12:08:47 +00:00
Pavel Sanda
08192ea2dc Seems to work too
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31561 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-08 15:25:11 +00:00
Pavel Sanda
88c9d568bb Typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31560 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-08 15:21:11 +00:00
Enrico Forestieri
6fb07e35c5 Fix bug #6264: Broken undo of removed script in mathed when both scripts are present.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31558 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-08 12:32:11 +00:00
Pavel Sanda
05182073a1 Correct sorting
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31552 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-07 09:15:29 +00:00
Pavel Sanda
81bfb974ee Updaye LFUNs.lyx after while
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31550 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-07 00:13:12 +00:00
Pavel Sanda
9467c8a809 Coding style
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31549 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-07 00:11:15 +00:00
Pavel Sanda
701157df09 Doc & menu entry
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31548 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-07 00:08:18 +00:00
Pavel Sanda
aa4c5b2d05 Icon
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31547 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-06 23:23:17 +00:00
Pavel Sanda
4f0957c819 Bug #6255 - Update linked files with version control
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31546 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-06 23:20:52 +00:00
Jean-Marc Lasgouttes
89dde39404 clarify message for spelling libs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31545 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-06 15:21:24 +00:00