]> git.lyx.org Git - lyx.git/log
lyx.git
3 years agoAllow line inset to draw a vertical line.
Jean-Marc Lasgouttes [Mon, 14 Jun 2021 13:36:45 +0000 (15:36 +0200)]
Allow line inset to draw a vertical line.

Qpainter::drawline cannot draw a line which is thicker than it is long.
Draw a rectangle instead.

Fix bug #12307.

3 years ago Remove spurious parentheses due to \thanks code
jpc [Mon, 14 Jun 2021 13:29:11 +0000 (15:29 +0200)]
     Remove spurious parentheses due to \thanks code

         The LyX foonote inset was exported as a broken \thanks command
         Replaced by a LyX note

3 years agoCmake tests: Correct BATCH_compare-test test.
Kornel Benko [Sun, 13 Jun 2021 17:45:37 +0000 (19:45 +0200)]
Cmake tests: Correct BATCH_compare-test test.

Change due to recent addition of docbook settings in lyx-files.

3 years agoCmake tests: Correct BATCH_outline-beamer test
Kornel Benko [Sun, 13 Jun 2021 14:32:59 +0000 (16:32 +0200)]
Cmake tests: Correct BATCH_outline-beamer test

(Because the created tex-file got extra line)

3 years agoPowerdot.lyx: note the TL21 required ps2pdf flag
Scott Kostyshak [Sun, 13 Jun 2021 02:59:39 +0000 (22:59 -0400)]
Powerdot.lyx: note the TL21 required ps2pdf flag

See 70b89e70 and #12303.

3 years agoPowerdot.lyx: update format for next commit
Scott Kostyshak [Sun, 13 Jun 2021 02:58:45 +0000 (22:58 -0400)]
Powerdot.lyx: update format for next commit

3 years agoCleanup: fix comments, move declarations around
Jean-Marc Lasgouttes [Wed, 9 Jun 2021 13:49:01 +0000 (15:49 +0200)]
Cleanup: fix comments, move declarations around

3 years agoFixup f3a0e8ff: forgot to test in main dispatch
Jean-Marc Lasgouttes [Tue, 8 Jun 2021 11:55:37 +0000 (13:55 +0200)]
Fixup f3a0e8ff: forgot to test in main dispatch

I would probably have seen this missing bit if not for the bug fixed
since then at c9146e5b.

Fixes (again) bug #12074

3 years agoUpdate Russian documentation
Yuriy Skalko [Tue, 8 Jun 2021 11:58:44 +0000 (14:58 +0300)]
Update Russian documentation

3 years ago Fix LyX version number and translation info
jpc [Sat, 5 Jun 2021 16:15:19 +0000 (18:15 +0200)]
  Fix LyX version number and translation info

3 years ago Fix LyX version number
jpc [Sat, 5 Jun 2021 16:13:07 +0000 (18:13 +0200)]
          Fix LyX version number

3 years ago Fix inputencoding in French manuals
jpc [Fri, 4 Jun 2021 13:24:47 +0000 (15:24 +0200)]
           Fix inputencoding in French manuals

3 years agoFindAdv: Added handling of Thai characters
Kornel Benko [Fri, 4 Jun 2021 12:48:57 +0000 (14:48 +0200)]
FindAdv: Added handling of Thai characters

3 years ago Update French EmbeddedObjects manual for 2.4.0
jpc [Fri, 4 Jun 2021 11:34:33 +0000 (13:34 +0200)]
        Update French EmbeddedObjects manual for 2.4.0

3 years ago Minor fixes and a couple of enhancements for EmbeddedObjects manual
jpc [Fri, 4 Jun 2021 11:31:54 +0000 (13:31 +0200)]
        Minor fixes and a couple of enhancements for EmbeddedObjects manual

3 years agoAmend 357bc257, Typo: correct reference of script
Kornel Benko [Fri, 4 Jun 2021 08:51:48 +0000 (10:51 +0200)]
Amend 357bc257, Typo: correct reference of script

3 years agopt_BR.po: fix escaping of \alpha
Scott Kostyshak [Fri, 4 Jun 2021 03:33:41 +0000 (23:33 -0400)]
pt_BR.po: fix escaping of \alpha

3 years agoNoweb.lyx: correct reference of script
Scott Kostyshak [Thu, 3 Jun 2021 16:40:56 +0000 (12:40 -0400)]
Noweb.lyx: correct reference of script

Thanks to Kornel.

3 years agoUpdate lib/doc/LFUNs.lyx
Pavel Sanda [Thu, 3 Jun 2021 13:08:29 +0000 (15:08 +0200)]
Update lib/doc/LFUNs.lyx

3 years agoRevert part of 3f03f0a447e, whitespace on eolns is necessary.
Pavel Sanda [Thu, 3 Jun 2021 13:06:43 +0000 (15:06 +0200)]
Revert part of 3f03f0a447e, whitespace on eolns is necessary.

3 years agoNoweb.lyx: fix a few mistakes from old lyx2lyx
Scott Kostyshak [Thu, 3 Jun 2021 00:03:48 +0000 (20:03 -0400)]
Noweb.lyx: fix a few mistakes from old lyx2lyx

In fb034884 I made some manual changes to documents that weren't
correctly converted by lyx2lyx (from ERT to Chunk insets) but I left
a "@" inside a chunk, which ended it prematurely and caused
incorrect output.

This current commit also cleans up a few other things in the
document.

Thanks to Kornel for catching this.

3 years agoNoweb.lyx: update format for subsequent changes
Scott Kostyshak [Wed, 2 Jun 2021 23:55:40 +0000 (19:55 -0400)]
Noweb.lyx: update format for subsequent changes

3 years agopt_BR.po: update from Georger
Juergen Spitzmueller [Wed, 2 Jun 2021 15:49:48 +0000 (17:49 +0200)]
pt_BR.po: update from Georger

3 years ago Mark pieces of text as French + typos in fr.po
jpc [Tue, 1 Jun 2021 16:33:35 +0000 (18:33 +0200)]
       Mark pieces of text as French + typos in fr.po

3 years agoFixup 7e7f9eba: we only need one hasLimits() method
Jean-Marc Lasgouttes [Tue, 1 Jun 2021 14:12:46 +0000 (16:12 +0200)]
Fixup 7e7f9eba: we only need one hasLimits() method

Related to bug #12295.

3 years agoMathML: use the right has_limits_ in InsetMathScripts.
Thibaut Cuvelier [Mon, 31 May 2021 21:25:11 +0000 (23:25 +0200)]
MathML: use the right has_limits_ in InsetMathScripts.

Fixes #12295. Details in the ticket.

3 years ago Solve shortcut conflict
jpc [Mon, 31 May 2021 16:19:45 +0000 (18:19 +0200)]
        Solve shortcut conflict

3 years agoPrevent insets in table cells from expanding artificially to max width
Jean-Marc Lasgouttes [Tue, 14 Jul 2020 21:28:43 +0000 (23:28 +0200)]
Prevent insets in table cells from expanding artificially to max width

This replaces ad-hoc hacks and does a better job by propagating the
the tightness recursively.

Fixes bug #9363.

3 years agoCmake export tests: Select "-dALLOWPSTRANSPARENCY" flag for ps2pdf converter
Kornel Benko [Sun, 30 May 2021 18:24:42 +0000 (20:24 +0200)]
Cmake export tests: Select "-dALLOWPSTRANSPARENCY" flag for ps2pdf converter

Add parameter "-dALLOWPSTRANSPARENCY" for call to ps2pdf.
Used only in test environment.
The fix is proposed by Scott.

Here his comment:
        "Interestingly, the flag fixes the English Powerdot tests but not the
        French ones."

3 years agoPass Qt library location as link option for frameworks on Mac
Stephan Witt [Sun, 30 May 2021 15:30:08 +0000 (17:30 +0200)]
Pass Qt library location as link option for frameworks on Mac

3 years agoAdd macOS 11 to SDK detection for builds on Mac
Stephan Witt [Sun, 30 May 2021 15:22:42 +0000 (17:22 +0200)]
Add macOS 11 to SDK detection for builds on Mac

3 years ago Mark as French pieces of English text detected by Kornel
jpc [Sun, 30 May 2021 13:29:13 +0000 (15:29 +0200)]
            Mark as French pieces of English text detected by Kornel

3 years agoInstant_Preview.lyx: document ps2pdf flag
Scott Kostyshak [Sun, 30 May 2021 02:21:06 +0000 (22:21 -0400)]
Instant_Preview.lyx: document ps2pdf flag

Starting with TeX Live 2021, the flag -dALLOWPSTRANSPARENCY may be
necessary for the ps2pdf converter.

3 years agoctests: uninvert two Hebrew LuaTeX tests
Scott Kostyshak [Sat, 29 May 2021 04:18:44 +0000 (00:18 -0400)]
ctests: uninvert two Hebrew LuaTeX tests

The issues seem to have been fixed upstream and the exports now
succeed on TeX Live 2021.

3 years agoctests: log a fixed issue
Scott Kostyshak [Fri, 28 May 2021 14:35:26 +0000 (10:35 -0400)]
ctests: log a fixed issue

3 years ago Typo
jpc [Fri, 28 May 2021 06:49:36 +0000 (08:49 +0200)]
           Typo

3 years agoUpdate Windows compile instructions (add Qt6 specific info)
Eugene Chornyi [Thu, 27 May 2021 16:59:13 +0000 (18:59 +0200)]
Update Windows compile instructions (add Qt6 specific info)

3 years agoEnable Qt6 for Wininstaller
Eugene Chornyi [Thu, 27 May 2021 16:51:30 +0000 (18:51 +0200)]
Enable Qt6 for Wininstaller

3 years ago Minor fixes in UserGuide
jpc [Thu, 27 May 2021 14:32:55 +0000 (16:32 +0200)]
         Minor fixes in UserGuide

3 years ago Update French UserGuide for 2.4.0 and fr.po
jpc [Thu, 27 May 2021 14:29:38 +0000 (16:29 +0200)]
        Update French UserGuide for 2.4.0 and fr.po

3 years ago Some fixes + make section B.9 fit with the menus
jpc [Wed, 26 May 2021 16:04:16 +0000 (18:04 +0200)]
         Some fixes +  make section B.9 fit with the menus

3 years ago Update French UserGuide (step 3) and fr.po
jpc [Wed, 26 May 2021 15:55:28 +0000 (17:55 +0200)]
         Update French UserGuide (step 3) and fr.po

3 years agoctests: log a fixed issue
Scott Kostyshak [Wed, 26 May 2021 05:20:45 +0000 (01:20 -0400)]
ctests: log a fixed issue

3 years agoMathML: InsetMathHull now distinguishes between hull types to present display/inline...
Thibaut Cuvelier [Tue, 25 May 2021 01:56:24 +0000 (03:56 +0200)]
MathML: InsetMathHull now distinguishes between hull types to present display/inline math and adjust the alignment of the cells

By lynx: https://www.lyx.org/trac/attachment/ticket/12221/0004-mathml-display-changes.patch

3 years agoMathML: more consistency between DocBook and XHTML.
Thibaut Cuvelier [Tue, 25 May 2021 01:54:42 +0000 (03:54 +0200)]
MathML: more consistency between DocBook and XHTML.

By lynx: https://www.lyx.org/trac/attachment/ticket/12221/0004-mathml-display-changes.patch

3 years agoMathML: use M/ETagInline.
Thibaut Cuvelier [Tue, 25 May 2021 01:51:29 +0000 (03:51 +0200)]
MathML: use M/ETagInline.

By lynx: https://www.lyx.org/trac/attachment/ticket/12221/0003-tag-insertion-unification-for-bold-char-delim-dots-exfunc-.patch

3 years agoMathML: add M/ETagInline.
Thibaut Cuvelier [Tue, 25 May 2021 01:34:52 +0000 (03:34 +0200)]
MathML: add M/ETagInline.

By lynx: https://www.lyx.org/trac/attachment/ticket/12221/0003-tag-insertion-unification-for-bold-char-delim-dots-exfunc-.patch

3 years agoDocBook: for MathML, mrow removal for more cases
Thibaut Cuvelier [Tue, 25 May 2021 01:29:20 +0000 (03:29 +0200)]
DocBook: for MathML, mrow removal for more cases

By lynx: https://www.lyx.org/trac/attachment/ticket/12221/0003-tag-insertion-unification-for-bold-char-delim-dots-exfunc-.patch

3 years agoDocBook: for MathML, refactor InsetMathScript::mathmlize to improve readability and...
Thibaut Cuvelier [Tue, 25 May 2021 01:21:21 +0000 (03:21 +0200)]
DocBook: for MathML, refactor InsetMathScript::mathmlize to improve readability and lower redundancy.

3 years agoDocBook: for MathML, mrow removal from decoration, script, frac
Thibaut Cuvelier [Tue, 25 May 2021 01:15:48 +0000 (03:15 +0200)]
DocBook: for MathML, mrow removal from decoration, script, frac

By lynx: https://www.lyx.org/trac/attachment/ticket/12221/0002-mrow-removal-from-decoration-script-frac.patch

3 years agoDocBook: for MathML, use display="block" for non-inline formulae.
Thibaut Cuvelier [Tue, 25 May 2021 00:34:04 +0000 (02:34 +0200)]
DocBook: for MathML, use display="block" for non-inline formulae.

By lynx:
https://www.lyx.org/trac/attachment/ticket/12221/0001-docbook-display-equation.patch

3 years agoDocBook: missing signal connection in GUI for MathML prefix.
Thibaut Cuvelier [Mon, 24 May 2021 22:00:08 +0000 (00:00 +0200)]
DocBook: missing signal connection in GUI for MathML prefix.

3 years agoDocBook: fix MathML prefix in root tag.
Thibaut Cuvelier [Mon, 24 May 2021 21:55:11 +0000 (23:55 +0200)]
DocBook: fix MathML prefix in root tag.

Patch written by lynx: https://www.lyx.org/trac/ticket/12229

3 years agoDocBook: fix handling of footnotes.
Thibaut Cuvelier [Mon, 24 May 2021 21:36:23 +0000 (23:36 +0200)]
DocBook: fix handling of footnotes.

A <para> was missing inside starting at 441c6a93.

3 years agoBack to development
Richard Kimberly Heck [Mon, 24 May 2021 19:52:09 +0000 (15:52 -0400)]
Back to development

3 years agoBeta 1 2.4-Beta1
Richard Kimberly Heck [Mon, 24 May 2021 19:07:26 +0000 (15:07 -0400)]
Beta 1

3 years agoAmend 635a7d77: define /Zc flag also with QT6
Eugene Chornyi [Mon, 24 May 2021 18:32:26 +0000 (20:32 +0200)]
Amend 635a7d77: define /Zc flag also with QT6

3 years agoUpdate sk.po
Kornel Benko [Sun, 23 May 2021 08:20:47 +0000 (10:20 +0200)]
Update sk.po

3 years agoCmake export tests: Enable unsafe dvipdfmx
Kornel Benko [Sun, 23 May 2021 08:05:13 +0000 (10:05 +0200)]
Cmake export tests: Enable unsafe dvipdfmx

Add parameter "-i dvipdfmx-unsafe.cfg" for call to dvipdfmx.
Used only in test environment.
This is needed because of regression for ja LilyPond found by Scott.
Coment by Jürgen:
  "dvipdfmx-unsafe.cfg makes dvipdfmx call gs (rungs) with -dNOSAFER
  rather than with -DSAFER (as in the default dvipdfmx.cfg of TL21).

  However, this change should definitely only be applied to trustworthy
  files, so changing the converter generally is certainly not such a good
  idea."

3 years agoOpen backup files via file open dialog
Daniel Ramoeller [Tue, 27 Apr 2021 18:40:53 +0000 (20:40 +0200)]
Open backup files via file open dialog

Fix for bug #12266.

Also: Option to open any files as is standard in other apps.

3 years agoFixup 9f92fc92: improve FIXME in SystemcallPrivate::startProcess
Jean-Marc Lasgouttes [Thu, 20 May 2021 11:17:55 +0000 (13:17 +0200)]
Fixup 9f92fc92: improve FIXME in SystemcallPrivate::startProcess

I wanted to remove the test  Qt >= 5.15, but now I see that it is
not possible because of QProcess::splitCommand.

Neverthless, the best would be to change parsecmd.

3 years agoUpdate sk.po
Kornel Benko [Wed, 19 May 2021 10:20:59 +0000 (12:20 +0200)]
Update sk.po

3 years ago Restore gender-neutral formulation
jpc [Wed, 19 May 2021 08:33:16 +0000 (10:33 +0200)]
          Restore gender-neutral formulation

3 years ago Unify translation of 'markup' in French UserGuide
jpc [Tue, 18 May 2021 15:54:53 +0000 (17:54 +0200)]
       Unify translation of 'markup' in French UserGuide

3 years agode/UserGuide: some minor fixes
Juergen Spitzmueller [Tue, 18 May 2021 11:50:30 +0000 (13:50 +0200)]
de/UserGuide: some minor fixes

3 years agode/UserGuide: updates from Christoph Schmitz
Juergen Spitzmueller [Tue, 18 May 2021 06:55:31 +0000 (08:55 +0200)]
de/UserGuide: updates from Christoph Schmitz

3 years ago Restore dynamic insets
jpc [Sun, 16 May 2021 16:25:36 +0000 (18:25 +0200)]
        Restore dynamic insets

3 years ago Typos in French UserGuide
jpc [Sun, 16 May 2021 16:17:53 +0000 (18:17 +0200)]
          Typos in French UserGuide

3 years ago Review section 3.7
jpc [Fri, 14 May 2021 15:56:27 +0000 (17:56 +0200)]
      Review section 3.7

3 years ago Typos
jpc [Fri, 14 May 2021 15:54:58 +0000 (17:54 +0200)]
     Typos

3 years ago Update French UserGuide (step 2) and fr.po
jpc [Fri, 14 May 2021 15:24:21 +0000 (17:24 +0200)]
       Update French UserGuide (step 2) and fr.po

3 years agoUpdate sk.po
Kornel Benko [Wed, 12 May 2021 11:27:49 +0000 (13:27 +0200)]
Update sk.po

3 years agode.po
Juergen Spitzmueller [Wed, 12 May 2021 07:18:37 +0000 (09:18 +0200)]
de.po

3 years ago Further update of fr.po
jpc [Mon, 10 May 2021 07:34:24 +0000 (09:34 +0200)]
          Further update of fr.po

3 years ago Update fr.po
jpc [Sun, 9 May 2021 09:48:31 +0000 (11:48 +0200)]
        Update fr.po

3 years ago UserGuide: missing item and incorrect shortcut in section 2.1
jpc [Sun, 9 May 2021 09:18:03 +0000 (11:18 +0200)]
       UserGuide: missing item and incorrect shortcut in section 2.1
           French Userguide: update for 2.4.0, step 1

3 years agoAdd missing counter code
Juergen Spitzmueller [Fri, 7 May 2021 11:38:43 +0000 (13:38 +0200)]
Add missing counter code

3 years agoMake Dock Widgets SubWindows in general (#12170)
Juergen Spitzmueller [Thu, 6 May 2021 15:56:53 +0000 (17:56 +0200)]
Make Dock Widgets SubWindows in general (#12170)

3 years agoAllow counter insets in pass thru
Juergen Spitzmueller [Thu, 6 May 2021 12:44:42 +0000 (14:44 +0200)]
Allow counter insets in pass thru

3 years agoGuiSearch: prevent Tab key to switch to work area (part of #12170)
Juergen Spitzmueller [Thu, 6 May 2021 10:27:38 +0000 (12:27 +0200)]
GuiSearch: prevent Tab key to switch to work area (part of #12170)

QWidget::focusNextPrevChild() passes over to the parent (which is the
work area here) if the current window is not a dialog (isWindow()) or
a sub-window (window flag Qt::SubWindow).

We set the latter here to prevent this unwanted behavior.

Let's see if there are side-effects.

3 years agoTab order for search pane
Juergen Spitzmueller [Thu, 6 May 2021 10:25:32 +0000 (12:25 +0200)]
Tab order for search pane

3 years agoCache icons of dynamic menu buttons
Jean-Marc Lasgouttes [Tue, 4 May 2021 12:41:24 +0000 (14:41 +0200)]
Cache icons of dynamic menu buttons

The current code would load the same icons again and again and LyX
memory footprint would grow.

Tentative fixe to bug #12271.

3 years agoRevert "Revert "Only set dummy X11 selection if we do not own it""
Scott Kostyshak [Tue, 4 May 2021 16:33:30 +0000 (12:33 -0400)]
Revert "Revert "Only set dummy X11 selection if we do not own it""

This reverts commit 1b704b6267bb8144a410c02595887b0731cf4d53.

(the initial reversion was done unintentionally)

3 years agoRevert "Revert "Fix commented out code""
Scott Kostyshak [Tue, 4 May 2021 16:33:14 +0000 (12:33 -0400)]
Revert "Revert "Fix commented out code""

This reverts commit 313d9fa4d056ed213607500076c1bd391a563b6d.

(the initial reversion was done unintentionally)

3 years ago Solve shortcut conflict in fr.po
jpc [Tue, 4 May 2021 16:10:52 +0000 (18:10 +0200)]
       Solve shortcut conflict in fr.po

3 years agoRevert "Fix commented out code"
jpc [Tue, 4 May 2021 16:01:16 +0000 (18:01 +0200)]
Revert "Fix commented out code"

This reverts commit 23abb5aaa36af07aadfa5e565869104778ba0d6d.

3 years agoRevert "Only set dummy X11 selection if we do not own it"
jpc [Tue, 4 May 2021 16:00:50 +0000 (18:00 +0200)]
Revert "Only set dummy X11 selection if we do not own it"

This reverts commit af4ee1a487c4d899b71df02ba57c2f024fea6786.

3 years ago A couple of edits in section 5.5 (DocBook) of the Customization manual
jpc [Mon, 3 May 2021 16:09:35 +0000 (18:09 +0200)]
         A couple of edits in section 5.5 (DocBook) of the Customization manual

3 years ago Update of French Customization manual for 2.4.0
jpc [Mon, 3 May 2021 16:08:11 +0000 (18:08 +0200)]
      Update of French Customization manual for 2.4.0

3 years ago A couple of fixes in Customization manual
jpc [Thu, 29 Apr 2021 16:28:31 +0000 (18:28 +0200)]
       A couple of fixes in Customization manual

3 years ago Update of French Customization manual, intermediate step
jpc [Thu, 29 Apr 2021 16:21:16 +0000 (18:21 +0200)]
   Update of French Customization manual, intermediate step

3 years ago Update of Math French manual for 2.4.0
jpc [Sun, 25 Apr 2021 16:18:21 +0000 (18:18 +0200)]
       Update of Math French manual for 2.4.0

3 years ago Fix typo in fr.po
jpc [Sun, 25 Apr 2021 09:29:47 +0000 (11:29 +0200)]
         Fix typo in fr.po

3 years agoFix typos in credits
Yuriy Skalko [Sat, 24 Apr 2021 12:30:51 +0000 (15:30 +0300)]
Fix typos in credits

3 years agoctests: log a fixed issue
Scott Kostyshak [Sat, 24 Apr 2021 03:55:13 +0000 (23:55 -0400)]
ctests: log a fixed issue

3 years agoFix compilation of de/Additional.lyx
Scott Kostyshak [Sat, 24 Apr 2021 03:53:37 +0000 (23:53 -0400)]
Fix compilation of de/Additional.lyx

3 years agofr/Additional: amend 65030649
Scott Kostyshak [Sat, 24 Apr 2021 03:27:15 +0000 (23:27 -0400)]
fr/Additional: amend 65030649

3 years ago Add translation info
jpc [Thu, 22 Apr 2021 14:51:12 +0000 (16:51 +0200)]
      Add translation info

3 years ago Fix path to file in French Additional Manual
jpc [Thu, 22 Apr 2021 14:39:06 +0000 (16:39 +0200)]
      Fix path to file in French Additional Manual

3 years ago Update French Tutorial for 2.4.0
jpc [Thu, 22 Apr 2021 14:27:55 +0000 (16:27 +0200)]
         Update French Tutorial for 2.4.0