Uwe Stöhr
58e6c6c876
InsetFloat: allow float placement for rotated floats
...
- fixes bug #10270
- fileformat change
- fixes also a bug that unwanted placement was output to LaTeX on certain cases
2017-04-15 06:57:52 +02:00
Uwe Stöhr
87c553af56
PDF-form.lyx: New German translation
...
- also many fixes and updates of the English version
- also some according fixes in de.po
2017-04-15 04:54:07 +02:00
Enrico Forestieri
364a5cffa3
Update it.po
2017-04-15 01:08:25 +02:00
Enrico Forestieri
217696d34b
lyxpak.py: Python 3 compatibility
2017-04-15 00:05:40 +02:00
Stephan Witt
1d7af1c6c1
LyX build for Mac - use HFS+ compression for copying LyX.app to disk image
2017-04-14 22:15:50 +02:00
Stephan Witt
6b54f646c6
LyX build for Mac - more readable disk mount management
2017-04-14 22:14:21 +02:00
Stephan Witt
668d92ea23
LyX build for Mac - avoid shipment of debug libraries
2017-04-14 22:08:12 +02:00
Stephan Witt
1366a560ce
LyX build for Mac - no need to deploy QtDBus framework
2017-04-14 22:07:09 +02:00
Uwe Stöhr
e2e449717b
Win installer: add package that is nowadays necessary to compile the PDF-form example file
2017-04-14 01:40:51 +02:00
Uwe Stöhr
d8185a6b8b
Math.lyx: correct wrong info about \mathindent
2017-04-14 00:59:32 +02:00
Enrico Forestieri
1a26f9b26c
layout2layout.py: Python 3 compatibility
...
The layout2layout.py script already reads and writes files in
binary format. However, all regexes and comparisons assume strings,
so that python3 chokes on them. This commit converts all involved
strings into bytes-like objects. In this way both python 2 and 3
behave the same.
2017-04-13 16:25:59 +02:00
Kornel Benko
70b0f8d953
Cmake roundtrip tests: Amend fc1c5c6
, rename formula_indent to math_indent
2017-04-13 15:48:07 +02:00
Enrico Forestieri
8f70d55148
configure.py: Python 3 compatibility
...
Don't assume any encoding for the layout files and treat them in
the same way python 2 does. Thanks José for the idea.
This commit supersedes 50e21b71
and e19b2a71
.
2017-04-13 15:34:54 +02:00
Kornel Benko
fab6ee2f4d
Check_layout tests: Check also stderr
...
1.) The command check_layout exits with "0", even if the module contains errors.
The new module check_layout.cmake tries to compensate.
2.) Added default style to the test layouts when checking single modules.
2017-04-13 11:18:05 +02:00
Enrico Forestieri
db494452dc
TeXFiles.py: Python 3 compatibility
2017-04-13 10:49:38 +02:00
Juergen Spitzmueller
953876a46c
Tiny clean up
2017-04-13 09:59:06 +02:00
Enrico Forestieri
ee0cc3cec1
Fix tests after 031748d9
2017-04-13 09:38:46 +02:00
Uwe Stöhr
fc1c5c6f28
BufferParams: rename formula_indent to math_indent etc. as requested
...
- also add flyx2lyx feature to import existing document class option as requested by JMarc
- also don't use a real default indentation length
2017-04-13 02:31:26 +02:00
Enrico Forestieri
031748d9c8
Avoid an assertion when compiling in debug mode with MSVC 2015
...
Seemingly, when removing an argument from argv, and thus inserting
a null pointer to shorten the array, causes an assertion because
the null pointer is not a valid heap pointer (sic!)
Fixes bug #10440
2017-04-12 21:19:42 +02:00
Juergen Spitzmueller
06fb58a2da
FontUi: Fix layout
...
The old layout resulted in a too wide dialog
(especially in some localizations)
2017-04-12 12:50:44 +02:00
Günter Milde
ddacfc0581
ctests: test unicodesymbols also with utf8.
...
The the default input encoding (utf8) whas somehow dropped from
the list. Restore it with explicit naming.
2017-04-12 12:42:26 +02:00
Juergen Spitzmueller
cbde0e16e2
TextLayout.ui: small layout fixes.
2017-04-12 12:10:58 +02:00
Juergen Spitzmueller
9068d1902e
No need to translate number
2017-04-12 11:57:43 +02:00
Juergen Spitzmueller
8393fde6ee
de.po
2017-04-12 11:53:58 +02:00
Uwe Stöhr
eb15b26801
InsetFloat.cpp: fix bug #10618
...
the label code missed to check all options (rotated, span columns)
2017-04-12 00:22:23 +02:00
Kornel Benko
bb6730e135
Update sk.po
2017-04-11 09:27:00 +02:00
Uwe Stöhr
ad77e08fde
FORMAT: correct a date
2017-04-11 02:03:19 +02:00
Uwe Stöhr
818373ce4f
tex2lyx: support rotated algorithm floats
...
LyX knows algorithm floats since ages. tex2lyx's support for rotated algorithm floats has simply been forgotten.
2017-04-11 00:36:00 +02:00
Uwe Stöhr
d2ac0d2cf4
TextLayoutUi.ui: correct a tooltip
2017-04-10 23:34:20 +02:00
Jean-Marc Lasgouttes
e19b2a717e
Set encoding correctly when reading layout files
...
Patch from Enrico.
2017-04-10 15:06:14 +02:00
Jean-Marc Lasgouttes
20696ecb7e
Try to preserve small details from eb4a2a19
...
Part of ticket #10569
2017-04-10 11:21:29 +02:00
Jean-Marc Lasgouttes
94114fd121
Better implementation for corssOutLines
...
When trying to do implement a LaTeX feature on screen, it is always
good to see how LaTeX does it, just in case it is easy to implement on
our side.
Then we have a correct output at all DPI sizes.
2017-04-10 10:27:08 +02:00
Kornel Benko
560ebc1d50
Make output of check_Length.cpp more human readable.
2017-04-10 09:57:40 +02:00
Stephan Witt
d568846e03
update canAutoOpenFile/autoOpenFile implementation to new MacOSX API, avoid deprecated calls
2017-04-08 21:01:17 +02:00
Stephan Witt
4a009c85bb
#9006 care to make prefs2prefs.py python 3 compatible
2017-04-08 20:58:16 +02:00
Kornel Benko
ebbc638de8
Update sk.po
2017-04-08 11:43:39 +02:00
Uwe Stöhr
1c2d056cfc
tex2lyx: fix the preamble output
...
- LyX has new preamble tags. Although that they are not relevant for LaTeX they must be created by tex2lyx nevertheless
- also fix an issue that the formula indentation was always output
- update the tex2lyx tests accordingly
2017-04-08 04:55:22 +02:00
Uwe Stöhr
fae697a65c
update tex2lyx tests to latest file format
2017-04-08 04:13:05 +02:00
Uwe Stöhr
b3b7675f54
Length.cpp: add new unit representing \baselineskip
...
- fileformat change
2017-04-08 03:30:21 +02:00
Uwe Stöhr
b3b1cf7e98
InsetTabular.cpp: handle crossed-out text
2017-04-08 02:55:00 +02:00
Uwe Stöhr
e5c313fc3b
GuiDocument.cpp: commit missing part
...
This should have been committed with the previous commit but failed for an unknown reason.
2017-04-08 02:16:05 +02:00
Uwe Stöhr
c9dde702f0
MathsUi.ui. move formula indentation to text layout as requested by Jmarc
2017-04-08 02:12:35 +02:00
Uwe Stöhr
f37fa674f8
MathsUi.ui: next attempt to make it look correct also under Linux
2017-04-08 01:39:08 +02:00
Guillaume MM
b382b246b6
MathAtom is a unique_ptr
...
Fix coverity suggestion of defining a move constructor
2017-04-07 23:31:34 +02:00
Kornel Benko
723f0e14d9
Make runtests.py python3 ready
...
Tex2lyx tests with ctest depend on it
2017-04-07 18:51:35 +02:00
Jean-Marc Lasgouttes
61cafeb4d2
Avoid using buffer() which might throw an exception
...
Actually buffer_ is always valid on this codepath, but coverity is not
able to see that.
2017-04-07 12:05:21 +02:00
Jean-Marc Lasgouttes
b925728591
Avoid using theServer() for no reason
...
All it brings us is threatening to throw an exception to scare coverity off.
2017-04-07 11:04:57 +02:00
Uwe Stöhr
74bcd5d26c
MathsUi.ui: adjust dimensions as requested
2017-04-07 02:14:34 +02:00
Uwe Stöhr
ad86f59639
BufferParams.cpp; initialize formula_indentation with default value
...
- Buffer.cpp: formula_indentation will not always be output/written -> erase it
2017-04-07 01:52:48 +02:00
Jean-Marc Lasgouttes
8769c0fb75
Row::Element::x2pos: go to nearest point also over insets
...
getPosNearX, which is the only user of x2pos, should always return the
nearest position.
In editXY, there is a need to return the position where the inset
stands, but it is done using checkInsetHit.
This is a simplification of commit eb4a2a19
, which has been reverted
at 01f0ab64a
.
Fixes part of bug #10569 .
2017-04-06 15:18:15 +02:00