Vincent van Ravesteijn
1f76d67c66
Fix bug #7164 : Text in tables not painted immediately.
...
Fixes the regression introduces in r36630. I already fixed this, but forgot to commit apparently.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36848 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-12 20:56:01 +00:00
Georg Baum
5e5a078503
Increase tex2lyx output format to 277.
...
Nothing to do, since tex2lyx does not produce the invalid tables.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36847 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-12 20:01:53 +00:00
Georg Baum
6f951a9821
Fix bug #6051 by applying the patch from Pelle.
...
I could reproduce the warnings, and comparing the man output with and without
patch verified that the quotes were completely missing in the old version
while they are OK in the new one.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36846 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-12 19:39:21 +00:00
Georg Baum
5aedfc6b9f
Increase tex2lyx output format to 276 (LyX 1.5.x).
...
Add support for arabic (arabi package), and two languages that are already
avaiilable in previous formats, but have been forgotten: latvian and lithuanian.
Again, the previous format was not handled correctly:
arabic (arabi) was parsed as arabic (arabtex).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36845 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-12 18:47:02 +00:00
Stephan Witt
1812984b42
finally ASPELL_FRAMEWORK is not used anymore
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36844 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-12 18:43:02 +00:00
Georg Baum
04233bf5eb
Increase tex2lyx output format to 275.
...
Nothing to do for 274: tex2lyx did not implement the special whitespace
handling that would have been needed for the old format.
Use the scaleBeforeRotation keyword for graphics (275).
This fixes actually a bug with the old version, that implicitly converted
all graphics to scale before rotation.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36843 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-12 17:47:36 +00:00
Georg Baum
19c27cba66
Increase tex2lyx output format to 273.
...
Nothing to do, since lyx2lyx conversions are empty except for version 271,
and tex2lyx already outputs the new format for 271.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36842 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-12 14:55:14 +00:00
Georg Baum
c0b20c1c92
increase tex2lyx output format to 265
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36841 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-12 14:33:34 +00:00
Georg Baum
1b04aa7301
Do not use math commands from unicodesymbols in tex2lyx text mode,
...
since they are usually invalid in text mode (partial fix of bug 6797).
Also, prepare proper translation of \\slash{} and \nobreakdash.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36840 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-12 13:23:05 +00:00
Georg Baum
a4a7502769
textsubscript and textsuperscript for tex2lyx
...
(deactivated until format is recent enough)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36839 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-12 12:16:18 +00:00
Georg Baum
e693a60c34
Fix bug #5716 .
...
Since separators are not allowed by the current .lyx version written by
tex2lyx, an empty note is used instead.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36838 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-12 11:45:09 +00:00
Jürgen Spitzmüller
aec686905b
* Buffer.cpp (doExport): rebuild the Graph to fix a crash due to an invalid pointer.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36837 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-12 10:56:55 +00:00
Jürgen Spitzmüller
04bfd58a3a
* BufferParams.cpp (loadFonts):
...
- replace the fontspec option "mapping=text-tex" with "Ligatures=TeX" as recommended in the fontspec manual.
The two options are equivalent, but only the latter is recognized by LuaTeX.
- do not use TeX ligatures with typewriter fonts (this is the same in standard LaTeX).
- add a bit of documentation.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36836 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-12 10:15:44 +00:00
Enrico Forestieri
573694da5f
Fix bug #6538 (Figure: relative path changed to absolute on copy/paste)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36835 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-11 23:04:24 +00:00
Stephan Witt
937984898a
#7084 provide spelling suggestions only when replacement is possible - if there is no selection or the misspelled word is selected; use the replace2string to construct the LFUN arguments
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36834 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-11 19:10:44 +00:00
Georg Baum
cb1fc51b9c
Fix bug #3016 : tex2lyx fails to convert xfig figures to Xfig insets
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36833 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-11 18:22:47 +00:00
Enrico Forestieri
14cbb6cb3d
Fix bug #7090 (Segfault in refreshing instant preview when math macro changes)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36832 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-11 18:15:34 +00:00
Georg Baum
7ba8c1d542
Fix bug #3333 : LyX gives a stupid error message when trying to convert xfig
...
files to eps/pdf. With this fix, you get the usual "No information for
converting ..." message.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36831 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-11 18:14:16 +00:00
Jürgen Spitzmüller
10a4b5f872
* BufferParams.cpp: fix cut'n'paste error.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36830 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-11 17:17:47 +00:00
Enrico Forestieri
f5cd2ebe71
No tabs in ui files.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36829 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-11 15:44:54 +00:00
Jürgen Spitzmüller
53250a1269
* GuiDocument.cpp (paramsToDialog):
...
- stupid thinko! (bug 7076).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36828 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-11 15:28:02 +00:00
Enrico Forestieri
51aa20b3ed
Disable the "Single instance" check box if the lyxpipe has not been set up.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36827 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-11 15:21:23 +00:00
Jürgen Spitzmüller
33f4ea26a5
* actually record rtf and doc viewers.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36825 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-11 14:48:52 +00:00
Jürgen Spitzmüller
abac1cde48
* id.po: Update from Waluyo.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36823 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-11 12:47:09 +00:00
Stephan Witt
5d531c0a9e
rename selectionAsString parameter in header to match the implementation
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36822 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-11 11:45:19 +00:00
Uwe Stöhr
9cf4dfda3e
Indonesian UserGuide.lyx: more translations from Waluyo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36821 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-11 05:48:03 +00:00
Uwe Stöhr
6a07084315
Indonesian UserGuide.lyx: new translation from Waluyo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36820 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 20:50:30 +00:00
Uwe Stöhr
00e09baca1
Math.lyx, EmbeddedObjects.lyx: fix two issues spotted by Ignacio
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36819 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 19:55:09 +00:00
Uwe Stöhr
aa20f0ddba
Spanish EmbeddedObjects.lyx, Math.lyx: updates by Ignacio
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36818 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 19:22:03 +00:00
Pavel Sanda
d0ba83d814
Fix #7057
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36817 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 17:22:12 +00:00
Kornel Benko
2f33d5da5a
* sk.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36816 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 16:56:03 +00:00
Uwe Stöhr
61e19695c8
chkconfig.ltx: add hhline - was a leftover from r36786; LaTeXConfig.lyx entry still missing
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36815 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 16:44:07 +00:00
Kornel Benko
8d956044f9
remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36814 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 16:40:00 +00:00
Uwe Stöhr
f81ade7ef0
de.po: remerge + new translations
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36812 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 16:34:08 +00:00
Pavel Sanda
8dabf14050
Recognize the COMBINING GREEK PERISPOMENI character, part of bug #6463 .
...
Patch from Guenter Milde.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg164217.html
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36811 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 16:33:41 +00:00
Uwe Stöhr
cbd7789e55
scons/build_msvc.bat: use aspell explicitly (squashes some SCons warnings); hunspell does not yet work
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36810 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 16:08:15 +00:00
Pavel Sanda
4f6e9640c8
* cs.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36809 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 15:51:34 +00:00
Pavel Sanda
5ce8c4d36b
Simplify tooltips
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36808 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 15:43:00 +00:00
Richard Heck
a522fc683a
Leftover from r36789.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36807 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 12:46:28 +00:00
Jürgen Spitzmüller
1e98a4f240
Add the option to select the output format in Source View.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36806 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 10:34:24 +00:00
Uwe Stöhr
ab883f647f
GuiTabular.cpp: typo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36805 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 06:25:52 +00:00
Uwe Stöhr
5f30c8be67
UserGuide.lyx: describe the new font features as well as LuaTeX and improve description of XeTeX (many thanks Jürgen!)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36804 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 06:19:52 +00:00
Uwe Stöhr
38809398eb
de.po: fix 2 typos
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36803 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 06:16:31 +00:00
Georg Baum
f2cc066c49
improve fix for #6303 as suggested by Richard
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36799 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-09 22:35:44 +00:00
Richard Heck
a7de5bc8b3
This routine does not need to take a pointer to a WorkArea. Also, remove
...
some dead code.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36798 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-09 22:29:12 +00:00
Georg Baum
d0933f4bd9
fix another crash like bug #6303
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36796 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-09 21:35:39 +00:00
Pavel Sanda
a03d15bbdd
Default decimal point mask is not translatable string
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36795 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-09 20:31:56 +00:00
Pavel Sanda
34c26f89bb
Resave in older designer
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36794 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-09 20:31:54 +00:00
Pavel Sanda
3ed3c7c8a3
* cs.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36793 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-09 20:31:35 +00:00
Pavel Sanda
17196a24f4
Kill another "
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36792 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-09 20:05:30 +00:00