Commit Graph

2366 Commits

Author SHA1 Message Date
Enrico Forestieri
1853a4c1a2 Some more Greek and Cyrillic symbols.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20945 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-13 13:34:33 +00:00
Martin Vermeer
1ecd2189f2 Dissolve CharStyle initial implementation.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20944 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-13 12:59:44 +00:00
Uwe Stöhr
dfc7fc59c1 lyx_1_6.py: avoid the same name of two different functions.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20934 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-13 03:18:51 +00:00
Uwe Stöhr
ed43dea031 fileformat change to 294 for Pavel's PDFOptions cleanup in r20881
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20933 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-12 23:51:56 +00:00
Enrico Forestieri
6c9ae9865d Correct ordering
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20932 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-12 23:43:36 +00:00
Enrico Forestieri
d88aac0e1f Add support for greek and cyrillic chars such that it is not
necessary to mark them in the proper language for typesetting.

	* src/Paragraph.cpp
	(Paragraph::Pimpl::knownLangChars): new method.
	(Paragraph::Pimpl::simpleTeXSpecialChars): output proper
	latex code for greek and cyrillic chars.

	* src/LaTeXFeatures.cpp: add textgreek and textcyr features.

	* src/Encoding.{cpp,h}
	(Encodings::isKnownLangChar): new method.

	* lib/unicodesymbols: add greek and cyrillic alphabetic chars.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20931 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-12 18:21:51 +00:00
Uwe Stöhr
c3c98d0d3b encodings: disable the new SJIS-plain encoding as long as we don't support it properly, see http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg129935.html
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20930 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-11 23:41:57 +00:00
Uwe Stöhr
6b772972e0 German UserGuide.lyx: updates from Hartmut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20927 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-11 22:35:38 +00:00
Edwin Leuven
82c70b62a2 small facelift for close button on tabwidget
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20917 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-11 19:00:18 +00:00
Bo Peng
92ba4103e2 add Shortcuts.lyx to Makefile.am and scons_manifest.py
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20914 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-11 16:47:57 +00:00
Bo Peng
5d2cb28b0a Add lib/doc/Shortcuts.lyx and menu entry Help->Shortcuts. Please help complete this document.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20912 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-11 15:55:31 +00:00
Bo Peng
fee0b943b3 lib/doc/LaTeXConfig.lyx: use InsetInfo instead of @@ sed entries. This file needs further edition
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20911 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-11 15:49:37 +00:00
Bo Peng
8d9893ad50 InsetInfo: Move LaTeXConfig.lyx.in to LaTeXConfig.lyx and stop processing this file in configure.py (and chkconfig.ltx.
* development/scons/scons_manifest.py: build system changes
	* lib/doc/Makefile.am
	* lib/doc/LaTeXConfig.lyx.in: rename to
	* lib/doc/LaTeXConfig.lyx: this one.
	* lib/chkconfig.ltx: stop processing sed file and LaTeXConfig.lyx.in
	* lib/configure.py


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20910 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-11 15:43:44 +00:00
Bo Peng
c37b495ca0 InsetInfo: add shortcut C-S-I. (there will be no menu item, because this feature is for developers and document maintainers)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20906 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-11 15:08:30 +00:00
Bo Peng
353aacab4b InsetInfo: lyx2lyx support
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20905 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-11 14:56:34 +00:00
Martin Vermeer
0f4d519108 A saner way to reset paragraphs to default when inserting inset around selection
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20888 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-10 13:25:37 +00:00
Uwe Stöhr
d44d755732 lyx2lyx/lyx_1_6.py: forgot to revert the encoding too in my last commit (r20859)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20860 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-09 00:12:48 +00:00
Uwe Stöhr
a9b5b1ff9a Fileformat incremented to 293 due to yesterdays' support for japanese-plain (r20831)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20859 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-08 23:40:23 +00:00
Jean-Marc Lasgouttes
1a53e1099a * src/paragraph_funcs.cpp (breakParagraph): change parameter 'flag' to
simpler 'keep_layout'

	* src/Text.cpp (breakParagraph): change parameter keep_layout to 
	inverse_logic.

	* src/Text3.cpp (dispatch): remove LFUN_BREAK_PARAGRAPH_KEEP_LAYOUT;
	implement "inverse" flag to LFUN_BREAK_PARAGRAPH.

	* src/LyXAction.cpp:
	* src/insets/InsetCaption.cpp (doDispatch):
	* src/insets/InsetFlex.cpp (doDispatch):
	* src/insets/InsetTabular.cpp (doDispatch): 
	* src/insets/InsetIndex.cpp (doDispatch):
	* src/lfuns.h: remove all traces of LFUN_BREAK_PARAGRAPH_KEEP_LAYOUT.

	* lib/bind/cua.bind:
	* lib/bind/xemacs.bind: 
	* lib/bind/emacs.bind:
	* lib/bind/mac.bind: adapt bindings.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20846 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-08 13:17:15 +00:00
Uwe Stöhr
14eb8d4d0a encodings: add dummy encodings for plain Japanese support (Patch by Yokata san)
languages: add a second Japanese language entry that doesn't use CJK

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20831 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-08 00:18:11 +00:00
Uwe Stöhr
cd64f187e6 languages:
- add comment for Hungarian and correct its name in LyX
 - whitespace fixes
 - add comments for Sorbian
 - disable Upper Sorbian as this is broken, see bug http://bugzilla.lyx.org/show_bug.cgi?id=4257

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20825 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-07 20:09:12 +00:00
Bo Peng
b352c78905 Fix indentation (from 2 spaces to 4) in lyx_1_6.py
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20818 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-07 14:26:16 +00:00
Enrico Forestieri
4c3657ff7e Was forgetting this
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20793 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-06 17:29:39 +00:00
Uwe Stöhr
6d08fba6e5 Italian UserGuide.lyx: revert wrong translation in last commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20791 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-06 17:12:33 +00:00
Uwe Stöhr
7033b2d9e6 all UserGuides: fix the broken character "DOTTLESS J WITH HAT", according to r20730
German UserGuide: Updates from Hartmut
Basque, French, and Italian UserGuide: format the document like the English, German, and Spanish version

I'll apply this to the 1.5.X branch as soon as it is repoened.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20790 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-06 17:05:17 +00:00
Enrico Forestieri
c2f54cd891 Add the esint font to the private fonts.
The \dotsint glyph is remapped to an unsed code point in the
font such that to maintain compatibility with the TeX font
and convince Qt4 to show the glyph.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20786 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-06 15:30:29 +00:00
Enrico Forestieri
5f111e8070 Fix bug 2326
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20781 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-06 13:30:03 +00:00
Jürgen Spitzmüller
7341e94905 * lib/doc/Makefile.am:
* development/scons/scons_manifest.py:
	- add Spanish UserGuide.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20767 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-06 06:52:07 +00:00
Martin Vermeer
2b0fd3325b Further charstyle -> element fixes, thx John
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20741 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-05 05:08:51 +00:00
Martin Vermeer
67e5b12f30 Charstyle->Element, thx John
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20740 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-05 05:02:26 +00:00
Uwe Stöhr
ae0f514870 support for the Vietnamese languages
fileformat increased to 291

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20738 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-04 23:20:39 +00:00
Abdelrazak Younes
72a28a7038 Fix unicode character.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20730 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-04 11:11:32 +00:00
Enrico Forestieri
91d8498890 Fix (again) bug 3510 after r20508
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20725 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-03 23:56:34 +00:00
Uwe Stöhr
d162028a9c lyx2lyx/lyx_1_6.py: fix a comma
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20720 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-03 22:00:45 +00:00
Uwe Stöhr
e6498670fb lyx2lyx/lyx_1_6.py: remove now obsolete comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20718 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-03 21:39:32 +00:00
Uwe Stöhr
721e47e32f Hungarian translation updates by Szöke
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20715 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-03 21:14:22 +00:00
Uwe Stöhr
2492def7da provide wrap tables based on the current wrap float implementation
file format increased to 290


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20713 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-03 21:07:01 +00:00
Uwe Stöhr
616d9ed9f2 languages: whitespace again
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20709 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-03 20:13:13 +00:00
Uwe Stöhr
a3eca3f40d languages: whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20700 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-03 14:29:59 +00:00
Martin Vermeer
d21a3bb445 Index as collapsible, preserving existing feature set
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20699 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-03 13:38:19 +00:00
Uwe Stöhr
d81e1b3a2d Spanish translation updates by Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20698 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-03 11:23:53 +00:00
Uwe Stöhr
3e241f4632 Extended.lyx: fix typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20695 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-03 11:20:25 +00:00
Uwe Stöhr
2b16811b46 lyx2lyx/lyx_1_6.py: small code change for better understanding
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20689 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-03 09:55:37 +00:00
Richard Heck
e4558862ba Stupid mistake.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20678 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-03 00:37:08 +00:00
Uwe Stöhr
612504b796 lyx_1_6.py: fix endless loop, but routine is still not working, see http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg128426.html
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20677 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-03 00:09:47 +00:00
Uwe Stöhr
ef925d8463 Spanish and Hungarian translation updates, thanks to Ignacio and Alex
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20643 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-01 20:43:36 +00:00
Martin Vermeer
c56fa287b6 Final fix to get unit with optional arg (value) working
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20635 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-01 12:43:40 +00:00
Uwe Stöhr
80a54dd7dd g-brief: fix typos (ported from r20614)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20618 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-30 22:51:53 +00:00
Uwe Stöhr
55b8c25686 add warning to the g-brief templates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20604 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-30 11:36:44 +00:00
Uwe Stöhr
4f70d72a24 Customization.lyx: - add PDF-bookmarks
- small updates in German version

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20592 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-29 16:13:14 +00:00