Jean-Marc Lasgouttes
3c2d3caf27
Do not add -std=c++11 to CPPFLAGS (because objc does not like it)
...
Since at least gcc 4.6 requires it, -std=c++11 has been passed to CPPFLAGS at 39717adfd
. This was deemed necessary so that tests that use the preprocessor directly (AC_CHECK_HEADER) can have the right information.
It turns out that CPPFLAGS gets passed to objc compilation too (on Mac OS X) and this create compile-time errors.
Therefore we remove the -std flag from CPPFLAGS and re-add it to a separate variable cxx11_flags that is passed to LYX_CXX_USE_REGEX.
2016-02-23 15:01:16 +01:00
Uwe Stöhr
5e38454a63
Win installer: updated Swedish translations by Jim
2016-02-21 17:53:05 +01:00
Uwe Stöhr
e8eed35c5c
Math.lyx: revise section about subnumbering
...
thanks to Andrew Aparsloe for the hint
2016-02-21 17:46:55 +01:00
Juergen Spitzmueller
f60a152a29
Adapt forest (linguistic structure tree) to new syntax of the package
...
while maintaining backwards compatibility (#9967 ).
2016-02-21 11:54:25 +01:00
Richard Heck
efd1af6789
Whoops on the last commit. This is the right patch.
2016-02-20 22:19:03 -05:00
Richard Heck
c498adf4db
Fix bug reported on the list by Philip Pirrip. It is possible that
...
paramsToDialog is called when we do not have a BufferView and so do
not have a Buffer.
2016-02-20 22:16:36 -05:00
Stephan Witt
89985bebf9
#9940 VCS now toggles buffer read-only state if locking is not active and it is enabled by VC backend
2016-02-20 07:32:56 +01:00
Stephan Witt
63e982191e
correct whitespace
2016-02-20 06:39:32 +01:00
Uwe Stöhr
ee039005ac
Spanish modernCV.lyx: updates by Ignacio
2016-02-20 02:39:41 +01:00
Uwe Stöhr
ba28f504b5
Spanish modernCV.lyx: update the file and make it compilable
...
(a special preamble is necessary for Spanish)
Ignacio will translate it soon.
2016-02-19 02:16:36 +01:00
Guillaume Munch
0c3643ada9
Set the preamble in fixed-width font and without line breaks ( #9966 )
2016-02-18 17:19:38 +00:00
Uwe Stöhr
8dc6c22b73
linguistics.lyx: re-add the \origin tag
...
Btw. the file is not compilable, see bug #9967
2016-02-18 02:00:38 +01:00
Uwe Stöhr
b6eb3f58be
example files: fixes and updates by Ignacio
2016-02-18 01:53:08 +01:00
Uwe Stöhr
9f8278d039
Win installer: update package installation list
2016-02-18 01:33:04 +01:00
Uwe Stöhr
ca337df809
Spanish example files: updates by Ignacio (part 2/2)
2016-02-18 01:32:37 +01:00
Uwe Stöhr
0564785b3e
tufte layouts: add new dependencies
2016-02-18 01:32:17 +01:00
Uwe Stöhr
33e550a986
linguistics.module: add new dependencies
2016-02-18 01:31:51 +01:00
Uwe Stöhr
9f6930b890
es.po: fix a typo introduced by last commit
2016-02-18 01:08:29 +01:00
Uwe Stöhr
a7c89edeaa
Spanish example files: updates by Ignacio (part 1/2)
2016-02-18 01:07:08 +01:00
Uwe Stöhr
82c2894fd5
es.po: updates by Ignacio
2016-02-18 00:43:50 +01:00
Georg Baum
c0ce79452f
Introduce proper integer rounding function
...
This fixes a failing unit test with 32bit gcc 4.9.3 and -O2 optimization:
It computed 9953 instead of 9954 for Length::inPixels() of value 2342.
The reason for this is probably different rounding behaviour caused by storing
the unrounded value in a processor register (uses 80bit accuracy) vs. writing
it back to memory (uses 64bit accuracy). The unrounded value is very close to
9953.5 (which is not representable as an exact IEEE floating point value).
Apart from that, having a proper function for rounding makes the code more
readable, and has the nice side effect to make Length::inPB() work for
negative lengths as well.
2016-02-17 21:42:37 +01:00
Peter Kümmel
fc459bd977
files are already part of boost
2016-02-16 11:00:34 +01:00
Uwe Stöhr
a1ad717eb4
Win installer: translation updates by Georger and Claudio
2016-02-15 22:52:10 +01:00
Kornel Benko
cc884dd044
Typo.
2016-02-15 21:00:35 +01:00
Kornel Benko
64446ab834
Preparing a helper script to creat md5sum of a file.
2016-02-15 15:24:33 +01:00
Peter Kümmel
1660e096c6
use more portable ustar tar format
2016-02-14 22:35:46 +01:00
Peter Kümmel
6de524e6cf
Add missing boost files to source package
...
and remove Visual Studio files, we build with CMake on Windows.
2016-02-13 19:03:42 +01:00
Scott Kostyshak
2393d2545a
Back to development
2016-02-12 22:25:04 -05:00
Scott Kostyshak
ce1814c608
This is LyX 2.2.0beta2
2016-02-12 22:23:19 -05:00
Scott Kostyshak
3d3b4fdea8
Update ANNOUNCE for beta2
2016-02-12 22:21:54 -05:00
Scott Kostyshak
ce4bfd080b
Minor typo in ANNOUNCE
2016-02-12 22:21:54 -05:00
Georg Baum
5a9a23a5da
Update pt_BR.gmo after 7c08d433e
...
As requested by Georger
2016-02-12 20:14:16 +01:00
Uwe Stöhr
bf4e6c7767
Win installer: several fixes
...
- fix broken weblinks
- remove unused includes
2016-02-12 02:52:36 +01:00
Uwe Stöhr
10cce01a24
Win installer: get rid of lyx.nsi
...
This file is not really helpful for daily work. Its content is now directly in the installer script.
2016-02-12 02:51:38 +01:00
Uwe Stöhr
8913488ecb
Win installer: re-add encoding for slovak.nsh
2016-02-12 02:49:25 +01:00
Uwe Stöhr
de73550fd1
Win installer: French correction
2016-02-11 23:48:28 +01:00
Uwe Stöhr
0c8d3d3d94
Win installer: updated Italian
2016-02-11 23:36:01 +01:00
Uwe Stöhr
7c08d433ef
pt_BR.po: updates from Georger
2016-02-11 23:30:15 +01:00
Uwe Stöhr
895f61c599
Win installer: update language files
2016-02-11 23:29:42 +01:00
Georg Baum
5dcc89d257
Remove date from LFUNs.lyx as discussed.
...
Also update format to 506.
2016-02-11 21:22:07 +01:00
Georg Baum
ff9ba203ff
Add missing files to source package
...
The windows build for beta1 showed that some files were missing by accident.
2016-02-11 21:04:58 +01:00
Kornel Benko
4c2ceb698c
Update sk.po
2016-02-11 09:19:09 +01:00
Kornel Benko
a413d667ca
Set C++11 option defaulting to 'AUTO' as it is on autotools too.
...
Nothing changes for already cached values.
With fresh build-dir and in 'AUTO'-mode we try to determine if the c++ compiler
is able to use this feature.
2016-02-11 09:03:07 +01:00
Uwe Stöhr
53d911b35d
Win installer: some fixes and improvements
...
- fixed typos and updated translation
- support for Krita
- updated support for Gimp
- updated backup detection for TeXLive (generic detection always works independently)
- safeguard for a variable issue
2016-02-11 01:33:34 +01:00
Scott Kostyshak
74abe54e3c
Back to development
2016-02-09 21:41:02 -05:00
Scott Kostyshak
3bc884c399
This is LyX 2.2.0beta1
2016-02-09 21:38:47 -05:00
Scott Kostyshak
ce071eec92
Update docs to 2.2.0beta1 format
2016-02-09 21:38:47 -05:00
Scott Kostyshak
939a1e01d5
Update NEWS for 2.2.0beta1
2016-02-09 21:33:07 -05:00
Scott Kostyshak
8359475f7a
Update ANNOUNCE for 2.2.0beta1
2016-02-09 21:33:01 -05:00
Scott Kostyshak
693ca643fc
RELEASE-NOTES: document tabular-feature change
2016-02-09 19:13:43 -05:00