Stephan Witt
f16b2cab75
prepare Qt 5.6 builds
...
* support separate Qt framework builds
* adjust configure options to skip QtTools
2016-02-28 11:34:06 +01:00
Uwe Stöhr
b0dd26909c
fr.po: translations by Jean-Pierre
2016-02-27 20:03:08 +01:00
Uwe Stöhr
d3715336fe
French linguistics.lyx: updates by Jean-Pierre
2016-02-27 19:58:10 +01:00
Guillaume Munch
2f17a9d029
Fix bindnasrepma.svgz
...
It's ampersand rotated 180 degrees, not its vertical mirror
2016-02-26 16:11:00 +00:00
Jean-Marc Lasgouttes
b01d7b2262
Do not merge consecutive hyphens in LyX-Code
...
The existing code already avoids merging with typewriter font, but it does not work with LyX-Code, where the typewriter family is inherited. Therefore it is Cursor::real_current_font that must be tested.
Fixes bug #9987 .
2016-02-26 12:02:37 +01:00
Kornel Benko
158edd30ab
Update sk.po
2016-02-26 08:09:18 +01:00
Uwe Stöhr
229d7fafd5
ErrorListUi.ui: make 2 strings compilable
...
fixes bug #9988
2016-02-26 02:04:49 +01:00
Uwe Stöhr
c3bb6ab792
sv.po: translations for LyX 2.2.0 from Jim
2016-02-25 20:41:27 +01:00
Uwe Stöhr
70b7958aa1
French Math.lyx: changes by Jean-Pierre
2016-02-25 20:38:18 +01:00
Uwe Stöhr
f96d5e75c9
Win installer: updated Portuguese translation by José
2016-02-25 00:24:01 +01:00
Uwe Stöhr
d17a38ac24
Math.lyx: some fixes
2016-02-25 00:15:54 +01:00
Uwe Stöhr
82ac5dcc6f
French Math.lyx: translations by Jean-Pierre
2016-02-25 00:15:00 +01:00
Uwe Stöhr
fe5268325a
fr.po: updates by Jean-Pierre
2016-02-24 23:54:10 +01:00
Guillaume Munch
20a9c7a381
Fix SIGSEGV when introducing a new shortcut ( #9869 )
...
removeShortcut() restores default settings, therefore was used incorrectly. I
introduce deactivateShortcuts() which only removes assignments.
Clean up a bit the lack of view / model distinction (getting rid of the crashing
code at the same time).
Repair inconsistency of the selection in the "modify" case. (regression at
717d19d3c
)
Make the test for existing bindings a bit more robust. (Not perfect yet.)
Focus on the item that has just been added/modified. (cosmetic)
2016-02-23 22:08:25 +00:00
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