Commit Graph

13986 Commits

Author SHA1 Message Date
Enrico Forestieri
6b2fe73e91 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::writeScriptChars): new method.
	(Paragraph::Pimpl::simpleTeXSpecialChars): output proper
	latex code for greek and cyrillic chars when they cannot
	be encoded using the current latex encoding.

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

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

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


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21184 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-24 17:24:56 +00:00
Jean-Marc Lasgouttes
854ac9cab5 * layouts/amsmaths-seq.inc:
* layouts/amsmaths.inc: make sure that the preamble of the Theorem
	layout is output when using other theorem like layouts that
	need its counter (bug 4282).



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21176 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-24 09:47:17 +00:00
Jean-Marc Lasgouttes
3175af3ff9 * filetools.cpp (isFileReadable): boost::fs is tasteless enough to
throw exceptions on tests like existence of a file. Work around it.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21172 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-24 09:01:51 +00:00
Jürgen Spitzmüller
0d7a465f33 * src/frontends/qt4/ui/ParagraphUi.ui:
- fix several duplicated accelerators (bug 4277)
* src/frontends/qt4/QParagraph.cpp:
	- use the original string from the dialog for the alignDefaultRB
	  widget, in order to display the accelerator.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21143 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-23 07:49:07 +00:00
Uwe Stöhr
2f95ed9ee0 TabellenBeispiel.lyx: fix the end document tag
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21135 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-22 23:28:59 +00:00
Uwe Stöhr
e8b244e17f German UserGuide.lyx updates from Hartmut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21133 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-22 23:20:35 +00:00
Uwe Stöhr
7925caa690 status.15x: - reintroduce an entry that was accidentally removed in r21120
- rewrite two entries for better understanding

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21130 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-22 23:03:10 +00:00
Martin Vermeer
25056968b8 Update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21124 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-22 18:18:54 +00:00
Martin Vermeer
1267d53707 Fix off-by-one error addCol()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21123 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-22 18:18:10 +00:00
Martin Vermeer
3837b7a47e Fix problem with pressing C-Enter converting equation to eqnarray
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21122 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-22 18:07:48 +00:00
Jean-Marc Lasgouttes
21c69d068a update Spanish l10n
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21120 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-22 14:04:26 +00:00
Uwe Stöhr
bf840ff351 installer updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21114 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-22 01:57:46 +00:00
Uwe Stöhr
c4e4a6b650 Documentation updates from Hartmut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21113 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-22 01:56:54 +00:00
Uwe Stöhr
5550b8263c UserGuide.lyx: fix typo spotted by Hartmut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21111 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-22 01:01:25 +00:00
Uwe Stöhr
8862459a36 Extended.lyx: remove section about Index preparation as this is since LyX 1.5.2 described in the UserGuide
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21109 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-22 00:43:47 +00:00
Enrico Forestieri
7dfea4e1bb Fix bug 4287
* src/Buffer.cpp (Buffer::save): also replace the ':' character
	in the mangled filename as this it is illegal on Windows.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21103 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-21 18:00:37 +00:00
Jürgen Spitzmüller
4ca334c947 * lib/layouts/beamer.layout:
* lib/layouts/foils.layout:
* lib/layouts/powerdot.layout:
* lib/layouts/slides.layout:
	- put slides/foils in the TOC/outliner. This fixes bug 78 [sic!].

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21054 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-19 11:22:53 +00:00
Enrico Forestieri
7293bc940c Fix DraftDVI entry
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21000 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-16 21:21:31 +00:00
Bo Peng
49909e1c97 correct a typo in status.15x
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20973 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-15 14:38:20 +00:00
Bo Peng
d323b6d03e Does not display the type of charstyle insets by default. Display type of an charstyle inset under mouse in the status line.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20968 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-14 16:30:22 +00:00
Bo Peng
880739c5c5 Check and show proper error message if configure.py fails (part of buf 2829)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20966 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-14 14:48:09 +00:00
Bo Peng
492c3a1cde Add Erlang support for listings (bug 4263)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20957 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-13 20:55:33 +00:00
Uwe Stöhr
7b87ff0a9c German UserGuide.lyx: updates from Hartmut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20926 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-11 22:35:07 +00:00
Uwe Stöhr
7fb32d7e50 installer: whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20924 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-11 22:32:15 +00:00
Uwe Stöhr
12ecde9bb1 installer fix two bugs in the Update installer
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20923 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-11 22:27:11 +00:00
Uwe Stöhr
1508a0ea8f installer: handle different ImageMagick-versions in the update installer
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20919 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-11 20:27:07 +00:00
Uwe Stöhr
dd60fe4480 LaTeXFeatures.cpp: URL-code cleanup, fix bug http://bugzilla.lyx.org/show_bug.cgi?id=2265
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20874 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-09 21:05:51 +00:00
Uwe Stöhr
893f78230b status.15x: add missing entry
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20873 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-09 20:57:06 +00:00
Uwe Stöhr
0e2846ed71 installer update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20872 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-09 20:55:05 +00:00
Abdelrazak Younes
fd69063e00 clear the pixmap cache and the font metrics cache in case of zoom or dpi changes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20868 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-09 16:22:24 +00:00
Uwe Stöhr
6899377d5b 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

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20857 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-08 23:16:05 +00:00
Jean-Marc Lasgouttes
e479728fbe update to japanese and simplified chinese l10n
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20851 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-08 14:47:43 +00:00
Enrico Forestieri
ddb51901c6 Was forgetting this.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20850 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-08 14:28:30 +00:00
Jean-Marc Lasgouttes
9b9c60c948 and this
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20849 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-08 13:50:10 +00:00
Jean-Marc Lasgouttes
e16f8a2fd3 Fix bug 2445.
* 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.

	* 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/branches/BRANCH_1_5_X@20848 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-08 13:35:16 +00:00
Enrico Forestieri
d753a754ea 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/branches/BRANCH_1_5_X@20847 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-08 13:25:26 +00:00
Jürgen Spitzmüller
2539198e17 * ANNOUNCE: remind me that we have binaries on board.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20845 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-08 12:03:22 +00:00
Enrico Forestieri
2adcf3c23d Fix bug 2330
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20844 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-08 11:50:58 +00:00
Enrico Forestieri
08d3220c1f Fix bug 2326
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20843 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-08 11:47:40 +00:00
Jürgen Spitzmüller
6887b5a328 * src/BranchList.cpp:
- fix crash when theApp() didn't exist (command line export of document with branches) [bug 4255]

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20841 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-08 09:25:37 +00:00
Jürgen Spitzmüller
891457c962 * status.15x:
* po/postats.py:
	- back to work.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20833 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-08 06:01:31 +00:00
Jürgen Spitzmüller
9f5e75da97 * development/scons/scons_manifest.py:
- add Spanish UserGuide.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20768 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-06 07:32:24 +00:00
Jürgen Spitzmüller
6f867cc7f8 * configure.ac: set version to 1.5.3svn
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20754 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-05 16:03:36 +00:00
Jürgen Spitzmüller
9c2b948c2d * po/*.po: remerge
*** BRANCH is DEEP FROZEN again!!! ***

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20752 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-05 15:06:03 +00:00
Jürgen Spitzmüller
ce98a8ee2b * ANNOUNCE:
* NEWS:
* status.15x:
	- final-final updates for 1.5.2

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20751 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-05 15:01:54 +00:00
Jürgen Spitzmüller
a70b5e3f3b * po/pt.po: update from Susana
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20750 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-05 14:28:34 +00:00
Jürgen Spitzmüller
8072157502 Grmpf :-(
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20749 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-05 14:12:46 +00:00
Jürgen Spitzmüller
e4983e9780 * configure.ac: set version to 1.5.2 and adjust date
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20746 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-05 07:30:33 +00:00
Jürgen Spitzmüller
aaf10a25dd * ANNOUNCE:
* NEWS:
	- final updates for 1.5.2

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20745 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-05 07:26:32 +00:00
Jürgen Spitzmüller
627e2e2fdf * po/*.po: remerge once more
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20744 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-05 07:23:03 +00:00