]> git.lyx.org Git - lyx.git/log
lyx.git
6 years agoCmake batch tests: Generalize lists of files in test.
Kornel Benko [Fri, 25 May 2018 15:19:34 +0000 (17:19 +0200)]
Cmake batch tests: Generalize lists of files in test.

Each source file is to be copied to the test directory
Created files are to be compared to the corresponding expected file (if it is not set to "undef")

6 years agoCmake batch tests: Check also if all expected files are created
Kornel Benko [Fri, 25 May 2018 11:59:47 +0000 (13:59 +0200)]
Cmake batch tests: Check also if all expected files are created

6 years agoAdded testcase for ticket #11156
Kornel Benko [Thu, 24 May 2018 18:49:11 +0000 (20:49 +0200)]
Added testcase for ticket #11156
The test is named "AMS-import", with defined test-labels 'tex2lyx' and 'batch'

6 years agoConsider required modules when checking for layout definitions in modules
Juergen Spitzmueller [Thu, 24 May 2018 15:38:10 +0000 (17:38 +0200)]
Consider required modules when checking for layout definitions in modules

Fixes: #11156.
6 years agoSet caret height correctly for cells inside math rows
Jean-Marc Lasgouttes [Thu, 24 May 2018 09:10:25 +0000 (11:10 +0200)]
Set caret height correctly for cells inside math rows

The code in 90cfe4ec3 only handled the cells which metrics are
computed directly, and missed those who were linearized inside a MathRow.

To fix this, we use the fact that all the positions in a math row have
the same height and make MathRow::metrics return a boolean indicating
whether it contains a caret for a given bufferview.

Fixes bug #11153.

6 years agotex2lyx: extend titling support
Juergen Spitzmueller [Wed, 23 May 2018 10:34:41 +0000 (12:34 +0200)]
tex2lyx: extend titling support

Rather than checking for hardcoded title commands such as \maketitle,
use the titlename and titletype as defined in the layout.

This now also includes title environments.

Fixes part of #6461

6 years agoFix wrong warning.
Juergen Spitzmueller [Mon, 21 May 2018 11:45:31 +0000 (13:45 +0200)]
Fix wrong warning.

6 years agoUpdate tex2lyx tests
Juergen Spitzmueller [Mon, 21 May 2018 11:45:18 +0000 (13:45 +0200)]
Update tex2lyx tests

6 years agoSupport \cite command in tufte classes
Juergen Spitzmueller [Mon, 21 May 2018 11:43:16 +0000 (13:43 +0200)]
Support \cite command in tufte classes

This is an extra command used for sidenote citations. Since we do not
provide \cite with natbib (which tufte uses) as a choice, we use the
new AddToCiteEngine feature to add it.

File format change.

Fixes: #11150
6 years agoReset dim width when computing MathRow metrics
Jean-Marc Lasgouttes [Mon, 21 May 2018 11:24:27 +0000 (13:24 +0200)]
Reset dim width when computing MathRow metrics

This was dropped by mistake in 7bcb78a77.

Fixes bug #11152.

6 years agoAllow for cite engine and format definitions/modifications in layouts
Juergen Spitzmueller [Mon, 21 May 2018 10:46:53 +0000 (12:46 +0200)]
Allow for cite engine and format definitions/modifications in layouts

Now layout files and modules can extend the cite engines or completely
overwrite them, and modify the cite formats.

Any CiteEngine definition in a layout/module will completely overwrite
those by cite engine files.

AddToCiteEngine will extend them (add if they do not exist yet).

Any CiteFormat definition in a layout will be preferred to those in cite
engines. CiteFormat definitions that are not touched by the former are
still active, though (so, as opposed to CiteEngine, a CiteFormat does
not completely overwrite those by the engine files).

Layout format change.

6 years agoSimplify cite engines code
Juergen Spitzmueller [Sun, 20 May 2018 10:27:03 +0000 (12:27 +0200)]
Simplify cite engines code

As opposed to modules (from which the framework was initially borrowed),
we only allow one cite engine per document. Thus, we don't need to fiddle
with lists.

6 years agoFix bug #11151
Enrico Forestieri [Sat, 19 May 2018 19:33:29 +0000 (21:33 +0200)]
Fix bug #11151

6 years agoRemove insane list of requirements
Juergen Spitzmueller [Sat, 19 May 2018 08:28:50 +0000 (10:28 +0200)]
Remove insane list of requirements

6 years agoDo not start from a non-reveant parent in Buffer cloning.
Juergen Spitzmueller [Wed, 16 May 2018 06:35:21 +0000 (08:35 +0200)]
Do not start from a non-reveant parent in Buffer cloning.

6 years agocosmetics
Pavel Sanda [Tue, 15 May 2018 09:01:22 +0000 (11:01 +0200)]
cosmetics

6 years agoAvoid black screen on macOS
Jean-Marc Lasgouttes [Mon, 14 May 2018 07:46:54 +0000 (09:46 +0200)]
Avoid black screen on macOS

When paintEvent is triggered on macOS, the least we can do is to copy
our backing store to the screen.

6 years agoImplement layout-toggle lfun
Jean-Marc Lasgouttes [Mon, 14 May 2018 21:58:42 +0000 (23:58 +0200)]
Implement layout-toggle lfun

This is like `layout', except that the layout is reset to default if
it was already correct. In the case of a selection, the layout is set
normally if some layouts in the selection are not at the required
layout; it is reset only if all the layouts of the selection already
have the required layout.

Part of ticket #9864.

6 years agoRemoved unused private variable
Jean-Marc Lasgouttes [Mon, 14 May 2018 21:03:50 +0000 (23:03 +0200)]
Removed unused private variable

Spotted by clang++ 6.

6 years agoCmake mingw build: Get rid of a cmake warning regarding policy CMP0020
Kornel Benko [Mon, 14 May 2018 15:29:45 +0000 (17:29 +0200)]
Cmake mingw build: Get rid of a cmake warning regarding policy CMP0020

For explanation see the output of 'cmake --help-policy CMP0020'

6 years agoClean up code of LFUN_LAYOUT
Jean-Marc Lasgouttes [Mon, 14 May 2018 14:33:52 +0000 (16:33 +0200)]
Clean up code of LFUN_LAYOUT

Factor out some code in helper functions. Improve getStatus so that
icon is selected only when the whole selection has the correct layout.

This work towards ticket #9864.

6 years ago Update fr.po
jpc [Mon, 14 May 2018 14:19:00 +0000 (16:19 +0200)]
   Update fr.po

6 years ago#11142 correct list of previous version to check for user directory contents
Stephan Witt [Sun, 13 May 2018 18:15:35 +0000 (20:15 +0200)]
#11142 correct list of previous version to check for user directory contents

LyX on Mac uses a user directory with version suffix. On change of the version suffix the existence of the directories with previous versions is checked and the latest one is used for a copy on first configure run. For 2.4 the candidate list starts with 2.3 now as it should.

6 years agoUpdate it.po
Enrico Forestieri [Sat, 12 May 2018 16:07:42 +0000 (18:07 +0200)]
Update it.po

6 years agoUpdate sk.po
Kornel Benko [Fri, 11 May 2018 17:52:08 +0000 (19:52 +0200)]
Update sk.po

6 years agoImplement InsetFloat::contentAlignment()
Juergen Spitzmueller [Fri, 11 May 2018 13:31:04 +0000 (15:31 +0200)]
Implement InsetFloat::contentAlignment()

6 years agoFix InsetBox::contentAlignment()
Juergen Spitzmueller [Fri, 11 May 2018 13:11:06 +0000 (15:11 +0200)]
Fix InsetBox::contentAlignment()

Some cases where alignment is possible were missing.

Candidate for 2.3.x.

6 years agoDisallow paragraph customization in some single-par charstyle insets
Juergen Spitzmueller [Fri, 11 May 2018 11:47:27 +0000 (13:47 +0200)]
Disallow paragraph customization in some single-par charstyle insets

Fixes: #9192
6 years agoMerge paragraphs when pasted into an inset that forbids multipars
Juergen Spitzmueller [Fri, 11 May 2018 11:17:39 +0000 (13:17 +0200)]
Merge paragraphs when pasted into an inset that forbids multipars

Fixes: #8281
6 years agode.po: update
Juergen Spitzmueller [Fri, 11 May 2018 10:58:02 +0000 (12:58 +0200)]
de.po: update

6 years agoDocument float alignment settings
Juergen Spitzmueller [Fri, 11 May 2018 10:57:43 +0000 (12:57 +0200)]
Document float alignment settings

6 years agoAlign some strings
Juergen Spitzmueller [Fri, 11 May 2018 10:57:28 +0000 (12:57 +0200)]
Align some strings

6 years agoAvoid crash when trying to handle FitCursor
Jean-Marc Lasgouttes [Fri, 11 May 2018 09:27:26 +0000 (11:27 +0200)]
Avoid crash when trying to handle FitCursor

It is better to handle SinglePar before FitCursor, since the later
requires correct metrics at cursor position.

Fixes bug #11139 and probably #11125.

6 years agode.po: update
Juergen Spitzmueller [Fri, 11 May 2018 09:06:32 +0000 (11:06 +0200)]
de.po: update

6 years agoupdate tex2lyx tests after file format change
Juergen Spitzmueller [Thu, 10 May 2018 18:16:56 +0000 (20:16 +0200)]
update tex2lyx tests after file format change

6 years agoAdd support for global float alignment
Juergen Spitzmueller [Thu, 10 May 2018 18:15:11 +0000 (20:15 +0200)]
Add support for global float alignment

It is now possible in the float settings (doc dialog) to specify a global
(inner) alignment for floats, and in the float settings, this can be
overridden (just as with float placement)

Fixes: #8665
File format change.

6 years agoFix menu accelerator conflict
Scott Kostyshak [Thu, 10 May 2018 17:24:23 +0000 (13:24 -0400)]
Fix menu accelerator conflict

6 years agoOnly show Accept/Reject Change options if relevant
Scott Kostyshak [Fri, 4 May 2018 22:21:54 +0000 (18:21 -0400)]
Only show Accept/Reject Change options if relevant

In the context menu for a selection, we now only show the options
"Accept Change" and "Reject Change" if there is actually a change in
the selection. Similarly, in the toolbar, the buttons are only
enabled when there is a change in the selection.

This fixes #10338.

6 years agoSimplify the backup names when using an older file format.
José Matos [Wed, 9 May 2018 07:53:28 +0000 (08:53 +0100)]
Simplify the backup names when using an older file format.

Currently if we have a 2.3 file and we open it with a more recent version
we get:

original file: file.lyx
backup file:   file-lyxformat-544.lyx~

After this commit the backup file becomes

file-lyx23.lyx~

If the file is from a development version then we get the same result as before.

6 years agoCenter longtable explicitly (#10690)
Scott Kostyshak [Tue, 8 May 2018 15:18:07 +0000 (11:18 -0400)]
Center longtable explicitly (#10690)

"Center" is the default of longtable, but some situations require it
to be centered explicitly, such as when using floatrow:

https://tex.stackexchange.com/questions/320592/floatrow-package-conflicting-with-centering-longtable

6 years agoUpdate it.po
Enrico Forestieri [Tue, 8 May 2018 12:06:01 +0000 (14:06 +0200)]
Update it.po

6 years agoUpdate sk.po
Kornel Benko [Tue, 8 May 2018 07:00:11 +0000 (09:00 +0200)]
Update sk.po

6 years agoUpdate sk.po
Kornel Benko [Tue, 8 May 2018 06:42:36 +0000 (08:42 +0200)]
Update sk.po

6 years agoCorrect German translation
Juergen Spitzmueller [Tue, 8 May 2018 06:36:47 +0000 (08:36 +0200)]
Correct German translation

"Benutzerdefiniert" means "user defined", which is not what "custom"
means here (custom insets/text styles are usually not user defined,
but provided by a class/module).

6 years agoFix problem noted by Scott in bug #11125.
Richard Kimberly Heck [Tue, 8 May 2018 06:07:47 +0000 (02:07 -0400)]
Fix problem noted by Scott in bug #11125.

Need to set the Buffers for math insets, too.

6 years agode.po: update
Juergen Spitzmueller [Tue, 8 May 2018 05:57:00 +0000 (07:57 +0200)]
de.po: update

6 years agoSeparate Text Styles and Text Properties
Juergen Spitzmueller [Tue, 8 May 2018 05:46:53 +0000 (07:46 +0200)]
Separate Text Styles and Text Properties

6 years agoImproved oxygen icons for dynamic menus
Juergen Spitzmueller [Mon, 7 May 2018 16:42:35 +0000 (18:42 +0200)]
Improved oxygen icons for dynamic menus

6 years agoUpdate it.po
Enrico Forestieri [Mon, 7 May 2018 13:36:50 +0000 (15:36 +0200)]
Update it.po

6 years agode.po
Juergen Spitzmueller [Mon, 7 May 2018 12:48:32 +0000 (14:48 +0200)]
de.po

6 years agoAdd missing handling of entry 'Dynamicmenu' to po/lyx_pot.py
Kornel Benko [Mon, 7 May 2018 11:43:48 +0000 (13:43 +0200)]
Add missing handling of entry 'Dynamicmenu' to po/lyx_pot.py

6 years agoCmake build: Recreate .pot files also if po/lyx_pot.py changes.
Kornel Benko [Mon, 7 May 2018 11:29:57 +0000 (13:29 +0200)]
Cmake build: Recreate .pot files also if po/lyx_pot.py changes.

6 years agoNew icons for dynamic inset and charstyle menus.
Enrico Forestieri [Mon, 7 May 2018 09:55:47 +0000 (11:55 +0200)]
New icons for dynamic inset and charstyle menus.

These icons are more in line with the default theme, IMHO.

6 years ago Update fr.po
jpc [Mon, 7 May 2018 09:52:52 +0000 (11:52 +0200)]
  Update fr.po

6 years agoFix cutnpaste error
Juergen Spitzmueller [Mon, 7 May 2018 08:15:23 +0000 (10:15 +0200)]
Fix cutnpaste error

6 years agoDocument nospellcheck
Juergen Spitzmueller [Mon, 7 May 2018 07:28:55 +0000 (09:28 +0200)]
Document nospellcheck

6 years agode.po: update
Juergen Spitzmueller [Mon, 7 May 2018 07:27:08 +0000 (09:27 +0200)]
de.po: update

6 years agoUpdate sk.po
Kornel Benko [Mon, 7 May 2018 07:19:34 +0000 (09:19 +0200)]
Update sk.po

6 years ago Update fr.po (last step after character style review)
jpc [Mon, 7 May 2018 07:19:18 +0000 (09:19 +0200)]
Update fr.po (last step after character style review)

6 years agoUserGuide: Reset > Default
Juergen Spitzmueller [Mon, 7 May 2018 07:14:55 +0000 (09:14 +0200)]
UserGuide: Reset > Default

6 years agoGuiCharacter: Reset > Default
Juergen Spitzmueller [Mon, 7 May 2018 07:03:45 +0000 (09:03 +0200)]
GuiCharacter: Reset > Default

6 years agoPaint nospell mark lower than foeign mark, since these can appear both
Juergen Spitzmueller [Mon, 7 May 2018 06:41:28 +0000 (08:41 +0200)]
Paint nospell mark lower than foeign mark, since these can appear both

Also, assure that misspelled mark is not shown when nospellcheck()

6 years agoAdd \nospellcheck font property
Juergen Spitzmueller [Sun, 6 May 2018 17:48:21 +0000 (19:48 +0200)]
Add \nospellcheck font property

This revives a ten year old idea (and patch) by Dov.

You can now mark in the character dialog text and exclude it from spell
checking.

Fixes: #1042
File format change

Remaining issue: The instant spell checking marks are not immediately
removed, but only after some editing.

6 years agoTry some new icons for new dynamic inset and charstyle menus.
Richard Kimberly Heck [Fri, 4 May 2018 01:28:09 +0000 (21:28 -0400)]
Try some new icons for new dynamic inset and charstyle menus.

Suggestions by Pavel. Also move menus on toolbars per his suggestions.

6 years ago Update fr.po (first step)
jpc [Sun, 6 May 2018 15:43:44 +0000 (17:43 +0200)]
 Update fr.po (first step)

6 years agoSmall corrections in slovak.nsh
Kornel Benko [Sun, 6 May 2018 13:29:41 +0000 (15:29 +0200)]
Small corrections in slovak.nsh

6 years agoUserGuide: Adapt to new character dialog.
Juergen Spitzmueller [Sun, 6 May 2018 12:17:28 +0000 (14:17 +0200)]
UserGuide: Adapt to new character dialog.

Also differentiate more between (semantic) Character Styles and (formal)
Text Properties.

6 years agoUpdate sk.po
Kornel Benko [Sat, 5 May 2018 17:23:20 +0000 (19:23 +0200)]
Update sk.po

6 years agode.po: update
Juergen Spitzmueller [Sat, 5 May 2018 16:57:26 +0000 (18:57 +0200)]
de.po: update

6 years agoMore UI tuning following Scott's suggestions
Juergen Spitzmueller [Sat, 5 May 2018 16:48:43 +0000 (18:48 +0200)]
More UI tuning following Scott's suggestions

6 years agoRemove unused function.
Richard Kimberly Heck [Sat, 5 May 2018 16:02:10 +0000 (12:02 -0400)]
Remove unused function.

6 years agoFine-tune character dialog UI
Juergen Spitzmueller [Sat, 5 May 2018 15:45:17 +0000 (17:45 +0200)]
Fine-tune character dialog UI

6 years agoFurther BC fixes to GuiCharacter
Juergen Spitzmueller [Sat, 5 May 2018 15:24:09 +0000 (17:24 +0200)]
Further BC fixes to GuiCharacter

6 years agode.po: update
Juergen Spitzmueller [Sat, 5 May 2018 14:04:54 +0000 (16:04 +0200)]
de.po: update

6 years agoMake textcommabelow feature conditional on encoding
Juergen Spitzmueller [Sat, 5 May 2018 13:43:54 +0000 (15:43 +0200)]
Make textcommabelow feature conditional on encoding

6 years agoUse a copy of BufferParams
Juergen Spitzmueller [Sat, 5 May 2018 13:26:58 +0000 (15:26 +0200)]
Use a copy of BufferParams

6 years agoCheck script char fontenc from main language.
Juergen Spitzmueller [Sat, 5 May 2018 13:26:37 +0000 (15:26 +0200)]
Check script char fontenc from main language.

6 years agoFix BC issue with autoapply
Juergen Spitzmueller [Sat, 5 May 2018 10:35:07 +0000 (12:35 +0200)]
Fix BC issue with autoapply

6 years agode.po: update
Juergen Spitzmueller [Sat, 5 May 2018 10:00:22 +0000 (12:00 +0200)]
de.po: update

6 years agoUpdate sk.po
Kornel Benko [Sat, 5 May 2018 09:55:38 +0000 (11:55 +0200)]
Update sk.po

6 years agoHave OK/Apply buttons initially disabled.
Juergen Spitzmueller [Sat, 5 May 2018 09:33:45 +0000 (11:33 +0200)]
Have OK/Apply buttons initially disabled.

6 years agoAdd missing transition to button controller
Juergen Spitzmueller [Sat, 5 May 2018 09:32:56 +0000 (11:32 +0200)]
Add missing transition to button controller

(needed by GuiCharacter, the only user of that specific policy)

6 years agoRemove unused code
Juergen Spitzmueller [Sat, 5 May 2018 09:28:54 +0000 (11:28 +0200)]
Remove unused code

6 years agoFix signals
Juergen Spitzmueller [Sat, 5 May 2018 08:29:26 +0000 (10:29 +0200)]
Fix signals

6 years agoRemove hack that's no longer needed
Juergen Spitzmueller [Sat, 5 May 2018 08:28:43 +0000 (10:28 +0200)]
Remove hack that's no longer needed

6 years agoAdd and correct tooltips
Juergen Spitzmueller [Sat, 5 May 2018 08:05:01 +0000 (10:05 +0200)]
Add and correct tooltips

6 years agoAdd translator hints
Juergen Spitzmueller [Sat, 5 May 2018 08:04:46 +0000 (10:04 +0200)]
Add translator hints

6 years agoRemove connections
Juergen Spitzmueller [Sat, 5 May 2018 08:00:20 +0000 (10:00 +0200)]
Remove connections

We have on_emphCB_clicked() and on_nounCB_cklicked() that call
change_adaptor at the end (after doing other things)

6 years ago008-greek-and-coptic.lyx now compilable with iso8859-7 inputencoding
Kornel Benko [Sat, 5 May 2018 06:24:50 +0000 (08:24 +0200)]
008-greek-and-coptic.lyx now compilable with iso8859-7 inputencoding

Removed from invertedTests

6 years agoConstify.
Richard Kimberly Heck [Fri, 4 May 2018 19:42:01 +0000 (15:42 -0400)]
Constify.

6 years agoAdd missing connection after fb393b45.
Richard Kimberly Heck [Fri, 4 May 2018 19:11:53 +0000 (15:11 -0400)]
Add missing connection after fb393b45.

6 years agoSmall cosmetic addon to the character dialog redesign
Juergen Spitzmueller [Fri, 4 May 2018 17:50:41 +0000 (19:50 +0200)]
Small cosmetic addon to the character dialog redesign

6 years agoTowards a sane character dialog
Juergen Spitzmueller [Fri, 4 May 2018 17:34:09 +0000 (19:34 +0200)]
Towards a sane character dialog

This is a proposal, but I think you should try it out in order to comment

What this does, is:

1. Remove the toggle madness. This is really not something anyone
understands without knowing the code, and its very unusual UI
(fixes #4836)

2. Separate and group things that were put all into the "Misc" trashcan
combo

3. Let the dialog reflect the font settings at cursor (selection)

Now the dialog looks more like character dialogs from other applications,
and I think it is more in line with what users expect.

Comments very welcome (and of course I will revert if you want to have
the old idiosyncratic thing back).

6 years agoFixes for nested ulem commands
Juergen Spitzmueller [Fri, 4 May 2018 17:32:38 +0000 (19:32 +0200)]
Fixes for nested ulem commands

1. \uuline must be on top of \sout
2. \uwave in \xout needs a hack to compile

6 years agoNote.
Richard Kimberly Heck [Fri, 4 May 2018 16:39:07 +0000 (12:39 -0400)]
Note.

6 years agoSet main_fontenc runparam also for paragraph-only source preview.
Juergen Spitzmueller [Fri, 4 May 2018 14:37:21 +0000 (16:37 +0200)]
Set main_fontenc runparam also for paragraph-only source preview.

6 years agoUse combining accents instead of ERT for accented cyrillic letters.
Günter Milde [Fri, 4 May 2018 13:25:13 +0000 (15:25 +0200)]
Use combining accents instead of ERT for accented cyrillic letters.

Combining accent charactrs were not supported at the time the Russian
documentation was written. Eventual display problems with some GUI
fonts are still less distracting  than ERT.

6 years agoDrop "force" from replacements for letters with comma-below accent.
Günter Milde [Tue, 24 Apr 2018 15:05:38 +0000 (17:05 +0200)]
Drop "force" from replacements for letters with comma-below  accent.

6 years agocprotect include inset
Juergen Spitzmueller [Fri, 4 May 2018 09:56:42 +0000 (11:56 +0200)]
cprotect include inset

We \cprotect them in fragile context. This allows \input, \include as
well as \verbatiminput and \lstinputlisting in sections etc.

They still don't work in titling (#2528)

6 years agoUpdate sk.po
Kornel Benko [Thu, 3 May 2018 06:42:50 +0000 (08:42 +0200)]
Update sk.po