Daniel Ramoeller
e522c5444e
InsertTableWidget support for dark mode and improved resizing
...
Fix for bug #12438 .
2021-11-26 09:51:21 +01:00
Juergen Spitzmueller
a9eb3c9990
Whitespace
2021-11-25 18:47:23 +01:00
Juergen Spitzmueller
5a6498c3d3
Let paragraph::requestSpellcheck() consider contained insets
...
if "check whole paragraph" has been requested.
2021-11-25 17:04:58 +01:00
Juergen Spitzmueller
e366dba9bf
Factor out Buffer::requestSpellcheck() function
2021-11-25 17:04:17 +01:00
Jean-Marc Lasgouttes
4dec64dba4
gzstream is able to read uncompressed files too
...
This allows to simplify the code in Lexer and to remove the dependency
on Formats class.
As a consequence, a pair of dummy definitions of isZippedFile can be removed.
2021-11-24 11:44:53 +01:00
Jean-Marc Lasgouttes
2311f42f41
Make primary-selection unknown when not supported
...
This lfun will not appear in menus anymore in macOS and Windows.
Part of bug #12436 .
2021-11-22 10:30:43 +01:00
Jean-Marc Lasgouttes
b0983e1c5a
Fixup 3aab9ad2
: improve UndoGroupHelper docs again.
2021-11-14 19:14:31 +01:00
Jean-Marc Lasgouttes
741d055eba
Fixup 1cbbe5c3
: fix scrollbar with page down
...
It turns out that the fix was not correct. The right thing to do is to
recompte metrics only when screen has moved.
Fixes bug #12144 .
2021-11-13 19:24:05 +01:00
Jean-Marc Lasgouttes
3aab9ad25e
Fix documentation of UndoGroupHelper
2021-11-12 16:49:01 +01:00
Juergen Spitzmueller
16ce82d4f9
Fix Bullets panel ( #12429 )
2021-11-12 16:40:46 +01:00
Kornel Benko
20fd104cf2
FindAdv: Added handling of 0x019b
2021-11-12 13:29:22 +01:00
Juergen Spitzmueller
ea475c0ce6
Support 0x019b via tipa ( #12426 )
2021-11-12 11:43:11 +01:00
jpc
76b04bd85f
Update fr.po
2021-11-05 17:52:44 +01:00
Juergen Spitzmueller
a90c5f202e
Fix crash when closing LyX with open Search pane
2021-11-05 14:50:39 +01:00
Juergen Spitzmueller
1e711f902a
Address Qt6 deprecation warnings
2021-11-03 17:41:41 +01:00
Juergen Spitzmueller
b60853ff0d
Fix most stupid thinko of mine
2021-11-03 12:35:38 +01:00
Juergen Spitzmueller
de637cdbcb
Amend 59b8c209c4
...
QFontMetrics::width() is no longer valid in Qt6
2021-11-02 16:28:40 +01:00
Daniel Ramoeller
59b8c209c4
Use labels for zoom slider buttons
...
Fix for bug #12301 .
Also: fixes the width and alignment of the zoom value label.
2021-11-02 08:43:59 +01:00
Thibaut Cuvelier
4643048583
DocBook LilyPond: add a comment to indicate that an issue cannot be worked around.
2021-11-02 00:55:24 +01:00
Kornel Benko
7af2cc0c3b
Update sk.po
2021-11-01 18:14:35 +01:00
Juergen Spitzmueller
54492d44d6
de.po
2021-11-01 18:01:40 +01:00
Juergen Spitzmueller
bca1b63d89
Update toolbar and properly reset focus when find widget is closed ( #12396 )
2021-11-01 14:21:34 +01:00
Juergen Spitzmueller
455ff6fee7
More indentation correction
2021-11-01 14:15:05 +01:00
Juergen Spitzmueller
b9a9234cf6
Amend ce8b4e3a21
2021-11-01 13:08:16 +01:00
Juergen Spitzmueller
76ac4d8f8d
Fix indentation
2021-11-01 13:02:05 +01:00
Daniel Ramoeller
a71c7f2154
Make color description "changed" rather than "added"
...
Fix for #12227 (regression).
Amended by Jürgen Spitzmüller
2021-11-01 12:47:11 +01:00
jpc
1165fa7f46
Update fr.po
2021-11-01 11:17:19 +01:00
Juergen Spitzmueller
4888414f27
Attempt to fix #12226 for good
2021-11-01 08:30:41 +01:00
Juergen Spitzmueller
f3d5a95bb2
Redraw all work areas while zooming ( #12334 )
2021-10-31 13:43:27 +01:00
Juergen Spitzmueller
4c0caf9dd4
Polishing
2021-10-31 13:16:20 +01:00
Daniel Ramoeller
c50f40b522
Set Local Layout tab stop distance to 4
...
Fix for bug #12395 .
2021-10-31 13:15:14 +01:00
Daniel Ramoeller
ce8b4e3a21
Movable minimised Quick Search Widget
...
Fix for bug #12207 .
2021-10-31 13:06:36 +01:00
Daniel Ramoeller
528eee0a25
Adjust spacing of Quick Find Dock
...
Fix for bug #12209 .
(amended by Jürgen Spitzmüller)
2021-10-31 12:33:08 +01:00
Juergen Spitzmueller
f0126b9fdf
\\noindent in a paragraph that starts with \\vspace is possible
...
But the \\vspace must precede \\noindent (the latter leaves vmode)
2021-10-31 11:56:53 +01:00
Daniel Ramoeller
96a4dd235e
Fix for bug #11974
...
Support for setUnifiedTitleAndToolBarOnMac (unify toolbar and title bar).
2021-10-31 10:42:14 +01:00
Juergen Spitzmueller
fbc64ea7ee
Amend comment
2021-10-31 10:38:52 +01:00
Juergen Spitzmueller
456a72b62a
Do not output \\noindent for paragraphs starting with a vspace
...
These are not indented anyway, and the extra \\noindent causes whitespace
2021-10-31 10:22:11 +01:00
Juergen Spitzmueller
18a91852e1
Properly terminate \\noindent
2021-10-31 09:58:10 +01:00
Juergen Spitzmueller
633013453e
Factor out Paragraph::isPartOfTextSequence
...
Amends 045c25cf76
2021-10-31 09:26:57 +01:00
Juergen Spitzmueller
5d3f940973
de.po
2021-10-30 17:51:16 +02:00
Juergen Spitzmueller
045c25cf76
Prevent unneeded (and wrong) \noindent
...
* When a paragraph is logically empty (only contains stuff which is not
part of the text sequence
* In centered paragraphs
2021-10-30 14:19:46 +02:00
Thibaut Cuvelier
710fb50118
Fix the Unicode encoding of Rightarrow
...
Author: lynx
Related issue: 12411.
https://www.lyx.org/trac/ticket/12411
2021-10-29 21:29:42 +02:00
Jean-Marc Lasgouttes
f8e893ce7e
Release note: remove fun "bidi"
...
As documented later, this has been removed.
2021-10-29 18:08:29 +02:00
Juergen Spitzmueller
9febb60190
Document parskip change in RELEASE NOTES ( #10968 )
2021-10-29 18:01:02 +02:00
Juergen Spitzmueller
f3002d1cf4
Get rid of some more fragile index reliances
2021-10-29 17:52:25 +02:00
Kornel Benko
b7dc0548bf
Update sk.po
2021-10-29 17:47:13 +02:00
Jean-Marc Lasgouttes
110445e3e2
Rename BufferView::updateScrollbar to show what does
...
Only parameters are updated, not the scrollbar itself.
2021-10-29 17:45:51 +02:00
Juergen Spitzmueller
47b394f2c5
Amend [5c055034/lyxgit]
...
Relying on indexes is too fragile here
2021-10-29 17:06:11 +02:00
Jean-Marc Lasgouttes
5c055034c2
Fixup b0c102cfb
: make it possible to select medskip as parskip
...
Some new parskip possibilities had been added, but the check for
custom length index had not bee updated.
This code is very fragile.
Related to bug #10968 .
2021-10-29 16:41:00 +02:00
Juergen Spitzmueller
61fb295e46
Disable language selector in LyXFiles dialog if no file is selected ( #12412 )
2021-10-29 13:17:50 +02:00