]> git.lyx.org Git - lyx.git/log
lyx.git
5 years agoGuiBibtex: add button to edit individual databases externally
Juergen Spitzmueller [Sat, 30 Mar 2019 10:37:28 +0000 (11:37 +0100)]
GuiBibtex: add button to edit individual databases externally

This complements the inset context menu function, which only allows for
editing all databases externally

5 years agoGuiSelectionManager: properly handle de-selecting items
Juergen Spitzmueller [Sat, 30 Mar 2019 10:32:06 +0000 (11:32 +0100)]
GuiSelectionManager: properly handle de-selecting items

When an item is de-selected with the mouse, and thus no item selected
anymore, disable add, up, down and delete buttons.

5 years agoConsider individual bib file encoding when parsing
Juergen Spitzmueller [Sat, 30 Mar 2019 08:50:55 +0000 (09:50 +0100)]
Consider individual bib file encoding when parsing

5 years agoFix some implicit conversion issues.
Juergen Spitzmueller [Sat, 30 Mar 2019 08:33:09 +0000 (09:33 +0100)]
Fix some implicit conversion issues.

5 years agoFix some paths
Kornel Benko [Fri, 29 Mar 2019 16:22:16 +0000 (17:22 +0100)]
Fix some paths

5 years agoUpdate paths in tex2lyx tests
Juergen Spitzmueller [Fri, 29 Mar 2019 15:08:17 +0000 (16:08 +0100)]
Update paths in tex2lyx tests

5 years agoAdapt tex2lyx tests to version numbers.
Juergen Spitzmueller [Fri, 29 Mar 2019 14:51:50 +0000 (15:51 +0100)]
Adapt tex2lyx tests to version numbers.

5 years agotex2lyx: support for bibencoding argument of \addbibresource
Juergen Spitzmueller [Fri, 29 Mar 2019 14:50:18 +0000 (15:50 +0100)]
tex2lyx: support for bibencoding argument of \addbibresource

5 years agoAdd support for mixed-encoded biblatex files
Juergen Spitzmueller [Fri, 29 Mar 2019 14:45:55 +0000 (15:45 +0100)]
Add support for mixed-encoded biblatex files

Biblatex 3.12 allows to specifiy individual encodings per bib file
via \addbibresource[bibencoding=<encoding>].

This is now supported via GuiBibtex.

5 years agoFix menu entries for examples
Juergen Spitzmueller [Fri, 29 Mar 2019 13:52:39 +0000 (14:52 +0100)]
Fix menu entries for examples

5 years agoFix some group boxes.
Juergen Spitzmueller [Fri, 29 Mar 2019 12:00:59 +0000 (13:00 +0100)]
Fix some group boxes.

5 years agoAmend 7644c32a: corrected path
Kornel Benko [Fri, 29 Mar 2019 11:26:33 +0000 (12:26 +0100)]
Amend 7644c32a: corrected path

5 years agoctest update.
Günter Milde [Fri, 29 Mar 2019 10:55:20 +0000 (11:55 +0100)]
ctest update.

Still cleaning up after the massive renaming and -sorting
of examples and templates.

5 years agoctests: sample for Arabic as secondary language.
Günter Milde [Fri, 29 Mar 2019 09:43:24 +0000 (10:43 +0100)]
ctests: sample for Arabic as secondary language.

5 years agoFix build after ffc682424e
Juergen Spitzmueller [Fri, 29 Mar 2019 07:57:35 +0000 (08:57 +0100)]
Fix build after ffc682424e

5 years agoUnicodesymbols: add force flags.
Günter Milde [Thu, 28 Mar 2019 12:29:33 +0000 (13:29 +0100)]
Unicodesymbols: add force flags.

5 years agoUpdate ctest tagging and documentation/sample organisation.
Günter Milde [Thu, 28 Mar 2019 12:28:37 +0000 (13:28 +0100)]
Update ctest tagging and documentation/sample organisation.

5 years agoFix insertion of text characters in math
Jean-Marc Lasgouttes [Thu, 28 Mar 2019 12:18:34 +0000 (13:18 +0100)]
Fix insertion of text characters in math

Characters that needed to be inserted in text mode in mathed were not
correctly inserted. Here we do two fixes:

1/ in niceInsert(), do not replace the contents of the active insets
first cell with selection, insert selection instead. This wa sthe
cause of the bug: an empty selection replaced the contents that was
already in the cell.

2/ do not use niceInsert() anyway, insert() is perfect for what we
want to do.

Fixes bug #11527.

5 years agoFix test BATCH_outline-beamer
Kornel Benko [Thu, 28 Mar 2019 10:52:03 +0000 (11:52 +0100)]
Fix test BATCH_outline-beamer

Adapt the expected data

5 years agoComprehensive language test document and some more fixes.
Günter Milde [Wed, 27 Mar 2019 16:49:08 +0000 (17:49 +0100)]
Comprehensive language test document and some more fixes.

Work around or document language clashes and limitations.

5 years agoFix settings for Hebrew with 8-bit TeX fonts.
Günter Milde [Wed, 27 Mar 2019 16:09:12 +0000 (17:09 +0100)]
Fix settings for Hebrew with 8-bit TeX fonts.

5 years ago"AsBabelOptions" no longer required. Part1.
Günter Milde [Wed, 27 Mar 2019 15:53:23 +0000 (16:53 +0100)]
"AsBabelOptions" no longer required. Part1.

With the re-orgianization and opening of the Babel package by Javier Bezos
(version 3.9 released March 2013), "contributed" language definitions are
also recognized if the language is given as global option.

If there is no objection or regression in tests,
Part 2 will remove the hard-coded part of AsBabelOptions.

5 years agoUse LaTeX input encoding "utf8", part 1/many.
Günter Milde [Wed, 27 Mar 2019 15:24:14 +0000 (16:24 +0100)]
Use LaTeX input encoding "utf8", part 1/many.

See #11115.
Start with simple cases.

5 years agoctest update.
Günter Milde [Wed, 27 Mar 2019 15:20:17 +0000 (16:20 +0100)]
ctest update.

#9681 is fixed in master.
Hebrew with 8-bit fonts fails with vanilla TeXLive.
Add link to ticket in dedicated test document.

5 years agoTest for #11532 "inputencoding desynchronisation".
Günter Milde [Wed, 27 Mar 2019 14:57:38 +0000 (15:57 +0100)]
Test for #11532 "inputencoding desynchronisation".

5 years agoAmend 4bd4bfb34c to make LyX compilable again with QT4.
Günter Milde [Wed, 27 Mar 2019 13:40:59 +0000 (14:40 +0100)]
Amend 4bd4bfb34c to make LyX compilable again with QT4.

5 years agoHebrew shindot and shindot but work fine as postfix.
Günter Milde [Wed, 27 Mar 2019 13:39:08 +0000 (14:39 +0100)]
Hebrew shindot and shindot but work fine as postfix.

5 years agoBabel's "\textlatin" is obsoleted by "\ensureascii".
Günter Milde [Wed, 27 Mar 2019 08:52:44 +0000 (09:52 +0100)]
Babel's "\textlatin" is obsoleted by "\ensureascii".

5 years agoUpdate sk.po
Kornel Benko [Tue, 26 Mar 2019 17:58:22 +0000 (18:58 +0100)]
Update sk.po

5 years agoRELEASE-NOTES: update
Juergen Spitzmueller [Tue, 26 Mar 2019 17:05:25 +0000 (18:05 +0100)]
RELEASE-NOTES: update

5 years agode.po
Juergen Spitzmueller [Tue, 26 Mar 2019 16:53:44 +0000 (17:53 +0100)]
de.po

5 years agoUpdate version numbers of tex2lyx tests
Juergen Spitzmueller [Tue, 26 Mar 2019 16:49:38 +0000 (17:49 +0100)]
Update version numbers of tex2lyx tests

5 years agoUpdate layout formats
Juergen Spitzmueller [Tue, 26 Mar 2019 16:46:21 +0000 (17:46 +0100)]
Update layout formats

5 years agoAdd TableStyle layout tag
Juergen Spitzmueller [Tue, 26 Mar 2019 16:42:56 +0000 (17:42 +0100)]
Add TableStyle layout tag

Fixes: #8360
5 years agoCmake export tests: enable the hebrew documents again.
Kornel Benko [Tue, 26 Mar 2019 16:00:32 +0000 (17:00 +0100)]
Cmake export tests: enable the hebrew documents again.

The missing david fonts error vanished after reinstalling
the culmus-latex-0.7-r1 package.

5 years agoAdd tablestyle buffer param
Juergen Spitzmueller [Tue, 26 Mar 2019 15:23:34 +0000 (16:23 +0100)]
Add tablestyle buffer param

Fixes: #9901
5 years agoUpdate sk.po
Kornel Benko [Tue, 26 Mar 2019 14:51:48 +0000 (15:51 +0100)]
Update sk.po

5 years agoCmake export tests: make even more tests pass
Kornel Benko [Tue, 26 Mar 2019 14:45:54 +0000 (15:45 +0100)]
Cmake export tests: make even more tests pass

5 years agocentralize attic
Juergen Spitzmueller [Tue, 26 Mar 2019 14:41:32 +0000 (15:41 +0100)]
centralize attic

5 years agoAmend 683b3a05: Introducing table templates
Kornel Benko [Tue, 26 Mar 2019 14:27:39 +0000 (15:27 +0100)]
Amend 683b3a05: Introducing table templates

Added test cases

5 years agomove lib/templates/Attic to lib/attic/templates
Juergen Spitzmueller [Tue, 26 Mar 2019 14:22:39 +0000 (15:22 +0100)]
move lib/templates/Attic to lib/attic/templates

This should restore make distcheck

5 years agoCmake export tests: some testnames corrected
Kornel Benko [Tue, 26 Mar 2019 14:11:10 +0000 (15:11 +0100)]
Cmake export tests: some testnames corrected

Also don't use tex gyre fonts, use dejavu instead

5 years agode.po
Juergen Spitzmueller [Tue, 26 Mar 2019 13:00:27 +0000 (14:00 +0100)]
de.po

5 years agoIntroducing table templates
Juergen Spitzmueller [Tue, 26 Mar 2019 12:43:33 +0000 (13:43 +0100)]
Introducing table templates

The idea is simple: we insert a pre-formatted table (with a given border
style currently, but other attributes are possible as well) via file-insert
and scale it then to the requested size.

We need three sizes (1x1, 1x2 and 1x3) to generate all sizes properly (due
to border specifications).

Currently, these styles can only be accessed via lfun tabular-style-insert
and the Tabular Create dialog.

My plan is to add a buffer param to set a default style (#9901) which then
also is respected by the toolbar button and probably a layout tag to let
classes specify a default style (#8360).

5 years agoAdd ignorelang option to file-insert
Juergen Spitzmueller [Tue, 26 Mar 2019 09:09:55 +0000 (10:09 +0100)]
Add ignorelang option to file-insert

This is useful for inserted files with no real text content

5 years agoMerge branch 'master' of git.lyx.org:lyx
Juergen Spitzmueller [Tue, 26 Mar 2019 09:08:42 +0000 (10:08 +0100)]
Merge branch 'master' of git.lyx.org:lyx

5 years agoCmake build: Removed some cmake warnings
Kornel Benko [Tue, 26 Mar 2019 09:02:28 +0000 (10:02 +0100)]
Cmake build: Removed some cmake warnings

5 years agoAdd new file to Makefile.am
Juergen Spitzmueller [Tue, 26 Mar 2019 08:00:33 +0000 (09:00 +0100)]
Add new file to Makefile.am

5 years agoThis has not been updated in my build yet.
Richard Kimberly Heck [Tue, 26 Mar 2019 02:59:40 +0000 (22:59 -0400)]
This has not been updated in my build yet.

5 years agoWin installer: fix bug on init
Uwe Stöhr [Tue, 26 Mar 2019 01:37:19 +0000 (02:37 +0100)]
Win installer: fix bug on init

- also remove unused code

5 years agoAnother from distcheck problems
Pavel Sanda [Tue, 26 Mar 2019 00:19:01 +0000 (01:19 +0100)]
Another from distcheck problems

5 years agoCmake export tests:
Kornel Benko [Mon, 25 Mar 2019 19:50:58 +0000 (20:50 +0100)]
Cmake export tests:

Added missing file to make Europass_CV-files compilable
lyxStatus.pm: Added handling for inserted files with used extension

5 years agoSome more tests which are not failin anymore
Kornel Benko [Mon, 25 Mar 2019 18:32:59 +0000 (19:32 +0100)]
Some more tests which are not failin anymore

About 100 less, still remaining about 200

5 years agoCmake export tests: Indenting + ignore '%' in file names
Kornel Benko [Mon, 25 Mar 2019 17:46:15 +0000 (18:46 +0100)]
Cmake export tests: Indenting + ignore '%' in file names

5 years agoremove buildlyxdir again
Juergen Spitzmueller [Mon, 25 Mar 2019 15:32:27 +0000 (16:32 +0100)]
remove buildlyxdir again

per request

5 years agoIndentation
Juergen Spitzmueller [Mon, 25 Mar 2019 15:32:08 +0000 (16:32 +0100)]
Indentation

5 years agoCmate export tests: Thinko, using entry as array also in cases where it is not
Kornel Benko [Mon, 25 Mar 2019 13:48:17 +0000 (14:48 +0100)]
Cmate export tests: Thinko, using entry as array also in cases where it is not

5 years agosigh
Juergen Spitzmueller [Mon, 25 Mar 2019 10:07:10 +0000 (11:07 +0100)]
sigh

5 years agoMove misplaced file
Juergen Spitzmueller [Mon, 25 Mar 2019 10:05:21 +0000 (11:05 +0100)]
Move misplaced file

5 years agoToward again working make distcheck.
Pavel Sanda [Mon, 25 Mar 2019 09:44:29 +0000 (10:44 +0100)]
Toward again working make distcheck.

Not there yet.
Introducing examples/templates into the Rules-lyx hall of fame
make those dirs more sensitive to build stuff.

Something still broken in examples/Articles, not sure what,
maybe filename length, running out of time now.

5 years agoAdd some notes.
Juergen Spitzmueller [Mon, 25 Mar 2019 07:28:54 +0000 (08:28 +0100)]
Add some notes.

5 years agoRe-fix \origin
Juergen Spitzmueller [Mon, 25 Mar 2019 07:07:25 +0000 (08:07 +0100)]
Re-fix \origin

5 years agoRemove accidentally committed debug statement
Juergen Spitzmueller [Mon, 25 Mar 2019 07:07:07 +0000 (08:07 +0100)]
Remove accidentally committed debug statement

5 years agoFix included file paths and ctest tag rules after renaming examples
Günter Milde [Sun, 24 Mar 2019 22:07:03 +0000 (23:07 +0100)]
Fix included file paths and ctest tag rules after renaming examples

5 years agoFix moderncv.layout
Günter Milde [Sun, 24 Mar 2019 22:03:09 +0000 (23:03 +0100)]
Fix moderncv.layout

The "photo" style content is a path name (don't escape underscores etc.).

5 years agoCmake export tests: Fix some tests using Curricula_Vitae
Kornel Benko [Sun, 24 Mar 2019 21:20:09 +0000 (22:20 +0100)]
Cmake export tests: Fix some tests using Curricula_Vitae

Still the German versions are not compilable due to missing file 'REPLACEphoto.jpg'

5 years agoDisable the debug output which made exports using lyx2lyx fail
Kornel Benko [Sun, 24 Mar 2019 21:17:48 +0000 (22:17 +0100)]
Disable the debug output which made exports using lyx2lyx fail

5 years agoCmake export tests: Omit underlines in temporary file names
Kornel Benko [Sun, 24 Mar 2019 21:12:07 +0000 (22:12 +0100)]
Cmake export tests: Omit underlines in temporary file names

Also try to copy all versions of an included reference.
The example is the search for CV-image in Modern_CV.lyx.
The two file (CV-image.eps and CV-image.png) have to be copied while
keeping the same base name.

5 years agoUpdate \origin specifications
Juergen Spitzmueller [Sun, 24 Mar 2019 16:33:10 +0000 (17:33 +0100)]
Update \origin specifications

5 years agoAdd buildlyxdir placeholder for \origin
Juergen Spitzmueller [Sun, 24 Mar 2019 16:03:15 +0000 (17:03 +0100)]
Add buildlyxdir placeholder for \origin

This allows resolving paths properly in the build dir.

5 years agoFix bug #11526
Enrico Forestieri [Sun, 24 Mar 2019 16:28:01 +0000 (17:28 +0100)]
Fix bug #11526

Correctly categorize a textmode symbol in mathed.

5 years agoMove Thesis and Springer templates back to templates
Juergen Spitzmueller [Sun, 24 Mar 2019 10:21:55 +0000 (11:21 +0100)]
Move Thesis and Springer templates back to templates

Thanks to \origin, #8643 is fixed (also in stable). Included paths are
thus correctly updated and point to the systemdir.

This only works if LyX is installed, though, since \origin is only set
on install.

5 years agoUpdate sk.po
Kornel Benko [Sun, 24 Mar 2019 07:44:39 +0000 (08:44 +0100)]
Update sk.po

5 years agoFixed origin in Game_2.lyx
Kornel Benko [Sun, 24 Mar 2019 06:42:03 +0000 (07:42 +0100)]
Fixed origin in Game_2.lyx

5 years agoGuiLyXFiles: handle defaults.lyx
Juergen Spitzmueller [Sat, 23 Mar 2019 16:41:42 +0000 (17:41 +0100)]
GuiLyXFiles: handle defaults.lyx

5 years agoCorrected tests for Variable-width_Minipages, Posters, Presentations
Kornel Benko [Sat, 23 Mar 2019 12:01:09 +0000 (13:01 +0100)]
Corrected tests for Variable-width_Minipages, Posters, Presentations

Either correct the path or add the requested image

5 years agoAdd some release notes
Juergen Spitzmueller [Sat, 23 Mar 2019 16:02:38 +0000 (17:02 +0100)]
Add some release notes

5 years agoTutorial, UserGuide: Adapt wrt new templates/examples UI
Juergen Spitzmueller [Sat, 23 Mar 2019 15:25:14 +0000 (16:25 +0100)]
Tutorial, UserGuide: Adapt wrt new templates/examples UI

5 years ago Push in suppressed file fr.po
jpc [Sat, 23 Mar 2019 15:21:34 +0000 (16:21 +0100)]
     Push in suppressed file fr.po

5 years ago Remove unwanted file
jpc [Sat, 23 Mar 2019 15:20:04 +0000 (16:20 +0100)]
 Remove unwanted file

5 years agoDisplay URL-encoded chars decoded in display path
Juergen Spitzmueller [Sat, 23 Mar 2019 14:15:08 +0000 (15:15 +0100)]
Display URL-encoded chars decoded in display path

5 years agoAdd l10n mark
Juergen Spitzmueller [Sat, 23 Mar 2019 11:45:28 +0000 (12:45 +0100)]
Add l10n mark

5 years agode.po: minor corrections
Juergen Spitzmueller [Sat, 23 Mar 2019 11:08:20 +0000 (12:08 +0100)]
de.po: minor corrections

5 years agode.po
Juergen Spitzmueller [Sat, 23 Mar 2019 10:49:44 +0000 (11:49 +0100)]
de.po

5 years agotypo
Juergen Spitzmueller [Sat, 23 Mar 2019 10:30:53 +0000 (11:30 +0100)]
typo

5 years agoCorrectedt tests for PhD_Theses
Kornel Benko [Sat, 23 Mar 2019 10:03:58 +0000 (11:03 +0100)]
Correctedt tests for PhD_Theses

Adapt to the changed master document

5 years agoSave as Template: Also consider document language
Juergen Spitzmueller [Sat, 23 Mar 2019 09:57:22 +0000 (10:57 +0100)]
Save as Template: Also consider document language

Attempt to save the template in the appropriate language subfolder of
the user template directory (and propose to create it if it doesn't exist
yet).

That way, user-generated templates (1.) get the correct language attribution
in the lyxfiles dialog and (2.) users can easily generate different
language versions of a template.

5 years agoUse correct path to included figure
Kornel Benko [Sat, 23 Mar 2019 09:56:12 +0000 (10:56 +0100)]
Use correct path to included figure

5 years agoCorrectedt tests for Springer_Contributed_Books export tests
Kornel Benko [Sat, 23 Mar 2019 09:40:39 +0000 (10:40 +0100)]
Correctedt tests for Springer_Contributed_Books export tests

Adapt to the changed master document

5 years agoAdd LFUN_BUFFER_WRITE_AS_TEMPLATE
Juergen Spitzmueller [Sat, 23 Mar 2019 09:17:33 +0000 (10:17 +0100)]
Add LFUN_BUFFER_WRITE_AS_TEMPLATE

Convenience function to easier save a file as template in the appropriate
templates folder.

5 years agoCorrected tests for chess exports
Kornel Benko [Sat, 23 Mar 2019 09:05:18 +0000 (10:05 +0100)]
Corrected tests for chess exports

5 years agomissing example
Pavel Sanda [Sat, 23 Mar 2019 08:21:24 +0000 (09:21 +0100)]
missing example

5 years ago Update shortcuts in fr.po
jpc [Sat, 23 Mar 2019 08:20:11 +0000 (09:20 +0100)]
  Update shortcuts in fr.po

5 years agoClarify soul module description
Juergen Spitzmueller [Sat, 23 Mar 2019 07:04:57 +0000 (08:04 +0100)]
Clarify soul module description

5 years agoAdapt ctest tagging rules to the changed file names of templates and examples.
Günter Milde [Fri, 22 Mar 2019 22:57:29 +0000 (23:57 +0100)]
Adapt ctest tagging rules to the changed file names of templates and examples.

5 years agoAdd lib/unicodesymbols support for Hebrew.
Günter Milde [Fri, 22 Mar 2019 22:54:35 +0000 (23:54 +0100)]
Add lib/unicodesymbols support for Hebrew.

Hebrew language must be set (otherwise character macros are not defined)
but this is normally no problem because it is also neede for RTL support.

5 years agoForgotten accelerators.
Pavel Sanda [Fri, 22 Mar 2019 21:14:21 +0000 (22:14 +0100)]
Forgotten accelerators.

5 years ago Solve shortcut conflicts in fr.po
jpc [Fri, 22 Mar 2019 17:52:32 +0000 (18:52 +0100)]
   Solve shortcut conflicts in fr.po

5 years agoAdd soul module
Juergen Spitzmueller [Fri, 22 Mar 2019 17:29:50 +0000 (18:29 +0100)]
Add soul module

5 years agoFix fonts used by sub/superscript in text
Jean-Marc Lasgouttes [Fri, 22 Mar 2019 15:13:30 +0000 (16:13 +0100)]
Fix fonts used by sub/superscript in text

Several changes are needed to get things right:
* nested supersripts only work with inheritFonts=true.

* to get caret position right, it is necessary to remember the outside
  font of the inset before computing metrics.

* to get the size right at insertion time, it is necessary to trigger
  a metrics computation just after inset insertion.