Jean-Marc Lasgouttes
24f4c51f0e
inset-split should not be dispatched to inset at point
...
This functon does not make sense for a full inset.
Fixes second part of bug #12747 .
2023-06-06 11:10:45 +02:00
Pavel Sanda
acb60dba36
Add a note about Qt commandline params to man pages.
2023-06-05 22:57:35 +02:00
Pavel Sanda
e4c9a71088
Use ps2pdf -dALLOWPSTRANSPARENCY by default.
...
Ghostscript 9.52 breaks transparency, for some time -dNOSAFER
workaround worked but since 9.53.3 -dALLOWPSTRANSPARENCY should
work. Tested on 9.53.3.
See also
https://www.lyx.org/trac/ticket/12303
https://www.mail-archive.com/lyx-users@lists.lyx.org/msg115086.html
https://tex.stackexchange.com/questions/597980/ghostscript-requires-dallowpstransparency-when-compiling-pstricks-figures
https://forums.fedoraforum.org/showthread.php?324453-Ghostscript-9-52-breaks-transparency-in-LaTeX-packages
2023-06-05 22:45:14 +02:00
jpc
41cd930495
Update fr.po
2023-06-03 17:09:48 +02:00
Pavel Sanda
86a757a7b0
* UserGuide.lyx - reflect reorganization of Output pane.
2023-06-02 20:32:06 +02:00
Pavel Sanda
528183ddcf
* Additional.lyx - clarify git VCS handling.
2023-06-02 20:30:24 +02:00
Daniel Ramoeller
5a893d9862
Replace selection on insert LyX Document
...
Fix for bug #10390
2023-05-31 01:01:22 +02:00
Daniel Ramoeller
c0d7ac5b71
Split-inset fix
...
- Remember whether something has to be pasted
Fix for bug #12747
2023-05-31 00:05:23 +02:00
jpc
c730181f09
Update fr.po
2023-05-30 17:33:13 +02:00
Daniel Ramoeller
2e966811d8
Center preview status message
...
Fix for bug #12724
2023-05-30 14:12:11 +02:00
Richard Kimberly Heck
9a4e44e7df
Fix indentation
2023-05-27 11:38:19 -04:00
Richard Kimberly Heck
04fe6c89dc
Fix typo
2023-05-27 11:37:00 -04:00
Daniel Ramoeller
4ed0312c51
Fix bug #12772
2023-05-26 23:39:28 -04:00
Jean-Marc Lasgouttes
3895c79879
Fixup 1d637b8a
: do not set extra spacing for typewriter
...
This messed up rows with both normal and typewriter fonts.
2023-05-23 09:22:51 +02:00
Juergen Spitzmueller
ba659d0cfd
Fix indentation
2023-05-22 16:32:49 +02:00
Juergen Spitzmueller
25ecd919fe
Use proper (inset) font for normalizing purposes
...
Not all insets have a proper layout, but we have Inset::getFont()
Fixes #12729
2023-05-19 12:35:03 +02:00
Juergen Spitzmueller
96c0a65e95
de.po
2023-05-19 12:32:20 +02:00
Kornel Benko
f13808939b
Advaced search: check for toString() before using it.
...
(#12783 )
2023-05-18 18:07:40 +02:00
Kornel Benko
8a1cecc1fb
Update sk.po
2023-05-18 11:59:16 +02:00
Daniel Ramoeller
d957afdb64
Remove ellipsis from "End Edit Externally..."
...
Fix for bug #12780
2023-05-17 15:52:11 -04:00
Juergen Spitzmueller
92f211d6b4
Replace deprecated function
...
activateWindow() is available back to Qt4 (at least)
2023-05-17 08:56:12 +02:00
Jean-Marc Lasgouttes
e0db6378c9
Revert "Do not return copies of string members"
...
This commit is very wrong when trivstrings are used (since what is
retirned is a temporary variable) and it turns out that cygwin
requires this for some reason.
This reverts commit 3ae5d6bdec
.
2023-05-15 17:13:41 +02:00
Stephan Witt
ac286e54b7
#12769 correct line width based painting of wavy underline
...
With very tiny fonts the line width is 0 and the loop to construct the wavy line never ends.
2023-05-15 07:06:44 +02:00
Kornel Benko
4ffc8fdc60
Missing LF in sk.po
2023-05-13 22:25:05 +02:00
Kornel Benko
34aa60eeeb
Update sk.po
2023-05-13 22:06:13 +02:00
Juergen Spitzmueller
1e9119cc56
de.po
2023-05-13 19:02:41 +02:00
Juergen Spitzmueller
90d40eb95e
Add labels to encoding variant combo
2023-05-13 18:38:33 +02:00
Juergen Spitzmueller
75f628aec0
Replace removed signal
...
The used one has been removed from Qt6
2023-05-12 09:46:38 +02:00
Juergen Spitzmueller
120ba1d3ec
Do not attempt to read bitmap icon with svg renderer
...
Pavel, this should cure your woes
2023-05-12 09:39:20 +02:00
Kornel Benko
3f7dc7d6df
Update sk.po
2023-05-12 09:06:42 +02:00
jpc
3b1eea04b0
Update fr.po
2023-05-11 18:09:24 +02:00
Juergen Spitzmueller
0a040d18ad
Some layout fixes
...
Layout was too squeezed and didn't properly expand on longer (l7n) strings
2023-05-11 17:46:16 +02:00
Pavel Sanda
918146addd
Fix DocBook case
2023-05-11 15:29:14 +02:00
Pavel Sanda
51348001bc
Finish cs.po
2023-05-11 15:28:18 +02:00
Pavel Sanda
4a6e3d87d7
remerge cs.po
2023-05-11 15:13:59 +02:00
Pavel Sanda
688088f9c8
* cs.po
2023-05-11 15:12:49 +02:00
Jean-Marc Lasgouttes
6fbc8c6352
Fixup 7f1b1729
: restore lazy caret handling
...
For some reason, the code that should have been put in
updateCaretGeometry() went to resetCaret(). I do not see how that made
sense.
I am not totally sure what the consequences of the patch are, though.
It just "looks right".
2023-05-11 10:13:27 +02:00
Pavel Sanda
296fd22f4b
* cs.po
2023-05-10 18:08:35 +02:00
Pavel Sanda
b198a36a36
Less expensive OP first as this might be called often.
2023-05-10 12:43:14 +02:00
Pavel Sanda
52fd21f902
Handle stats for French guillemets
2023-05-10 12:23:56 +02:00
Pavel Sanda
63ff4f4431
Count quotes in document statistics as well.
...
Currently any quote counts as a single character.
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg219697.html
2023-05-09 20:48:13 +02:00
Pavel Sanda
16da5ef010
* LanguageUi.ui - change layout.
...
This pane is responsible for horizontal excess size (at least in CZ
translation) of document settings panel. The reason is second encoding combo
which get very lengthy (there are actually 3 of them).
This patch moves them to separate line.
Beware, touching this panel is headache.
Qt Designer (5.15.2) does not know even how to load this ui
file correctly and it's impossible to move unicodeEncodingCO.
When breaking layout this CO is mysteriously deleted.
Finally I gave up and simply edited file in vim to get COs to the new row.
2023-05-09 20:33:42 +02:00
Pavel Sanda
75d731c9d8
* OutputUi.ui - Reorganize Output pane so it takes less vertical space.
2023-05-09 19:06:26 +02:00
Pavel Sanda
20b45cf028
* Document prefs: rename Format -> Output
2023-05-09 19:05:31 +02:00
Pavel Sanda
bf46fc7449
* cs.po
2023-05-09 18:35:00 +02:00
Pavel Sanda
c3613f1f17
* PrefDocHandlingUi.ui - add naming for emergency file
2023-05-09 18:35:00 +02:00
Jean-Marc Lasgouttes
e620920fe2
Fix unitialized member warning by coverity
...
The members open_braces and close_wildcards of MatchStringAdv are not
initialized in case of early return and coverity complains about that.
2023-05-09 13:52:33 +02:00
Enrico Forestieri
a401b26640
Update layouts
2023-05-09 12:10:45 +02:00
Enrico Forestieri
ee9fca42bb
Use black as default color for an inset button label text
...
It turns out that LyX was using red as default color for the
inset button text since ever. However, due to the use of "inherit",
the default button text color was black in practice. This was so
until [897ee2ed/lyxgit], which made the label font not inherited
by default anymore. Hence, all insets that didn't specify a specific
label button color started using red as default color.
This commit restores the previous behavior and introduces the
possibility of modifying this default color.
Fixes bug #12771
2023-05-09 11:33:13 +02:00
Daniel Ramoeller
5556cb3d3f
Simplify Quotation/Quote style
...
Fix for bug #12745
2023-05-08 21:10:50 -04:00