]> git.lyx.org Git - lyx.git/log
lyx.git
3 years agoImplement proper Dialog factory instead of implicit link-time dependencies
Yuriy Skalko [Thu, 3 Dec 2020 17:41:52 +0000 (19:41 +0200)]
Implement proper Dialog factory instead of implicit link-time dependencies

3 years agoAlways mark pasted stuff as changed with ct on
Juergen Spitzmueller [Sun, 6 Dec 2020 09:00:47 +0000 (10:00 +0100)]
Always mark pasted stuff as changed with ct on

independent of "Keep change tracking markup on copy and paste" pref.

Probably addresses #11973

3 years agoDisable Edit Externally for read-only Buffers.
Richard Kimberly Heck [Sun, 6 Dec 2020 05:14:23 +0000 (00:14 -0500)]
Disable Edit Externally for read-only Buffers.

3 years agoUse LOCK symbol with Minimalistic decoration, too.
Richard Kimberly Heck [Sun, 6 Dec 2020 02:25:05 +0000 (21:25 -0500)]
Use LOCK symbol with Minimalistic decoration, too.

In that case, we force a button with just the lock.

3 years agoAllow listings insets to be edited externally.
Richard Kimberly Heck [Sun, 6 Dec 2020 02:17:02 +0000 (21:17 -0500)]
Allow listings insets to be edited externally.

3 years agoUse a lock symbol to indicate when an inset is being edited externally.
Richard Kimberly Heck [Sun, 6 Dec 2020 02:16:17 +0000 (21:16 -0500)]
Use a lock symbol to indicate when an inset is being edited externally.

Good idea from Scott.

3 years agoRenaming
Richard Kimberly Heck [Sun, 6 Dec 2020 01:30:29 +0000 (20:30 -0500)]
Renaming

3 years agoFix bug #12033.
Richard Kimberly Heck [Sun, 6 Dec 2020 01:27:29 +0000 (20:27 -0500)]
Fix bug #12033.

Silly mistake: Only considered the parent, not grandparents, etc.

3 years agoAmend ccc7c641
Scott Kostyshak [Sun, 6 Dec 2020 00:51:24 +0000 (19:51 -0500)]
Amend ccc7c641

3 years agoModularize counter declarations.
Richard Kimberly Heck [Sat, 5 Dec 2020 23:41:41 +0000 (18:41 -0500)]
Modularize counter declarations.

3 years agoChange name and email in some other files
Richard Kimberly Heck [Sat, 5 Dec 2020 22:37:21 +0000 (17:37 -0500)]
Change name and email in some other files

3 years agoChange name in source files
Richard Kimberly Heck [Sat, 5 Dec 2020 22:17:02 +0000 (17:17 -0500)]
Change name in source files

3 years agoChange name and email in layout files
Richard Kimberly Heck [Sat, 5 Dec 2020 22:09:17 +0000 (17:09 -0500)]
Change name and email in layout files

3 years agoAdd LaTeXName to counters that need it.
Richard Kimberly Heck [Sat, 5 Dec 2020 22:05:30 +0000 (17:05 -0500)]
Add LaTeXName to counters that need it.

I'm sure I've missed some here. I tried to check the CLS files for
some of these, but since I don't use a lot of these layouts, it is
hard to catch them all.

3 years agoThis should fix a few type-conversion warnings.
Thibaut Cuvelier [Sat, 5 Dec 2020 21:51:56 +0000 (22:51 +0100)]
This should fix a few type-conversion warnings.

3 years agoUpdate layouts
Richard Kimberly Heck [Sat, 5 Dec 2020 21:46:19 +0000 (16:46 -0500)]
Update layouts

3 years agoUse LaTeXName of counter in LaTeX output.
Richard Kimberly Heck [Sat, 5 Dec 2020 21:23:27 +0000 (16:23 -0500)]
Use LaTeXName of counter in LaTeX output.

Fixes an oversight noticed by Scott.

3 years agoLaTeXName tag for counters. Layout format change.
Richard Kimberly Heck [Sat, 5 Dec 2020 21:14:30 +0000 (16:14 -0500)]
LaTeXName tag for counters. Layout format change.

3 years agoUpdate handling of read-only for Thesaurus
Jean-Marc Lasgouttes [Sat, 5 Dec 2020 19:27:46 +0000 (20:27 +0100)]
Update handling of read-only for Thesaurus

Remove dummy calls to ButtonController::addReadOnly().

Properly disable stuff for read-only documents.

Streamline code.

3 years agoMake Merge Changes dialog work in read only.
Jean-Marc Lasgouttes [Sat, 5 Dec 2020 18:51:07 +0000 (19:51 +0100)]
Make Merge Changes dialog work in read only.

Make LFUN_CHANGES_MERGE active in read-only documents.

Remove dummy call to ButtonController::addReadonly and replace with
proper code.

3 years agoMove stuff
Jean-Marc Lasgouttes [Sat, 5 Dec 2020 18:44:54 +0000 (19:44 +0100)]
Move stuff

3 years agode.po
Juergen Spitzmueller [Sat, 5 Dec 2020 12:46:12 +0000 (13:46 +0100)]
de.po

3 years agoWininstaller2: copy user preferences from previous minor release
Eugene Chornyi [Sat, 5 Dec 2020 10:38:58 +0000 (11:38 +0100)]
Wininstaller2: copy user preferences from previous minor release

3 years agoImprove VCS error message when RCS is not installed.
Pavel Sanda [Fri, 4 Dec 2020 17:16:44 +0000 (18:16 +0100)]
Improve VCS error message when RCS is not installed.

User's report that it takes time to realize what package
is 'ci' part of, so we can give a hint for the initial
file registration.

3 years agoDisable some Adv F&R widgets for read-only documents
Jean-Marc Lasgouttes [Thu, 3 Dec 2020 17:02:40 +0000 (18:02 +0100)]
Disable some Adv F&R widgets for read-only documents

3 years agode.po: resolve some shortcut conflicts
Juergen Spitzmueller [Thu, 3 Dec 2020 14:58:10 +0000 (15:58 +0100)]
de.po: resolve some shortcut conflicts

3 years agoFix disabling of widgets for (simple) Search dialog
Jean-Marc Lasgouttes [Thu, 3 Dec 2020 14:31:35 +0000 (15:31 +0100)]
Fix disabling of widgets for (simple) Search dialog

This allows to remove the calls to ButtonController::addReadonly,
which are placebo since 78ade7e6.

3 years agode/UserGuide: document No Page Break
Juergen Spitzmueller [Thu, 3 Dec 2020 14:37:20 +0000 (15:37 +0100)]
de/UserGuide: document No Page Break

3 years agode/UserGuide: spelling fixes
Juergen Spitzmueller [Thu, 3 Dec 2020 14:37:04 +0000 (15:37 +0100)]
de/UserGuide: spelling fixes

3 years agoUserGuide: Document No Page Break in Menus section
Juergen Spitzmueller [Thu, 3 Dec 2020 14:36:15 +0000 (15:36 +0100)]
UserGuide: Document No Page Break in Menus section

3 years agoUserGuide: Casing fixes
Juergen Spitzmueller [Thu, 3 Dec 2020 14:35:56 +0000 (15:35 +0100)]
UserGuide: Casing fixes

3 years agoamend a204dbe934
Juergen Spitzmueller [Thu, 3 Dec 2020 13:51:05 +0000 (14:51 +0100)]
amend a204dbe934

3 years agotex2lyx: prevent \; \: and \! to be converted in tipa and algorithm
Juergen Spitzmueller [Thu, 3 Dec 2020 13:49:01 +0000 (14:49 +0100)]
tex2lyx: prevent \; \: and \! to be converted in tipa and algorithm

These commands have special meanings there.

3 years agoEscape backslash in comments
Juergen Spitzmueller [Thu, 3 Dec 2020 13:47:34 +0000 (14:47 +0100)]
Escape backslash in comments

3 years agotex2lyx: support all space type in texted
Juergen Spitzmueller [Thu, 3 Dec 2020 10:12:55 +0000 (11:12 +0100)]
tex2lyx: support all space type in texted

3 years agoRecent LaTeX includes all math and text spaces
Juergen Spitzmueller [Thu, 3 Dec 2020 09:48:14 +0000 (10:48 +0100)]
Recent LaTeX includes all math and text spaces

amsmath no longer required here.

3 years agoMove dummy bool a bit closer to context
Juergen Spitzmueller [Thu, 3 Dec 2020 07:50:43 +0000 (08:50 +0100)]
Move dummy bool a bit closer to context

3 years agoAdd empty line after last \bibitem in bibliography (#12041)
Juergen Spitzmueller [Thu, 3 Dec 2020 06:46:39 +0000 (07:46 +0100)]
Add empty line after last \bibitem in bibliography (#12041)

3 years agoCmake build: Remove obsolete cmake control files
Kornel Benko [Thu, 3 Dec 2020 01:45:43 +0000 (02:45 +0100)]
Cmake build: Remove obsolete cmake control files

3 years agoCleanup headers
Yuriy Skalko [Wed, 2 Dec 2020 15:13:32 +0000 (17:13 +0200)]
Cleanup headers

3 years agoSimplify InsetMathGrid structs
Yuriy Skalko [Wed, 2 Dec 2020 12:45:14 +0000 (14:45 +0200)]
Simplify InsetMathGrid structs

3 years agoSimplify FuncRequest constructors
Yuriy Skalko [Wed, 2 Dec 2020 12:23:01 +0000 (14:23 +0200)]
Simplify FuncRequest constructors

3 years agoFix warnings and use range-based loop
Yuriy Skalko [Tue, 1 Dec 2020 22:16:55 +0000 (00:16 +0200)]
Fix warnings and use range-based loop

3 years agoUpdate tex2lyx tests
Juergen Spitzmueller [Wed, 2 Dec 2020 16:01:21 +0000 (17:01 +0100)]
Update tex2lyx tests

3 years agoImplement Hungarian quotation marks style (#12040)
Juergen Spitzmueller [Wed, 2 Dec 2020 16:00:40 +0000 (17:00 +0100)]
Implement Hungarian quotation marks style (#12040)

File format change

3 years agoUpadet sk.po
Kornel Benko [Wed, 2 Dec 2020 15:33:53 +0000 (16:33 +0100)]
Upadet sk.po

3 years agoPolish translation fix (#12013)
Juergen Spitzmueller [Wed, 2 Dec 2020 14:45:48 +0000 (15:45 +0100)]
Polish translation fix (#12013)

3 years agoFix listpreamble breakage by 6f643e52d434
Juergen Spitzmueller [Wed, 2 Dec 2020 14:25:14 +0000 (15:25 +0100)]
Fix listpreamble breakage by 6f643e52d434

3 years agoDo not reset font in preview inset
Juergen Spitzmueller [Wed, 2 Dec 2020 14:03:21 +0000 (15:03 +0100)]
Do not reset font in preview inset

3 years agoCapitalization fixes
Juergen Spitzmueller [Wed, 2 Dec 2020 13:52:51 +0000 (14:52 +0100)]
Capitalization fixes

3 years agode.po
Juergen Spitzmueller [Wed, 2 Dec 2020 13:52:24 +0000 (14:52 +0100)]
de.po

3 years agoAssure \par is output when needed with fontswitch
Juergen Spitzmueller [Wed, 2 Dec 2020 13:32:05 +0000 (14:32 +0100)]
Assure \par is output when needed with fontswitch

3 years agoExclude insets without output from fontswitch_insets
Juergen Spitzmueller [Wed, 2 Dec 2020 13:31:26 +0000 (14:31 +0100)]
Exclude insets without output from fontswitch_insets

3 years agoReduce top/bottom margin for Adv F&R workareas
Jean-Marc Lasgouttes [Tue, 1 Dec 2020 11:01:20 +0000 (12:01 +0100)]
Reduce top/bottom margin for Adv F&R workareas

3 years agoSimplify GuiWorkarea::Private constructor
Jean-Marc Lasgouttes [Tue, 1 Dec 2020 10:26:01 +0000 (11:26 +0100)]
Simplify GuiWorkarea::Private constructor

Also use the newly introduced platformName() for Qt4.

3 years agoBetter naming for enums
Yuriy Skalko [Mon, 30 Nov 2020 22:00:40 +0000 (00:00 +0200)]
Better naming for enums

3 years agoRefactor KernelDocType enum
Yuriy Skalko [Mon, 30 Nov 2020 20:46:46 +0000 (22:46 +0200)]
Refactor KernelDocType enum

3 years agoRefactor InsetQuotes.h enums
Yuriy Skalko [Mon, 30 Nov 2020 20:34:16 +0000 (22:34 +0200)]
Refactor InsetQuotes.h enums

3 years agoRemove useless breaks
Yuriy Skalko [Mon, 30 Nov 2020 16:06:12 +0000 (18:06 +0200)]
Remove useless breaks

3 years agoFix compilation on older gccs.
Pavel Sanda [Mon, 30 Nov 2020 11:21:56 +0000 (12:21 +0100)]
Fix compilation on older gccs.

3 years agoMove Inset.h include from .h to .cpp
Yuriy Skalko [Mon, 30 Nov 2020 09:21:53 +0000 (11:21 +0200)]
Move Inset.h include from .h to .cpp

3 years agoRefactor OutputParams
Yuriy Skalko [Sun, 29 Nov 2020 23:03:35 +0000 (01:03 +0200)]
Refactor OutputParams

Now all Inset hierarchy uses OutputParams.h included in Inset.h.
Forward declare some enums to reduce header dependencies.

3 years agoSimplify DocIterator
Yuriy Skalko [Fri, 27 Nov 2020 23:14:32 +0000 (01:14 +0200)]
Simplify DocIterator

3 years agoCleanup included headers
Yuriy Skalko [Fri, 27 Nov 2020 23:13:36 +0000 (01:13 +0200)]
Cleanup included headers

3 years agoFix compilation on cygwin
Enrico Forestieri [Mon, 30 Nov 2020 10:32:35 +0000 (11:32 +0100)]
Fix compilation on cygwin

3 years agoRevert "Amend 3093789e for cmake build"
Kornel Benko [Mon, 30 Nov 2020 09:17:40 +0000 (10:17 +0100)]
Revert "Amend 3093789e for cmake build"

This reverts commit b3d43404f4649e1a5539f1a819a07f8ae16fad7f.

3 years agoSimplify KeyModifier
Yuriy Skalko [Sun, 29 Nov 2020 08:19:58 +0000 (10:19 +0200)]
Simplify KeyModifier

3 years agoWininstaller2: small cosmetic bugfix
Eugene Chornyi [Mon, 30 Nov 2020 06:02:46 +0000 (07:02 +0100)]
Wininstaller2: small cosmetic bugfix

3 years agoDocBook: fix new-line behaviour of URLs.
Thibaut Cuvelier [Sun, 29 Nov 2020 00:44:13 +0000 (01:44 +0100)]
DocBook: fix new-line behaviour of URLs.

3 years agoDocBook: implement SciPoster.
Thibaut Cuvelier [Sun, 29 Nov 2020 00:15:37 +0000 (01:15 +0100)]
DocBook: implement SciPoster.

3 years agoDocBook: add layout parameters to control the special case and argument positioning.
Thibaut Cuvelier [Sat, 28 Nov 2020 21:43:00 +0000 (22:43 +0100)]
DocBook: add layout parameters to control the special case and argument positioning.

Only for flex insets.

Also add similar checks in InsetText to avoid bibliographies in paragraphs.

3 years agoDocBook: clean the special-case code.
Thibaut Cuvelier [Sat, 28 Nov 2020 19:48:43 +0000 (20:48 +0100)]
DocBook: clean the special-case code.

3 years agoautotools: use system boost by default
Jean-Marc Lasgouttes [Sun, 29 Nov 2020 21:07:26 +0000 (22:07 +0100)]
autotools: use system boost by default

What is missing is a test to use bundled boost automatically when
system boost is missing. I am not sure this is required, though.

3 years agoSmall fixes to extract.sh
Jean-Marc Lasgouttes [Sun, 29 Nov 2020 20:40:22 +0000 (21:40 +0100)]
Small fixes to extract.sh

The libs/ directory is not relevant anymore.

3 years agoctests: invert Econometrica + LuaTeX + TeX fonts
Scott Kostyshak [Sun, 29 Nov 2020 19:19:29 +0000 (14:19 -0500)]
ctests: invert Econometrica + LuaTeX + TeX fonts

These exports are failing on an updated TeX Live 2020. It is not
high priority to look into the underlying cause of these two
failures since TeX fonts are not commonly used with LuaTeX and the
ectaart class is not in TeX Live.

3 years agoremove some useless things from 3rdparty/boost
Jean-Marc Lasgouttes [Sun, 29 Nov 2020 18:20:55 +0000 (19:20 +0100)]
remove some useless things from 3rdparty/boost

Remove

1/ the libs/ directory

2/ the CMakeList.txt file, since it only mentions this directory

3/ the cstdint.hpp file in extract.sh, since we do not use this header
   file directly (should not make a difference, boost uses it in other
   places).

Update boost/Makefile.am accordingly.

3 years agoRevert "Remove boost traces from configure.ac"
Jean-Marc Lasgouttes [Sun, 29 Nov 2020 18:20:58 +0000 (19:20 +0100)]
Revert "Remove boost traces from configure.ac"

This reverts commit f899dee382712b67a30448a3a8334d3d9bcab411.

3 years agoRevert "Remove 3rdparty/boost/Makefile.am"
Jean-Marc Lasgouttes [Sun, 29 Nov 2020 18:14:40 +0000 (19:14 +0100)]
Revert "Remove 3rdparty/boost/Makefile.am"

This reverts commit 125ed160d625368520074f2898c0487d30d46b98.

3 years agoRevert "Amend 125ed160, removing 3rdparty/boost/Makefile.am"
Jean-Marc Lasgouttes [Sun, 29 Nov 2020 18:13:14 +0000 (19:13 +0100)]
Revert "Amend 125ed160, removing 3rdparty/boost/Makefile.am"

This reverts commit 54ccd275f1c115da5ea279652421b018564f5c56.

3 years agoRemove boost traces from configure.ac
Kornel Benko [Sun, 29 Nov 2020 17:27:47 +0000 (18:27 +0100)]
Remove boost traces from configure.ac

3 years agoInclude standard <regex>
Yuriy Skalko [Sat, 28 Nov 2020 23:05:24 +0000 (01:05 +0200)]
Include standard <regex>

3 years agoAmend 125ed160, removing 3rdparty/boost/Makefile.am
Kornel Benko [Sun, 29 Nov 2020 09:43:35 +0000 (10:43 +0100)]
Amend 125ed160, removing 3rdparty/boost/Makefile.am

3 years agoRemove 3rdparty/boost/Makefile.am
Kornel Benko [Sun, 29 Nov 2020 09:22:16 +0000 (10:22 +0100)]
Remove 3rdparty/boost/Makefile.am

3 years agoAmend 3093789e for cmake build
Kornel Benko [Sun, 29 Nov 2020 09:04:54 +0000 (10:04 +0100)]
Amend 3093789e for cmake build

3 years agoUse correct std header
Yuriy Skalko [Sun, 29 Nov 2020 08:48:06 +0000 (10:48 +0200)]
Use correct std header

3 years agoCmake docbook5 tests: Use absolute path-hints for 'bibfiles' entries in lyx-file
Kornel Benko [Sun, 29 Nov 2020 07:48:16 +0000 (08:48 +0100)]
Cmake docbook5 tests: Use absolute path-hints for 'bibfiles' entries in lyx-file

3 years agoFix make dist
Jean-Marc Lasgouttes [Sat, 28 Nov 2020 22:43:06 +0000 (23:43 +0100)]
Fix make dist

3 years agoRemove unused Counters::copy
Yuriy Skalko [Fri, 27 Nov 2020 21:41:06 +0000 (23:41 +0200)]
Remove unused Counters::copy

3 years agoFix buffer over-read on last Unicode code points
Yuriy Skalko [Fri, 27 Nov 2020 21:22:35 +0000 (23:22 +0200)]
Fix buffer over-read on last Unicode code points

3 years agoMake InsetIterator compatible with range-based loops
Yuriy Skalko [Fri, 27 Nov 2020 18:10:52 +0000 (20:10 +0200)]
Make InsetIterator compatible with range-based loops

3 years agoCleanup included headers
Yuriy Skalko [Fri, 27 Nov 2020 18:00:29 +0000 (20:00 +0200)]
Cleanup included headers

3 years agoUse range-based loops
Yuriy Skalko [Fri, 27 Nov 2020 09:09:16 +0000 (11:09 +0200)]
Use range-based loops

3 years agoremove most traces of boost::regex
Jean-Marc Lasgouttes [Sat, 28 Nov 2020 17:26:56 +0000 (18:26 +0100)]
remove most traces of boost::regex

1/ remove boost regex code from 3rdparty/boost. Only the cmake stuff remains.

2/ remove traces of BOOST_LIB since there is no need anymore to
   compile boost stuff.

3/ remove traces of boost regexp in config/lyxinclude.m4 and INSTALL

4/ require gcc 4.9 as minimal version in autoconf.

Unfortunately, the net gain is only 10% of included boost size (now 21M).

3 years agoWininstaller2: refresh PATH before running configure
Eugene Chornyi [Sat, 28 Nov 2020 14:28:25 +0000 (15:28 +0100)]
Wininstaller2: refresh PATH before running configure

The script should find imagemagick

3 years agoWininstaller2: amend 9521834e
Eugene Chornyi [Sat, 28 Nov 2020 09:37:29 +0000 (10:37 +0100)]
Wininstaller2: amend 9521834e

3 years agoTypo.
Thibaut Cuvelier [Sat, 28 Nov 2020 04:31:23 +0000 (05:31 +0100)]
Typo.

3 years agoDocBook: ignore fonts in ERT.
Thibaut Cuvelier [Sat, 28 Nov 2020 04:15:34 +0000 (05:15 +0100)]
DocBook: ignore fonts in ERT.

Also, mark a Slides test as passing, because it is valid DocBook (but not really useful).

3 years agoDocBook: implement iopart.
Thibaut Cuvelier [Sat, 28 Nov 2020 04:08:58 +0000 (05:08 +0100)]
DocBook: implement iopart.

3 years agoDocBook: implement IEEEtran.
Thibaut Cuvelier [Sat, 28 Nov 2020 01:15:27 +0000 (02:15 +0100)]
DocBook: implement IEEEtran.

3 years agoDocBook: slightly change the Copernicus template to be valid DocBook.
Thibaut Cuvelier [Sat, 28 Nov 2020 01:13:19 +0000 (02:13 +0100)]
DocBook: slightly change the Copernicus template to be valid DocBook.

This is just adding an author instead of leaving the field blank.