]> git.lyx.org Git - lyx.git/log
lyx.git
5 years agoMerge branch 'master' of git.lyx.org:lyx
José Matos [Sat, 29 Dec 2018 19:24:59 +0000 (19:24 +0000)]
Merge branch 'master' of git.lyx.org:lyx

5 years agoMove all python shebangs from /usr/bin/env to python3.
José Matos [Sat, 29 Dec 2018 19:14:41 +0000 (19:14 +0000)]
Move all python shebangs from /usr/bin/env to python3.

The change is only relevant to development as all the call to python scripts is done
calling C++ os::python that invoques the appropriate python version.

The change is two fold, on one hand remove all the uses of /usr/bin/env for python.

On the other hand rename all the calls to python from python to python3 making it explicit
and being compliant with PEP 394 -- The "python" Command on Unix-Like Systems:
https://www.python.org/dev/peps/pep-0394/

Remove the sheebang from src/graphics/GraphicsConverter.cpp because it is not necessary.

Some small whitespace changes.

5 years agoFix bug #4269
Enrico Forestieri [Sat, 29 Dec 2018 19:11:56 +0000 (20:11 +0100)]
Fix bug #4269

Call gunzip with quoted filenames as they may contain spaces or
other special characters.

5 years agode.po
Juergen Spitzmueller [Sat, 29 Dec 2018 17:18:48 +0000 (18:18 +0100)]
de.po

5 years agomicro amendments
Juergen Spitzmueller [Sat, 29 Dec 2018 16:52:25 +0000 (17:52 +0100)]
micro amendments

5 years agoNew layout file for American Mathematical Monthly.
Richard Kimberly Heck [Sat, 29 Dec 2018 16:47:25 +0000 (11:47 -0500)]
New layout file for American Mathematical Monthly.

From John Perry. See bug #10803.

5 years agode.po
Juergen Spitzmueller [Sat, 29 Dec 2018 15:26:29 +0000 (16:26 +0100)]
de.po

5 years agoHandle bibliography irritations in thesis template
Juergen Spitzmueller [Sat, 29 Dec 2018 14:05:08 +0000 (15:05 +0100)]
Handle bibliography irritations in thesis template

Outsource the bibliography to an own child, which is then also included
in the children's "Standalone" branch

Add some clarifying notes.

Fixes: #10748
5 years agoCompletion popup menu did not respond to Esc.
Pavel Sanda [Sat, 29 Dec 2018 13:36:38 +0000 (14:36 +0100)]
Completion popup menu did not respond to Esc.

https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg207346.html

5 years agoFix some parsing glitches in Autonest and IsAutonestedBy
Juergen Spitzmueller [Sat, 29 Dec 2018 12:36:39 +0000 (13:36 +0100)]
Fix some parsing glitches in Autonest and IsAutonestedBy

Layouts can have spaces, underlines (that must be read as spaces, and
be enquoted)

Candidate for stable

5 years agoBeamer: autonest column in columns
Juergen Spitzmueller [Sat, 29 Dec 2018 12:36:13 +0000 (13:36 +0100)]
Beamer: autonest column in columns

Candidate for stable

5 years agoDo not auto-insert separator for keepempty layouts
Juergen Spitzmueller [Sat, 29 Dec 2018 12:35:39 +0000 (13:35 +0100)]
Do not auto-insert separator for keepempty layouts

Candidate for stable

5 years agoFixup LocalLayout ui after [3847e0ef/lyxgit]
Juergen Spitzmueller [Sat, 29 Dec 2018 10:47:37 +0000 (11:47 +0100)]
Fixup LocalLayout ui after [3847e0ef/lyxgit]

5 years agoSome minor amendments to [3ae6bff538/lyxgit]
Juergen Spitzmueller [Sat, 29 Dec 2018 09:26:28 +0000 (10:26 +0100)]
Some minor amendments to [3ae6bff538/lyxgit]

5 years agoDo not consider deleted labels in ambiguity check
Juergen Spitzmueller [Sat, 29 Dec 2018 09:08:02 +0000 (10:08 +0100)]
Do not consider deleted labels in ambiguity check

This adds a new (boolean) parameter "active" to the label cache, where
we track whether a label is deleted in ct mode (the same could be done,
if wanted, for labels in notes and inactive branches).

Deleted (inactive) labels are neither considered in the uniqueness check
nor added to the outliner. This also means that undeleted references to
deleted labels are now (correctly) marked as BROKEN.

Fixes: #6563
5 years agoFix bug #11422.
Richard Kimberly Heck [Sat, 29 Dec 2018 05:23:26 +0000 (00:23 -0500)]
Fix bug #11422.

We need to load the master document before applying the params, since
otherwise the TOC reset (and other things) happen before the master
has been loaded (and set as parent).

5 years agoTypo
Richard Kimberly Heck [Sat, 29 Dec 2018 04:34:51 +0000 (23:34 -0500)]
Typo

5 years agoFix bug #11378.
Richard Kimberly Heck [Sat, 29 Dec 2018 04:02:47 +0000 (23:02 -0500)]
Fix bug #11378.

5 years agode.po
Juergen Spitzmueller [Fri, 28 Dec 2018 16:41:27 +0000 (17:41 +0100)]
de.po

5 years agoFix regression introduced in a65f1e54dc
Juergen Spitzmueller [Fri, 28 Dec 2018 16:25:53 +0000 (17:25 +0100)]
Fix regression introduced in a65f1e54dc

5 years agoFix assertion when checking if change in selection
Scott Kostyshak [Fri, 28 Dec 2018 15:40:38 +0000 (10:40 -0500)]
Fix assertion when checking if change in selection

The check for the iterator being in the same paragraph as the end of
selection was incorrect, because paragraphs in different cells could
have the same pit. We now additionally condition on having the same
idx.

This commit amends d1279875 (and thus 23de5e5e).

For discussion, see:

  https://www.mail-archive.com/search?l=mid&q=a5afd0c01a0eb9a84fd4d050d15eb23016d6f38a.camel%40lyx.org

Thanks to Jürgen.

5 years agoUpdate sk.po
Kornel Benko [Fri, 28 Dec 2018 15:15:57 +0000 (16:15 +0100)]
Update sk.po

5 years agoArrgh Amend 32b59a42, one string was changed but should not be
Kornel Benko [Fri, 28 Dec 2018 15:11:29 +0000 (16:11 +0100)]
Arrgh Amend 32b59a42, one string was changed but should not be

5 years agoChange strings to better reflect the called function
Kornel Benko [Fri, 28 Dec 2018 15:04:16 +0000 (16:04 +0100)]
Change strings to better reflect the called function

5 years agode.po
Juergen Spitzmueller [Fri, 28 Dec 2018 14:10:46 +0000 (15:10 +0100)]
de.po

5 years agode.po
Juergen Spitzmueller [Fri, 28 Dec 2018 14:08:29 +0000 (15:08 +0100)]
de.po

5 years agoProperly set up paste and textstyle-apply MenuButtons when no buffer is open.
Juergen Spitzmueller [Fri, 28 Dec 2018 13:34:14 +0000 (14:34 +0100)]
Properly set up paste and textstyle-apply MenuButtons when no buffer is open.

5 years agostyle
Juergen Spitzmueller [Fri, 28 Dec 2018 11:44:55 +0000 (12:44 +0100)]
style

5 years agoAlways set main Icon Button to the QMenuButton
Juergen Spitzmueller [Fri, 28 Dec 2018 11:41:19 +0000 (12:41 +0100)]
Always set main Icon Button to the QMenuButton

5 years agoAdd tabular-features set-inner-lines and fix set-all-lines behavior
Juergen Spitzmueller [Fri, 28 Dec 2018 09:11:42 +0000 (10:11 +0100)]
Add tabular-features set-inner-lines and fix set-all-lines behavior

Patch by Daniel Ramöller (racoon)

Fixes: #11382
5 years agolyx2lyx: fix float reversion routines
Juergen Spitzmueller [Fri, 28 Dec 2018 06:30:34 +0000 (07:30 +0100)]
lyx2lyx: fix float reversion routines

This jumped too wide with two subsequent floats.

5 years agoSlightly lighter icons
Juergen Spitzmueller [Thu, 27 Dec 2018 16:17:33 +0000 (17:17 +0100)]
Slightly lighter icons

All that's changed here is just the file size due to some file optimization.

Fixes: #10626
5 years agoLFUN_TEXTSTYLE_UPDATE: Do not force any unspecified settings.
Juergen Spitzmueller [Thu, 27 Dec 2018 14:29:23 +0000 (15:29 +0100)]
LFUN_TEXTSTYLE_UPDATE: Do not force any unspecified settings.

Fixes: #11111 (yay!)
5 years agoUpdate sk.po
Kornel Benko [Thu, 27 Dec 2018 14:23:21 +0000 (15:23 +0100)]
Update sk.po

5 years agoSome more documentation
Juergen Spitzmueller [Thu, 27 Dec 2018 13:46:22 +0000 (14:46 +0100)]
Some more documentation

5 years agode.po
Juergen Spitzmueller [Thu, 27 Dec 2018 13:44:51 +0000 (14:44 +0100)]
de.po

5 years agoAdd "Reset to Default" item to textstyle-apply button menu
Juergen Spitzmueller [Thu, 27 Dec 2018 13:16:38 +0000 (14:16 +0100)]
Add "Reset to Default" item to textstyle-apply button menu

Fixes: #5922.
5 years agoDisable LFUN_FONT_DEFAULT if there's noting to reset.
Juergen Spitzmueller [Thu, 27 Dec 2018 13:16:00 +0000 (14:16 +0100)]
Disable LFUN_FONT_DEFAULT if there's noting to reset.

5 years agowhitespace
Juergen Spitzmueller [Thu, 27 Dec 2018 10:23:40 +0000 (11:23 +0100)]
whitespace

5 years agoNo need for an extra icon
Juergen Spitzmueller [Thu, 27 Dec 2018 10:18:13 +0000 (11:18 +0100)]
No need for an extra icon

5 years agoAnother doc update
Juergen Spitzmueller [Thu, 27 Dec 2018 10:10:20 +0000 (11:10 +0100)]
Another doc update

5 years agoUse more convenient MenuButtonPopup
Juergen Spitzmueller [Thu, 27 Dec 2018 10:09:52 +0000 (11:09 +0100)]
Use more convenient MenuButtonPopup

5 years agoUpdate documentation
Juergen Spitzmueller [Thu, 27 Dec 2018 09:41:10 +0000 (10:41 +0100)]
Update documentation

5 years agode.po
Juergen Spitzmueller [Thu, 27 Dec 2018 07:59:57 +0000 (08:59 +0100)]
de.po

5 years agoRemove unused variable
Juergen Spitzmueller [Thu, 27 Dec 2018 07:51:17 +0000 (08:51 +0100)]
Remove unused variable

5 years agoUpdate it.po
Enrico Forestieri [Wed, 26 Dec 2018 17:42:46 +0000 (18:42 +0100)]
Update it.po

5 years agoUpdate sk.po
Kornel Benko [Wed, 26 Dec 2018 16:49:12 +0000 (17:49 +0100)]
Update sk.po

5 years agoAmend 154b4fde
Kornel Benko [Wed, 26 Dec 2018 16:45:34 +0000 (17:45 +0100)]
Amend 154b4fde

5 years agoMake "paste recent" accessible from toolbar
Juergen Spitzmueller [Wed, 26 Dec 2018 16:11:24 +0000 (17:11 +0100)]
Make "paste recent" accessible from toolbar

via button menu

5 years agoGive textstyle-apply a history
Juergen Spitzmueller [Wed, 26 Dec 2018 14:46:14 +0000 (15:46 +0100)]
Give textstyle-apply a history

The last 20 applications are saved now and accessible both via the lfun
(textstyle-apply n) and the toolbar (via button menu)

Fixes: #7133
This also changes the default icon and toolbar position of the action,
as requested in #11427

5 years agoHandle null pointer
Juergen Spitzmueller [Wed, 26 Dec 2018 13:38:02 +0000 (14:38 +0100)]
Handle null pointer

5 years agode.po
Juergen Spitzmueller [Wed, 26 Dec 2018 08:10:04 +0000 (09:10 +0100)]
de.po

5 years agoUpdate sk.po
Kornel Benko [Tue, 25 Dec 2018 18:06:11 +0000 (19:06 +0100)]
Update sk.po

5 years agoFix qt4 build
Juergen Spitzmueller [Tue, 25 Dec 2018 17:35:52 +0000 (18:35 +0100)]
Fix qt4 build

5 years agoMore alignment fixes
Juergen Spitzmueller [Tue, 25 Dec 2018 17:20:02 +0000 (18:20 +0100)]
More alignment fixes

5 years agoUnify group box style across dialogs.
Juergen Spitzmueller [Tue, 25 Dec 2018 16:02:18 +0000 (17:02 +0100)]
Unify group box style across dialogs.

5 years agoContribution for advanced search
Kornel Benko [Mon, 24 Dec 2018 20:44:09 +0000 (21:44 +0100)]
Contribution for advanced search

5 years agoUpdate sk.po
Kornel Benko [Mon, 24 Dec 2018 18:50:53 +0000 (19:50 +0100)]
Update sk.po

5 years agode.po
Juergen Spitzmueller [Mon, 24 Dec 2018 17:59:02 +0000 (18:59 +0100)]
de.po

5 years agoPrefs dialog: some layout fixes.
Juergen Spitzmueller [Mon, 24 Dec 2018 17:38:23 +0000 (18:38 +0100)]
Prefs dialog: some layout fixes.

5 years agoAdvanced F&R layout fixed
Juergen Spitzmueller [Mon, 24 Dec 2018 16:02:11 +0000 (17:02 +0100)]
Advanced F&R layout fixed

Patch by Daniel Ramöller (racoon)

5 years agoFix height of paragraph dialog
Juergen Spitzmueller [Mon, 24 Dec 2018 15:48:22 +0000 (16:48 +0100)]
Fix height of paragraph dialog

Patch by Daniel Ramöller (racoon)

5 years agoFix Text Properties dialog height
Juergen Spitzmueller [Mon, 24 Dec 2018 15:18:54 +0000 (16:18 +0100)]
Fix Text Properties dialog height

Patch by Daniel Ramöller (racoon)

5 years agoTabular Create layout fixes
Juergen Spitzmueller [Mon, 24 Dec 2018 15:13:29 +0000 (16:13 +0100)]
Tabular Create layout fixes

Patch by Daniel Ramöller (racoon)

5 years agoMessages panes layout fixes
Juergen Spitzmueller [Mon, 24 Dec 2018 15:08:39 +0000 (16:08 +0100)]
Messages panes layout fixes

Patch by Daniel Ramöller (racoon)

5 years agoLayout fixes for compare dialog
Juergen Spitzmueller [Mon, 24 Dec 2018 15:00:43 +0000 (16:00 +0100)]
Layout fixes for compare dialog

Based on a patch by racoon.

5 years agoTheasurus dialog layout fixes
Juergen Spitzmueller [Mon, 24 Dec 2018 14:24:03 +0000 (15:24 +0100)]
Theasurus dialog layout fixes

Patch by Daniel Ramöller (racoon)

5 years agoSpellchecker dialog alignment fixes
Juergen Spitzmueller [Mon, 24 Dec 2018 14:16:28 +0000 (15:16 +0100)]
Spellchecker dialog alignment fixes

Patch by Daniel Ramöller (racoon)

5 years agoPolishment of the simple Search dialog
Juergen Spitzmueller [Mon, 24 Dec 2018 13:47:48 +0000 (14:47 +0100)]
Polishment of the simple Search dialog

Based on a patch by racoon.

5 years agoWhen cancelling saving of a children, cancel the whole process.
Juergen Spitzmueller [Mon, 24 Dec 2018 12:02:41 +0000 (13:02 +0100)]
When cancelling saving of a children, cancel the whole process.

Fixes remainder of #11405

5 years agoUpdate sk.po
Kornel Benko [Sun, 23 Dec 2018 12:26:59 +0000 (13:26 +0100)]
Update sk.po

5 years agoFix prefs color layout
Juergen Spitzmueller [Sun, 23 Dec 2018 11:08:54 +0000 (12:08 +0100)]
Fix prefs color layout

the list widget is too narrow with some localizations.

5 years agode.po
Juergen Spitzmueller [Sun, 23 Dec 2018 09:57:20 +0000 (10:57 +0100)]
de.po

5 years agoAllow to restore default UI colors in prefs
Juergen Spitzmueller [Sat, 22 Dec 2018 17:44:58 +0000 (18:44 +0100)]
Allow to restore default UI colors in prefs

Patch by Daniel Ramöller (racoon), with slight modifications of mine.

Fixes: #10062
5 years agoUpdate sk.po
Kornel Benko [Fri, 21 Dec 2018 17:32:06 +0000 (18:32 +0100)]
Update sk.po

5 years agoMake DEPM respect current cursor position.
Jean-Marc Lasgouttes [Fri, 21 Dec 2018 14:36:55 +0000 (15:36 +0100)]
Make DEPM respect current cursor position.

Spaces are now conserved when they surround current cursor. Examples:
  abc   |   def
becomes
  abc | def
after DEPM and
  abc |
is kept as it is.

Fixes ticket #11412.

5 years agode.po
Juergen Spitzmueller [Fri, 21 Dec 2018 13:09:20 +0000 (14:09 +0100)]
de.po

5 years agoCompile fix for Qt < 5.7
Juergen Spitzmueller [Fri, 21 Dec 2018 12:37:07 +0000 (13:37 +0100)]
Compile fix for Qt < 5.7

Only after that version, the QAction argument is optional.

5 years agoGuiThesaurus: maintain default state of Replace button
Juergen Spitzmueller [Fri, 21 Dec 2018 11:56:02 +0000 (12:56 +0100)]
GuiThesaurus: maintain default state of Replace button

Rest of #11417

5 years agoGuiCharacter: Add menu to Restore button
Juergen Spitzmueller [Fri, 21 Dec 2018 11:31:25 +0000 (12:31 +0100)]
GuiCharacter: Add menu to Restore button

and allow for resetting all widgets to "No Change" besides "Default"

5 years agoRename ambiguous enum
Juergen Spitzmueller [Fri, 21 Dec 2018 11:14:11 +0000 (12:14 +0100)]
Rename ambiguous enum

5 years agoHandle GuiParagraph for OK default button issue as well
Juergen Spitzmueller [Thu, 20 Dec 2018 14:12:53 +0000 (15:12 +0100)]
Handle GuiParagraph for OK default button issue as well

5 years agoAdd forgotten initialization
Juergen Spitzmueller [Thu, 20 Dec 2018 12:46:41 +0000 (13:46 +0100)]
Add forgotten initialization

5 years agoMaintain default status for all dialogs using ButtonController
Juergen Spitzmueller [Thu, 20 Dec 2018 11:56:30 +0000 (12:56 +0100)]
Maintain default status for all dialogs using ButtonController

Should fix rest of #11417

5 years agoAlso check for dirty children on QUIT
Juergen Spitzmueller [Thu, 20 Dec 2018 10:37:19 +0000 (11:37 +0100)]
Also check for dirty children on QUIT

Fixes rest of #11405

5 years agoProperly clean cache which binds inset and dialog.
Pavel Sanda [Wed, 19 Dec 2018 20:31:26 +0000 (21:31 +0100)]
Properly clean cache which binds inset and dialog.

We fill up edited insets into cache when editing inset is triggered, but
this cache is never cleared up for dialogs unassociated with some inset
- thus when e.g. graphics dialog is open for completely new image the
old cache is (wrongly) used.

https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg207192.html

5 years agoMaintain default status for InsetParams dialogs
Juergen Spitzmueller [Wed, 19 Dec 2018 10:39:04 +0000 (11:39 +0100)]
Maintain default status for InsetParams dialogs

Part of #11417

5 years agoMaintain default status for ref dialog
Juergen Spitzmueller [Wed, 19 Dec 2018 10:09:32 +0000 (11:09 +0100)]
Maintain default status for ref dialog

Part of #11417

5 years agoFix bug 11346
Enrico Forestieri [Tue, 18 Dec 2018 10:39:21 +0000 (11:39 +0100)]
Fix bug 11346

Enclose in braces an optional argument of a math macro when it
starts with an incomplete script inset or ends with a delimiter
size-modifier macro.

5 years agoFindAdv: to please cppcheck ...
Kornel Benko [Tue, 18 Dec 2018 05:53:58 +0000 (06:53 +0100)]
FindAdv: to please cppcheck ...

Initialize class elements
Removed unused method
Added 'explicit' keyword
Optimize handling for sizes ( \tiny, \small, etc)

5 years agode.po
Juergen Spitzmueller [Mon, 17 Dec 2018 14:39:07 +0000 (15:39 +0100)]
de.po

5 years agoFix embarrassing typo
Jean-Marc Lasgouttes [Mon, 17 Dec 2018 11:28:32 +0000 (12:28 +0100)]
Fix embarrassing typo

Not clear whether this caused any bug.

5 years agoUpdate sk.po
Kornel Benko [Mon, 17 Dec 2018 12:51:11 +0000 (13:51 +0100)]
Update sk.po

5 years agoAdd Qt-internal GUI string
Juergen Spitzmueller [Mon, 17 Dec 2018 12:39:45 +0000 (13:39 +0100)]
Add Qt-internal GUI string

5 years agoGuiCharacter: Add "Reset" and "Restore Defaults" buttons
Juergen Spitzmueller [Mon, 17 Dec 2018 11:59:40 +0000 (12:59 +0100)]
GuiCharacter: Add "Reset" and "Restore Defaults" buttons

Addresses #11415

5 years agoGuiCharacter: INHERIT is OFF for the tristate buttons.
Juergen Spitzmueller [Mon, 17 Dec 2018 09:37:14 +0000 (10:37 +0100)]
GuiCharacter: INHERIT is OFF for the tristate buttons.

5 years agoFindAdv: Amend 4276e1b0
Kornel Benko [Mon, 17 Dec 2018 09:32:22 +0000 (10:32 +0100)]
FindAdv: Amend 4276e1b0

5 years agoGuiCharacter: Consider default settings for underline, strikeout and language
Juergen Spitzmueller [Mon, 17 Dec 2018 09:12:02 +0000 (10:12 +0100)]
GuiCharacter: Consider default settings for underline, strikeout and language

5 years agoCheck for hidden dirty child on close
Juergen Spitzmueller [Mon, 17 Dec 2018 08:11:34 +0000 (09:11 +0100)]
Check for hidden dirty child on close

Fixes: #11405
5 years agoAmend 9705b88251
Juergen Spitzmueller [Mon, 17 Dec 2018 08:03:46 +0000 (09:03 +0100)]
Amend 9705b88251