]> git.lyx.org Git - lyx.git/log
lyx.git
5 years agoGuiDocument: Add filter to modules selection
Juergen Spitzmueller [Fri, 5 Apr 2019 09:52:37 +0000 (11:52 +0200)]
GuiDocument: Add filter to modules selection

Sorting by category is needs more work, since the GuiIdListModel is
not suitable for trees.

5 years agoResolve some implicit conversion warnings.
Juergen Spitzmueller [Fri, 5 Apr 2019 09:47:59 +0000 (11:47 +0200)]
Resolve some implicit conversion warnings.

5 years agoAASTeX layout: Normalize layout name of \thebibliography.
Günter Milde [Fri, 5 Apr 2019 07:15:24 +0000 (09:15 +0200)]
AASTeX layout:  Normalize layout name of \thebibliography.

Allows easy sharing of reference entries between documents
using different classes or switching document classes.

5 years agoUpdate sk.po
Kornel Benko [Thu, 4 Apr 2019 18:23:15 +0000 (20:23 +0200)]
Update sk.po

5 years agoMake module categories (almost) great again
Juergen Spitzmueller [Thu, 4 Apr 2019 16:43:29 +0000 (18:43 +0200)]
Make module categories (almost) great again

The category tag was rarely used and thus not very useful. This adds
categorization to most modules (the rest will follow) and uses the
\DeclareCategory tag we use in layouts rather than the extra syntax
we used in modules. Categories are now added to the po files and
translated.

Note that this is work in progress: the current categories are still
subject to change.

The ultimate goal of this is to sort the modules in the GUI by category
as we do with layouts, examples and templates (and add a filter to search
for specific modules)

As it is now (with the many modules we accumulated), the module selector
is not really usable anymore. If you don't happen to know how exactly a
module is named, selecting a module is really a PITA.

5 years agoFix for Mac Command-0 zoom-buffer binding
Daniel Ramoeller [Thu, 4 Apr 2019 15:01:56 +0000 (17:01 +0200)]
Fix for Mac Command-0 zoom-buffer binding

Amends fix to #10455

5 years agoFix for #11476: Icons have spurious squares
Daniel Ramoeller [Thu, 4 Apr 2019 14:51:39 +0000 (16:51 +0200)]
Fix for #11476: Icons have spurious squares

5 years agoPrevent multiplication of preamble code
Juergen Spitzmueller [Thu, 4 Apr 2019 14:39:20 +0000 (16:39 +0200)]
Prevent multiplication of preamble code

Fixes rest of #8229

5 years agotex2lyx: improve module support
Juergen Spitzmueller [Thu, 4 Apr 2019 13:46:49 +0000 (15:46 +0200)]
tex2lyx: improve module support

The current heuristics only considered modules with styles that defined
a searched command in their preamble, and only for commands/environments
that were defined in the document's preamble. This limited the module
support drastically.

The new heuristics also checks for commands coming from packages. If the
command is not (re-)defined in the document preamble, it checks modules
that provide a style with a matching LaTeXName, checks for their
requirements and matches those with the packages loaded by the document.

If no module provides a searched style, but we found modules that load
packages that are loaded in the imported tex file, and if those packages
are not auto-loaded by LyX anyway, we also load this module.

fixes: #11259, part of #8229

5 years agoupdate tex2lyx tests
Juergen Spitzmueller [Thu, 4 Apr 2019 07:33:53 +0000 (09:33 +0200)]
update tex2lyx tests

\cmidrule(lr) now natively imported.

5 years agotex2lyx: support for cmidrule trimming
Juergen Spitzmueller [Thu, 4 Apr 2019 07:33:36 +0000 (09:33 +0200)]
tex2lyx: support for cmidrule trimming

5 years agoUpdate tex2lyx tests
Juergen Spitzmueller [Thu, 4 Apr 2019 06:24:51 +0000 (08:24 +0200)]
Update tex2lyx tests

5 years agoDisable TABLUAR_STYLE_INSERT with TABULAR_INSERT
Juergen Spitzmueller [Thu, 4 Apr 2019 06:24:25 +0000 (08:24 +0200)]
Disable TABLUAR_STYLE_INSERT with TABULAR_INSERT

5 years agoInitialize TabularCreate dialog enabled.
Juergen Spitzmueller [Thu, 4 Apr 2019 06:23:27 +0000 (08:23 +0200)]
Initialize TabularCreate dialog enabled.

As pointed out in #10105.

5 years agoFixed \origin
Kornel Benko [Thu, 4 Apr 2019 05:59:05 +0000 (07:59 +0200)]
Fixed \origin

Next amend of d3ec77c6: Reorganize templates and example folders

5 years agoFix a path
Kornel Benko [Wed, 3 Apr 2019 21:45:31 +0000 (23:45 +0200)]
Fix a path

Next amend of d3ec77c6: Reorganize templates and example folders

5 years agoUpdate sk.po
Kornel Benko [Wed, 3 Apr 2019 16:46:28 +0000 (18:46 +0200)]
Update sk.po

5 years agoSome doc updates
Juergen Spitzmueller [Wed, 3 Apr 2019 16:17:40 +0000 (18:17 +0200)]
Some doc updates

5 years agoImprove error message
Juergen Spitzmueller [Wed, 3 Apr 2019 15:58:20 +0000 (17:58 +0200)]
Improve error message

* Take preceding line break out of the l10n range. This is bound to get
  lost in translation
* Display encoding names that people actually find in the GUI

5 years agode.po
Juergen Spitzmueller [Wed, 3 Apr 2019 15:57:38 +0000 (17:57 +0200)]
de.po

5 years agoAdd formal table templates with and without footlines
Juergen Spitzmueller [Wed, 3 Apr 2019 15:32:46 +0000 (17:32 +0200)]
Add formal table templates with and without footlines

See discussion in #10105

5 years agobooktabs trimming: fix some thinkos
Juergen Spitzmueller [Wed, 3 Apr 2019 15:18:21 +0000 (17:18 +0200)]
booktabs trimming: fix some thinkos

5 years agoFix cmidline trimming with multicolumns
Juergen Spitzmueller [Wed, 3 Apr 2019 14:35:08 +0000 (16:35 +0200)]
Fix cmidline trimming with multicolumns

5 years agoFix #10600: XeTeX with 8-bit TeX fonts requires input encodings "utf8" or "ascii".
Günter Milde [Sat, 16 Mar 2019 11:43:50 +0000 (12:43 +0100)]
Fix #10600: XeTeX with 8-bit TeX fonts requires input encodings "utf8" or "ascii".

* New: support also utf8 (working around false positive test in "inputenc.sty").

* Do not force the change of input encoding to "ascii".

  Deny compilation with XeTeX if a document uses TeX fonts and a non-supported input encoding.

5 years agoUpdate (formal) table documentation
Juergen Spitzmueller [Wed, 3 Apr 2019 13:16:27 +0000 (15:16 +0200)]
Update (formal) table documentation

5 years agoFixup 283ac91a: Forgotten test for null pointer
Jean-Marc Lasgouttes [Wed, 3 Apr 2019 10:13:13 +0000 (12:13 +0200)]
Fixup 283ac91a: Forgotten test for null pointer

5 years agoDocument itemize bullets
Jean-Marc Lasgouttes [Wed, 3 Apr 2019 10:03:24 +0000 (12:03 +0200)]
Document itemize bullets

Make the unicode value explicit as we do elsewhere.

Also change the value used for labeliv, since the current one may be
square with some fonts.

5 years agoPut end label on own row after display inset
Jean-Marc Lasgouttes [Wed, 3 Apr 2019 09:06:43 +0000 (11:06 +0200)]
Put end label on own row after display inset

This corresponds to what is done on display. The same should be done
for start label too (e.g. beginning of a proof), but this requires more
work.

This required to move the static function getEndLabel to Text.

Fixes bug #11536.

5 years agoRemove obsolete comment.
Günter Milde [Wed, 3 Apr 2019 06:40:29 +0000 (08:40 +0200)]
Remove obsolete comment.

5 years agoctest fixes.
Günter Milde [Wed, 3 Apr 2019 06:36:46 +0000 (08:36 +0200)]
ctest fixes.

Hebrew with "nikud" requires HE8 font encoding.
All tests requiring Hebrew 8-bit fonts are "nonstandard".

5 years agobooktabs: support for \cmidrule trimming
Juergen Spitzmueller [Wed, 3 Apr 2019 05:59:52 +0000 (07:59 +0200)]
booktabs: support for \cmidrule trimming

This has probably still some rough edges, so please test thoroughly.

Fixes: #3072
5 years agoctest update.
Günter Milde [Tue, 2 Apr 2019 14:38:52 +0000 (16:38 +0200)]
ctest update.

* some Japanese (platex) documents fail with inputenc "utf8-platex"
  (missing characters in non-Japanese text parts), because the
  Unicodechar definitions from "inputenc" are not used.

* some Japanes (platex) documents show wrong output with "auto",
  because platex ignores the encoding switch for text parts
  in other languages.

* Japanese Beamer documents must set default output to "pdf",
  because dvipdfm(x) produces wrong output with document class "Beamer".

* update tagging/inverting rules.

* use HE8 font encoding for Hebrew in language test.

5 years agoIgnore CJK-tests with Xe/LuaTeX and tex fonts.
Günter Milde [Tue, 2 Apr 2019 13:46:50 +0000 (15:46 +0200)]
Ignore CJK-tests with Xe/LuaTeX and tex fonts.

The CJK package does not support this combination...

5 years agoFixup ad79ac40: reintroduce markers around delimiters
Jean-Marc Lasgouttes [Tue, 2 Apr 2019 12:30:50 +0000 (14:30 +0200)]
Fixup ad79ac40: reintroduce markers around delimiters

The reasoning behind this change was not correct.

Fixes bug #11516.

5 years agoDo not force the use of the HE8 font encoding for Hebrew.
Günter Milde [Tue, 2 Apr 2019 11:13:13 +0000 (13:13 +0200)]
Do not force the use of the HE8 font encoding for Hebrew.

While HE8 provides more characters and prevents use of bitmap fonts,
forcing its use may break older installations.

The dedicated test file 012_hebrew_he_HE8.lyx provides an
example for use of HE8 encoded fonts with babel-hebrew.

5 years agoPass a pit to Text::isRTL(), not a paragraph
Jean-Marc Lasgouttes [Tue, 2 Apr 2019 07:53:40 +0000 (09:53 +0200)]
Pass a pit to Text::isRTL(), not a paragraph

5 years agounicodesymbols: add Hebrew nikud symbols and presentation forms.
Günter Milde [Mon, 1 Apr 2019 17:10:06 +0000 (19:10 +0200)]
unicodesymbols: add Hebrew nikud symbols and presentation forms.

The "nikud" (vowel) signs, shindot, and shindot  are combining Unicode
characters. However, LaTeX-Hebrew expects them as postfix characters, not
accent macros (cf. www.cs.tau.ac.il/~stoledo/Bib/Pubs/vowels.pdf).

5 years agoRemove TODO entry
Juergen Spitzmueller [Mon, 1 Apr 2019 11:04:05 +0000 (13:04 +0200)]
Remove TODO entry

This is covered in the "Consider layouts in modules that do not have a
preamble definition" general TODO item.

5 years agoUpdate sk.po
Kornel Benko [Mon, 1 Apr 2019 09:39:20 +0000 (11:39 +0200)]
Update sk.po

5 years agoFix tooltip.
Juergen Spitzmueller [Mon, 1 Apr 2019 09:28:54 +0000 (11:28 +0200)]
Fix tooltip.

Thanks, Kornel.

5 years agoreset.formal-default: no need to fiddle with left/right lines at all.
Juergen Spitzmueller [Mon, 1 Apr 2019 07:27:12 +0000 (09:27 +0200)]
reset.formal-default: no need to fiddle with left/right lines at all.

5 years agoFix left/right border UI when toggling formal
Juergen Spitzmueller [Mon, 1 Apr 2019 07:26:09 +0000 (09:26 +0200)]
Fix left/right border UI when toggling formal

Fixes: #9835
5 years agoRemove Qt 5.12-only colorrole
Juergen Spitzmueller [Mon, 1 Apr 2019 07:18:16 +0000 (09:18 +0200)]
Remove Qt 5.12-only colorrole

Designer inserts those automatically. So we have again backwards-incompatible
designer behavior :-(

5 years agode.po
Juergen Spitzmueller [Mon, 1 Apr 2019 05:35:31 +0000 (07:35 +0200)]
de.po

5 years agoAdd option to reset to default booktabs lines
Juergen Spitzmueller [Mon, 1 Apr 2019 05:08:13 +0000 (07:08 +0200)]
Add option to reset to default booktabs lines

Addresses: #10106

5 years agoFix booktabs bottom line with multirows
Juergen Spitzmueller [Mon, 1 Apr 2019 03:43:32 +0000 (05:43 +0200)]
Fix booktabs bottom line with multirows

Fixes: #11445
5 years agoCmake export tests: Set \origin also for unavailable
Kornel Benko [Sun, 31 Mar 2019 16:06:40 +0000 (18:06 +0200)]
Cmake export tests: Set \origin also for unavailable

This is important for lyx-files not under the lyxsystemdir.
Since the exports are done from a copied lyx-file, some referenced data
may be available only relative to the source of the original.

5 years agoAdd listpreamble tex2lyx test
Juergen Spitzmueller [Sun, 31 Mar 2019 15:52:31 +0000 (17:52 +0200)]
Add listpreamble tex2lyx test

5 years agoFix bug #11528
Enrico Forestieri [Sun, 31 Mar 2019 13:14:28 +0000 (15:14 +0200)]
Fix bug #11528

The code was not doing what said in the description.

5 years agofix typo in comment
Juergen Spitzmueller [Sun, 31 Mar 2019 12:30:55 +0000 (14:30 +0200)]
fix typo in comment

5 years agotex2lyx: support for list preambles
Juergen Spitzmueller [Sun, 31 Mar 2019 12:27:56 +0000 (14:27 +0200)]
tex2lyx: support for list preambles

5 years agoCmake export tests: Use absolute paths for subfiles inside the source dir
Kornel Benko [Sun, 31 Mar 2019 09:34:14 +0000 (11:34 +0200)]
Cmake export tests: Use absolute paths for subfiles inside the source dir

The testfile is inside the build dir, so no relative path to the source dir
should be alloved.

5 years agoAmend 0b295819: Fix some non-accessible URLS
Kornel Benko [Sun, 31 Mar 2019 09:00:02 +0000 (11:00 +0200)]
Amend 0b295819: Fix some non-accessible URLS

Thanks Jürgen

5 years agoAmend 99eeb29e: tex2lyx test: make box-color-*.tex sample compilable
Kornel Benko [Sat, 30 Mar 2019 23:52:04 +0000 (00:52 +0100)]
Amend 99eeb29e: tex2lyx test: make box-color-*.tex sample compilable

5 years agoFix some non-accessible URLS
Kornel Benko [Sat, 30 Mar 2019 23:15:52 +0000 (00:15 +0100)]
Fix some non-accessible URLS

Also don't check attic, devel or obsolete files
Not found good replacements for
        http://texcatalogue.ctan.org/bytopic.html
        http://www.tiresias.org/research/reports/braille_cell.htm

5 years agoAdd missing files to Makefile.am
Juergen Spitzmueller [Sat, 30 Mar 2019 11:46:05 +0000 (12:46 +0100)]
Add missing files to Makefile.am

Another fixup of ffc682424efb065.

Alas, make distcheck still fails.

5 years agoCmate tests: Use absolute values for systemlyxdir
Kornel Benko [Sat, 30 Mar 2019 11:01:16 +0000 (12:01 +0100)]
Cmate tests: Use absolute values for systemlyxdir

This omits use of relative path for the \origin variable
inside the test-build-dir.

5 years agode.po
Juergen Spitzmueller [Sat, 30 Mar 2019 11:03:42 +0000 (12:03 +0100)]
de.po

5 years agoUpdate sk.po
Kornel Benko [Sat, 30 Mar 2019 11:00:30 +0000 (12:00 +0100)]
Update sk.po

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