Juergen Spitzmueller
293b8dbe67
Do not unnecessarily reset the outliner to TOC on internal model changes
...
The activated() signal is only issued on user changes, what we want here,
not internal model changes (as with currentIndexChanged())
2022-11-02 12:33:20 +01:00
Juergen Spitzmueller
b51f1f7800
Remove wrong count comment
2022-11-02 10:46:52 +01:00
Kornel Benko
9be6a425df
Workaround for advanced search in 'uncover'-inset.
...
Allows for matches inside style Uncover if used
Settings->Adhere to search string formatting
This does not cover all of #12594 though.
2022-11-02 10:33:29 +01:00
Kornel Benko
75d10993c9
Update sk.po
2022-11-02 10:33:06 +01:00
Juergen Spitzmueller
886d881ba3
lyx2lyx: fix index reversion
...
This was only a warning, but it made the tests fail
2022-11-02 09:33:09 +01:00
jpc
ef10697391
Update fr.po
2022-11-01 16:51:01 +01:00
Juergen Spitzmueller
f41546d73c
German documentation of new index features
2022-11-01 14:45:37 +01:00
Juergen Spitzmueller
657ab04d8e
de.po
2022-11-01 12:13:45 +01:00
Juergen Spitzmueller
5a53a5f608
Fix output of subentry with sortkey
2022-11-01 11:55:57 +01:00
Juergen Spitzmueller
262f0b528a
UserGuide: use new features for all index entries
2022-11-01 11:06:50 +01:00
Juergen Spitzmueller
fd5adacef2
Handle empty index subentries ( #7820 )
2022-11-01 10:20:50 +01:00
Thibaut Cuvelier
3bf1b97ae5
InsetIndex: hide printTree behind a LYX_INSET_INDEX_DEBUG flag
...
The change ensures that the function is not seen by the compiler when
the debug mode is not enabled. The flag is not set by default, because
it might have a significant performance impact for large indices.
The reason for the flag is that the default configuration under Linux
forbids the definition of unused functions.
2022-11-01 00:00:37 +01:00
Kornel Benko
6f7b39f842
Update sk.po
2022-10-31 22:57:02 +01:00
Juergen Spitzmueller
3c488c22e1
Update tex2lyx tests
2022-10-31 21:11:07 +01:00
Juergen Spitzmueller
4e50da3e65
Merge branch 'features/indexmacros'
2022-10-31 19:32:52 +01:00
Juergen Spitzmueller
f4d588cea5
Document new inset features
2022-10-31 19:26:39 +01:00
Juergen Spitzmueller
ca89c6c18e
Typo
2022-10-31 07:52:11 +01:00
Juergen Spitzmueller
077ccf905d
Rename subindex to subentry
...
Makes more sense, and distinguishes it better from printsubindex
2022-10-31 06:51:38 +01:00
Juergen Spitzmueller
fba3dace9e
Display subinsets in inset button and outliner
2022-10-31 06:04:13 +01:00
Juergen Spitzmueller
9dc9fa68ce
Enter subindex on Enter in index
2022-10-31 05:25:04 +01:00
Juergen Spitzmueller
0df63e3773
Add Christopher Hillenbrand to the credits
2022-10-31 04:33:07 +01:00
Juergen Spitzmueller
5a7c6aaeee
Add some comments
2022-10-29 15:40:06 +02:00
jpc
fd1fb56634
Update fr.po
2022-10-29 15:17:32 +02:00
Juergen Spitzmueller
874f559bc7
Add last missing bit to insetindexmacros: file format change and lyx2lyx
...
The feature is now ready for primetime!
2022-10-29 15:11:11 +02:00
Juergen Spitzmueller
43365d2bbd
format change stub (to be updated before merge)
2022-10-29 12:51:17 +02:00
Juergen Spitzmueller
e39c755b85
Enable pagination property with inset sortkey
2022-10-29 12:48:45 +02:00
Kornel Benko
eaf370a2ef
Update sk.po
2022-10-29 11:52:02 +02:00
Juergen Spitzmueller
3a949b32f0
Merge branch 'master' into features/indexmacros
2022-10-29 11:42:14 +02:00
Juergen Spitzmueller
4a54269998
de.po
2022-10-29 11:20:50 +02:00
Juergen Spitzmueller
6415afc1fe
Minor improvements to the screen width UI
...
* fix order of input and unit widgets
* remove redundant "Screen used" label
* Add tooltip
2022-10-29 11:17:22 +02:00
Scott Kostyshak
172e544e2c
Whitespace
2022-10-28 18:28:31 -04:00
jpc
af1030e01a
Update fr.po
2022-10-28 18:43:00 +02:00
Jean-Marc Lasgouttes
a852423781
Revert "WIP: refactor Systemcall"
...
This reverts commit c8015878e1
.
Committed by mistake obviously!
2022-10-28 18:04:45 +02:00
Jean-Marc Lasgouttes
6c2d4f9392
constify
2022-10-28 18:03:50 +02:00
Jean-Marc Lasgouttes
c8015878e1
WIP: refactor Systemcall
...
**WARNING; only compilation has been ested; even that does not work**
The goal of this commit is to use the list-based API to
QProcess::start, to avoid annoying syntax issues (see issues with
pasting from LaTeX).
* Create a new latexEnvironment() in filetools.h that returns a
map<string, string> containing the variables and their values.
* Rewrite parsecmd() so that it returns a QStringList of tokenized parameters.
* Use this in startProcess. This is the part is is not finished yet.
Obviously, this will not be possible to get right for 2.4.0.
2022-10-28 17:21:33 +02:00
chillenb
22e5903bf3
adjust text display width in windowed mode
2022-10-27 17:49:43 +02:00
Jean-Marc Lasgouttes
4ce45a5bcd
Remove unused method
2022-10-27 17:17:19 +02:00
Jean-Marc Lasgouttes
a559616cbd
Revert "Always remove selection after cursor up/down"
...
This reverts commit 008a0825e8
.
This commit was part of bug #12310 . The goal was to remove the
selection when using "up" at the start of selection (so that the
cursor cannot move). Unfortunately, it creates navigation issues for
insets inside tabulars.
Since the fix was minor, the safest decision is to revert.
The part of ticket #12310 that resets selection with
char-forwars/backward when moving is not possible still works.
Fixes bug #12593 .
2022-10-27 15:07:57 +02:00
Juergen Spitzmueller
0008604b20
de.po
2022-10-26 11:21:27 +02:00
Juergen Spitzmueller
b3b22b0c70
Sync with master
2022-10-26 10:52:21 +02:00
Jean-Marc Lasgouttes
fff28c5756
Always qualify calls to std::move()
...
This quashes a new warning in clang++ 15, when std::move() (the
one-parameter version) is used as simply move(). There is a strong
recommendation from WG21 to avoid that.
Details here: https://reviews.llvm.org/D119670
It might be that we should not use that many move()s. I am not
competent to decide on that.
I also used this occasion to get rid of a spacial casing for C++11
that does not seem necessary after all.
2022-10-21 14:11:36 +02:00
Juergen Spitzmueller
647c7b1ac3
GuiLog: don't miss package warnings for packages with dashes
...
(e.g. scrlayer-scrpage)
2022-10-16 12:08:21 +02:00
jpc
ca3027bfe3
Update fr.po
2022-10-14 16:54:52 +02:00
Juergen Spitzmueller
d4d4654d63
Only load subscript package with LaTeX < 2005/12/01 ( #12387 )
2022-10-13 16:05:03 +02:00
Juergen Spitzmueller
ac3562dbc9
Need cellvarwidth also in left-aligned cells if they use newlines ( #12587 )
2022-10-11 16:01:29 +02:00
Juergen Spitzmueller
2c72884f26
GuiLyXFiles: differentiate user and system folders
2022-10-09 16:13:48 +02:00
Juergen Spitzmueller
0e4ca9aa88
GuiLyXFiles: Hide empty categories on filtering ( #12584 )
2022-10-09 16:01:49 +02:00
Juergen Spitzmueller
5ee0ba6403
GuiLyXFiles: Visually distinguish folders from files ( #12584 )
2022-10-08 16:45:52 +02:00
Jean-Marc Lasgouttes
a20477993b
Preview: do not overwrite fg/bg color names that beamer uses
...
Rename them to lyxfg/lyxbg
Fixes bug #12563 .
2022-10-08 16:42:55 +02:00
Jean-Marc Lasgouttes
49fee942cf
Fix inline completion prefix for macro insets
...
As it was, the prefix was empty when completion popups were disabled.
Related to bug #12581 .
2022-10-08 14:22:18 +02:00