Juergen Spitzmueller
6f9a272ca3
Fix toggling of 'misc' font options (bug #8764 )
2013-07-17 08:30:42 +02:00
Richard Heck
c89a42682d
Fix mis-spelling of "contirbutor".
2013-07-16 17:26:20 -04:00
Uwe Stöhr
158571ea00
LaTeXFeatures.cpp: fix bug #8731
...
- we must assure that the package mhchem is loaded before the package esint
2013-07-16 23:16:09 +02:00
Uwe Stöhr
c7cdac6561
Preamble.cpp: fix bug #8723
2013-07-16 23:07:46 +02:00
Georg Baum
85e635d2e3
Fix failing test caused by 89b2c54c00
.
...
Actually, the old reference was wrong, since it misparsed IPA short cuts as
spaces. I verified that the re-exported .tex is correct.
2013-07-16 22:53:25 +02:00
Scott Kostyshak
5225821242
Prevent zombie processes ( #8774 )
...
Using Systemcall::startscript() with Starttype::DontWait used to create
zombie processes, as nobody would collect them. This patch starts those
processes as detached, hence preventing them from becoming zombies.
In addition to #8774 , this bug was also reported here:
https://bugs.launchpad.net/ubuntu/+source/lyx/+bug/1096666
Patch from Guy Rutenberg. For reference, see this email thread:
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg180034.html
2013-07-16 01:02:28 -04:00
Uwe Stöhr
5b7152a455
ia.po: translations for LyX 2.1 from Giovanni
2013-07-15 00:39:51 +02:00
Vincent van Ravesteijn
6386ed4812
Back to development
2013-07-13 23:54:07 +02:00
Vincent van Ravesteijn
290f3af862
This is LyX 2.1.0beta1
2013-07-13 23:13:12 +02:00
Kornel Benko
f4bc391925
Cmake build xvkbd: add xmu to the list of libraries to bind with.
...
This is needed (because of DSO) on ubuntu 13.04.
2013-07-13 22:45:05 +02:00
Kornel Benko
5431b41d22
Cmake build key tests: Omit the tests and creation of xvkbd command,
...
if not all needed libs or programs are available.
This error is now not fatal.
2013-07-13 22:44:56 +02:00
Jean-Marc Lasgouttes
b58b8e7c73
Fix Qt tools search when a Qt directory has been specified
...
When --with-qt-dir has been specified, programs like "moc" in the Qt
directory are unlikely to have a qualified name like moc-qt4.
Therefore, such qualified names are only considered when the base
version has not been found.
2013-07-13 22:44:28 +02:00
Georg Baum
c0ea37f337
Fix image pasting regression
...
I introduced a regression in c14b9e67
for pasting images:
If an image is on the clipboard both as PNG and HTML with just an url,
but no plain text, pasting would fail. The reason for this was that
text contents was detected (the HTML code), nd preferred, but actually
pasting it resulted in an empty string, since the HTML import could not
handle the url This error was not checked.
The solution is first to try text paste if both text and image content
is present, and then try image paste if the text failed.
2013-07-13 22:44:20 +02:00
Juergen Spitzmueller
6e69a61d00
Fix problem with unbalanced braces in XeTeX output (bug #8765 )
2013-07-13 22:44:09 +02:00
Juergen Spitzmueller
c2cea31aea
Properly nest ulem commands within other font changes
...
This reverts the wrong fix to #8424 which caused #8733 and fixes both problems properly
2013-07-13 22:43:39 +02:00
Georg Baum
89b2c54c00
Fix wrong space symbols ( #8729 )
...
The main part of the fix (unicodesymbols) is from Jürgen. This commit fixes
tree problems:
- \; etc. were also used in text mode, but are math only
- all of those glyphs need to be forced with utf8
- actually, \; etc. are not the correct macros, since the encoded spaces are
breakable, but the math spaces are all protected. The sapce symbols are not
defined in the utf8 encodings.
2013-07-13 22:43:31 +02:00
Scott Kostyshak
dda0d24c7c
Fix Spanish tufte-{book,handout} bib paths
2013-07-13 22:42:56 +02:00
Scott Kostyshak
3fe9e672d5
RELEASE-NOTES: substantive changes
...
- fix documentation of the --export-to option
- add that sciword.bind underwent significant changes
2013-07-13 22:35:48 +02:00
Scott Kostyshak
8f3edf1bfc
RELEASE-NOTES: minor grammar and style changes
2013-07-13 22:35:29 +02:00
Julien Rioux
73368ed2d9
Fix pdf format conversion
...
When calling the default converter (convert) we pass the format on the
command line. In LyX we have various pdf, pdf2, pdf3, etc. formats all
representing PDF. We need to strip to trailing digit in the format string
otherwise the format is not understood by convert.
2013-07-13 16:15:13 +02:00
Julien Rioux
096204e23f
Fix JPEG format detection
...
Detect JPEG files using the magic number FF D8 (so-called SOI marker)
instead of the string JFIF, which does not appear in all JPEG files.
2013-07-13 16:14:58 +02:00
Georg Baum
822e171762
Fix inconsistent version in .lyx files ( #7951 )
...
LyX, lyx2lyx and tex2lyx produce now all the same version indicator consisting
only of the major and minor version. It is not decided yet whether future
development versions will add a -dev suffix, but for 2.1.0 this change fixes
the inconsistencies.
2013-07-13 16:02:26 +02:00
Vincent van Ravesteijn
da8b77b0b9
ANNOUNCE: beta releases can be downloaded from ftp
2013-07-13 15:56:30 +02:00
Juergen Spitzmueller
f7ac0f7bda
Fix a typo
2013-07-08 10:27:00 +02:00
Vincent van Ravesteijn
978ecc3309
Update RELEASE-NOTES
2013-07-07 22:04:25 +02:00
Vincent van Ravesteijn
d24d2c36c7
Update ANNOUNCE
2013-07-04 21:29:48 +02:00
Juergen Spitzmueller
50426600db
Fix beamer frame conversion
2013-07-04 18:25:04 +02:00
Pavel Sanda
b76b6575bd
Add introduction to cursor related classes, written by JMarc.
2013-07-01 09:52:06 -07:00
Jean-Marc Lasgouttes
878a86ff46
Document the Bidi class a bit
...
This is from information given by the auther (Dekel Tsur).
2013-06-28 15:18:17 +02:00
Uwe Stöhr
ef4018f68e
German UserGuide.lyx: fix a typo spotted by a user
2013-06-26 23:20:01 +02:00
Uwe Stöhr
e44e0aef6a
German UserGuide.lyx: fix a typo spotted by Stephan
2013-06-26 23:11:29 +02:00
Uwe Stöhr
f61f5e2116
Spanish Additional.lyx: fix a wrong language tag
2013-06-26 00:28:36 +02:00
Uwe Stöhr
f07cf5a1f6
Spanish Additional.lyx: translations for LyX 2.1 from Ignacio
2013-06-26 00:17:57 +02:00
Uwe Stöhr
20e8755ff1
es.po: translation for LyX 2.1 from Ignacio
2013-06-26 00:05:34 +02:00
Pavel Sanda
f7e43d11b1
cs.po - start 2.1 translations.
2013-06-15 15:59:41 -07:00
Pavel Sanda
8a0a738057
- cs.po fetch from branch.
2013-06-15 14:46:08 -07:00
Richard Heck
30d3fcd640
Fix bug #8746 : Images have to have alt tags.
2013-06-12 17:25:39 -04:00
Richard Heck
c6a08bc442
Somehow forgot HTML tags for Paragraph and Subparagraph.
...
Vincent, this is totally trivial and so should be fine.
2013-06-11 14:30:15 -04:00
Richard Heck
34e3aa4ca2
Fix comment in configure.ac. This was causing a warning during
...
configuration.
2013-06-11 11:05:31 -04:00
Uwe Stöhr
98936a3877
es.po: translations for LyX 2.1 from Ignacio
2013-06-08 16:19:09 +02:00
Uwe Stöhr
08b245b6fe
Additional.lyx: describe some more multicolumn features
2013-06-05 01:10:10 +02:00
Uwe Stöhr
b470bce9e7
doc files: remove outdated files
...
- all files ware the last time updated before 2007 (they are probably even older) and do only lead to confusions because of outdated/wrong info
2013-06-04 23:04:55 +02:00
Uwe Stöhr
915e228a87
Slovakian Userguide: remove completely outdated file
...
- this file described things from LyX 1.2 and also misses several chapters
2013-06-04 22:33:08 +02:00
Uwe Stöhr
5ff31c6da5
Customization.lyx: correct latest layout format
...
Merge branch 'master' of git.lyx.org:lyx
2013-06-04 22:21:06 +02:00
Vincent van Ravesteijn
d15bc5ef53
Update tex2lyx testcases to latest fileformat
2013-06-04 21:56:51 +02:00
Vincent van Ravesteijn
d27668841b
Update layouts to latest fileformat
2013-06-04 19:48:19 +02:00
Vincent van Ravesteijn
ae2d0e0d43
Update format of lyxrc.default
...
No changes are necessary.
2013-06-04 19:37:58 +02:00
Jean-Marc Lasgouttes
deb6e16e79
Move a Qt workaround to the Qt frontend.
2013-06-04 12:08:36 +02:00
Kornel Benko
20799a5ebf
* sk.po
2013-06-04 09:18:04 +02:00
Uwe Stöhr
e06a30ad71
installer: configure fix for LyX 2.1
2013-06-04 00:55:55 +02:00