Kornel Benko
7e89a2d5b1
Make more tests compilable
...
revertedTestst: aa_samply.lyx compiles without change
*_Additional.lyx: bad include path after moved to attic
2013-08-14 14:24:20 +02:00
Kornel Benko
e1a442509d
Cmake build: install moved springer files
...
The spriger directory moved from templates to examples,
but the installation of them was forgotten.
2013-08-11 21:22:00 +02:00
Scott Kostyshak
1d3e77b515
tests: 'default' 'default_output_format' if none
...
When deciding which output formats to test, if we do not find a
'default_output_format' we assume it is set to 'default'.
For discussion, see:
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg180536.html
2013-08-05 19:24:11 -04:00
Scott Kostyshak
1052732e66
Japanese docs: translations from Koji
2013-08-05 19:15:56 -04:00
Scott Kostyshak
005cc9097c
revertedTests: take out some Hebrew, add Russian
...
The Hebrew files export fine with pdf and pdf2 when Hebrew fonts
are installed. Russian LuaTeX is not known to work.
2013-08-05 04:58:55 -04:00
Vincent van Ravesteijn
9235e82558
Fix typo
2013-08-04 16:37:24 +02:00
Kornel Benko
8ac070afb0
Cmake export tests
...
Some export test are known to fail. Checking them every time is cumbersome.
Now, the tests marked in file revertedTests will invert the success condition
and mark the test as INVERTED_SEE-README.ctest.
If some of the tests in revertedTests fails, this is good, and the testname
can be removed from it.
2013-08-04 14:31:47 +02:00
Kornel Benko
db3afda749
typo
2013-07-23 22:39:03 +02:00
Kornel Benko
33f23ae8e5
Export tests in cmake build: Do not use the default userdir while
...
running lyx.
2013-07-23 21:42:44 +02:00
Vincent van Ravesteijn
f43e38fa9f
CMake: xvkbd: Check whether the list exists
...
Instead of adding an empty element to the list, just check properly whether the list exists.
2013-07-23 20:42:53 +02:00
Vincent van Ravesteijn
d3634b6cd5
CMake: xvkbd: Fix spelling
2013-07-23 19:05:06 +02:00
Vincent van Ravesteijn
33aef1befe
CMake: xvkbd: Compile fix if none of the libraries is found
...
If no libraries are found, XVFBDLIBS is not initialized and the command "list(REMOVE_DUPLICATES XVFBDLIBS)" fails. So, initialize XVFBDLIBS beforehand.
2013-07-23 19:04:56 +02:00
Tommaso Cucinotta
cf973b2f3a
I seem to need this to let the 'Lang' keyword work, within *-in.txt files.
2013-07-23 02:10:48 +01:00
Stephan Witt
a0c241cdcb
pkg-config is not usable with self made Qt libs
2013-07-20 21:24:56 +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
Uwe Stöhr
e06a30ad71
installer: configure fix for LyX 2.1
2013-06-04 00:55:55 +02:00
Kornel Benko
b810c5744f
cmake: Make really sure, also the first po-file will be
...
processed, if it is not "ALL"
We cannot overwrite tha params given to a macro. Instead
use an own variable.
2013-06-02 17:52:40 +02:00
Uwe Stöhr
54e37ebc99
INSTALL.Win32: updates for lyX 2.1
...
- fix a link and ad info for the installer
- add the 3 required DLLs for the installer
2013-06-02 17:00:16 +02:00
Vincent van Ravesteijn
90610dbc0d
CMake: Make sure the first po file is also processed
2013-06-02 15:32:33 +02:00
Stephan Witt
f3e01a87dd
no need to deploy gettext library anymore
2013-05-31 22:27:59 +02:00
Uwe Stöhr
4db3e641ed
installer: further preparation
2013-05-31 04:33:25 +02:00
Uwe Stöhr
fd6151e394
installer: prepare for a LyX 2.1beta release
2013-05-31 04:27:08 +02:00
Vincent van Ravesteijn
a3c864102a
CMake: Remove libintl
2013-05-30 22:10:01 +02:00
Jean-Marc Lasgouttes
d7e2705228
Get rid of all traces of libintl.
...
This requires to re-add some tests in configure.ac.
Note that the code to generate a Makefile in po/ has been kept.
2013-05-30 22:10:01 +02:00
Richard Heck
73c0f7c701
FORMAT file for last commit.
...
Also took the opportunity to update my email address.
2013-05-30 10:30:01 -04:00
Uwe Stöhr
ea2d5947e9
support to set Tibetan as document language
...
- polyglossia supports http://en.wikipedia.org/wiki/Standard_Tibetan so we can support it too
- fileformat change
2013-05-28 23:40:17 +02:00
Uwe Stöhr
e28625160a
aa.layout: updated for A&A 8.2
2013-05-26 05:29:24 +02:00
Stephan Witt
1197cf062b
make Documents folder of disk image optional
2013-05-25 20:16:54 +02:00
Stephan Witt
75c631df7f
On Mac, moving down a paragraph should place the cursor at the end of the current paragraph
...
(unless it's already there, in which case it should move to the end of the next paragraph).
Change the preference setting name (mac_like_word_movement to mac_like_cursor_movement)
to better reflect its function.
Patch and description from Bennett Helm
2013-05-25 18:02:21 +02:00
Jean-Marc Lasgouttes
f04c7711b0
Fix empty width support for Box inset
...
* InsetBox and GuiBox: Use proper empty length instead of the broken -9.99col% trick
* some slight changes to the logic of GuiBox to make sure that values are set as needed.
* lengthToWidget(): handle properly the empty length case. All the other related Qt helpers did it already, it was probably an oversight. Also set the default_unit parameter as optional (not needed in this patch actually, but I got carried away :)
* allow generating LaTeX code for an empty length, since some broken code does that.
2013-05-24 15:44:59 +02:00
Uwe Stöhr
8c415f3357
installer: install some XeTeX requirements
...
- iftex and xetex-def is in general necessary
- makecmds is necessary for Arabic and Farsi in combination with XeTeX
2013-05-23 01:30:28 +02:00
Kornel Benko
fda7721e4a
Cmake tests: use multiple log files for multiple test-cases
2013-05-21 19:54:20 +02:00
Kornel Benko
82bca55a1f
Typo
2013-05-21 13:26:26 +02:00
Scott Kostyshak
060bac3401
Add autotests for #8684
...
(these should currently fail)
2013-05-20 18:52:16 -04:00
Uwe Stöhr
eb314aa5be
installer: update dictionary for Norwegian
2013-05-20 03:18:11 +02:00
Uwe Stöhr
1c362cc773
installer: really fix splitindex support this time
...
- for splitindex the installer has to install Perl to MiKTeX but 64bit MiKTeX works with Perl using a different folder structure than 32bit MiKTeX
2013-05-19 18:46:14 +02:00
Uwe Stöhr
abb3bf224b
installer: fix an issue with 64bit MiKTeX
...
- splitindex did not work when 64bit-MiKTeX was used
2013-05-18 14:19:54 +02:00
Julien Rioux
cde541d785
New \cite_engine_type default.
...
The default citation capability of LaTeX is not a true numerical
citation engine, rather it uses a mixture of labels/numbers. Thus
we now distinguish them: "numerical" always increments the bibitem
counter and uses its value as a numerical citation label, while
"default" only uses the bibitem counter when no label is provided.
LyX file format incremented to 471.
2013-05-16 20:39:23 +02:00
Uwe Stöhr
792e216989
installer: fix converter for HTML
...
- fix bug reported on the lyx-devel list that eLyXer could not be invoked if Python is not installed
2013-05-15 23:48:23 +02:00
Pavel Sanda
8c23318a99
* header_check.sh: filter headers; we should suspect only .h files.
2013-05-15 03:46:04 -07:00
Pavel Sanda
392124e03e
* header_check.sh: fix error order
2013-05-15 03:43:11 -07:00
Pavel Sanda
ee0c031d2d
* header_check.sh: forgot on exec flag
2013-05-15 00:07:40 -07:00
Pavel Sanda
5ea35e2d62
* header_check.sh: more tweaks
2013-05-15 00:02:16 -07:00
Pavel Sanda
b1d8bdf670
* header_check.sh: Apply new changes from Scott.
...
I see lot of errors like:
The following string was expected to be '.cpp' or '.h':
LyX.cpp: In member function 'void lyx::LyX::printError(const lyx::ErrorItem&)':
Warning: the error was not parsed correctly.
The following string was expected to be '.cpp' or '.h':
LyX.cpp: In function 'void lyx::error_handler(int)':
2013-05-14 23:59:42 -07:00
Georg Baum
7bdc34a987
Implement forced local layouts
...
These should be used if any new style needs to be introduced in the stable
2.1 series: If the ForceLocal flag of the style is set, it will always be
written to the document header, so that even older 2.1 versions can read
and correctly output the document.
2013-05-15 07:19:49 +02:00
Vincent van Ravesteijn
4738ba0f1a
qt5: Fix use of zlib using config.h
2013-05-14 17:34:53 +02:00
Pavel Sanda
9d478d5587
Comment.
2013-05-03 21:45:59 -07:00
Scott Kostyshak
33b0cff2f3
header_check.sh: allow exclusion of common headers
...
Continuing to address #6305
2013-05-03 01:59:57 -04:00
Uwe Stöhr
81539ec435
installer: fix an issue
...
- also take care of emergency releases when updating LyX
- add some prerequisites for a new feature
2013-05-03 01:11:32 +02:00