]> git.lyx.org Git - lyx.git/log
lyx.git
6 years agoCollapsable -> Collapsible (part 1)
Juergen Spitzmueller [Mon, 16 Oct 2017 08:03:05 +0000 (10:03 +0200)]
Collapsable -> Collapsible (part 1)

The current spelling is not strictly wrong, but flagged as unusual or
historical by some authorities. It is also found fault with many
spell checkers. Thus we decided to move to the more standard "-ible"
form once and for all.

See #10678 for discussion

This part only covers the usage in comments and the like. More to follow.

This will all also all be backported to 2.3.x, for the sake of backwards
compatibility (cherry-picking).

6 years agoTypo.
Richard Heck [Mon, 16 Oct 2017 02:06:02 +0000 (22:06 -0400)]
Typo.

6 years agoRevert "Fix bug #8782."
Richard Heck [Sun, 15 Oct 2017 18:10:59 +0000 (14:10 -0400)]
Revert "Fix bug #8782."

This caused slowness on undo and redo that was reported at
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg202292.html

This reverts commit 02847641a8b97a57d1866120bb446427e0bda7a4.

6 years agoRemove updateInfo() calls in favor of doing the relevant work
Richard Heck [Tue, 3 Oct 2017 21:28:35 +0000 (17:28 -0400)]
Remove updateInfo() calls in favor of doing the relevant work
in updateBuffer().

This is in response to a reported crash. See
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg202217.html
Commit af381a2f addressed the crash, and is worth doing anyway. But
this also makes sense.

Also adds a flag to tell us whether we need to recalculate the
relevant information. In some cases, there is no need to do so
more than once. (Note that, with the existing code, we *never*
recalculate, which would have given rise to bugs.)

6 years agoWin installer: one DLL was removed in Qt 5.6.3
Uwe Stöhr [Sun, 15 Oct 2017 14:52:07 +0000 (16:52 +0200)]
Win installer: one DLL was removed in Qt 5.6.3

6 years agoWin installer: update Qt
Uwe Stöhr [Sun, 15 Oct 2017 14:50:20 +0000 (16:50 +0200)]
Win installer: update Qt

- Qt 5.6.3 uses a different path name scheme
- one DLL was removed in Qt 5.6.3

6 years agoUpdate it.po
Enrico Forestieri [Sun, 15 Oct 2017 14:18:53 +0000 (16:18 +0200)]
Update it.po

6 years agoFix issue with regular expressions
Enrico Forestieri [Sun, 15 Oct 2017 13:29:33 +0000 (15:29 +0200)]
Fix issue with regular expressions

At least with gcc 6.4, if the first parameter passed to
regex_match() is afterward changed, the second one gets
corrupted. This is avoided by using a temporary string.

6 years agoUpdate sk.po
Kornel Benko [Fri, 13 Oct 2017 14:52:26 +0000 (16:52 +0200)]
Update sk.po

6 years agoupdatelayouts.py: consider citeengines.
Juergen Spitzmueller [Fri, 13 Oct 2017 14:08:23 +0000 (16:08 +0200)]
updatelayouts.py: consider citeengines.

6 years agoUpdate some more layouts
Juergen Spitzmueller [Fri, 13 Oct 2017 14:08:07 +0000 (16:08 +0200)]
Update some more layouts

6 years agoAdapt citengine to current layout format.
Juergen Spitzmueller [Fri, 13 Oct 2017 13:47:41 +0000 (15:47 +0200)]
Adapt citengine to current layout format.

6 years agode.po
Juergen Spitzmueller [Fri, 13 Oct 2017 09:43:05 +0000 (11:43 +0200)]
de.po

6 years agoSome improvements to the graphics dialog
Juergen Spitzmueller [Fri, 13 Oct 2017 09:25:55 +0000 (11:25 +0200)]
Some improvements to the graphics dialog

* Describe the viewport/bb situation more accurate
* Use generic term "coordinates", since bb and viewport are flavor-specific
* Add some tooltips
* Increase the width of the options widget.

6 years agoFix literal string in binary context
Juergen Spitzmueller [Fri, 13 Oct 2017 08:04:27 +0000 (10:04 +0200)]
Fix literal string in binary context

In 1a26f9b26cff827da5, all strings in the context of regexes and
comparisons have been converted to byte-like objects for python2/3
compatibility reasons. This has not been considered in the later
commit 5c545573507bb, which makes layout2layout break with
TypeError: can't concat str to bytes.

6 years agoFix PDF output of clipped graphics with recent graphics package
Juergen Spitzmueller [Thu, 12 Oct 2017 13:38:59 +0000 (15:38 +0200)]
Fix PDF output of clipped graphics with recent graphics package

The previous redirection of the senseless option "bb" to "viewport" in
PDFLaTeX output has been removed in a recent graphics package update.

This breaks documents, since clipped graphics silently stop displaying.

This change restores the previous output by using "viewport" instaed of
"bb" for non-PS/DVI output, while leaving PS/DVI untouched (where "bb"
and "viewport" behave differently.

Fixes: #7910
6 years agoSome improvements related to Debug::PAINTING
Jean-Marc Lasgouttes [Wed, 11 Oct 2017 15:39:02 +0000 (17:39 +0200)]
Some improvements related to Debug::PAINTING

Avoid blinking the cursor when these debug messages are active.
This avoids a lot of debug information.

6 years agofix broken comment
Jean-Marc Lasgouttes [Wed, 11 Oct 2017 15:33:45 +0000 (17:33 +0200)]
fix broken comment

6 years agoRevert "autoconf"
Jean-Marc Lasgouttes [Wed, 11 Oct 2017 10:02:25 +0000 (12:02 +0200)]
Revert "autoconf"

I did not plan to push this

This reverts commit 0bd6cc30bc30d3ae4315709c23b8aeb4bdccaf74.

6 years agoDo not forget to set cursor current font when selecting
Jean-Marc Lasgouttes [Wed, 11 Oct 2017 09:56:09 +0000 (11:56 +0200)]
Do not forget to set cursor current font when selecting

Fix several unreleated cases where the `selecting' code path did not
reset cursor font correctly. This leads to a caret that does not have
the correct size, and can cause caret droppings with the new display
scheme.

6 years agoautoconf
Jean-Marc Lasgouttes [Wed, 11 Oct 2017 09:20:22 +0000 (11:20 +0200)]
autoconf

6 years agoFix issue with language switch in Arguments insets
Enrico Forestieri [Wed, 11 Oct 2017 07:13:11 +0000 (09:13 +0200)]
Fix issue with language switch in Arguments insets

In some insets such as Arguments, a local language switch has to be
used. However, if the language inside the inset was set to be equal
to the outer language, the code decided not to switch language. But
then got confused and tried to close a switch that was never opened.
This patch forces the switch even if the outer language is the same.

6 years agoja/EmbeddedObjects.lyx: correct file path
Scott Kostyshak [Mon, 9 Oct 2017 15:18:14 +0000 (11:18 -0400)]
ja/EmbeddedObjects.lyx: correct file path

References to the central clipart directory must be prefixed with
".." for non-English manuals.

6 years agoAdd description comment for the lyxconvert utility
Stephan Witt [Mon, 9 Oct 2017 06:06:17 +0000 (08:06 +0200)]
Add description comment for the lyxconvert utility

6 years agoReset cursor before beginning reload sequence.
Richard Heck [Tue, 3 Oct 2017 21:21:21 +0000 (17:21 -0400)]
Reset cursor before beginning reload sequence.

6 years agoCmake tests: Another case of using temporary files
Kornel Benko [Sun, 8 Oct 2017 09:00:41 +0000 (11:00 +0200)]
Cmake tests: Another case of using temporary files

Ctest misinterprets '#' in filenames as comment start,

6 years agoSeminar export fails with latest TeXLive.
Günter Milde [Sun, 8 Oct 2017 08:26:33 +0000 (10:26 +0200)]
Seminar export fails with latest TeXLive.

Also update the comment on wrong output with "seminar".

6 years agoUninvert Japanese tests after fix to #8823
Scott Kostyshak [Sun, 1 Oct 2017 02:52:57 +0000 (22:52 -0400)]
Uninvert Japanese tests after fix to #8823

The export ja/lilypond_pdf fails because ps2pdf gives an error. It
is thus still inverted, under the category 'externalissues'. As
Jürgen discovered, ps2pdf succeeds if the -dNOSAFER flag is used.

Note that Kornel is seeing strange behavior with the sweave test,
and thus the label of that test might be changed soon (e.g. to
"unreliable"). For discussion, see:

https://www.mail-archive.com/search?l=mid&q=20171001032524.fr5xfngylththwv2%40steph

6 years agoCmake build: Needed variable for creation of debian package
Kornel Benko [Sat, 7 Oct 2017 08:47:17 +0000 (10:47 +0200)]
Cmake build: Needed variable for creation of debian package

The variable CPACK_DEBIAN_PACKAGE_RELEASE has to be in the form
of "^[A-Za-z0-9.+~]+$". We will use the abbreviated commit revision for now.
Without this change cmake 3.10 emits error.

6 years agoRELEASE-NOTES: reference wiki with previous notes
Scott Kostyshak [Sat, 7 Oct 2017 06:38:24 +0000 (02:38 -0400)]
RELEASE-NOTES: reference wiki with previous notes

If users are upgrading from an older version of LyX than the
previous major series, they should consult the release notes from
the releases in-between.

For more discussion on this topic, see the following mailing list
thread:

https://www.mail-archive.com/search?l=mid&q=20170902070549.47ciiszxjjqhyreq%40steph

6 years agoAdditional.lyx: update eLyXer URL
Scott Kostyshak [Sat, 7 Oct 2017 01:34:10 +0000 (21:34 -0400)]
Additional.lyx: update eLyXer URL

The previous link still worked but asked for bookmarks to be updated
to the newer URL.

Thanks to Ian Holliday for this correction.

6 years agoja/Math.lyx: correct the URL of the mhchem manual
Scott Kostyshak [Fri, 6 Oct 2017 19:06:11 +0000 (15:06 -0400)]
ja/Math.lyx: correct the URL of the mhchem manual

It was pointing to the hyperref manual.

6 years agosweave.lyx: remove ref to previous homepage
Scott Kostyshak [Fri, 6 Oct 2017 18:05:29 +0000 (14:05 -0400)]
sweave.lyx: remove ref to previous homepage

The homepage does not exist anymore. Note that R installations now
come with Sweave already installed.

We now instead reference the user manual of Sweave.

6 years agoposter-a0poster-simple.lyx: rm ref to a0poster-kh
Scott Kostyshak [Fri, 6 Oct 2017 17:50:44 +0000 (13:50 -0400)]
poster-a0poster-simple.lyx: rm ref to a0poster-kh

a0poster-kh is unmaintained and non-standard. Note that URL in the
removed \item was broken.

For more information, see discussion on list:
https://www.mail-archive.com/search?l=mid&q=20171006055205.jdicpppko3tjrlef%40steph

6 years agodocs: fix URL to hyperref manual
Scott Kostyshak [Fri, 6 Oct 2017 06:14:09 +0000 (02:14 -0400)]
docs: fix URL to hyperref manual

Our URL tests have been reporting the previous URL for a few months
as broken, and browser confirms it.

6 years agoAdd license and author infos
Stephan Witt [Thu, 5 Oct 2017 22:59:02 +0000 (00:59 +0200)]
Add license and author infos

6 years agoCmake build: Don't use temporary doc-files as source for installation
Kornel Benko [Thu, 5 Oct 2017 18:16:52 +0000 (20:16 +0200)]
Cmake build: Don't use temporary doc-files as source for installation

6 years agodocs: update URL of Astronomy & Astrophysics
Scott Kostyshak [Thu, 5 Oct 2017 03:43:47 +0000 (23:43 -0400)]
docs: update URL of Astronomy & Astrophysics

The new URL was found by visiting the root URL and clicking on
"journals".

6 years agofr/Additional.lyx: remove duplicate URL
Scott Kostyshak [Thu, 5 Oct 2017 03:40:44 +0000 (23:40 -0400)]
fr/Additional.lyx: remove duplicate URL

6 years agoAdd missing check for Qt version when using QPdfWriter class
Stephan Witt [Tue, 3 Oct 2017 20:49:23 +0000 (22:49 +0200)]
Add missing check for Qt version when using QPdfWriter class

6 years agoCmake build: Only use the new lyxconvert on MAC
Kornel Benko [Tue, 3 Oct 2017 20:12:23 +0000 (22:12 +0200)]
Cmake build: Only use the new lyxconvert on MAC

6 years agoUpdate noweb URL in docs
Scott Kostyshak [Tue, 3 Oct 2017 19:17:43 +0000 (15:17 -0400)]
Update noweb URL in docs

Norman Ramsey is now at Tufts, and URLs to his websites at previous
institutions are broken. The new link gives the same information as
the old links did (verified with web.archive.org).

6 years agoHebrew tutorial: update link to Hebrew set up
Scott Kostyshak [Tue, 3 Oct 2017 03:32:19 +0000 (23:32 -0400)]
Hebrew tutorial: update link to Hebrew set up

Dekel Tsur has a webpage with information on getting set up with
using Hebrew with LaTeX and LyX. We link to that webpage from our
Hebrew Tutorial. He appears to have changed universities, and the
new link gives the same information as the old link did (verified
with web.archive.org).

6 years agoLaTeXConfig.lyx: fix URL of AEA author guide
Scott Kostyshak [Tue, 3 Oct 2017 03:15:02 +0000 (23:15 -0400)]
LaTeXConfig.lyx: fix URL of AEA author guide

Our URL tests have been reporting the previous URL for a few months
as broken, and browser confirms it.

6 years agoMath.lyx: fix URL of amsguide.pdf
Scott Kostyshak [Tue, 3 Oct 2017 03:07:51 +0000 (23:07 -0400)]
Math.lyx: fix URL of amsguide.pdf

Our URL tests have been reporting the previous URL for a few months
as broken, and browser confirms it.

6 years agoUserGuide.lyx: accept and distribute today's changes
Uwe Stöhr [Mon, 2 Oct 2017 23:15:32 +0000 (01:15 +0200)]
UserGuide.lyx: accept and distribute today's changes

6 years agoCreate new method GuiWorkArea::Private:::updateCaretGeometry
Jean-Marc Lasgouttes [Mon, 2 Oct 2017 15:07:31 +0000 (17:07 +0200)]
Create new method GuiWorkArea::Private:::updateCaretGeometry

This replaces a showCaret/hideCaret pair and avoids an update.

Also remove an update() call in resizeBufferView: is is not necessary
since we are already in a pintEvent handler.

6 years agocmake tests: Try to use valid locales for testing
Kornel Benko [Mon, 2 Oct 2017 08:35:57 +0000 (10:35 +0200)]
cmake tests: Try to use valid locales for testing

6 years agoRestore compilation of ja/Additional.lyx
Scott Kostyshak [Mon, 2 Oct 2017 04:40:28 +0000 (00:40 -0400)]
Restore compilation of ja/Additional.lyx

Remove a system-dependent path.

6 years agoAdd suffixed lyxconvert to cmake build.
Kornel Benko [Mon, 2 Oct 2017 00:00:47 +0000 (02:00 +0200)]
Add suffixed lyxconvert to cmake build.

This should amend f93ec4a, but is not tested on apple

6 years agoSet default format to "default" for Japanese docs
Scott Kostyshak [Sun, 1 Oct 2017 17:18:08 +0000 (13:18 -0400)]
Set default format to "default" for Japanese docs

Consistent with 27165841.

6 years agoAdd Qt-based fallback-converter for Mac to compensate missing ImageMagick convert...
Stephan Witt [Sat, 30 Sep 2017 16:13:21 +0000 (18:13 +0200)]
Add Qt-based fallback-converter for Mac to compensate missing ImageMagick convert utility

6 years agoImprove the logic of caret repainting
Jean-Marc Lasgouttes [Fri, 29 Sep 2017 08:29:39 +0000 (10:29 +0200)]
Improve the logic of caret repainting

For some reason the existing code only considered the bottom row that
contained the cursor. There is no need for that, and actually it
caused painting problems in nested insets.

Tweak the logic of repaint_caret_row_ a bit: there is no need for
repainting when there is currently no caret on screen.

6 years agoAvoid empty space above the top of the document
Jean-Marc Lasgouttes [Thu, 28 Sep 2017 11:31:41 +0000 (13:31 +0200)]
Avoid empty space above the top of the document

If the height of the first row of the document has become smaller (for
example when it contains an image which size has shrunk), that the
anchor offset has to be adapted so that there is not a large blank
space at the top of the document.

6 years agoFix crash when closing master with children and grandchildren
Juergen Spitzmueller [Thu, 28 Sep 2017 07:06:33 +0000 (09:06 +0200)]
Fix crash when closing master with children and grandchildren

In some cases, it is possible that the BufferPositionMap has
dangling pointers. We thus check whether the Buffer is loaded
before accessing it.

Fixes: #10766
(cherry picked from commit 4f50cbcfe405a840459be8682fd4c7521b235798)

6 years agoFix bad refresh when changing zoom level
Jean-Marc Lasgouttes [Wed, 27 Sep 2017 15:52:06 +0000 (17:52 +0200)]
Fix bad refresh when changing zoom level

Replace the tricky code in LFUN_SCREEN_FONT_UPDATE and replace it with
proper use of DispatchResult flags.

LFUN_BUFFER_ZOOM* does not need to call LFUN_SCREEN_FONT_UPDATE, since
it already does everything that is required.

6 years agoWhitespace cosmetics
Juergen Spitzmueller [Wed, 27 Sep 2017 16:05:58 +0000 (18:05 +0200)]
Whitespace cosmetics

(cherry picked from commit 745b43784ce1b6981fd31f6c5f5fbd489eef51f4)

6 years agoCleanup some icons
Enrico Forestieri [Tue, 26 Sep 2017 19:01:47 +0000 (21:01 +0200)]
Cleanup some icons

- remove empty text
- convert texts to paths

6 years agoCmake build: Unconditionally create many install targets
Kornel Benko [Mon, 25 Sep 2017 08:29:40 +0000 (10:29 +0200)]
Cmake build: Unconditionally create many install targets

Previously one needed to use '-D_LYX_INSTALL=ON' to be able to install
some targets. This change only creates rules to make installation possible for
the underlying toolset.

The setting is still needed to create the rules for manuals, lokalizations and
win32 install scripts.

6 years agoDo not apply mathindent to inline math insets
Jean-Marc Lasgouttes [Sun, 24 Sep 2017 20:37:56 +0000 (22:37 +0200)]
Do not apply mathindent to inline math insets

6 years agoadd inkscape wrapper script for Mac OS
Stephan Witt [Sun, 24 Sep 2017 09:54:55 +0000 (11:54 +0200)]
add inkscape wrapper script for Mac OS

The wrapper script is placed in the binary directory of the LyX bundle.
It tries to find the real inkscape command line converter in the
Inkscape.app bundle and starts it or reports an error.
The configure.py is changed for Mac OS to check the presence of
the real inkscape binary in the Inkscape.app bundle.

6 years agoFix some spelling errors reported by Sven
Juergen Spitzmueller [Fri, 22 Sep 2017 07:29:16 +0000 (09:29 +0200)]
Fix some spelling errors reported by Sven

Fixes: #10678
6 years agoAdd missing file (this addition needed to be forced)
Juergen Spitzmueller [Mon, 18 Sep 2017 18:12:57 +0000 (20:12 +0200)]
Add missing file (this addition needed to be forced)

6 years agoRemove files that are no longer in the tree.
Juergen Spitzmueller [Mon, 18 Sep 2017 18:01:27 +0000 (20:01 +0200)]
Remove files that are no longer in the tree.

6 years agoIndentation fixes.
Juergen Spitzmueller [Mon, 18 Sep 2017 16:38:09 +0000 (18:38 +0200)]
Indentation fixes.

6 years agoUpdate internal Hunspell to latest release (1.6.2)
Juergen Spitzmueller [Mon, 18 Sep 2017 16:12:21 +0000 (18:12 +0200)]
Update internal Hunspell to latest release (1.6.2)

6 years agoDo not disable the other spellers when compiling against internal hunspell
Juergen Spitzmueller [Mon, 18 Sep 2017 16:06:01 +0000 (18:06 +0200)]
Do not disable the other spellers when compiling against internal hunspell

Users might still want to have a selection.

6 years agoDefine USE_HUNSPELL when compiling against included hunspell.
Juergen Spitzmueller [Mon, 18 Sep 2017 15:31:42 +0000 (17:31 +0200)]
Define USE_HUNSPELL when compiling against included hunspell.

Otherwise, the speller is disabled.

6 years agoDo not presume what the defaults for a new QPainter are
Jean-Marc Lasgouttes [Mon, 18 Sep 2017 09:21:18 +0000 (11:21 +0200)]
Do not presume what the defaults for a new QPainter are

6 years agoRemember correctly pixel ratio used for painting
Jean-Marc Lasgouttes [Mon, 18 Sep 2017 08:58:07 +0000 (10:58 +0200)]
Remember correctly pixel ratio used for painting

This avoids endless resize issues on HiDPI systems (e.g. Retina Mac).

Rename pixel_ratio_ to last_pixel_ratio_ to emphasize that this is a
cached value.

Inline needResize method to make the logic clearer in paintEvent.

6 years agode/Customization: fix typo.
Juergen Spitzmueller [Sun, 17 Sep 2017 16:29:55 +0000 (18:29 +0200)]
de/Customization: fix typo.

6 years agoUpdate sk.po
Kornel Benko [Sat, 16 Sep 2017 14:54:50 +0000 (16:54 +0200)]
Update sk.po

6 years agoReset InsetArgument language after passthru status change
Juergen Spitzmueller [Fri, 15 Sep 2017 14:21:05 +0000 (16:21 +0200)]
Reset InsetArgument language after passthru status change

Fixes: #10664
(cherry picked from commit d8c018b8c691f6bc3ebbb5f78bffc0b3f87c228f)

6 years agoAllow to provide xunicode.
Juergen Spitzmueller [Fri, 15 Sep 2017 07:36:16 +0000 (09:36 +0200)]
Allow to provide xunicode.

6 years ago#10762 open lyx pipe only once to read the answer
Stephan Witt [Fri, 15 Sep 2017 06:16:50 +0000 (08:16 +0200)]
#10762 open lyx pipe only once to read the answer

6 years agoUserGuide.lyx: accept and distribute all recent changes (part 3/3)
Uwe Stöhr [Thu, 14 Sep 2017 22:08:05 +0000 (00:08 +0200)]
UserGuide.lyx: accept and distribute all recent changes (part 3/3)

6 years agoCompute metrics when graphics is updated
Jean-Marc Lasgouttes [Thu, 14 Sep 2017 13:50:30 +0000 (15:50 +0200)]
Compute metrics when graphics is updated

Remove the old schedule_redraw_ mechanism that was only useful because
of our synchronous drawing code. Now that actual painting is
scheduled instead of forced, it becomes pointless.

Rename WorkArea::redraw(bool) to scheduleRedraw(bool), to show that
the drawing is not done right away.

In GuiView::updateInset, call scheduleRedraw(true), so that metrics
are correctly computed (this was the whole point of the exercise).

6 years ago#10762 update format and copyright
Stephan Witt [Thu, 14 Sep 2017 09:32:11 +0000 (11:32 +0200)]
#10762 update format and copyright

6 years ago#10762 don't hard-code the location of LyX bundle - use script path name for lyxrc...
Stephan Witt [Thu, 14 Sep 2017 07:00:16 +0000 (09:00 +0200)]
#10762 don't hard-code the location of LyX bundle - use script path name for lyxrc.dist lookup

6 years ago#10762 read complete answer from LyX server and echo it
Stephan Witt [Thu, 14 Sep 2017 06:57:52 +0000 (08:57 +0200)]
#10762 read complete answer from LyX server and echo it

6 years ago#10762 correct user preferences file lookup
Stephan Witt [Thu, 14 Sep 2017 06:52:38 +0000 (08:52 +0200)]
#10762 correct user preferences file lookup

6 years ago#10762 avoid back ticks for sub-shell execution where possible
Stephan Witt [Thu, 14 Sep 2017 06:50:42 +0000 (08:50 +0200)]
#10762 avoid back ticks for sub-shell execution where possible

6 years agoUserGuide.lyx: accept and distribute more recent changes (part 2/3)
Uwe Stöhr [Wed, 13 Sep 2017 23:02:50 +0000 (01:02 +0200)]
UserGuide.lyx: accept and distribute more recent changes (part 2/3)

6 years agoRemove unused private field from Painter
Jean-Marc Lasgouttes [Wed, 13 Sep 2017 10:38:33 +0000 (12:38 +0200)]
Remove unused private field from Painter

Clang is good at seeing those, gcc is not.

6 years agoUserGuide.lyx: accept and distribute recent changes (part 1/2)
Uwe Stöhr [Tue, 12 Sep 2017 22:55:51 +0000 (00:55 +0200)]
UserGuide.lyx: accept and distribute recent changes (part 1/2)

- Customization.lyx: fix a typo

6 years agoUpdate boost to 1.65.1
Jean-Marc Lasgouttes [Tue, 12 Sep 2017 09:37:04 +0000 (11:37 +0200)]
Update boost to 1.65.1

6 years agoUpdate documentation about em/en dashes and bitmap fonts.
Juergen Spitzmueller [Tue, 12 Sep 2017 09:36:27 +0000 (11:36 +0200)]
Update documentation about em/en dashes and bitmap fonts.

Manually cherry-picked from 1014c6b64d2283b6ab, by Günter Milde.

6 years ago#10662 use drawers for bibliography dialogs
Stephan Witt [Tue, 12 Sep 2017 09:05:42 +0000 (11:05 +0200)]
#10662 use drawers for bibliography dialogs

This change solves dialog stacking problems on newer Mac OS X in combination with the OS provided file open dialog.

(cherry picked from commit 97dc58513884bb89b6a015c2c7dc61c8bb3f7dfe)

6 years agode/Additional: fix typo.
Juergen Spitzmueller [Tue, 12 Sep 2017 09:05:48 +0000 (11:05 +0200)]
de/Additional: fix typo.

6 years agosvg2*tex.py: final fixes for Windows
Juergen Spitzmueller [Tue, 12 Sep 2017 05:57:29 +0000 (07:57 +0200)]
svg2*tex.py: final fixes for Windows

Fixes: #10679
6 years agoCustomization.lyx: fix a typo
Uwe Stöhr [Mon, 11 Sep 2017 19:20:10 +0000 (21:20 +0200)]
Customization.lyx: fix a typo

6 years agoUpdate row width when inset is indented
Jean-Marc Lasgouttes [Mon, 11 Sep 2017 10:40:40 +0000 (12:40 +0200)]
Update row width when inset is indented

Fixes bug #10758

6 years agoCustomization.lyx: some small adjustments
Uwe Stöhr [Sun, 10 Sep 2017 22:23:27 +0000 (00:23 +0200)]
Customization.lyx: some small adjustments

6 years agoCustomization.lyx: accept and distribute latest changes
Uwe Stöhr [Sun, 10 Sep 2017 21:57:07 +0000 (23:57 +0200)]
Customization.lyx: accept and distribute latest changes

6 years agoFix #10760
Juergen Spitzmueller [Sun, 10 Sep 2017 17:43:27 +0000 (19:43 +0200)]
Fix #10760

6 years agoInkscape.xtemplate: Add missing output formats
Juergen Spitzmueller [Sun, 10 Sep 2017 16:07:05 +0000 (18:07 +0200)]
Inkscape.xtemplate: Add missing output formats

6 years agoconfigure.py: update lyxrc file format.
Juergen Spitzmueller [Sun, 10 Sep 2017 15:19:12 +0000 (17:19 +0200)]
configure.py: update lyxrc file format.

6 years agosvg2*tex.py: use subprocess in order to handle path with spaces.
Juergen Spitzmueller [Sun, 10 Sep 2017 15:02:58 +0000 (17:02 +0200)]
svg2*tex.py: use subprocess in order to handle path with spaces.

See #10679

6 years agoCustomization: update the list of colors.
Juergen Spitzmueller [Sun, 10 Sep 2017 14:10:38 +0000 (16:10 +0200)]
Customization: update the list of colors.

6 years agode/Customization: finish translation.
Juergen Spitzmueller [Sun, 10 Sep 2017 14:12:25 +0000 (16:12 +0200)]
de/Customization: finish translation.