Jean-Marc Lasgouttes
05469a053f
revert/fixup 309f8f4b
: setFilterRegularExpression was introduced in Qt 5.12.
2023-03-12 13:05:58 +01:00
jpc
108f9c891b
Update fr.po
2023-03-12 11:33:34 +01:00
jpc
c9c7f0d30b
Typos in French UserGuide
2023-03-12 11:29:47 +01:00
Juergen Spitzmueller
7cde89ece7
Remobe static icon sizing which seems to play bad with HiDpi
2023-03-11 18:30:44 +01:00
Juergen Spitzmueller
466e6eb613
Remove workaround for Qt version which is no longer supported
2023-03-11 16:43:08 +01:00
Juergen Spitzmueller
31a197d88c
Fix signals
2023-03-11 16:25:25 +01:00
Juergen Spitzmueller
548c5ba92d
Two more icon scale fixes
2023-03-11 16:10:52 +01:00
Juergen Spitzmueller
8863d6d785
Properly scale some icons for HiDPI ( #12695 )
2023-03-11 14:49:07 +01:00
jpc
5f7ae3ade5
Translation of the safety nets section, last step
2023-03-10 10:18:37 +01:00
Yuriy Skalko
2b6b20ff69
Include QScreen header to fix compilation with Qt 5.14
...
Needed after e2e1fd6ea9
.
2023-03-10 09:18:59 +01:00
Daniel Ramoeller
2ed5b4a705
Fix text color of "file changed on disk" notification
...
Adjusts the label color of the notification to the background.
Fix for #12690 .
2023-03-09 16:13:00 +01:00
Pavel Sanda
04d65929e9
* cs.po
2023-03-09 11:59:54 +01:00
Pavel Sanda
4cccec60ca
Improve tooltip.
2023-03-09 10:23:46 +01:00
Pavel Sanda
bf4ba774c6
Update csv2lyx.py to work with Python 3.
...
Patch from Jose.
2023-03-08 22:26:04 +01:00
Juergen Spitzmueller
c227a4af41
Check for invalid indexes in Module selection
...
This should fix crashes when moving with pressed mouse buttons on
category nods
2023-03-08 08:24:38 +01:00
Pavel Sanda
56a3a90955
* cs.po
2023-03-07 20:40:41 +01:00
jpc
722c096915
Review font names translation (no translation needed)
2023-03-07 14:28:20 +01:00
jpc
42bb89b553
Translation of the safety nets section, step 2
2023-03-06 11:01:57 +01:00
jpc
f6866e8b7b
Typo in fr.po
2023-03-06 10:25:12 +01:00
Jean-Marc Lasgouttes
e2e1fd6ea9
QDesktopWidget is not required in Qt5, the Qt6 code works
2023-03-05 21:54:08 +01:00
Jean-Marc Lasgouttes
9156843ec2
QWidget::setContentsMargins is supported in Qt5
2023-03-05 21:37:01 +01:00
Jean-Marc Lasgouttes
7d78078838
When a displayed inset is aligned left, align it left
...
The use of LYX_ALIGN_BLOCK was a mistake.
Fixes bug #12683 .
2023-03-05 20:59:35 +01:00
Kornel Benko
8cc13656cd
Update sk.po
2023-03-05 14:59:00 +01:00
Pavel Sanda
bad9e2285c
* cs/Tutorial.lyx
2023-03-03 21:17:45 +01:00
Pavel Sanda
30bf26fe04
* cs.po
2023-03-03 21:17:21 +01:00
jpc
2cdb7c3efa
Translation of the safety nets section, step 1
2023-03-03 18:28:10 +01:00
jpc
d6fa4ae324
Update fr.po
2023-03-03 17:51:08 +01:00
Jean-Marc Lasgouttes
f7de345f85
Avoid row breaking at inconvenient places.
...
The test that was used to avoid breaking a string that was followed
by a too long element was not correct (especially the part that
compared with total row width).
Typical example here is:
- a word with a part that has a font change like /un/breakable;
- a longish sentence after it.
Use a new test that is good enough for this particular case, although
with sortcomings. I do not want to overcomplicate and prefer to wait
for other complaints (this code is already more complicated that I
would like).
Document known shortcoming.
Fix ticket #12660 .
2023-03-03 17:24:06 +01:00
Jean-Marc Lasgouttes
c90ea03884
Remove traces of QtCore5Compat in autoconf script
...
Other instances remain in :
CMakeList.txt
INSTALL.Win32
development/LyX-Mac-binary-release.sh
development/Win32/packaging/installer/src/main.nsh
src/CMakeLists.txt
src/client/CMakeLists.txt
src/support/tests/CMakeLists.txt
src/tests/CMakeLists.txt
src/tex2lyx/CMakeLists.txt
2023-03-03 17:23:13 +01:00
Juergen Spitzmueller
2d1350bf57
de.po
2023-03-03 15:03:17 +01:00
Juergen Spitzmueller
e6966647fd
Fix intitle context checking for info insets
2023-03-03 14:54:52 +01:00
Juergen Spitzmueller
739905862f
Address deprecation
...
See https://doc.qt.io/qt-6/qbytearray-obsolete.html
2023-03-03 11:37:39 +01:00
Jean-Marc Lasgouttes
309f8f4b40
Remove two remaining snippets from the QRegExp era.
2023-03-03 11:17:58 +01:00
Kornel Benko
6251afec70
Amend 263da2fa
and 88c1ed9e
for CMake-build
2023-03-03 10:57:12 +01:00
Jean-Marc Lasgouttes
263da2fa20
Remove use of QRegExp
...
QRegexp has been replaced with QRegularExpression in Qt5. Now that we
have dropped support for Qt4, there is no need for keeping it around.
2023-03-03 10:49:32 +01:00
Jean-Marc Lasgouttes
88c1ed9e32
Remove dead code which is deprecated in Qt6
2023-03-03 10:48:51 +01:00
Pavel Sanda
06928c914f
* SpellcheckerUi fix casing in tooltip
2023-03-03 10:45:46 +01:00
Jean-Marc Lasgouttes
00c39208ac
At metrics time, store paragraph id too
...
Instead of actually fixing the messiness of InsetInfo, let's just fix
the symptom and avoid the access to Paragraph::id() that was crashing
LyX every time updateBuffer/validate/metrics/draw did not happen in
the right order.
Fixes bug #12639 .
2023-03-03 10:34:18 +01:00
Pavel Sanda
190d2ba2c3
* doxy - correct whitespacing.
2023-03-02 22:03:09 +01:00
Pavel Sanda
0036b9673b
* cs.po
2023-03-02 22:02:23 +01:00
Pavel Sanda
96eb65dc32
Spellcheck - more verbose tooltip.
2023-03-02 22:01:17 +01:00
Scott Kostyshak
ffe5d61bb2
ja docs: restore \font_typewriter to IPAGothic
...
It had been (accidentally, I think) set to default at 723d3703
.
See 6656dd22
for why we set to IPAGothic.
2023-02-27 20:54:45 -05:00
Pavel Sanda
607e85e667
* cs.po
2023-02-27 22:33:08 +01:00
Juergen Spitzmueller
5cb8733660
trim trailing linebreak
2023-02-27 12:16:04 +01:00
Kornel Benko
3c88f7ef10
Update sk.po
2023-02-27 10:36:17 +01:00
Juergen Spitzmueller
fbe1b0ed70
de.po
2023-02-27 08:46:35 +01:00
Pavel Sanda
9bbec4a75a
Fix #12678 .
2023-02-26 22:30:17 +01:00
Pavel Sanda
9dee1572bb
Fix casing.
...
Spotted by Juergen.
2023-02-26 19:51:48 +01:00
Kornel Benko
ce708535be
Update sk.po
2023-02-26 11:24:21 +01:00
Pavel Sanda
16c5f03de0
* cs.po
2023-02-25 19:00:05 +01:00