Pavel Sanda
97ed7ded05
* es/Intro from Dan.
2023-09-04 23:11:38 +02:00
Pavel Sanda
5e576550c7
Update footnote.png (foot->Foot)
...
Patch from Dan.
2023-09-04 23:08:42 +02:00
Pavel Sanda
e361282f5e
Irrelevant part of #12882 amending 9e8901f997
.
...
Patch from Udi.
2023-09-04 22:05:21 +02:00
Pavel Sanda
625c61f1d5
Output python version in About dialog.
...
Patch from Jose.
2023-09-04 21:50:51 +02:00
Pavel Sanda
56fe7f47eb
* Intro.lyx from Dan
2023-09-04 21:31:35 +02:00
Jean-Marc Lasgouttes
0c6101b0cb
Put comment where it belongs
2023-09-04 11:07:34 +02:00
Juergen Spitzmueller
b11164524d
GuiLyXFiles: make sure language selector is disabled when dialog is reopened
2023-09-04 07:58:59 +02:00
Pavel Sanda
59a036a81e
* es/Shortcuts.lyx from Dan.
2023-09-03 21:07:56 +02:00
Pavel Sanda
19a5965153
Review of pt layouttranslation by Jose
2023-09-03 20:47:36 +02:00
Juergen Spitzmueller
4393382f02
GuiLyXFiles: fix button controller handling
2023-09-03 15:09:13 +02:00
jpc
06ac2c0e61
Update fr.po
2023-09-03 14:56:19 +02:00
Enrico Forestieri
1cbcb30353
Fix assertion when canceling file dialog
...
Without this patch, when a file has to be loaded (for example,
after "Document->Settings->Local Class" or "Insert->Graphics")
and the file dialog is canceled, both Qt5 and Qt6 assert:
ASSERT failure in QList::at: "index out of range"
2023-09-02 18:15:09 +02:00
Jean-Marc Lasgouttes
7eecab5902
Check whether MathRow exists when computing caret metrics
...
Fixes bug #12888 .
2023-09-02 17:21:03 +02:00
Jean-Marc Lasgouttes
e651e15a99
Improve caret position when splitting a view
...
The old code only worked for toplevel cursors and did not show current cursor.
Note that the two windows do not have exactly the same offset.
Fixes bug #12689 .
2023-09-02 17:21:03 +02:00
Kornel Benko
f833e5f184
Update sk.po
2023-09-02 15:49:57 +02:00
Enrico Forestieri
98eb505c9b
Update it.po
2023-09-02 15:43:01 +02:00
Juergen Spitzmueller
0177ed3df7
de.po
2023-09-02 15:23:26 +02:00
Enrico Forestieri
7cad99347a
Update it.po
2023-09-02 15:14:13 +02:00
Juergen Spitzmueller
aaae3ad5cc
Remove redundant code and clarify strings
2023-09-02 14:28:33 +02:00
Pavel Sanda
669774020f
* es Welcome.lyx from Daniel
2023-09-01 20:51:27 +02:00
Pavel Sanda
89120ce722
* ca/Intro.lyx from Daniel
2023-09-01 20:47:25 +02:00
Pavel Sanda
8f06e44d31
* doc/Intro.lyx from Daniel
2023-09-01 20:42:28 +02:00
Pavel Sanda
04619a67e9
Forgot to add ca/Shortcuts.lyx into distribution
2023-09-01 20:34:56 +02:00
Pavel Sanda
b93f4a4c74
* cs.po
2023-09-01 20:33:01 +02:00
Pavel Sanda
e78e4bcc09
remerge cs.po
2023-09-01 18:29:00 +02:00
Pavel Sanda
28f76b84c9
remerge he.po
2023-09-01 18:25:30 +02:00
Jean-Marc Lasgouttes
2092663365
Add _v_() debug helper maco
...
This can be used with streams.
LYXERR0(_v_(var))
leads to the message
"var=<value of var>"
2023-09-01 16:45:15 +02:00
Kornel Benko
19db2a539f
Update sk.po
2023-08-30 21:45:06 +02:00
jpc
9f2b311c55
Update fr.po
2023-08-30 18:16:51 +02:00
Juergen Spitzmueller
abf44716b2
de.po
2023-08-30 15:49:47 +02:00
Juergen Spitzmueller
58e36a27b6
Doc additions by Pavel
2023-08-30 15:40:16 +02:00
Juergen Spitzmueller
4dc9e0c4e6
Improve CITATION_OPEN
...
* The lyxpaperview script now only provides the paths and let us do the opening
* We use our own viewers for local files rather than QDesktopServices
Plus several minor improvements and code cleanup
2023-08-30 15:30:29 +02:00
Jean-Marc Lasgouttes
0912f7c356
Update caret if needed when changing depth
...
Fixes bug #12856 .
2023-08-30 13:45:00 +02:00
Jean-Marc Lasgouttes
d27f309905
Use correct cursor when creating undo group
...
This affects where cursor will be after undo. In this case, we want
obviously the 'old' cursor.
Fixes bug #12874 .
2023-08-29 17:25:51 +02:00
Juergen Spitzmueller
2195543188
Add message dialog to LFUN_CITATION_OPEN chain
...
This addresses security concerns.
2023-08-29 14:43:59 +02:00
Juergen Spitzmueller
cc5abc873a
Remove absolute path
2023-08-29 10:45:23 +02:00
Juergen Spitzmueller
0345ce2335
de/Shortcuts: sync with the changes in en/
2023-08-29 10:41:16 +02:00
Richard Kimberly Heck
9a35fe225d
Back to development, hopefully with RC1 next
2023-08-28 20:57:46 -04:00
Richard Kimberly Heck
ab9b923f89
Beta 4
2023-08-28 20:56:51 -04:00
Pavel Sanda
f4615da33b
* ca/Shortcuts.lyx - remove notes
2023-08-28 21:17:53 +02:00
Enrico Forestieri
76670a6ab9
Fix detection of private Qt6 headers
...
The gui-private is a separate module. Private Qt6 GUI headers
are currently used only with the Windows backend. However they
are needed to port to Qt6 all functionality that was depending
on the -extras modules. For example, all code guarded by the
macro HAVE_QT5_X11_EXTRAS has to be audited and properly replaced
by Qt6 code. See for example 771f30e9
and 17b24cf4
.
2023-08-28 11:03:23 +02:00
Enrico Forestieri
c088cc4413
Fix detection of xcb during configure
...
The QT_FEATURE_xcb macro is not in the private headers anymore.
They keep changing APIs...
2023-08-28 10:52:08 +02:00
Pavel Sanda
188c526b41
* ec/ca Shortcuts.lyx (en CT on, ca CT accepted)
2023-08-27 21:51:33 +02:00
Pavel Sanda
33a9598a48
* Shortcuts.lyx - small changes from Daniel, now in CT
2023-08-27 21:44:01 +02:00
jpc
2f6ab9a509
Update French Intro.Lyx
2023-08-27 11:21:56 +02:00
Kornel Benko
a2d1c99173
Update sk.po
2023-08-26 15:23:13 +02:00
Juergen Spitzmueller
945aa6fca3
library > system, pt. II.
2023-08-26 12:45:41 +02:00
Juergen Spitzmueller
849a650a24
de.po
2023-08-26 12:07:33 +02:00
Juergen Spitzmueller
53f4f8c103
Change "library directory" to "system directory" ( #12709 )
2023-08-26 12:03:20 +02:00
Juergen Spitzmueller
7057a45587
Add accelerator
2023-08-26 11:44:00 +02:00