Uwe Stöhr
53a3268c64
French doc files: translations by Jean-Pierre
2016-01-23 16:32:50 +01:00
Uwe Stöhr
716f44d5b9
Merge branch 'master' of git.lyx.org:lyx
2016-01-23 16:20:01 +01:00
Uwe Stöhr
d0ca4ddd98
French UserGuide.lyx: a translation from Jean-Pierre
2016-01-23 16:19:47 +01:00
Richard Heck
d763840a2f
enumitem and paralist should exclude each other.
...
Reverts cb2fe78a64
, which used the ExcludesModule tag, which
cannot be used in modules.
2016-01-23 09:54:08 -05:00
Stephan Witt
1440ae2e13
pass values for @executable_path and @loader_path to instruct the dyld where to find the Qt frameworks
2016-01-23 07:16:09 +01:00
Günter Milde
7ecdcef236
Update/enhance/edit autotest documentation.
2016-01-22 22:42:40 +01:00
Günter Milde
ffb24b53f9
Remove enumitem example file from attic.
...
The content of this file is (in updated form) part of the UserGuide, so there is
no need for a separate example.
2016-01-22 22:42:40 +01:00
Georg Baum
cb2fe78a64
Do not allow paralist + enumitem modules
...
As discussed on the list. The two modules can only be used together with
special switches, and have partly overlapping functionality.
2016-01-22 21:55:40 +01:00
Peter Kümmel
44fd57e4b4
python now will be found, rmdir could fail
2016-01-22 12:47:23 +01:00
Peter Kümmel
03e7e5cfb3
improve configuration with cmake-gui
2016-01-22 12:47:23 +01:00
Uwe Stöhr
c0e5bbb600
French UserGuide.lyx: translations from Jean-Pierre
2016-01-22 00:11:53 +01:00
Uwe Stöhr
2f98d3902c
ViewSourceUi.ui: fix bug #4430
2016-01-21 23:01:10 +01:00
Uwe Stöhr
20c00c4fe6
enumitem.lyx: move this file to attic
...
See my post on the list - enumitem is already described in the userGuide.
(Besides this a makefile entry was missing for the file.)
Please don't add documentation files without a discussion or a review, especially not in a beta phase.
2016-01-20 23:56:27 +01:00
Günter Milde
f5a31cd9dc
Example file for enumitem module.
2016-01-20 23:24:28 +01:00
Günter Milde
8b2fa0a27b
Set default output to pdf (ps2pdf) - works for online viewing and presentation.
2016-01-20 23:23:48 +01:00
Georg Baum
10e98c2bbd
Remove stmary10.sfd from source package
...
We do now have .sfd sources for all fonts, so either we distribute all of them
with the source package or none. Since the accumulated size is not negligible,
and the are not needed to build LyX, but serve a really special purpose, we
do not add them to the source package for now.
2016-01-20 21:29:43 +01:00
Georg Baum
313d4c0dc8
Regenerate cmex10.ttf from cmex10.sfd at af970c20
...
Thanks to Enrico for doing the actual work (my fontforge omits the
TtInstrs...EndTTInstrs blocks for some reason I do not understand).
I did only check that the only difference between the old and new .ttf is the
changed position of the bracketleftbigg glyph. This does finally fix bug 6115.
2016-01-20 21:14:08 +01:00
Peter Kümmel
6e6f9ac3d0
man: use dummy path on Windows
2016-01-20 19:39:48 +01:00
Peter Kümmel
6dcecd9199
msvc: always build 3rdparty libs
2016-01-20 19:39:48 +01:00
Jean-Marc Lasgouttes
76eebf5707
typo
2016-01-20 17:40:47 +01:00
Jean-Marc Lasgouttes
82b6dc8aa9
Update all paragraphs layouts when undoing bufferparams
...
When undo restores a previous BufferParams instance, it should also
update all the layout pointers in the document's paragraphs.
Fixes #9916 .
2016-01-20 15:20:51 +01:00
Uwe Stöhr
8d00943aab
EmbeddedObjects.lyx: some tweaks
2016-01-20 02:33:19 +01:00
Uwe Stöhr
bcbeeebe63
ViewSourceUi.ui: correct wrong property number
...
Just save the file with Qt Designer of Qt 4.8 or Qt 5.5 version and this change will be made by designer automatically
2016-01-20 01:33:42 +01:00
Enrico Forestieri
8998b88370
Make sure cursor is in texted after clicking
...
Fixes #9936 .
2016-01-20 01:18:42 +01:00
Uwe Stöhr
764a2163bb
Revert "Revert "Fix the display of column spacing in AMS environments""
...
This reverts commit f1a388584f
.
# Conflicts:
# src/mathed/InsetMathGrid.cpp
# src/mathed/InsetMathSplit.cpp
2016-01-19 23:20:53 +01:00
Uwe Stöhr
641a1cc1a2
Revert "Fix the display of column spacing in AMS environments"
...
This reverts commit 1676b69cf7
.
2016-01-19 23:01:44 +01:00
Guillaume Munch
1676b69cf7
Fix the display of column spacing in AMS environments
...
AMS align environment should have some spacing between odd and even columns.
Add a new virtual method displayColSpace() to InsetMathGrid, InsetMathHull and
InsetMathSplit.
2016-01-19 22:45:04 +01:00
Uwe Stöhr
360992cb9f
Revert "Fix the display of column spacing in AMS environments"
...
This reverts commit bb5470b5d1
.
I have no clue what is with my GIT. I apologize. Can anybody please check if it is now OK again?
2016-01-19 22:40:38 +01:00
Uwe Stöhr
f1a388584f
Revert "Fix the display of column spacing in AMS environments"
...
I have no clue why this was automatically committed, I just applied the path, nothing more.
This reverts commit bb5470b5d1
.
# Conflicts:
# src/mathed/InsetMathGrid.cpp
# src/mathed/InsetMathSplit.cpp
2016-01-19 22:35:24 +01:00
Uwe Stöhr
c7ad447f98
InsetMath: normalize the line endings of 2 files
2016-01-19 22:30:36 +01:00
Guillaume Munch
bb5470b5d1
Fix the display of column spacing in AMS environments
...
AMS align environment should have some spacing between odd and even columns.
Add a new virtual method displayColSpace() to InsetMathGrid, InsetMathHull and
InsetMathSplit.
2016-01-19 22:22:23 +01:00
Guillaume Munch
0b733507da
Display the correct horizontal alignment in AMS environments
...
A longstanding problem... (related: #1861 )
The columns in AMS math environments have a fixed alignment (colAlign() in
InsetMathGrid.cpp). We set this alignment for display (Georg's
displayColAlign()) in InsetMathHull and InsetMathSplit. This is done according
to tests and documentation for the various environments.
There is also some mechanical code factoring via colAlign().
Finally, I disable setting the horizontal alignment in InsetMathSplit, which has
no impact on the LaTeX output, and has no longer any impact on the screen. (As
for vertical alignment I discovered that it was in fact customisable for
\aligned & friends! I hope that the more faithful interface will let other
users discover that too.)
2016-01-19 22:22:22 +01:00
Uwe Stöhr
e5936b49c0
uk.po: translations by Yuri
2016-01-19 21:12:48 +01:00
Peter Kümmel
132cc83871
remove warning about alreday defined Z_PREFIX
2016-01-19 17:54:43 +01:00
Peter Kümmel
0477e01d3e
use Qt default path, don't touch source tree
2016-01-19 17:39:52 +01:00
Richard Heck
070967b442
Example file for paralist module.
2016-01-19 06:50:13 -05:00
Richard Heck
29703f07d6
Fix typos in paralist module. The correct command is not compactdescr,
...
etc, but compactdesc. At least this is true in the most recent version
on CTAN.
2016-01-19 06:49:33 -05:00
Jean-Marc Lasgouttes
7137826896
Allow breaking a row element at a leading space
...
When an inset is separated from the next strng by a space, it is reasonable to be able to break the string after its leading space.
Fixes bug #9921
2016-01-19 09:55:31 +01:00
Uwe Stöhr
41d5acdca3
Win build scripts: add a one-click script for installer builds
...
- also restore a build script for daily development work
- remove 2 outdated/unnecessary scripts
2016-01-19 02:21:06 +01:00
Uwe Stöhr
bb379c2d87
Customization.lyx: forgot to turn off change tracking
2016-01-19 01:03:34 +01:00
Uwe Stöhr
877ea78877
Customization.lyx: fixes and updates from Jean-Pierre
2016-01-19 00:59:58 +01:00
Uwe Stöhr
a03ca62042
Development.lyx: restore \origin tag
...
Kornel, it seems that something is incorrect in your system because every change you make to the docs files removes the \origin tag
2016-01-19 00:17:02 +01:00
Pavel Sanda
555b08c325
Comment only.
2016-01-18 14:29:37 -08:00
Kornel Benko
10ec8ed91d
Typo
2016-01-18 10:59:35 +01:00
Günter Milde
3ec76c472e
ctest autotest documentation update
2016-01-18 10:25:23 +01:00
Günter Milde
26a3f46388
Use \inputencoding auto for examples/aas_sample.lyx
...
Also sort and commen related ctest pattern.
2016-01-18 09:01:28 +01:00
Günter Milde
d23227782d
ctests: label tests with not-on-CTAN requirements as "nonstandard".
2016-01-18 09:01:28 +01:00
Uwe Stöhr
f1a46bac7c
UserGuide.lyx: describe the horizontal scrolling
2016-01-18 00:25:11 +01:00
Uwe Stöhr
82624a1302
UserGuide.lyx: typographic corrections
2016-01-17 20:30:52 +01:00
Uwe Stöhr
dc9489b9f5
Spanish Customization.lyx and UserGuide.lyx: translations by Ignacio
2016-01-17 19:25:40 +01:00