Juergen Spitzmueller
633013453e
Factor out Paragraph::isPartOfTextSequence
...
Amends 045c25cf76
2021-10-31 09:26:57 +01:00
Juergen Spitzmueller
5d3f940973
de.po
2021-10-30 17:51:16 +02:00
Juergen Spitzmueller
045c25cf76
Prevent unneeded (and wrong) \noindent
...
* When a paragraph is logically empty (only contains stuff which is not
part of the text sequence
* In centered paragraphs
2021-10-30 14:19:46 +02:00
Thibaut Cuvelier
710fb50118
Fix the Unicode encoding of Rightarrow
...
Author: lynx
Related issue: 12411.
https://www.lyx.org/trac/ticket/12411
2021-10-29 21:29:42 +02:00
Jean-Marc Lasgouttes
f8e893ce7e
Release note: remove fun "bidi"
...
As documented later, this has been removed.
2021-10-29 18:08:29 +02:00
Juergen Spitzmueller
9febb60190
Document parskip change in RELEASE NOTES ( #10968 )
2021-10-29 18:01:02 +02:00
Juergen Spitzmueller
f3002d1cf4
Get rid of some more fragile index reliances
2021-10-29 17:52:25 +02:00
Kornel Benko
b7dc0548bf
Update sk.po
2021-10-29 17:47:13 +02:00
Jean-Marc Lasgouttes
110445e3e2
Rename BufferView::updateScrollbar to show what does
...
Only parameters are updated, not the scrollbar itself.
2021-10-29 17:45:51 +02:00
Juergen Spitzmueller
47b394f2c5
Amend [5c055034/lyxgit]
...
Relying on indexes is too fragile here
2021-10-29 17:06:11 +02:00
Jean-Marc Lasgouttes
5c055034c2
Fixup b0c102cfb
: make it possible to select medskip as parskip
...
Some new parskip possibilities had been added, but the check for
custom length index had not bee updated.
This code is very fragile.
Related to bug #10968 .
2021-10-29 16:41:00 +02:00
Juergen Spitzmueller
61fb295e46
Disable language selector in LyXFiles dialog if no file is selected ( #12412 )
2021-10-29 13:17:50 +02:00
Jean-Marc Lasgouttes
2c50f0cd77
An assert to hopefully please coverity
2021-10-29 12:39:50 +02:00
Thibaut Cuvelier
ed052a7691
Fix the Unicode encoding of langle/rangle
...
Author: lynx
Related issue: 12411.
https://www.lyx.org/trac/ticket/12411
The previous mapping was for HTML 4, the new one is for HTML 5.
2021-10-28 23:52:30 +02:00
Yuriy Skalko
54028c3eea
Mark inverted branch insets
2021-10-27 00:56:06 +03:00
Yuriy Skalko
2d57c7199c
Update ru.po
2021-10-26 18:25:26 +03:00
Scott Kostyshak
9ca91b2566
Update layouts (run layout2layout.py)
...
There is nothing in the diff besides the format number changing from
93 to 95. From what I understand, this is as expected since 93 -> 94
and 94 -> 95 just add new layout tags.
Updating the layouts makes it easier to test master. Otherwise, in
some use cases layout2layout can be run hundreds of times which can
make some things slow (e.g., opening documents or even opening the
advanced find pane).
2021-10-25 12:37:21 -04:00
jpc
ba74850c79
Update fr.po
2021-10-25 10:38:44 +02:00
Stephan Witt
c38e759b28
#12150 don't set the directory file permissions of LyX app bundle to 444 anymore
2021-10-24 21:43:23 +02:00
Stephan Witt
aabe9e8b11
Improved Qt framework configuration detection on macOS, add support for Qt6
2021-10-24 21:41:11 +02:00
Stephan Witt
c52344e859
#12408 improved release notes text for changed shortcuts on macOS
2021-10-24 11:28:03 +02:00
Stephan Witt
436620a881
#12201 force open document in tabs on Mac when user preference is Always
2021-10-23 13:34:18 +02:00
Jean-Marc Lasgouttes
85f030a031
Let Tab go out of inset when no cycling is possible
...
Adapted patch from Enrico by adding S-Tab handling.
Fixes bug #11085
2021-10-21 22:42:40 +02:00
Jean-Marc Lasgouttes
2f236b01e0
Make sure that language is "latex" in InsetArgument when pass-thru.
...
The code that determine whether an InsetArgument is passThru is
complex and lives in updateBuffer.
This patch factors out the code in a new init method and calls it also
in doInsetInsert when inserting a InsetArgument.
Fixes bug #12143 .
2021-10-21 19:14:06 +02:00
Juergen Spitzmueller
3444a5a54a
de.po
2021-10-21 16:58:50 +02:00
Kornel Benko
cbea71e408
Update sk.po
2021-10-21 16:43:07 +02:00
Pavel Sanda
6770fe5f38
* better wording
2021-10-21 16:01:57 +02:00
Pavel Sanda
985f7c9316
Improve error msg.
2021-10-21 15:20:28 +02:00
Juergen Spitzmueller
b55aea6776
Prevent unneeded cprotection in branches ( #12378 )
2021-10-21 10:27:05 +02:00
jpc
cf0494bd3f
Update fr.po
2021-10-19 11:43:14 +02:00
Thibaut Cuvelier
279e0a6839
DocBook: use the new refactorings in InsetText.
...
InsetText::docbookRenderAsImage directly used Qt to compute hashes, use the same code as support/FileName (now living in support/filetools).
2021-10-19 09:15:44 +02:00
Thibaut Cuvelier
0b5e940723
Refactor file-name sanitisation.
...
For now, this is only used in FileName, because it does not change the semantics of DocFileName::mangledFileName.
2021-10-19 09:15:44 +02:00
Thibaut Cuvelier
789a537182
Refactor computing hashes.
...
For now, this is only used in FileName, because it does not change the semantics of DocFileName::mangledFileName.
2021-10-19 09:15:44 +02:00
Jean-Marc Lasgouttes
40ee8d2a1a
Reset inline completion after undo/redo
...
Fixes bug #12383 .
2021-10-18 17:36:27 +02:00
Jean-Marc Lasgouttes
ada713a881
Revert "Update correctly completion after undo"
...
This reverts commit 06acb7f806
.
2021-10-18 17:35:48 +02:00
Kornel Benko
e2a99b0a0c
Update sk.po
2021-10-17 21:26:50 +02:00
Enrico Forestieri
e8b366d4d6
Amend 771f30e9
for cmake
2021-10-17 19:17:01 +02:00
Enrico Forestieri
3048878eab
Amend 47f1fec9
...
Also account for cmake
2021-10-17 18:32:50 +02:00
Juergen Spitzmueller
cdf64391f7
de.po
2021-10-17 17:34:03 +02:00
Juergen Spitzmueller
3543626182
Do not change bibliography processor to default if it is not found
...
Rather than that, keep it with a warning that it is not available.
Fallback procedure (which maintains security measures) is done in
the conversion step.
This prevents document properties being silently changed on sharing.
2021-10-17 17:14:14 +02:00
Juergen Spitzmueller
f350072565
Provide proper fallback if a bibliography processor is not found
...
Check for appropriate fallbacks and warn user if the requested
bibliography processor is unavailable.
2021-10-17 17:14:14 +02:00
Enrico Forestieri
abad843bd0
Amend 771f30e9
2021-10-17 15:54:28 +02:00
Enrico Forestieri
771f30e946
Enable QWindowsMimeMetafile with Qt6
...
The QWinMime class has been removed in Qt6 but the functionality
is still present. However, one has to allow inclusion of private
headers and register the mime handling to the QWindowsApplication
native interface.
2021-10-17 15:06:05 +02:00
Thibaut Cuvelier
21366155e4
DocBook: use a hash to determine the file names for generated images.
...
This way, the file names no more change without a reason.
2021-10-16 22:41:38 +02:00
Thibaut Cuvelier
33668e3a30
DocBook: export the preview images to the right format.
...
"docbook" is not the same as "docbook5", maybe it would be better to have an enumeration instead of strings.
2021-10-16 22:41:38 +02:00
Thibaut Cuvelier
e0830592f0
DocBook: wrong type of XML tag.
...
imagedata should have been a compound tag, because it should have no content, only its attributes are relevant (instead of a start-end pair of tags).
2021-10-16 22:41:38 +02:00
Enrico Forestieri
4d71d3d8a7
Improve detection of Qt6 libs
...
We would miss the libraries specified by a full path when
also '-L' flags are present, as we would only take into
account those specified by '-l' flags.
2021-10-16 19:09:30 +02:00
Jean-Marc Lasgouttes
a29ced5577
Get rid of std::iterator
...
clang's libc++ 13 tells us that it is deprecated in C++17.
Fortunately, we do not need it after all.
2021-10-15 18:13:09 +02:00
Jean-Marc Lasgouttes
d99502d915
Remove variable that is not used
...
Spotted by clang++ 13.
2021-10-15 15:49:40 +02:00
Jean-Marc Lasgouttes
5f4890721b
Improve display of META_INSET in status bar.
2021-10-15 11:11:57 +02:00