]> git.lyx.org Git - lyx.git/log
lyx.git
3 years agoFix limiting of absurdly large input to thesaurus (#10528)
Juergen Spitzmueller [Fri, 5 Mar 2021 06:51:49 +0000 (07:51 +0100)]
Fix limiting of absurdly large input to thesaurus (#10528)

3 years agoFix wrap with Spellchecker after ignore (#10383)
Juergen Spitzmueller [Thu, 4 Mar 2021 17:02:04 +0000 (18:02 +0100)]
Fix wrap with Spellchecker after ignore (#10383)

3 years agoRemove confusing and unusual "Find Next" button from spellchecker dialog (#8931)
Juergen Spitzmueller [Thu, 4 Mar 2021 15:54:01 +0000 (16:54 +0100)]
Remove confusing and unusual "Find Next" button from spellchecker dialog (#8931)

3 years agoUpdate it.po
Enrico Forestieri [Thu, 4 Mar 2021 15:16:21 +0000 (16:16 +0100)]
Update it.po

3 years agoStyle
Juergen Spitzmueller [Thu, 4 Mar 2021 13:52:39 +0000 (14:52 +0100)]
Style

3 years agorefillToolbars() does not need to be public
Juergen Spitzmueller [Thu, 4 Mar 2021 13:51:58 +0000 (14:51 +0100)]
refillToolbars() does not need to be public

3 years agoAllow for runtime (dark/light) mode switch
Juergen Spitzmueller [Thu, 4 Mar 2021 11:35:38 +0000 (12:35 +0100)]
Allow for runtime (dark/light) mode switch

3 years agoFix bug #9601
Enrico Forestieri [Thu, 4 Mar 2021 10:58:44 +0000 (11:58 +0100)]
Fix bug #9601

Make sure emphasized text in mathed has correct shape and color.

3 years agoAvoid pointless 'undefined flex inset' errors
Jean-Marc Lasgouttes [Tue, 2 Mar 2021 08:12:47 +0000 (09:12 +0100)]
Avoid pointless 'undefined flex inset' errors

When switching class, it does not make sense to flag flex insets that
are undefined if they were already undefined before.

Part of bug #12163.

3 years agoFix Disable Editing "Lock" icon protrudes into tab title on macOS
Daniel Ramoeller [Mon, 22 Feb 2021 10:04:10 +0000 (11:04 +0100)]
Fix Disable Editing "Lock" icon protrudes into tab title on macOS

On macOS the Disable Editing "Lock" icon protrudes into tab title

Also, since the close button is on the left, the lock is better positioned on the right.

The detour via QIcon is to avoid a pixelated pixmap (because in LyX pixmaps don't adjust by default to the device's pixel ratio correctly).

Also

Fix for bug #12160.

3 years ago Import updated UserGuide from 2.3
jpc [Tue, 2 Mar 2021 17:22:20 +0000 (18:22 +0100)]
          Import updated UserGuide from 2.3

3 years agoFix random scrolling inside nested insets
Jean-Marc Lasgouttes [Tue, 2 Mar 2021 17:07:43 +0000 (18:07 +0100)]
Fix random scrolling inside nested insets

Happened when the BufferView was resized (e.g. math toolbars were
displayed/hidden).

Backported from gadmm's lyx-unstable tree
https://gitlab.com/gadmm/lyx-unstable/-/commit/a868bc034cea4c

Possible fix to bug #7457.

3 years ago Update fr.po
jpc [Tue, 2 Mar 2021 10:16:41 +0000 (11:16 +0100)]
        Update fr.po

3 years agoConsider selection scope when DEPM after CT acceptance/rejection (#2166)
Juergen Spitzmueller [Tue, 2 Mar 2021 08:15:33 +0000 (09:15 +0100)]
Consider selection scope when DEPM after CT acceptance/rejection (#2166)

This fixes a crash and DEPM overshooting.

3 years agoMerge branch 'master' of git.lyx.org:lyx
Juergen Spitzmueller [Tue, 2 Mar 2021 07:36:42 +0000 (08:36 +0100)]
Merge branch 'master' of git.lyx.org:lyx

3 years agoCleanup High DPI support
Jean-Marc Lasgouttes [Tue, 2 Mar 2021 07:20:39 +0000 (08:20 +0100)]
Cleanup High DPI support

Disable for Qt >= 6 (this is the default now).

Disable for macOS (does it in its own way).

3 years agoMerge branch 'master' of git.lyx.org:lyx
Juergen Spitzmueller [Tue, 2 Mar 2021 06:04:03 +0000 (07:04 +0100)]
Merge branch 'master' of git.lyx.org:lyx

3 years agoAdd Qt platform name in About dialog
Jean-Marc Lasgouttes [Mon, 1 Mar 2021 18:15:49 +0000 (19:15 +0100)]
Add Qt platform name in About dialog

3 years agoAmend c2facb8c
Enrico Forestieri [Mon, 1 Mar 2021 09:08:08 +0000 (10:08 +0100)]
Amend c2facb8c

Make sure the base of a script is not empty before accessing it.

3 years agoFix bug #11007
Enrico Forestieri [Sun, 28 Feb 2021 21:32:11 +0000 (22:32 +0100)]
Fix bug #11007

The math color inset inherits the mode of the containing inset.
This mode is inferred by the kind of font in effect. Setting the
right mode allows to insert spaces where these should be allowed.
Another small glitch was that the selection was always parsed in
math mode, so that any space was swallowed, even if the inset would
allow them.

3 years agogrammar
Juergen Spitzmueller [Sun, 28 Feb 2021 16:38:01 +0000 (17:38 +0100)]
grammar

3 years agoPrevent infinite loop with instant search on Mac (#12161)
Juergen Spitzmueller [Sun, 28 Feb 2021 16:34:42 +0000 (17:34 +0100)]
Prevent infinite loop with instant search on Mac (#12161)

The search dialog was repeatedly feeded with the same string, and a
new search was triggered.

3 years agoFix bug #11444
Enrico Forestieri [Sun, 28 Feb 2021 13:56:42 +0000 (14:56 +0100)]
Fix bug #11444

3 years agoUse a proper filter bar in the outliner
Juergen Spitzmueller [Sun, 28 Feb 2021 12:57:24 +0000 (13:57 +0100)]
Use a proper filter bar in the outliner

3 years agoAdjust adv. find & replace pane spacing
Daniel Ramoeller [Sun, 21 Feb 2021 07:02:21 +0000 (08:02 +0100)]
Adjust adv. find & replace pane spacing

Partial fix of bug #12152.

3 years agoAdjust code preview spacing
Daniel Ramoeller [Sat, 20 Feb 2021 14:40:17 +0000 (15:40 +0100)]
Adjust code preview spacing

Partial fix of bug #12152.

3 years agoAdjust outliner spacing
Daniel Ramoeller [Sat, 20 Feb 2021 09:53:01 +0000 (10:53 +0100)]
Adjust outliner spacing

Partial fix for #12152.

3 years agoHiDPI support for search indicators (#12162)
Juergen Spitzmueller [Sun, 28 Feb 2021 11:35:29 +0000 (12:35 +0100)]
HiDPI support for search indicators (#12162)

Requires Qt5

3 years agoAdd a bit of debugging code
Richard Kimberly Heck [Sun, 28 Feb 2021 01:34:19 +0000 (20:34 -0500)]
Add a bit of debugging code

3 years agoFix bug #3751
Enrico Forestieri [Sat, 27 Feb 2021 20:40:28 +0000 (21:40 +0100)]
Fix bug #3751

We lack the necessary font (cmb10) for drawing bold uppercase greek
letters. It would be overkill adding it for this sole purpose, so
adopt the same poor man's bold strategy used with \boldsymbol.

3 years agoFix bug #12169
Richard Kimberly Heck [Sat, 27 Feb 2021 18:27:03 +0000 (13:27 -0500)]
Fix bug #12169
Patch from Daniel.

3 years agoFix bug #3294
Enrico Forestieri [Sat, 27 Feb 2021 13:49:55 +0000 (14:49 +0100)]
Fix bug #3294

3 years agoFindAdv: Added handling of some chars found in unnicodesymbols
Kornel Benko [Sat, 27 Feb 2021 13:14:28 +0000 (14:14 +0100)]
FindAdv: Added handling of some chars found in unnicodesymbols

3 years agoUpdate Russian localization
Yuriy Skalko [Fri, 26 Feb 2021 21:55:46 +0000 (23:55 +0200)]
Update Russian localization

3 years agoAdd Russian translation of Fancy_Colored_Boxes.lyx by Henry Chern
Yuriy Skalko [Fri, 26 Feb 2021 16:00:15 +0000 (18:00 +0200)]
Add Russian translation of Fancy_Colored_Boxes.lyx by Henry Chern

3 years agoFix cursor navigation in \overbrace and \underbrace
Enrico Forestieri [Fri, 26 Feb 2021 19:30:41 +0000 (20:30 +0100)]
Fix cursor navigation in \overbrace and \underbrace

Due to the way these decorations are implemented, entering
them with the cursor (either form right or left) required
pressing two times cursor left or right.

Fixes #2264

3 years agoUse document mode on work area and docks on macOS
Daniel Ramoeller [Mon, 22 Feb 2021 05:22:51 +0000 (06:22 +0100)]
Use document mode on work area and docks on macOS

- More fittingly (plain) looking tabs for documents and docks.
- Also macOS fix for bug #9391.

3 years agoDisplay bookmarks in the workarea (take 2).
Jean-Marc Lasgouttes [Fri, 26 Feb 2021 18:05:35 +0000 (19:05 +0100)]
Display bookmarks in the workarea (take 2).

The bookmarks are shown with circled numbers in the right margin (or
the left margin in RTL mode). A new color "bookmarks" has been added.
Currently bookmark 0 (the return position) is not displayed because it
is very disturbing in practice.

To make this work, a new method BookmarksSection::bookmarksInPar
retuns the list of bookmarks in a paragraph along with their position.

Force redraw when using bookmark-save and bookmark-clear.

Caveats:

- this solution does not show the precise position of the bookmark
  (this is supposedly not a problem).

- if several bookmarks are on the same row, they will currently be
  garbled. It would be easy to make sure that only one is shown ; what
  would be more difficult would be to move the second bookmark lower.

- it is possible to make sure that the markers are correctly centered
  in the margin, and that the margin size is large enough to hold the
  marker (I did not try all fonts).

Fixes bug #2496.

3 years agoRevert "Display bookmarks in the workarea."
Jean-Marc Lasgouttes [Fri, 26 Feb 2021 17:07:39 +0000 (18:07 +0100)]
Revert "Display bookmarks in the workarea."

This will be replaced by a different version.

This reverts commit 99e636ae7b83dacb5acc96ae3b60a96c28339c0e.

3 years agoAllow to call cap::switchBetweenClasses without an ErrorList.
Richard Kimberly Heck [Fri, 26 Feb 2021 02:49:50 +0000 (21:49 -0500)]
Allow to call cap::switchBetweenClasses without an ErrorList.

It turns out that we usually don't care about the errors and so
were creating dummy ErrorList objects in several places.

3 years agoRemove assertion that is not necessary.
Jean-Marc Lasgouttes [Thu, 25 Feb 2021 19:00:41 +0000 (20:00 +0100)]
Remove assertion that is not necessary.

It may happen that there are errors when doing undo, crashing does not
help in this case.

Fixes bug #12163.

3 years agoImprove HiDpi handling
Jean-Marc Lasgouttes [Thu, 25 Feb 2021 16:56:11 +0000 (17:56 +0100)]
Improve HiDpi handling

Add code stolen from QBitTorrent that enables properly HiDpi handling.

HighDpi support is set by default starting with Qt 5.6.

Support for fractional scaling is added for Qt >= 5.14.

Hopefully fixes bug #12060.

3 years ago Update fr.po, shortcut conflicts solved
jpc [Wed, 24 Feb 2021 17:48:12 +0000 (18:48 +0100)]
        Update fr.po, shortcut conflicts solved

3 years agoUpdate sk.po
Kornel Benko [Wed, 24 Feb 2021 12:56:02 +0000 (13:56 +0100)]
Update sk.po

3 years agoAmend 368e983a
Enrico Forestieri [Tue, 23 Feb 2021 20:48:54 +0000 (21:48 +0100)]
Amend 368e983a

3 years agoFix bug #12165
Enrico Forestieri [Tue, 23 Feb 2021 18:59:57 +0000 (19:59 +0100)]
Fix bug #12165

3 years agoFix cursor position when undoing inset-dissolve.
Jean-Marc Lasgouttes [Tue, 23 Feb 2021 18:19:57 +0000 (19:19 +0100)]
Fix cursor position when undoing inset-dissolve.

When invoking inset-dissolve with the cursor in front of the inset,
add recordUndo call to make sure that the cursor is at the right
class.

Fixes bug #12164.

3 years ago Update fr.po, shortcuts untested
jpc [Tue, 23 Feb 2021 18:10:32 +0000 (19:10 +0100)]
       Update fr.po, shortcuts untested
           Almost done, DRS stuff remains fuzzy until I decide to translate it or not

3 years agoImprove fix for #12153
Enrico Forestieri [Tue, 23 Feb 2021 16:34:19 +0000 (17:34 +0100)]
Improve fix for #12153

Use a WYSIWYM approach instead of a WYSIWYG one.

3 years agoFancyLineEdit: use QLineEdit's own clear button with Qt >= 5.2
Juergen Spitzmueller [Tue, 23 Feb 2021 15:53:15 +0000 (16:53 +0100)]
FancyLineEdit: use QLineEdit's own clear button with Qt >= 5.2

3 years ago Update fr.po, step 3
jpc [Tue, 23 Feb 2021 10:28:40 +0000 (11:28 +0100)]
      Update fr.po, step 3

3 years ago"12 pixels ought to be enough for anyone"
Jean-Marc Lasgouttes [Mon, 22 Feb 2021 18:35:08 +0000 (19:35 +0100)]
"12 pixels ought to be enough for anyone"

Fixes bug #12153.

3 years agoBy report autoconf 2.71 works, 2.70 is known to have compatibility issues.
Pavel Sanda [Mon, 22 Feb 2021 10:09:22 +0000 (11:09 +0100)]
By report autoconf 2.71 works, 2.70 is known to have compatibility issues.

3 years agoAdjust label size to directory names in About
Daniel Ramoeller [Sun, 21 Feb 2021 17:28:58 +0000 (18:28 +0100)]
Adjust label size to directory names in About

Fix for bug #11946.

3 years agoReduce the value of (above|below)displayskip
Jean-Marc Lasgouttes [Sun, 21 Feb 2021 19:33:57 +0000 (20:33 +0100)]
Reduce the value of (above|below)displayskip

The value of 10pt is too large, use a 'mean' value of 8.5pt.

Tentative fix to bug #12153.

3 years agoCompile with gcc 4.9 again.
Pavel Sanda [Sun, 21 Feb 2021 19:05:06 +0000 (20:05 +0100)]
Compile with gcc 4.9 again.

3 years agoAmend 61657bd610466a0fcd8e611d5942cff328ae6169
Thibaut Cuvelier [Sun, 21 Feb 2021 12:14:51 +0000 (13:14 +0100)]
Amend 61657bd610466a0fcd8e611d5942cff328ae6169

Restore indentation to be more consistent.

3 years agoDraw real dots
Enrico Forestieri [Sat, 20 Feb 2021 23:32:41 +0000 (00:32 +0100)]
Draw real dots

A new method for drawing ellipses has been added to the painter
and used for drawing real dots for math decorations and the various
\cdots, \ddots, \vdots, etc., latex commands.

3 years agoDocBook: convert a first ERT.
Thibaut Cuvelier [Fri, 19 Feb 2021 21:38:25 +0000 (22:38 +0100)]
DocBook: convert a first ERT.

3 years agoProgressView: fix initial tab.
Juergen Spitzmueller [Sat, 20 Feb 2021 07:10:01 +0000 (08:10 +0100)]
ProgressView: fix initial tab.

3 years agoctests: log a fixed issue
Scott Kostyshak [Sat, 20 Feb 2021 00:19:12 +0000 (19:19 -0500)]
ctests: log a fixed issue

3 years agoFix bug #12152.
Richard Kimberly Heck [Fri, 19 Feb 2021 22:31:36 +0000 (17:31 -0500)]
Fix bug #12152.

Patch from Daniel.

3 years agoePub: try harder to find image files.
Thibaut Cuvelier [Fri, 19 Feb 2021 19:59:20 +0000 (20:59 +0100)]
ePub: try harder to find image files.

3 years agoDocBook: implement prepended/appended arguments for all kinds of elements.
Thibaut Cuvelier [Fri, 19 Feb 2021 16:38:22 +0000 (17:38 +0100)]
DocBook: implement prepended/appended arguments for all kinds of elements.

Previously, it was just in InsetText.

3 years agoUpdate Russian localization
Yuriy Skalko [Tue, 16 Feb 2021 20:00:20 +0000 (22:00 +0200)]
Update Russian localization

3 years agoFindAdv: Do not distinguish between different math constructs
Kornel Benko [Fri, 19 Feb 2021 16:06:37 +0000 (17:06 +0100)]
FindAdv: Do not distinguish between different math constructs

This means that searching math-mode will find instances also in
math-environments like align*, multline, ...

3 years agoFix margins for Beamer columns
Yuriy Skalko [Thu, 18 Feb 2021 13:38:13 +0000 (15:38 +0200)]
Fix margins for Beamer columns

3 years agoFix setting of math matrix size with mouse
Yuriy Skalko [Thu, 18 Feb 2021 13:36:24 +0000 (15:36 +0200)]
Fix setting of math matrix size with mouse

3 years agoFix warnings in fr.po
Scott Kostyshak [Fri, 19 Feb 2021 05:42:38 +0000 (00:42 -0500)]
Fix warnings in fr.po

Escaping \alpha addresses the following warning messages:

fr.po:33491: warning: internationalized messages should not contain the '\a' escape sequence
fr.po:33501: warning: internationalized messages should not contain the '\a' escape sequence

3 years agoFix bug #12148
Enrico Forestieri [Fri, 19 Feb 2021 01:19:06 +0000 (02:19 +0100)]
Fix bug #12148

3 years ago Update fr.po, step 2
jpc [Thu, 18 Feb 2021 16:57:45 +0000 (17:57 +0100)]
     Update fr.po, step 2

3 years agoSelect search string after inserting from find buffer
Juergen Spitzmueller [Thu, 18 Feb 2021 14:55:05 +0000 (15:55 +0100)]
Select search string after inserting from find buffer

3 years agoFix a crash when closing tabs
Jean-Marc Lasgouttes [Thu, 18 Feb 2021 14:35:42 +0000 (15:35 +0100)]
Fix a crash when closing tabs

Although I do not know how to reproduce the crash, the change makes sense.

This is backported from gadmm's lyx-unstable tree
https://gitlab.com/gadmm/lyx-unstable/-/commit/261ce4ea98d82625a07f0fcf85e40f9055d2db3b

3 years agoGuiSearch: properly display indicators in dark mode
Juergen Spitzmueller [Thu, 18 Feb 2021 14:44:27 +0000 (15:44 +0100)]
GuiSearch: properly display indicators in dark mode

3 years agoFix Undo with search-string-set
Daniel Ramoeller [Thu, 18 Feb 2021 07:05:15 +0000 (08:05 +0100)]
Fix Undo with search-string-set

Makes it possible to use the find combobox's internal undo feature to undo a set search string.

3 years agoDo not report false find with empty string in instant search
Juergen Spitzmueller [Thu, 18 Feb 2021 11:59:52 +0000 (12:59 +0100)]
Do not report false find with empty string in instant search

3 years agoUpdate sk.po
Kornel Benko [Thu, 18 Feb 2021 09:11:35 +0000 (10:11 +0100)]
Update sk.po

3 years agoImprove search-options icon
Juergen Spitzmueller [Thu, 18 Feb 2021 08:14:39 +0000 (09:14 +0100)]
Improve search-options icon

3 years agoAmend c21cd7dc: Ignore epub tests for now
Kornel Benko [Thu, 18 Feb 2021 08:34:43 +0000 (09:34 +0100)]
Amend c21cd7dc: Ignore epub tests for now

3 years agoGuiSearch: make search options visible/accessible in minimal mode
Juergen Spitzmueller [Thu, 18 Feb 2021 06:33:26 +0000 (07:33 +0100)]
GuiSearch: make search options visible/accessible in minimal mode

3 years agoctests: uninvert 2 docbook exports now succeeding
Scott Kostyshak [Thu, 18 Feb 2021 05:57:38 +0000 (00:57 -0500)]
ctests: uninvert 2 docbook exports now succeeding

3 years agoFix an instance of -Werror=misleading-indentation
Scott Kostyshak [Thu, 18 Feb 2021 03:56:13 +0000 (22:56 -0500)]
Fix an instance of -Werror=misleading-indentation

Full GCC output is:

/home/scott/lyxbuilds/master/repo/src/insets/InsetText.cpp: In member function ‘void lyx::InsetText::docbook(lyx::XMLStream&, const lyx::OutputParams&, lyx::InsetText::XHTMLOptions) const’:
/home/scott/lyxbuilds/master/repo/src/insets/InsetText.cpp:713:5: error: this ‘for’ clause does not guard... [-Werror=misleading-indentation]
  713 |     for (auto const & arg : appendedArguments)
      |     ^~~
/home/scott/lyxbuilds/master/repo/src/insets/InsetText.cpp:717:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
  717 |  if (writeOuterTag) {
      |  ^~

3 years agoRevert "Revert "Cmake export tests: Add epub-format to be tested""
Scott Kostyshak [Thu, 18 Feb 2021 03:40:02 +0000 (22:40 -0500)]
Revert "Revert "Cmake export tests: Add epub-format to be tested""

Rather than revert the added epub tests, it makes more sense to
ignore them. That way it is easier to flip the switch to enable
them.

Thanks to Kornel.

This reverts commit 894977b62e66e9993694b8469e40716876ec1c46.

3 years agoDocBook: force paragraphs in HTML cells to allow for nested tables.
Thibaut Cuvelier [Wed, 17 Feb 2021 22:32:23 +0000 (23:32 +0100)]
DocBook: force paragraphs in HTML cells to allow for nested tables.

CALS still invalid because it forbids nested tables.

3 years agoDocBook: spurious spaces in table attributes.
Thibaut Cuvelier [Wed, 17 Feb 2021 22:25:41 +0000 (23:25 +0100)]
DocBook: spurious spaces in table attributes.

3 years agoDocBook: TODO is outdated, table type is checked within docbookRow.
Thibaut Cuvelier [Wed, 17 Feb 2021 21:55:37 +0000 (22:55 +0100)]
DocBook: TODO is outdated, table type is checked within docbookRow.

3 years agoDocBook: use DocBookArgumentAfterMainTag for short titles.
Thibaut Cuvelier [Sun, 14 Feb 2021 05:35:13 +0000 (06:35 +0100)]
DocBook: use DocBookArgumentAfterMainTag for short titles.

3 years agoDocBook: add support for DocBookArgumentAfterMainTag.
Thibaut Cuvelier [Sun, 14 Feb 2021 06:07:04 +0000 (07:07 +0100)]
DocBook: add support for DocBookArgumentAfterMainTag.

3 years agoDocBook: add support for short titles.
Thibaut Cuvelier [Sun, 14 Feb 2021 05:35:13 +0000 (06:35 +0100)]
DocBook: add support for short titles.

Currently, the DocBook output is not valid. This is solved by the next two commits.

3 years agoFrench doc: two typos.
Thibaut Cuvelier [Sun, 14 Feb 2021 05:09:47 +0000 (06:09 +0100)]
French doc: two typos.

3 years agoCorrectly show deleted url with change tracking
Enrico Forestieri [Wed, 17 Feb 2021 18:51:01 +0000 (19:51 +0100)]
Correctly show deleted url with change tracking

This fixes the issue reported here:
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg202545.html

I could not find an open ticket about it.

3 years agoRevert "Cmake export tests: Add epub-format to be tested"
Scott Kostyshak [Wed, 17 Feb 2021 16:51:18 +0000 (11:51 -0500)]
Revert "Cmake export tests: Add epub-format to be tested"

Revert the addition of epub tests for now since a lot of them are
failing (and are not regressions).

This reverts commit 983d327fe3bbf8cdc8dbb1e56bbb78ba7e3fbcd5.

3 years agoClean up previous selections with empty searchstr on instant
Juergen Spitzmueller [Wed, 17 Feb 2021 15:55:55 +0000 (16:55 +0100)]
Clean up previous selections with empty searchstr on instant

3 years agoConsider case (in)sensitivity when querying special char insets
Juergen Spitzmueller [Wed, 17 Feb 2021 14:50:54 +0000 (15:50 +0100)]
Consider case (in)sensitivity when querying special char insets

3 years agoGuiSearch: separate findClicked() slot from more general function
Juergen Spitzmueller [Wed, 17 Feb 2021 13:48:31 +0000 (14:48 +0100)]
GuiSearch: separate findClicked() slot from more general function

the latter one is also accessed by different paths than clicking

3 years agoFix Find button with search as you type
Juergen Spitzmueller [Wed, 17 Feb 2021 13:32:26 +0000 (14:32 +0100)]
Fix Find button with search as you type

3 years agoFancyLineEdit: reformat using our indentation style
Juergen Spitzmueller [Wed, 17 Feb 2021 11:45:30 +0000 (12:45 +0100)]
FancyLineEdit: reformat using our indentation style

No change in function

3 years agoUpdate sk.po
Kornel Benko [Wed, 17 Feb 2021 09:41:55 +0000 (10:41 +0100)]
Update sk.po

3 years agode.po
Juergen Spitzmueller [Wed, 17 Feb 2021 09:04:52 +0000 (10:04 +0100)]
de.po

3 years agoAdvanced F&R: Improve code on Return key
Juergen Spitzmueller [Wed, 17 Feb 2021 08:51:09 +0000 (09:51 +0100)]
Advanced F&R: Improve code on Return key