Kornel Benko
ebe4834684
Disable use of QPA_XCB if using QT6
2022-09-17 14:14:41 +02:00
Kornel Benko
76eb9befdd
Update sk.po
2022-09-17 14:13:41 +02:00
Enrico Forestieri
fbf275b94b
Update it.po
2022-09-15 20:53:05 +02:00
Enrico Forestieri
90551a03ac
Amend f426470a
...
The synctex option can also be specified by a single dash and
any value different from zero will do.
2022-09-14 20:10:01 +02:00
Jean-Marc Lasgouttes
8319bdbbbe
Unify wording for statistics
...
Use 'no blanks' uniformly.
Also remove separator in zoom menu.
2022-09-13 12:42:28 +02:00
Daniel Ramoeller
974534f28a
Disentangle status bar and zoom menu
...
- Moves the zoom menu to the zoom value
2022-09-13 11:49:41 +02:00
Kornel Benko
edc339dcc1
Update sk.po
2022-09-07 21:13:06 +02:00
Pavel Sanda
e0b1cc902c
* doxy
2022-09-06 22:12:25 +02:00
Juergen Spitzmueller
0b68e67678
de.po
2022-09-03 13:45:18 +02:00
Jean-Marc Lasgouttes
bb1d955754
Simplify status bar context menu
...
Remove "Show" prefix.
Remove "(With Blanks)".
2022-09-02 19:58:13 +02:00
jpc
ffaf2e044f
Update fr.po
2022-09-02 11:41:03 +02:00
Thibaut Cuvelier
0bda6950e4
MathML: amend 26300c565f
as discussed in bug 12513
...
Contributed by lynx
2022-09-02 02:00:12 +02:00
Thibaut Cuvelier
5b405426f1
MathML: should display "Text" MathFont using proper <mtext> tag
...
Fixes bug 12397
Contributed by lynx
2022-09-02 01:57:06 +02:00
Thibaut Cuvelier
962785cb0f
InsetTabular: fix a typo
2022-09-02 01:30:25 +02:00
Thibaut Cuvelier
8074b696bc
InsetTabular: move more helper methods to private
2022-09-02 01:29:19 +02:00
Thibaut Cuvelier
89c203faa4
InsetTabular: replace a Boolean parameter to choose between XHTML and DocBook by an enum class
...
The only goal is to improve code readability: this enum class is strictly equivalent to a Boolean, with the same meaning as the previous is_xhtml arguments (arbitrary choice).
2022-09-02 01:26:30 +02:00
Thibaut Cuvelier
ff9f3c774e
InsetTabular: move XML helper methods to private
...
They are not needed outside InsetTabular.
2022-09-02 01:26:30 +02:00
Thibaut Cuvelier
3637d6d408
DocBook: amend 50374e38e1
...
All table rows were generated in the same XML dialect, irrespectively of the caller context (XHTML or DocBook).
2022-09-01 23:33:56 +02:00
Jean-Marc Lasgouttes
9de6768e9c
Small fixes to fr.po related to status bar menu
2022-09-01 17:36:32 +02:00
Jean-Marc Lasgouttes
337cc97174
Use auto const & when possible to avoid copies
...
In several range-based for loops, implicit copies are made. Remove
that when possible, and try to shut converity up otherwise.
Fixes issues found by coverity.
2022-08-30 17:31:37 +02:00
jpc
35070ecc03
Update fr.po
2022-08-28 18:46:31 +02:00
Kornel Benko
a95da6922e
Update sk.po
2022-08-19 13:33:14 +02:00
Juergen Spitzmueller
0515bfa989
Update stats display if a stat is (un)selected
2022-08-18 19:09:15 +02:00
Scott Kostyshak
1182687991
ctests: uninvert a utf8x test
...
The compilation succeeds now, although the behavior might be
different: unless we load ucs explicitly it will proceed with
utf8 instead of utf8x if I understand correctly.
See here for more details:
https://github.com/latex3/latex2e/issues/833#issuecomment-1219535732
2022-08-18 10:17:30 -04:00
Scott Kostyshak
1e63f48b67
ctests: invert EuropeCV tests
...
These might not be fixed for a while:
https://github.com/gsilano/EuropeCV/pull/33
2022-08-18 09:09:30 -04:00
Juergen Spitzmueller
ccc9212a2b
de.po
2022-08-17 18:15:29 +02:00
Juergen Spitzmueller
fee10d2d0d
Another inset font switch fix
2022-08-17 18:04:51 +02:00
Juergen Spitzmueller
96d9e748cf
Polish status bar statistics
2022-08-17 14:59:50 +02:00
Juergen Spitzmueller
e6b93f7489
Load ucs before utf8x inputenc with recent ucs versions
...
Otherwise inputenc falls back to utf8 option, which breaks documents
2022-08-16 17:56:07 +02:00
Juergen Spitzmueller
f6fff878a7
fix compiler warning
2022-08-16 17:41:40 +02:00
Juergen Spitzmueller
771e46c58d
de/UserGuide: another minor correction
2022-08-16 12:28:13 +02:00
Juergen Spitzmueller
5d87131901
de/UserGuide: some minor corrections
2022-08-16 12:25:55 +02:00
Juergen Spitzmueller
438f6943ed
de.po
2022-08-16 11:55:04 +02:00
Stephan Witt
f426470a54
Improved synctex support
...
- Add check for converter with active synctex support to check for synchronized output for activate forward search.
2022-08-13 14:20:03 +02:00
Pavel Sanda
bd0510b08f
configure.py: sanitize restrictive policies of IM on some distributions.
...
Some distros banned GS for Imagemigick conversions.
In effect eps->png conversion is broken and this can't
be fixed locally by the user.
Our workaround is to allow eps->pdf->png conversion from
different tools when IM bans the conversion.
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg217834.html
2022-08-12 01:03:09 +02:00
Stephan Witt
9686fe0c79
Improved synctex support
...
- Check the state of the synchronize TeX output option of the document to enable or disable the LFUN for forward-search.
- write synctex macro to TeX source not only for PdfLaTeX
2022-08-11 22:45:51 +02:00
Stephan Witt
7391ca961d
Additional cursor position validation required to avoid an assertion in Text::selectWord
2022-08-11 22:35:58 +02:00
Pavel Sanda
04ada8e5fa
Fix shortcut
2022-08-10 00:03:20 +02:00
Pavel Sanda
c1575a5be1
* RELEASE-NOTES
2022-08-09 23:58:13 +02:00
Pavel Sanda
5b50a97fd7
Add document statistics to statusbar.
...
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg217810.html
2022-08-09 23:48:55 +02:00
Juergen Spitzmueller
c69da75dfc
Use localized length strings also in space label/tooltip
2022-08-09 17:28:41 +02:00
Juergen Spitzmueller
9214f92599
Mode [un]locLengthString() methods to support/qstring_helpers
2022-08-09 17:27:53 +02:00
Juergen Spitzmueller
079bc8ca40
Localize display of glue lengths in dialogs
2022-08-09 09:44:12 +02:00
Juergen Spitzmueller
60b539e544
Rename function
2022-08-09 09:31:46 +02:00
jpc
5b496f897c
Update fr.po
2022-08-09 08:46:54 +02:00
Juergen Spitzmueller
1487b19803
Allow entering localized lengths with unit ( #11852 )
2022-08-08 18:35:48 +02:00
Stephan Witt
4296df9960
Add detection for available macOS applications and add check for Skim.app as alternate PDF viewer.
2022-08-08 15:46:57 +02:00
Stephan Witt
a89f2fd08c
Make "open -a" implicit on macOS
...
Fix for bug #12570 - add simple check for app bundle name and prefix it with macOS open command if name matches
2022-08-08 10:36:46 +02:00
Kornel Benko
00f371e43e
Update sk.po
2022-08-08 10:23:14 +02:00
Juergen Spitzmueller
199980412b
Install icon.aliases in images/ where it is searched
2022-08-08 10:13:23 +02:00