]> git.lyx.org Git - lyx.git/log
lyx.git
3 years agoAmend 89d9334e03
Juergen Spitzmueller [Sat, 15 Aug 2020 06:35:26 +0000 (08:35 +0200)]
Amend 89d9334e03

This needs to be default layout, not plain layout

3 years agoMaintain plain layout for separating paragraphs when switching layouts (#11936)
Juergen Spitzmueller [Sat, 15 Aug 2020 06:14:17 +0000 (08:14 +0200)]
Maintain plain layout for separating paragraphs when switching layouts (#11936)

3 years agoEnable search in "LaTeX Log" dialog by pressing Enter
Yuriy Skalko [Fri, 14 Aug 2020 17:49:39 +0000 (20:49 +0300)]
Enable search in "LaTeX Log" dialog by pressing Enter

3 years agoCorrectly re-set font before and after non-multipar inset
Juergen Spitzmueller [Sat, 15 Aug 2020 05:06:20 +0000 (07:06 +0200)]
Correctly re-set font before and after non-multipar inset

3 years ago#6401 avoid unnecessary inset to string conversions in Paragraph::find while skipping...
Stephan Witt [Fri, 14 Aug 2020 19:32:24 +0000 (21:32 +0200)]
#6401 avoid unnecessary inset to string conversions in Paragraph::find while skipping invisible letters

3 years ago#6401 more robust processing on special char code insets when looking for spell check...
Stephan Witt [Fri, 14 Aug 2020 19:28:24 +0000 (21:28 +0200)]
#6401 more robust processing on special char code insets when looking for spell checker ranges

3 years agoNew attempt on #9906: allow following hyperlinks via context menu.
Pavel Sanda [Fri, 14 Aug 2020 17:46:13 +0000 (19:46 +0200)]
New attempt on #9906: allow following hyperlinks via context menu.

Now safer version with the help of Qt.

3 years agoRevert "Correctly set font decorations for multipar insets"
Enrico Forestieri [Fri, 14 Aug 2020 16:01:26 +0000 (18:01 +0200)]
Revert "Correctly set font decorations for multipar insets"

This reverts commit 5791b8bff8650be1ce0a3ee142e131fbc8de8587.

3 years agodocbook exports: Omit crashing export on some files
Kornel Benko [Fri, 14 Aug 2020 10:31:25 +0000 (12:31 +0200)]
docbook exports: Omit crashing export on some files

Committed since Thibaut apparently has no time to react, and the crash is
really distracting.

3 years agoCorrectly set font decorations for multipar insets
Enrico Forestieri [Fri, 14 Aug 2020 10:04:23 +0000 (12:04 +0200)]
Correctly set font decorations for multipar insets

Font decorations such as underline cannot be set for a whole inset
that allows paragraph breaks. This commit allows to still set the
font main properties for the whole inset but decorations are applied
to each paragraph inside the inset.

3 years agoCorrect Right Arrow key processing in Modules list
Yuriy Skalko [Thu, 13 Aug 2020 20:43:03 +0000 (23:43 +0300)]
Correct Right Arrow key processing in Modules list

3 years agoDisable editing of math package names in Document Settings
Yuriy Skalko [Tue, 11 Aug 2020 08:48:24 +0000 (11:48 +0300)]
Disable editing of math package names in Document Settings

3 years agoDo not close language before PassThru insets
Juergen Spitzmueller [Fri, 14 Aug 2020 07:50:40 +0000 (09:50 +0200)]
Do not close language before PassThru insets

3 years agoAssure language is properly closed before non-inheriting inset.
Juergen Spitzmueller [Fri, 14 Aug 2020 07:08:46 +0000 (09:08 +0200)]
Assure language is properly closed before non-inheriting inset.

3 years ago\foreignlanguage does not play with \cprotect.
Juergen Spitzmueller [Fri, 14 Aug 2020 07:00:48 +0000 (09:00 +0200)]
\foreignlanguage does not play with \cprotect.

3 years ago#10346 Amend change 01b2893f8b switch directory buttons
Daniel Ramoeller [Thu, 13 Aug 2020 18:33:02 +0000 (20:33 +0200)]
#10346 Amend change 01b2893f8b switch directory buttons

3 years ago#10346 Amend change 01b2893f8b to make Qt4 compilable - again
Stephan Witt [Thu, 13 Aug 2020 08:26:44 +0000 (10:26 +0200)]
#10346 Amend change 01b2893f8b to make Qt4 compilable - again

3 years ago#10346 Amend change 01b2893f8b to make Qt4 compilable
Stephan Witt [Thu, 13 Aug 2020 06:12:56 +0000 (08:12 +0200)]
#10346 Amend change 01b2893f8b to make Qt4 compilable

3 years agoFix bug #10346.
Daniel Ramoeller [Wed, 12 Aug 2020 18:24:40 +0000 (14:24 -0400)]
Fix bug #10346.

Allow to open user and library directories from About LyX.

3 years agoNo need for catcode change here
Juergen Spitzmueller [Wed, 12 Aug 2020 16:08:49 +0000 (18:08 +0200)]
No need for catcode change here

3 years agoRemove obsolete FIXME
Juergen Spitzmueller [Wed, 12 Aug 2020 15:38:57 +0000 (17:38 +0200)]
Remove obsolete FIXME

3 years agoFix too general application of \cprotect
Juergen Spitzmueller [Wed, 12 Aug 2020 15:38:20 +0000 (17:38 +0200)]
Fix too general application of \cprotect

3 years agoFix bug #10263
Enrico Forestieri [Wed, 12 Aug 2020 14:35:12 +0000 (16:35 +0200)]
Fix bug #10263

3 years agoSwitch font for multipar insets
Enrico Forestieri [Wed, 12 Aug 2020 14:25:35 +0000 (16:25 +0200)]
Switch font for multipar insets

Use font switches for insets that allow paragraph breaks rather
than insets that do not inherit outer font settings. No change of
behavior is intended with respect to the current status, but this
will allow a simple and effective fix for #10263.

3 years agoFix emphasizing
Juergen Spitzmueller [Wed, 12 Aug 2020 13:27:21 +0000 (15:27 +0200)]
Fix emphasizing

3 years agoFont switches in \cprotect'ed context need to be \cprotect'ed themselves
Juergen Spitzmueller [Wed, 12 Aug 2020 13:26:23 +0000 (15:26 +0200)]
Font switches in \cprotect'ed context need to be \cprotect'ed themselves

3 years agoUpdate sk.po
Kornel Benko [Wed, 12 Aug 2020 12:50:07 +0000 (14:50 +0200)]
Update sk.po

3 years agoFix string
Juergen Spitzmueller [Wed, 12 Aug 2020 12:30:25 +0000 (14:30 +0200)]
Fix string

3 years agoPass proper font
Juergen Spitzmueller [Wed, 12 Aug 2020 12:05:22 +0000 (14:05 +0200)]
Pass proper font

3 years agoupdate tex2lyx tests
Juergen Spitzmueller [Wed, 12 Aug 2020 11:13:56 +0000 (13:13 +0200)]
update tex2lyx tests

3 years agoProperly close and reopen font before insets with inheritFont() false
Juergen Spitzmueller [Wed, 12 Aug 2020 09:04:17 +0000 (11:04 +0200)]
Properly close and reopen font before insets with inheritFont() false

3 years agoGuiLyXFiles: Fix crash and disabling with header selection
Juergen Spitzmueller [Tue, 11 Aug 2020 17:26:23 +0000 (19:26 +0200)]
GuiLyXFiles: Fix crash and disabling with header selection

Fixes #11929

3 years agozh_CN/Tutotrial: Fix emphases
Juergen Spitzmueller [Tue, 11 Aug 2020 06:23:27 +0000 (08:23 +0200)]
zh_CN/Tutotrial: Fix emphases

3 years agoDistinguish size of Part from that of Chapter, in articles.
Richard Kimberly Heck [Mon, 10 Aug 2020 22:33:50 +0000 (18:33 -0400)]
Distinguish size of Part from that of Chapter, in articles.

3 years agoUpdate sk.po
Kornel Benko [Mon, 10 Aug 2020 08:33:04 +0000 (10:33 +0200)]
Update sk.po

3 years agode.po
Juergen Spitzmueller [Mon, 10 Aug 2020 08:04:25 +0000 (10:04 +0200)]
de.po

3 years agoNothing to translate here.
Juergen Spitzmueller [Mon, 10 Aug 2020 08:03:42 +0000 (10:03 +0200)]
Nothing to translate here.

3 years agoAmend e6de6c2b
Richard Kimberly Heck [Sun, 9 Aug 2020 17:31:36 +0000 (13:31 -0400)]
Amend e6de6c2b

3 years agoFix bug #11741.
Daniel Ramoeller [Sun, 9 Aug 2020 17:09:41 +0000 (13:09 -0400)]
Fix bug #11741.

Theorems weren't being numbered by chapter.

3 years agoFix #10328.
Richard Kimberly Heck [Sun, 9 Aug 2020 17:00:41 +0000 (13:00 -0400)]
Fix #10328.

Change title of LyX's windows to conform to the usual pattern.

3 years agoFix for bug #11926
Daniel Ramoeller [Fri, 7 Aug 2020 14:13:48 +0000 (16:13 +0200)]
Fix for bug #11926

Change comobox signal to user interaction only to avoid problems with "Apply changes immediately" aka "Immediate Apply". (See https://doc.qt.io/qt-5/qcombobox.html#currentIndexChanged and https://doc.qt.io/qt-5/qcombobox.html#activated.)

3 years agoConsider nesting when checking whether an inset is in a title
Juergen Spitzmueller [Sun, 9 Aug 2020 10:01:49 +0000 (12:01 +0200)]
Consider nesting when checking whether an inset is in a title

Amends 0bddf448ef5

3 years agoUpdate sk.po
Kornel Benko [Sun, 9 Aug 2020 08:44:48 +0000 (10:44 +0200)]
Update sk.po

3 years agoCmake build: Set defaults for using 3rdparty sources according to build type
Kornel Benko [Sun, 9 Aug 2020 08:42:02 +0000 (10:42 +0200)]
Cmake build: Set defaults for using 3rdparty sources according to build type

3 years agoCorrect UI strings
Yuriy Skalko [Fri, 7 Aug 2020 17:27:39 +0000 (20:27 +0300)]
Correct UI strings

3 years agoUpdate Russian localization
Yuriy Skalko [Fri, 7 Aug 2020 17:26:37 +0000 (20:26 +0300)]
Update Russian localization

3 years ago#9376 prepare use of Length in lyxrc - amend commit 0fa4b7e736 - catch wrong include...
Stephan Witt [Fri, 7 Aug 2020 20:53:19 +0000 (22:53 +0200)]
#9376 prepare use of Length in lyxrc - amend commit 0fa4b7e736 - catch wrong include of Length.h

3 years agoAmend commit 3af8ff39fc - make it work with Qt 4.x - don't activate it there
Stephan Witt [Fri, 7 Aug 2020 10:27:27 +0000 (12:27 +0200)]
Amend commit 3af8ff39fc - make it work with Qt 4.x - don't activate it there

3 years agoForce a uniform style for group boxes, on Mac non-flat works better, on Linux flat...
Stephan Witt [Fri, 7 Aug 2020 08:54:12 +0000 (10:54 +0200)]
Force a uniform style for group boxes, on Mac non-flat works better, on Linux flat is standard

3 years ago#9376 prepare use of Length in lyxrc - move the class Length to support
Stephan Witt [Mon, 3 Aug 2020 12:15:09 +0000 (14:15 +0200)]
#9376 prepare use of Length in lyxrc - move the class Length to support

3 years agoCorrectly compute metrics for single-char non-math fonts
Enrico Forestieri [Thu, 6 Aug 2020 13:34:54 +0000 (15:34 +0200)]
Correctly compute metrics for single-char non-math fonts

As evidenced by the comment, this corrects a thinko.

3 years agoAdd new Russian example files to Makefile
Juergen Spitzmueller [Wed, 5 Aug 2020 17:14:13 +0000 (19:14 +0200)]
Add new Russian example files to Makefile

3 years agoUpdate Russian XY-Pic manual
Yuriy Skalko [Wed, 5 Aug 2020 13:08:27 +0000 (16:08 +0300)]
Update Russian XY-Pic manual

3 years agoMinor fixes to XY-Pic.lyx
Yuriy Skalko [Wed, 5 Aug 2020 13:05:52 +0000 (16:05 +0300)]
Minor fixes to XY-Pic.lyx

3 years agoCmake docbook tests: Check the exported with one more tool
Kornel Benko [Wed, 5 Aug 2020 10:54:36 +0000 (12:54 +0200)]
Cmake docbook tests: Check the exported with one more tool

3 years agode/UserGuide: two minor corrections
Juergen Spitzmueller [Wed, 5 Aug 2020 06:51:51 +0000 (08:51 +0200)]
de/UserGuide: two minor corrections

3 years agoDocumentation fixes
Yuriy Skalko [Sun, 2 Aug 2020 18:51:42 +0000 (21:51 +0300)]
Documentation fixes

3 years agoRussian translation of XY-pic manual by Henry Chern
Yuriy Skalko [Tue, 4 Aug 2020 16:50:47 +0000 (19:50 +0300)]
Russian translation of XY-pic manual by Henry Chern

3 years agoUpdate Russian localization
Yuriy Skalko [Sun, 2 Aug 2020 18:50:52 +0000 (21:50 +0300)]
Update Russian localization

3 years agoRevert [9370135c3e/lyxgit] and fix #8499 properly
Juergen Spitzmueller [Tue, 4 Aug 2020 14:52:58 +0000 (16:52 +0200)]
Revert [9370135c3e/lyxgit] and fix #8499 properly

Fixes #11920

3 years ago#10571 improved handling of WM's signal when switching from or to full-screen window
Stephan Witt [Tue, 4 Aug 2020 13:23:53 +0000 (15:23 +0200)]
#10571 improved handling of WM's signal when switching from or to full-screen window

3 years agoDoes not compile on older gcc.
Pavel Sanda [Tue, 4 Aug 2020 12:54:15 +0000 (14:54 +0200)]
Does not compile on older gcc.

3 years agoAmend last changes 7d66e37eb2 and 06fa1ef332 to rename the MYTHESLIB cmake lookup...
Stephan Witt [Tue, 4 Aug 2020 10:12:07 +0000 (12:12 +0200)]
Amend last changes 7d66e37eb2 and 06fa1ef332 to rename the MYTHESLIB cmake lookup again

3 years agoAmend last change 7d66e37eb2 to rename the MYTHESLIB cmake lookup
Stephan Witt [Tue, 4 Aug 2020 10:00:14 +0000 (12:00 +0200)]
Amend last change 7d66e37eb2 to rename the MYTHESLIB cmake lookup

3 years agoAdjust the name of the cmake module lookup script for MYTHESLIB to match the casing...
Stephan Witt [Tue, 4 Aug 2020 09:48:49 +0000 (11:48 +0200)]
Adjust the name of the cmake module lookup script for MYTHESLIB to match the casing of the variable name

3 years agoupdate compile instructions for Windows
Eugene Chornyi [Tue, 4 Aug 2020 07:07:40 +0000 (09:07 +0200)]
update compile instructions for Windows

3 years agoRevert "DocBook: allow empty paragraphs before the <info> section."
Thibaut Cuvelier [Mon, 3 Aug 2020 20:58:15 +0000 (22:58 +0200)]
Revert "DocBook: allow empty paragraphs before the <info> section."

This reverts commit c6937cece975ddfbe6b30f1cc85f3aa891d07dad.

3 years agoRevert "DocBook: add new layout parameter DocBookWrapperMergeWithPrevious."
Thibaut Cuvelier [Mon, 3 Aug 2020 20:57:49 +0000 (22:57 +0200)]
Revert "DocBook: add new layout parameter DocBookWrapperMergeWithPrevious."

This reverts commit 59b0f88d2b8b2169bede865c6e8a4f1178f73765.

3 years agoRevert "Slight code-consistency improvements."
Thibaut Cuvelier [Mon, 3 Aug 2020 20:57:41 +0000 (22:57 +0200)]
Revert "Slight code-consistency improvements."

This reverts commit 6bcc0155b62ca84e527aed4e36015faf530b159d.

3 years agoRevert "Merge findLastParagraph and findLastBibliographyParagraph to lower code dupli...
Thibaut Cuvelier [Mon, 3 Aug 2020 20:57:22 +0000 (22:57 +0200)]
Revert "Merge findLastParagraph and findLastBibliographyParagraph to lower code duplication."

This reverts commit 20d65b9d97c3b2d0f5fe29063f3a54a88f9dbfad.

3 years agoRevert "DocBook: use DocBookItemTag within paragraphs."
Thibaut Cuvelier [Mon, 3 Aug 2020 20:57:11 +0000 (22:57 +0200)]
Revert "DocBook: use DocBookItemTag within paragraphs."

This reverts commit 49b998f99b2d0fe6194bcb92bede29cbc2b7176d.

3 years agoRevert "DocBook: make openParTag/closeTag use paragraphs instead of layouts."
Thibaut Cuvelier [Mon, 3 Aug 2020 20:56:55 +0000 (22:56 +0200)]
Revert "DocBook: make openParTag/closeTag use paragraphs instead of layouts."

This reverts commit 3d7c802c220c18e446829cf4ba7796c6c8d23ae2.

3 years agoRevert "DocBook: fix for ordering."
Thibaut Cuvelier [Mon, 3 Aug 2020 20:56:44 +0000 (22:56 +0200)]
Revert "DocBook: fix for ordering."

This reverts commit 7852582d9cf289aeeadb1d9da38771203f695a03.

3 years agoRevert "DocBook: use DocBookWrapperMergeWithPrevious in the code."
Thibaut Cuvelier [Mon, 3 Aug 2020 20:56:25 +0000 (22:56 +0200)]
Revert "DocBook: use DocBookWrapperMergeWithPrevious in the code."

This reverts commit 62c9f4332d853c3d76878edbc4026e429fd061e3.

3 years agoRevert "DocBook: eat a bit of that spaghetti code."
Thibaut Cuvelier [Mon, 3 Aug 2020 20:56:16 +0000 (22:56 +0200)]
Revert "DocBook: eat a bit of that spaghetti code."

This reverts commit 25bcbe766601b7bbc5b9832858ab8e5874f5d2a2.

3 years agoRevert "DocBook: simplify code to handle abstracts."
Thibaut Cuvelier [Mon, 3 Aug 2020 20:56:06 +0000 (22:56 +0200)]
Revert "DocBook: simplify code to handle abstracts."

This reverts commit 0199e048ffed026b909aa0e2d8161efb4f29a4a6.

3 years agoRevert "DocBook: add a layout tag to tell whether an item is the abstract or not."
Thibaut Cuvelier [Mon, 3 Aug 2020 20:55:52 +0000 (22:55 +0200)]
Revert "DocBook: add a layout tag to tell whether an item is the abstract or not."

This reverts commit 5ccd63eff6731a972f1d65d855859a65fe8e3a5b.

3 years agoAdd support for lilypond with LyX on Mac
Stephan Witt [Mon, 3 Aug 2020 15:44:01 +0000 (17:44 +0200)]
Add support for lilypond with LyX on Mac

3 years agoDocBook: add a layout tag to tell whether an item is the abstract or not.
Thibaut Cuvelier [Mon, 3 Aug 2020 14:04:26 +0000 (16:04 +0200)]
DocBook: add a layout tag to tell whether an item is the abstract or not.

3 years agoDocBook: simplify code to handle abstracts.
Thibaut Cuvelier [Sun, 2 Aug 2020 18:43:39 +0000 (20:43 +0200)]
DocBook: simplify code to handle abstracts.

3 years agoDocBook: eat a bit of that spaghetti code.
Thibaut Cuvelier [Sun, 2 Aug 2020 17:00:07 +0000 (19:00 +0200)]
DocBook: eat a bit of that spaghetti code.

3 years agoDocBook: use DocBookWrapperMergeWithPrevious in the code.
Thibaut Cuvelier [Sun, 2 Aug 2020 16:58:36 +0000 (18:58 +0200)]
DocBook: use DocBookWrapperMergeWithPrevious in the code.

3 years agoDocBook: fix for ordering.
Thibaut Cuvelier [Sun, 2 Aug 2020 16:07:07 +0000 (18:07 +0200)]
DocBook: fix for ordering.

3 years agoDocBook: make openParTag/closeTag use paragraphs instead of layouts.
Thibaut Cuvelier [Sun, 2 Aug 2020 15:35:16 +0000 (17:35 +0200)]
DocBook: make openParTag/closeTag use paragraphs instead of layouts.

Not useful per se, but will be next with checking whether the wrapper tags should be opened/closed.

3 years agoDocBook: use DocBookItemTag within paragraphs.
Thibaut Cuvelier [Sun, 2 Aug 2020 15:28:50 +0000 (17:28 +0200)]
DocBook: use DocBookItemTag within paragraphs.

This is at least helpful for AAS, even though it slightly resembles a repurposition of that parameter.

3 years agoMerge findLastParagraph and findLastBibliographyParagraph to lower code duplication.
Thibaut Cuvelier [Sun, 2 Aug 2020 15:23:37 +0000 (17:23 +0200)]
Merge findLastParagraph and findLastBibliographyParagraph to lower code duplication.

Maybe these functions should move to ParagraphList.h/cpp?

3 years agoSlight code-consistency improvements.
Thibaut Cuvelier [Sun, 2 Aug 2020 15:17:25 +0000 (17:17 +0200)]
Slight code-consistency improvements.

3 years agoDocBook: add new layout parameter DocBookWrapperMergeWithPrevious.
Thibaut Cuvelier [Sun, 2 Aug 2020 15:07:38 +0000 (17:07 +0200)]
DocBook: add new layout parameter DocBookWrapperMergeWithPrevious.

3 years agoDocBook: allow empty paragraphs before the <info> section.
Thibaut Cuvelier [Sun, 2 Aug 2020 14:52:33 +0000 (16:52 +0200)]
DocBook: allow empty paragraphs before the <info> section.

3 years agoUse hexnames only for x11 colors
Juergen Spitzmueller [Mon, 3 Aug 2020 12:10:46 +0000 (14:10 +0200)]
Use hexnames only for x11 colors

This prevents wrong color allocation with ambiguous names.

Fixes #11828

Patch by D. Ramöller with extensions by me.

3 years agoRelease notes
Richard Kimberly Heck [Mon, 3 Aug 2020 03:25:48 +0000 (23:25 -0400)]
Release notes

3 years agoAllow backspace, etc, to merge paragraphs even if they have different styles.
Richard Kimberly Heck [Mon, 3 Aug 2020 03:22:21 +0000 (23:22 -0400)]
Allow backspace, etc, to merge paragraphs even if they have different styles.

Patch from Daniel.

This is bug #11917. Master only.

3 years agoCmake export tests: Adapt test filtering
Kornel Benko [Sun, 2 Aug 2020 17:40:55 +0000 (19:40 +0200)]
Cmake export tests: Adapt test filtering

1.) Ignore exports for docbook specific files
2.) Because of dvips problem invert test for some Foils-lyx-files

3 years agolayouttranslations: nothing to do for it
Enrico Forestieri [Sun, 2 Aug 2020 17:10:03 +0000 (19:10 +0200)]
layouttranslations: nothing to do for it

3 years agoUpdate it.po
Enrico Forestieri [Sun, 2 Aug 2020 17:07:43 +0000 (19:07 +0200)]
Update it.po

3 years agoAssure correct spacing of colored items in mathed
Enrico Forestieri [Sun, 2 Aug 2020 16:58:40 +0000 (18:58 +0200)]
Assure correct spacing of colored items in mathed

When coloring a non-ordinary math atom, explicitly apply its
math class, so that to leave unchanged the spacing around it.
Fixes #11827.

3 years agoNext attempt at correctly setting fonts in insets depending on inheritFont()
Juergen Spitzmueller [Sun, 2 Aug 2020 08:12:19 +0000 (10:12 +0200)]
Next attempt at correctly setting fonts in insets depending on inheritFont()

3 years agoUpdate Russian documentation
Yuriy Skalko [Sat, 1 Aug 2020 00:01:34 +0000 (03:01 +0300)]
Update Russian documentation

3 years agoDocBook: avoid generating empty paragraphs instead of new pages.
Thibaut Cuvelier [Sun, 2 Aug 2020 02:03:17 +0000 (04:03 +0200)]
DocBook: avoid generating empty paragraphs instead of new pages.

As this required to first generate the paragraph before outputting it if necessary, tests like XMLStream::isTagOpen no more worked properly. This also refactors table handling to get rid of that case (and make code easier to read).

3 years agoDocBook: fix delimitation of bibliographies.
Thibaut Cuvelier [Sun, 2 Aug 2020 01:14:16 +0000 (03:14 +0200)]
DocBook: fix delimitation of bibliographies.