Kornel Benko
0219e63b35
Update sk.po
2022-11-25 12:15:33 +01:00
Juergen Spitzmueller
10ad1670f7
Correct documentation of localized bind files
...
These are in subfolders nowadays (no more lang_ prefix)
2022-11-25 11:26:29 +01:00
Juergen Spitzmueller
44fe4271a7
de.po
2022-11-25 10:31:23 +01:00
Stephan Witt
04cf47f46c
remove Qt4 path name reference
2022-11-25 10:10:14 +01:00
Scott Kostyshak
4ade2f02cd
"Cancel Background Process" -> "Cancel Export"
...
"Cancel Export" sounds more user friendly.
Discussed briefly on ML here:
https://www.mail-archive.com/search?l=mid&q=20221122200127.th3qwgpimqndksmd%40gary
2022-11-24 21:15:50 -05:00
Scott Kostyshak
2b66765f6d
RELEASE-NOTES: document clicking on red x
...
New functionality introduced at 869247b6
.
2022-11-24 21:13:39 -05:00
Scott Kostyshak
ffff88e7fc
Rm dup "Float" in "Insert>Float>Figure Wrap Float"
...
Change menu options "Figure Wrap Float" to "Wrapped Figure"
and "Table Wrap Float" to "Wrapped Table".
2022-11-24 20:17:53 -05:00
Jean-Marc Lasgouttes
c24233e3f1
Improve replacement for qDegreesToRadians
...
This is for Qt 5.0.X compatibility.
2022-11-25 00:07:37 +01:00
Kornel Benko
b50fad3579
Update sk.po
2022-11-24 12:47:45 +01:00
Pavel Sanda
833def44eb
makefile - forgotten file
2022-11-24 02:17:26 +01:00
Pavel Sanda
0dd09c131e
* postats.py
2022-11-23 23:29:11 +01:00
Scott Kostyshak
3b30dbfca4
Centralize cancelation of export
...
An export can be canceled by clicking on the status bar icon or by
executing export-cancel (e.g., via Document > Cancel Background
Process).
The centralized code kills the script and updates the status bar
icons.
No change in functionality intended.
Related commits: 70a71a82
and 01abab9a
.
2022-11-22 14:55:26 -05:00
Scott Kostyshak
01abab9ad9
After export-cancel, hide busy and cancel buttons
...
This is consistent with 70a71a82
(which is about the code path
through clicking on the 'x' status bar icon).
In the next commit I'll make a function to centralize this sequence
of killing a script and emitting the scriptKilled() signal.
2022-11-22 14:30:52 -05:00
Scott Kostyshak
70a71a824b
After confirm cancel, hide busy and cancel buttons
2022-11-22 14:24:11 -05:00
Kornel Benko
431379615e
Amend(4) 580dea63
: get rid of Qt4 code also in cmake build
2022-11-22 18:48:46 +01:00
Juergen Spitzmueller
f155e103d3
Cleanup mathes/BUGS ( #3493 )
...
This one is now also part of #12603 .
2022-11-22 10:18:43 +01:00
Juergen Spitzmueller
1383276156
Cleanup mathes/BUGS ( #3493 )
...
This one is now #12603 .
2022-11-22 10:16:29 +01:00
Juergen Spitzmueller
73156d88f2
Cleanup mathes/BUGS ( #3493 )
...
Removing. If this is still an issue, it should be described in much
more detail.
2022-11-22 10:12:06 +01:00
Juergen Spitzmueller
26f6aa465e
Cleanup mathes/BUGS ( #3493 )
...
Removing. M-c e has a different meaning nowadays
(tabular-feature delete-vline-left)
Please file a new report with an updated description if this is still
an issue.
2022-11-22 10:09:16 +01:00
Juergen Spitzmueller
1d6ea2c711
Cleanup mathes/BUGS ( #3493 )
...
This one is now #12602 .
Someone please check whether this is valid, and feel free to close.
2022-11-22 10:03:25 +01:00
Juergen Spitzmueller
b77b9d1565
Start to cleanup mathes/BUGS ( #3493 )
...
This one is implemented.
2022-11-22 09:59:01 +01:00
Thibaut Cuvelier
4cf7a1f6d9
Reflow LyXPaths.cmake
...
Indentation did not match structure.
2022-11-22 04:06:02 +01:00
Juergen Spitzmueller
869247b617
Add button to stop processing
...
(rather than having it stop by clicking on the spinner)
2022-11-21 18:56:28 +01:00
jpc
0264141b3c
Translation of new index features step 1
2022-11-21 18:34:38 +01:00
Enrico Forestieri
1ac2dc2082
Do not allow nesting macro names in macro names
...
LyX removes a single backslash when it is inserted in a
macro name by the keyboard. However if it is followed by
another character before moving the cursor, it is retained
causing an assertion (bug #12601 ).
2022-11-21 18:24:29 +01:00
Jean-Marc Lasgouttes
593bfe248a
Substack should not be allowed to change columns
...
Disable the arguments append-column and delete-column of tabular-features.
The code is taken from InsetMathCases, with some changes
* no need to record undo here
* in dispatch, return is prefered to break, since we do not want to invoke
InsetMathGrid::doDispatch.
Propagate these changes to InsetMathCases.
Cleanup of the InsetMathCases error messages to fit with other parts
of the code.
The handling of tabular-features in mathed needs to be unified somehow.
Based on a commit from lynx <lorenzobertini97@gmail.com>
Part of bug #12590 .
2022-11-21 12:08:17 +01:00
Jean-Marc Lasgouttes
9bb61a28f8
remove forgotten traces of Qt4 in configure script
2022-11-21 09:51:12 +01:00
Kornel Benko
25ad07afb2
Amend(3) 580dea63
: get rid of Qt4 code also in cmake build
2022-11-21 09:44:36 +01:00
Kornel Benko
43d506b104
Amend(2) 580dea63
: get rid of Qt4 code also in cmake build
2022-11-21 09:31:48 +01:00
Jean-Marc Lasgouttes
4603363fbc
Update check_glyphs.lyx document
2022-11-20 21:19:44 +01:00
Jean-Marc Lasgouttes
7d196fea77
Fix handling of codepoints 9, 10, 12, 13
...
Qt >= 5 refuses to display them. We work around this in lib/symbols
already, but make sure we do not try to display math glyphs at these
code points anyway.
Fixes bug #8493 .
2022-11-20 20:53:55 +01:00
Scott Kostyshak
1482e174df
ctests: typo in ignoredTests regex
...
Amends c94bb34c
.
2022-11-20 14:39:47 -05:00
Scott Kostyshak
3bd3c2ca09
Comments
2022-11-20 14:37:59 -05:00
Enrico Forestieri
a11780b59f
Do not allow pasting backslashes in macro names
...
Backslashes are not allowed in macro names and LyX
enforces this by not allowing entering them by keyboard.
However, it was possible to paste them and this may cause
crashes (see bug #12596 ).
2022-11-20 19:01:38 +01:00
Juergen Spitzmueller
e26a60edef
Regenerate previews after zoom ( #11919 )
2022-11-20 18:18:59 +01:00
Thibaut Cuvelier
3917cab408
symbols: fix a type for \Im
2022-11-20 16:32:58 +01:00
Thibaut Cuvelier
f3862130cf
Amend 48d9d01a
: remove debug output
2022-11-20 16:19:31 +01:00
Scott Kostyshak
42425428f5
ctests: uninvert two xhtml tests
...
These exports previously had xmllint errors. These errors seem to
have been fixed thanks to the "features/indexmacros" merge.
Related to #10355 .
2022-11-20 09:48:13 -05:00
Thibaut Cuvelier
7a6024381c
Update the format for some doc pages
2022-11-20 15:20:53 +01:00
Thibaut Cuvelier
48d9d01a82
InsetIndex: when building the IndexNode tree, ignore IndexEntry when empty
...
The previous code always considered it had at least one term (an assumption that is wrong at least for doc/de/Math.lyx).
2022-11-20 14:49:14 +01:00
Thibaut Cuvelier
77f0fbdc9a
InsetIndex: enable escaping for terms in the index
...
The previous code explicitly disabled it and this behaviour caused problems (like "A&A" being output as-is, which is wrong in HTML: it should be "A&A").
2022-11-20 00:19:53 +01:00
Thibaut Cuvelier
e9f21f2e83
InsetIndex: improve formatting of resulting XHTML
...
There was no line feed before the closing </li> for entries, which was inconsistent with the other block tags.
2022-11-20 00:14:43 +01:00
Thibaut Cuvelier
2f1861380d
Improve wording of RELEASE-NOTES entry
2022-11-19 23:33:43 +01:00
Kornel Benko
580dea638d
Amend ac248e39
, get rid of Qt4 code also in cmake build
2022-11-19 15:50:11 -05:00
Jean-Marc Lasgouttes
546efc3ff1
Remove a workaround that seems to be useless since Qt 4.8
2022-11-19 20:09:59 +01:00
Jean-Marc Lasgouttes
e11c7cb71d
Remove all uses of Q_WS_* macros
...
They are only defined with Qt4.
2022-11-19 19:53:28 +01:00
Jean-Marc Lasgouttes
4310430a38
autoconf: remove support for compiling against Qt4
...
Most of the changes consist in assuming that USE_QT5=yes.
Update INSTALL and README accordingly.
2022-11-19 19:41:49 +01:00
Jean-Marc Lasgouttes
db70aec262
update release notes
2022-11-19 15:08:21 +01:00
Jean-Marc Lasgouttes
a3327f576c
Get rid of setSectionResizeMode helper functions.
2022-11-19 15:04:38 +01:00
Jean-Marc Lasgouttes
11369131ee
Remove workaround that was needed only by Qt4
2022-11-19 14:58:50 +01:00