]> git.lyx.org Git - lyx.git/log
lyx.git
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

6 years agoDo not step equation numbers in deleted equations.
Richard Kimberly Heck [Thu, 3 May 2018 04:05:21 +0000 (00:05 -0400)]
Do not step equation numbers in deleted equations.

6 years agoDo not step counters in deleted material.
Richard Kimberly Heck [Thu, 3 May 2018 03:56:41 +0000 (23:56 -0400)]
Do not step counters in deleted material.

Also, display the counter as "#" if the inset is deleted.

6 years agoAdd toolbar menus for custom insets and character styles.
Richard Heck [Fri, 24 Jun 2016 21:47:30 +0000 (17:47 -0400)]
Add toolbar menus for custom insets and character styles.

I'm open to putting this elsewhere on the toolbar, or even on a
different toolbar. Also, we need decent icons. These ones are not
intended seriously but were just borrowed for testing purposes.
Anyone have good ideas about icons?

6 years agoFix indentation.
Richard Kimberly Heck [Wed, 2 May 2018 23:57:09 +0000 (19:57 -0400)]
Fix indentation.

6 years agoEnable graphics-unify only for selections containing graphics insets.
Pavel Sanda [Wed, 2 May 2018 20:35:09 +0000 (22:35 +0200)]
Enable graphics-unify only for selections containing graphics insets.

Follow-up of
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg204907.html

6 years agoDo not use needauth when only exporting code
Scott Kostyshak [Mon, 30 Apr 2018 00:06:16 +0000 (20:06 -0400)]
Do not use needauth when only exporting code

We have a couple of converters (using Sweave and knitr to "tangle"
an intermediate file) that are used for exporting code chunks
contained in a .lyx file. Since the code is just exported to a text
file and is not executed, needauth is not necessary.

6 years agoMergedManuals.lyx: remove example files in Note
Scott Kostyshak [Wed, 2 May 2018 14:59:56 +0000 (10:59 -0400)]
MergedManuals.lyx: remove example files in Note

A Note inset contained two example files. The linguistics example
file caused terminal messages like

  step: Counter does not exist: examplei

An alternative to removing the example file would be to add the
module, but it is not clear we want example files in the merged
file anyway.

6 years agoMove code around
Jean-Marc Lasgouttes [Wed, 2 May 2018 10:43:10 +0000 (12:43 +0200)]
Move code around

6 years agoRevert "Update documentation"
Jean-Marc Lasgouttes [Wed, 2 May 2018 10:38:40 +0000 (12:38 +0200)]
Revert "Update documentation"

This update was wrong.

This reverts commit 969540be59de2dcb15a694cea268a4b16af24688.

6 years agoUpdate documentation
Jean-Marc Lasgouttes [Wed, 2 May 2018 10:21:29 +0000 (12:21 +0200)]
Update documentation

6 years agorevert accidental commit
Juergen Spitzmueller [Tue, 1 May 2018 19:47:41 +0000 (21:47 +0200)]
revert accidental commit

6 years agoGroup the switch of encoding for listings in utf8 documents
Juergen Spitzmueller [Tue, 1 May 2018 12:21:05 +0000 (14:21 +0200)]
Group the switch of encoding for listings in utf8 documents

Else, \cprotect'ed documents fail.

6 years agoFix link
Juergen Spitzmueller [Tue, 1 May 2018 11:30:26 +0000 (13:30 +0200)]
Fix link

6 years agoaa_sample: cosmetics.
Juergen Spitzmueller [Tue, 1 May 2018 06:16:43 +0000 (08:16 +0200)]
aa_sample: cosmetics.

6 years agode/EmbeddedObjects: make compilable with utf8 encoding
Juergen Spitzmueller [Tue, 1 May 2018 05:04:15 +0000 (07:04 +0200)]
de/EmbeddedObjects: make compilable with utf8 encoding

6 years agoRequest buffer update rather than do it.
Richard Kimberly Heck [Tue, 1 May 2018 02:31:50 +0000 (22:31 -0400)]
Request buffer update rather than do it.

6 years agoFix bug 11070.
Richard Heck [Sat, 7 Apr 2018 01:31:11 +0000 (21:31 -0400)]
Fix bug 11070.

Allows plural, caps, no prefix to be set via context menu.

6 years agoUpdate it.po
Enrico Forestieri [Mon, 30 Apr 2018 17:12:08 +0000 (19:12 +0200)]
Update it.po