]> git.lyx.org Git - features.git/log
features.git
2 years agoFix crash with LFUN_LAYOUT with multicell selection
Jean-Marc Lasgouttes [Mon, 9 May 2022 08:23:54 +0000 (10:23 +0200)]
Fix crash with LFUN_LAYOUT with multicell selection

This lfun (like several others) does not work with multicell
selection. Disable the lfun in this this case for now, until a nice
solution is found.

Fixes bug #12530.

2 years agoFindAdv: Amend 64af721a
Kornel Benko [Sun, 8 May 2022 20:43:56 +0000 (22:43 +0200)]
FindAdv: Amend 64af721a

The space handling is a nightmare.

2 years agoFindAdv: Handle normal and protected space also inside regular expression
Kornel Benko [Sun, 8 May 2022 18:24:43 +0000 (20:24 +0200)]
FindAdv: Handle normal and protected space also inside regular expression

2 years agoFindAdv: Correct the 'fix' in 4bb427a2
Kornel Benko [Sun, 8 May 2022 13:32:13 +0000 (15:32 +0200)]
FindAdv: Correct the 'fix' in 4bb427a2

:(

2 years agoFindAdv: Amend 627cd6de: Use '~' instead of "\\ " for search if possible
Kornel Benko [Sun, 8 May 2022 12:30:45 +0000 (14:30 +0200)]
FindAdv: Amend 627cd6de: Use '~' instead of "\\ " for search if possible

Also fix a thinko in interpreting the found values.
The match_len describes the length of the second regex field,
while matchend is the length of the search field 0.

2 years agoFindAdv: Simplify search for space also if not using regex
Kornel Benko [Fri, 6 May 2022 15:16:49 +0000 (17:16 +0200)]
FindAdv: Simplify search for space also if not using regex

In the pattern-string convert occurences of
' ', '~'
and the values we get with
space-insert normal
space-insert protected
to "\s+".

2 years agoFindAdv: Small improvements
Kornel Benko [Thu, 5 May 2022 13:56:15 +0000 (15:56 +0200)]
FindAdv: Small improvements

2 years agoAvoid crash when extending word selection
Jean-Marc Lasgouttes [Thu, 5 May 2022 08:44:45 +0000 (10:44 +0200)]
Avoid crash when extending word selection

This happens when the cursor goes into a deeper inset, since
selectWord() was called on the wrong Text object.

Additionally, fix the new word selection when cursor goes before
existing selection.

Fixes bug #12529.

2 years agoFindAdv: Partly revert 02c7dbb8. Handle the space in Paragraph.cpp instead.
Kornel Benko [Wed, 4 May 2022 13:59:57 +0000 (15:59 +0200)]
FindAdv: Partly revert 02c7dbb8. Handle the space in Paragraph.cpp instead.

2 years agoFindAdv: Better handling of lists
Kornel Benko [Tue, 3 May 2022 14:31:52 +0000 (16:31 +0200)]
FindAdv: Better handling of lists

Still not optimal if searching different languages inside a list.

2 years ago Update fr.po
jpc [Mon, 2 May 2022 16:43:16 +0000 (18:43 +0200)]
    Update fr.po

2 years agoFindAdv: Debug messages
Kornel Benko [Sun, 1 May 2022 14:03:45 +0000 (16:03 +0200)]
FindAdv: Debug messages

2 years agoSmall addition concerning advanced find and regular expression
Kornel Benko [Sun, 1 May 2022 08:34:12 +0000 (10:34 +0200)]
Small addition concerning advanced find and regular expression

2 years agoUpdate sk.po
Kornel Benko [Sat, 30 Apr 2022 18:00:38 +0000 (20:00 +0200)]
Update sk.po

2 years agode.po
Juergen Spitzmueller [Sat, 30 Apr 2022 15:52:09 +0000 (17:52 +0200)]
de.po

2 years agoAdd GUI for search-ignore
Juergen Spitzmueller [Sat, 30 Apr 2022 12:23:54 +0000 (14:23 +0200)]
Add GUI for search-ignore

2 years agoFindAdv: Re-add 'size' to the list of possible ignored formats
Kornel Benko [Sat, 30 Apr 2022 07:30:15 +0000 (09:30 +0200)]
FindAdv: Re-add 'size' to the list of possible ignored formats

2 years agoctests: categorize testfile for #6197 as resolved
Scott Kostyshak [Sat, 30 Apr 2022 01:11:10 +0000 (21:11 -0400)]
ctests: categorize testfile for #6197 as resolved

The actual LyX bug was fixed a while ago. There was a remaining
missing symbols error, but that has been fixed in the latest
TeX Live 2022.

2 years agoctests: update description for lyxbugs/6197
Scott Kostyshak [Sat, 30 Apr 2022 01:09:33 +0000 (21:09 -0400)]
ctests: update description for lyxbugs/6197

With an updated TeX Live 2022, LuaTeX no longer gives a missing
symbol for this test file (manual inspection confirms the symbols
are correctly displayed).

2 years agoctests: adapt ignored warnings for lyx2lyx tests
Scott Kostyshak [Sat, 30 Apr 2022 00:42:07 +0000 (20:42 -0400)]
ctests: adapt ignored warnings for lyx2lyx tests

This commit does the same as a8dd4db5 but for the explicit lyx2lyx
tests.

This commit amends ae31e169.

2 years agoctests: adapt ignored warnings to new messages
Scott Kostyshak [Fri, 29 Apr 2022 23:01:27 +0000 (19:01 -0400)]
ctests: adapt ignored warnings to new messages

The change of the warning messages was introduced at ae31e169, which
broke several lyx2lyx tests. The tests are now fixed with this
commit.

2 years agoAmend a83159f0: Use logical operator ||.
Kornel Benko [Fri, 29 Apr 2022 17:56:12 +0000 (19:56 +0200)]
Amend a83159f0: Use logical operator ||.

Clang is not mocking here, but it looks more consistent.

2 years agoFindAdv: Fix the length of leading string
Kornel Benko [Fri, 29 Apr 2022 17:23:50 +0000 (19:23 +0200)]
FindAdv: Fix the length of leading string

We are removing leading values from the start of string, so
the size of removed data was wrong because s.find() could find
a position inside the leading part.

2 years agoFix Clang 14 warning -Wbitwise-instead-of-logical
Scott Kostyshak [Fri, 29 Apr 2022 01:06:37 +0000 (21:06 -0400)]
Fix Clang 14 warning -Wbitwise-instead-of-logical

Use the boolean operator '||' with bools instead of the bitwise
operator '|'.

2 years agoFix configure with autoconf 2.71
Jean-Marc Lasgouttes [Thu, 28 Apr 2022 12:36:11 +0000 (14:36 +0200)]
Fix configure with autoconf 2.71

This fixes two issues with autoconf 2.71

* a new version of eilseq.m4 from libiconv is required ;

* the AC_CHECK_HEADER last `-' argument is obsloleted, but I do not
  think that we needed it in the first place.

2 years agoFindAdv: Avoid some duplicated code
Kornel Benko [Wed, 27 Apr 2022 13:57:24 +0000 (15:57 +0200)]
FindAdv: Avoid some duplicated code

Also handle (== ignore) \textgreek{} and \textcyrillic{} commands

2 years agoUpdate sk.po
Kornel Benko [Sun, 24 Apr 2022 15:38:33 +0000 (17:38 +0200)]
Update sk.po

2 years ago Update fr.po
jpc [Sun, 24 Apr 2022 15:24:26 +0000 (17:24 +0200)]
           Update fr.po

2 years agode.po
Juergen Spitzmueller [Sun, 24 Apr 2022 15:05:31 +0000 (17:05 +0200)]
de.po

2 years agoMark aliases in the description
Juergen Spitzmueller [Sun, 24 Apr 2022 14:51:42 +0000 (16:51 +0200)]
Mark aliases in the description

2 years agoAmend d8f540f51
Juergen Spitzmueller [Sun, 24 Apr 2022 14:51:16 +0000 (16:51 +0200)]
Amend d8f540f51

Properly handle aliases

2 years agoProperly ignore debug levels in the GUI
Juergen Spitzmueller [Sun, 24 Apr 2022 12:21:56 +0000 (14:21 +0200)]
Properly ignore debug levels in the GUI

Not only none and any, but also the aliases.

2 years agoAmend 3b7a79f1: Use Debug::base_type instead of 'unsigned long long' where possible
Kornel Benko [Sun, 24 Apr 2022 11:52:46 +0000 (13:52 +0200)]
Amend 3b7a79f1: Use Debug::base_type instead of 'unsigned long long' where possible

2 years agoFindAdv: Amend d09f5ce1: Added new debug level :findverbose
Kornel Benko [Sun, 24 Apr 2022 11:27:36 +0000 (13:27 +0200)]
FindAdv: Amend d09f5ce1: Added new debug level :findverbose

Fix the GUI handling for the new value using now 'unsigned long long' instead of 'int'

2 years agoFindAdv: Search also if layout of the searched paragraph has 'inpreamble' set
Kornel Benko [Sat, 23 Apr 2022 18:33:47 +0000 (20:33 +0200)]
FindAdv: Search also if layout of the searched paragraph has 'inpreamble' set

Using 'force' in call to TeXOnePar() enables the search of any string in document.

2 years agode.po
Juergen Spitzmueller [Wed, 20 Apr 2022 06:04:15 +0000 (08:04 +0200)]
de.po

2 years agoUpdate sk.po
Kornel Benko [Tue, 19 Apr 2022 21:35:31 +0000 (23:35 +0200)]
Update sk.po

2 years agoFindAdv: Fix search for '}'
Kornel Benko [Tue, 19 Apr 2022 21:28:27 +0000 (23:28 +0200)]
FindAdv: Fix search for '}'

Problem occured if
1.) not using regex and
2.) search without format and
3.) the search pattern ended with '}'.

then this last char '}' in the search pattern was discarded.

2 years ago Update fr.po
jpc [Tue, 19 Apr 2022 16:22:53 +0000 (18:22 +0200)]
       Update fr.po

2 years agoImprove string
Juergen Spitzmueller [Tue, 19 Apr 2022 13:12:56 +0000 (15:12 +0200)]
Improve string

2 years agoUpdate sk.po
Kornel Benko [Tue, 19 Apr 2022 11:53:44 +0000 (13:53 +0200)]
Update sk.po

2 years agoFindAdv, Debug: Added new debug level :findverbose
Kornel Benko [Tue, 19 Apr 2022 11:41:38 +0000 (13:41 +0200)]
FindAdv, Debug: Added new debug level :findverbose

With the debug-level 'find' there are now less output.
The original output can be received now with debig-level 'findverbose'

Also constructions like
 LYXERR(Debug::FIND|Debug::FINDVERBOSE, "...");
are now possible.

2 years agoImprove selection when selecting out of inset by the left
Jean-Marc Lasgouttes [Mon, 18 Apr 2022 16:13:17 +0000 (18:13 +0200)]
Improve selection when selecting out of inset by the left

1/ put cusror in some display inset
2/ use shift-left until the cursor exits the inset
3/ see how the selection extends on the right.

This is not really a selection drawing bug, but rather the fact that
the anchor will be normalized to the first position after the inset,
which is in the next row.

This can be avoided by using the boundary property.

See discussion in bug #12520.

2 years ago* RELEASE-NOTES
Pavel Sanda [Sat, 16 Apr 2022 22:49:35 +0000 (00:49 +0200)]
* RELEASE-NOTES

2 years agoforgotten bit
Pavel Sanda [Sat, 16 Apr 2022 22:38:17 +0000 (00:38 +0200)]
forgotten bit

2 years ago*doc - branch-sync-all
Pavel Sanda [Sat, 16 Apr 2022 22:37:22 +0000 (00:37 +0200)]
*doc - branch-sync-all

2 years agoAllow syncing open/close status of branch inset with it's activation status.
Pavel Sanda [Sat, 16 Apr 2022 22:16:19 +0000 (00:16 +0200)]
Allow syncing open/close status of branch inset with it's activation status.

This was kicked out by 742b39f4 (the code in inset toggle survived).
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg217311.html

2 years agoFindAdv: Convert '\%' in a regex to '%'
Kornel Benko [Sat, 16 Apr 2022 13:10:33 +0000 (15:10 +0200)]
FindAdv: Convert '\%' in a regex to '%'

Regex contents comes from handling hullRegexp, so we
have to reverse some its handling, among others also for the char '%'

2 years agoFindadv: Correct findadv-combined test
Kornel Benko [Fri, 15 Apr 2022 15:18:40 +0000 (17:18 +0200)]
Findadv: Correct findadv-combined test

Replaced some 'CP' commands with 'CN' comments.

2 years agoFindAdv: Handling of '%' in searched string while not ignoring format
Kornel Benko [Fri, 15 Apr 2022 15:09:08 +0000 (17:09 +0200)]
FindAdv: Handling of '%' in searched string while not ignoring format

Difficult to decide, when to remove the sequence '%\n'.
The sequence is OK for latex output as a command separator,
but must be removed in searched string.

Alas, not all occurences are wrong. Sigh.

2 years agode.po
Juergen Spitzmueller [Thu, 14 Apr 2022 08:27:10 +0000 (10:27 +0200)]
de.po

2 years agoUpdate status of layouttranslations
Pavel Sanda [Wed, 13 Apr 2022 09:36:49 +0000 (11:36 +0200)]
Update status of layouttranslations

2 years agoBackport bg strings
Pavel Sanda [Wed, 13 Apr 2022 09:33:28 +0000 (11:33 +0200)]
Backport bg strings

2 years ago* layouttranslations updates from Veselin
Pavel Sanda [Wed, 13 Apr 2022 09:32:45 +0000 (11:32 +0200)]
* layouttranslations updates from Veselin

2 years agoFind: Renamend for_searchAdv to for_serach in src/OutputParams.h
Kornel Benko [Tue, 12 Apr 2022 16:02:12 +0000 (18:02 +0200)]
Find: Renamend for_searchAdv to for_serach in src/OutputParams.h

Since this variable is used by quick find too, the naming was misleading

2 years agoImproved package build script for MacOS. Handle compiler standard for Qt6.
Stephan Witt [Sat, 9 Apr 2022 07:19:46 +0000 (09:19 +0200)]
Improved package build script for MacOS. Handle compiler standard for Qt6.

2 years agoFindQuick: Amend 4bd38d8a: Remove now unneeded code
Kornel Benko [Sat, 9 Apr 2022 07:11:38 +0000 (09:11 +0200)]
FindQuick: Amend 4bd38d8a: Remove now unneeded code

2 years agoFindQuick: Handle quotes special (as in findadv)
Kornel Benko [Sat, 9 Apr 2022 06:52:24 +0000 (08:52 +0200)]
FindQuick: Handle quotes special (as in findadv)

2 years agoFindQuick: Amend 1f7d90d6: Add some not handled quotation marks
Kornel Benko [Fri, 8 Apr 2022 17:56:41 +0000 (19:56 +0200)]
FindQuick: Amend 1f7d90d6: Add some not handled quotation marks

2 years agoFix crash with countExpanders in Qt6
Jean-Marc Lasgouttes [Fri, 8 Apr 2022 09:51:53 +0000 (11:51 +0200)]
Fix crash with countExpanders in Qt6

It is not a good idea to contruct a QChar from a char_type that is
really 32bits.

Use lyx::isSpace, which already catters for this case.

Since this code does not depend on qt anymore, move it to
support::countExpanders.

Get rid of Row::countSeparators, which is not used anymore.

Fixes bug #12519.

2 years agoFind: Advanced + Quick:
Kornel Benko [Fri, 8 Apr 2022 06:40:32 +0000 (08:40 +0200)]
Find: Advanced + Quick:

Expand list of quotes to include also '» « › ‹'
Enable quick find to search for quotes too

2 years agoFindAdv: Amend 58f70b9d
Kornel Benko [Wed, 6 Apr 2022 17:00:20 +0000 (19:00 +0200)]
FindAdv: Amend 58f70b9d

Consider plain-quotes, inner-quotes
1 independent if in regex or text
2 independent of quote style
3 independent of using dynamic marks

2 years agoFindAdv: Handle search for quotes
Kornel Benko [Tue, 5 Apr 2022 15:04:51 +0000 (17:04 +0200)]
FindAdv: Handle search for quotes

Double quotes will be found if using the string '"' in pattern.
Single quotes needs "'" in pattern.

2 years agoFix indentation
Juergen Spitzmueller [Mon, 4 Apr 2022 10:02:25 +0000 (12:02 +0200)]
Fix indentation

2 years agoInitialize member
Juergen Spitzmueller [Mon, 4 Apr 2022 09:43:55 +0000 (11:43 +0200)]
Initialize member

2 years agoFindAdv: Amend 6e7fd68c: Handle InsetNoteParams::Comment too
Kornel Benko [Mon, 4 Apr 2022 08:46:55 +0000 (10:46 +0200)]
FindAdv: Amend 6e7fd68c: Handle InsetNoteParams::Comment too

2 years agoFindAdv: Allow to search in LyX-Note also if ignoring format
Kornel Benko [Sun, 3 Apr 2022 17:03:47 +0000 (19:03 +0200)]
FindAdv: Allow to search in LyX-Note also if ignoring format

2 years agoFindAdv: Amend 4125f6a9
Kornel Benko [Sun, 3 Apr 2022 16:05:15 +0000 (18:05 +0200)]
FindAdv: Amend 4125f6a9

Variables regexError and regexError only defined
when searching via QT-version >= 5

2 years agoFindAdv: Omit possible empty patterns
Kornel Benko [Sun, 3 Apr 2022 11:21:02 +0000 (13:21 +0200)]
FindAdv: Omit possible empty patterns

Normally this is done by the GUI, but searching for e.g. LyX-Comment
allows empty patterns.

2 years agoDocBook: fix a test to ensure that the DocBook document is valid.
Thibaut Cuvelier [Sun, 3 Apr 2022 01:41:02 +0000 (03:41 +0200)]
DocBook: fix a test to ensure that the DocBook document is valid.

A book cannot directly contain paragraphs, they must be within a chapter.

2 years agoMathML: fix validity for fractions with units.
Thibaut Cuvelier [Sat, 2 Apr 2022 02:03:12 +0000 (04:03 +0200)]
MathML: fix validity for fractions with units.

https://www.lyx.org/trac/ticket/12513

Contributed by lynx.

2 years agoMake clang happy
Kornel Benko [Sat, 2 Apr 2022 15:01:02 +0000 (17:01 +0200)]
Make clang happy

Omitting 'error: comparison of integer expressions of different signedness'

2 years agoAmend d96135a9dcc5
Juergen Spitzmueller [Sat, 2 Apr 2022 10:05:18 +0000 (12:05 +0200)]
Amend d96135a9dcc5

2 years agoAmend bcad19e504f845
Juergen Spitzmueller [Sat, 2 Apr 2022 09:19:55 +0000 (11:19 +0200)]
Amend bcad19e504f845

Allow searching in notes and comments if non-output-content is true

2 years agoXHTML/CALS tables: create helper functions to share more code.
Thibaut Cuvelier [Sat, 2 Apr 2022 01:31:15 +0000 (03:31 +0200)]
XHTML/CALS tables: create helper functions to share more code.

2 years agoCALS tables: base implementation of row separators on the new code from XHTML.
Thibaut Cuvelier [Sat, 2 Apr 2022 00:56:32 +0000 (02:56 +0200)]
CALS tables: base implementation of row separators on the new code from XHTML.

2 years agoCALS tables: fix implementation of multirow/col.
Thibaut Cuvelier [Sat, 2 Apr 2022 00:54:12 +0000 (02:54 +0200)]
CALS tables: fix implementation of multirow/col.

2 years agoXHTML tables: fix borders and implement booktabs.
Thibaut Cuvelier [Fri, 1 Apr 2022 19:15:13 +0000 (21:15 +0200)]
XHTML tables: fix borders and implement booktabs.

https://www.lyx.org/trac/ticket/10154

Contributed by raccoon.

2 years agoXHTML/DocBook tables: slight refactoring.
Thibaut Cuvelier [Fri, 1 Apr 2022 18:39:02 +0000 (20:39 +0200)]
XHTML/DocBook tables: slight refactoring.

2 years agoDocBook: remove unused variable.
Thibaut Cuvelier [Fri, 1 Apr 2022 02:40:10 +0000 (04:40 +0200)]
DocBook: remove unused variable.

2 years agoXHTML/DocBook: merge code paths to generate a row in a table.
Thibaut Cuvelier [Fri, 1 Apr 2022 02:37:48 +0000 (04:37 +0200)]
XHTML/DocBook: merge code paths to generate a row in a table.

2 years agoRemove debug output.
Thibaut Cuvelier [Fri, 1 Apr 2022 02:37:33 +0000 (04:37 +0200)]
Remove debug output.

2 years ago* layouttranslations for bg
Pavel Sanda [Fri, 1 Apr 2022 21:05:04 +0000 (23:05 +0200)]
* layouttranslations for bg

2 years ago* bash_completion from Hernan Solari
Pavel Sanda [Fri, 1 Apr 2022 20:56:57 +0000 (22:56 +0200)]
* bash_completion from Hernan Solari

2 years agoAdd Hernan to credits
Pavel Sanda [Fri, 1 Apr 2022 20:55:41 +0000 (22:55 +0200)]
Add Hernan to credits

2 years agoFindAdv: Handle latex-output for comment-environment
Kornel Benko [Fri, 1 Apr 2022 18:14:47 +0000 (20:14 +0200)]
FindAdv: Handle latex-output for comment-environment

Disable if in search-adv modus and not searching in not-printed contents,
enable otherwise

2 years agoFindAdv: Ignore comment-feature (but not its content)
Kornel Benko [Fri, 1 Apr 2022 11:45:57 +0000 (13:45 +0200)]
FindAdv: Ignore comment-feature (but not its content)

TODO: Handle 'comment' like other features, but this needs more thinking.

2 years agoIndentation
Juergen Spitzmueller [Fri, 1 Apr 2022 09:34:26 +0000 (11:34 +0200)]
Indentation

2 years agobg.po: update from Veselin
Juergen Spitzmueller [Fri, 1 Apr 2022 07:27:55 +0000 (09:27 +0200)]
bg.po: update from Veselin

2 years agoDocBook: merge code duplicates for HTML and CALS tables.
Thibaut Cuvelier [Fri, 1 Apr 2022 02:12:14 +0000 (04:12 +0200)]
DocBook: merge code duplicates for HTML and CALS tables.

2 years agoXHTML/DocBook: merge code duplicates for horizontal alignment.
Thibaut Cuvelier [Fri, 1 Apr 2022 02:01:40 +0000 (04:01 +0200)]
XHTML/DocBook: merge code duplicates for horizontal alignment.

2 years agoXHTML/DocBook: merge code duplicates for vertical alignment.
Thibaut Cuvelier [Fri, 1 Apr 2022 01:51:24 +0000 (03:51 +0200)]
XHTML/DocBook: merge code duplicates for vertical alignment.

2 years agoMathML: fix underbraces to be stretchable.
Thibaut Cuvelier [Thu, 31 Mar 2022 22:01:42 +0000 (00:01 +0200)]
MathML: fix underbraces to be stretchable.

Ticket: https://www.lyx.org/trac/ticket/12502

Contributed by lynx

2 years agoFindAdv: Amend a0daf5e5
Kornel Benko [Thu, 31 Mar 2022 09:39:46 +0000 (11:39 +0200)]
FindAdv: Amend a0daf5e5

1.) Completed non backslashed '{' and '}' in regex in non format-search

2 years agoFindAdv: Optimizing
Kornel Benko [Wed, 30 Mar 2022 20:15:22 +0000 (22:15 +0200)]
FindAdv: Optimizing

1.) Handle backslashed '{' and '}' in regex also in non format-search
2.) Simplify a complex regex in format-search

2 years agoFindAdv: Amend 23fe87bf:
Kornel Benko [Tue, 29 Mar 2022 16:00:13 +0000 (18:00 +0200)]
FindAdv: Amend 23fe87bf:

Write one line of code and produce 10 new errors :(

2 years agoFindAdv: Amend f78ddc49, Added handling of accented chars like \ddot{a}
Kornel Benko [Tue, 29 Mar 2022 15:22:22 +0000 (17:22 +0200)]
FindAdv: Amend f78ddc49, Added handling of accented chars like \ddot{a}

Only important for search without format. The format search was already OK.

2 years agoDoc for inset-forall: how to open branch insets
Scott Kostyshak [Tue, 29 Mar 2022 01:44:40 +0000 (21:44 -0400)]
Doc for inset-forall: how to open branch insets

The functionality was mentioned, but it seems worth it to give the
command explicitly, so it is seen how "Branch:<branch name>" is used
to refer to the specific branch with name <branch name>.

Additionally, tweak a phrase in doc for buffer-forall.

2 years agoFindAdv: Amend 93b6fe2c, forgot about uppercase greek symbols
Kornel Benko [Sun, 27 Mar 2022 11:43:42 +0000 (13:43 +0200)]
FindAdv: Amend 93b6fe2c, forgot about uppercase greek symbols

2 years agoCmake key-tests: Adapted to changed shortcuts
Kornel Benko [Sat, 26 Mar 2022 18:38:55 +0000 (19:38 +0100)]
Cmake key-tests: Adapted to changed shortcuts