Richard Kimberly Heck
ce33715d2b
Don't make copies!
2020-05-13 14:23:27 -04:00
Richard Kimberly Heck
47973dc2b4
Remove a couple more functors from PrevewLoader.
2020-05-13 13:33:27 -04:00
Richard Kimberly Heck
1e904625b2
Remove functors in PreviewLoader.cpp.
...
Also fix some warnings.
2020-05-13 13:33:27 -04:00
Jean-Marc Lasgouttes
c756749991
Revert "Get rid of lyx::next uses for RandomAccessList"
...
This is not ready (see #11861 ).
This reverts commit 6d97e39934
.
2020-05-13 10:45:25 +02:00
Juergen Spitzmueller
2663e3845e
Move \PassOptionsToPackage before the first package loaded
...
Fixes #11862
2020-05-13 08:48:08 +02:00
Jean-Marc Lasgouttes
e52af39864
Avoid a warning
2020-05-12 17:42:50 +02:00
Jean-Marc Lasgouttes
6d97e39934
Get rid of lyx::next uses for RandomAccessList
...
These uses are inefficient (a loop really) and require that pit_type
is ptrdiff_t.
Instead, RandomAccesslist::constIterator is renamed to iterator_at and
a version adding a non-const iterator is added.
lyx::next and lyx::prev are removed, and std::prev is used in the few
places where the code requires it (for no good reason IMO).
2020-05-12 17:29:21 +02:00
Richard Kimberly Heck
b1a0f7ac54
Fix typo (from Thibaut)
2020-05-08 13:32:08 -04:00
Richard Kimberly Heck
195c0bfbad
Rename some routines
2020-05-05 11:19:21 -04:00
Richard Kimberly Heck
5989160154
Remove functors in IndicesList.cpp.
2020-05-05 11:19:21 -04:00
Richard Kimberly Heck
958958453f
Replace functors in Format.cpp.
2020-05-05 11:16:28 -04:00
Richard Kimberly Heck
7f875d7dac
Replace functor in BranchList
2020-05-05 11:16:24 -04:00
Richard Kimberly Heck
c506f304bc
Fix a number of issues that were stopping compilation with MSVC 19.
...
Patch from Thibaut Cuvelier, modified slightly by me (mostly for style).
2020-05-04 19:45:58 -04:00
Richard Kimberly Heck
91265c1f46
Missing include according to VC19
2020-05-04 14:19:29 -04:00
Richard Kimberly Heck
d6a7ec506e
s/requires_/required_/ for code consistency
2020-05-04 14:05:44 -04:00
Richard Kimberly Heck
3b09ef61a6
Fix remaining (I think) requires keyword issues.
2020-05-04 13:46:01 -04:00
Scott Kostyshak
23abb5aaa3
Fix commented out code
...
Since the if condition changed at af4ee1a4
, the "else" in the
comment needed correction.
2020-05-04 09:27:35 -04:00
Scott Kostyshak
af4ee1a487
Only set dummy X11 selection if we do not own it
...
Before, we would continually set the selection to the empty string,
to maintain ownership. This causes problems with clipboard managers
GPaste and CopyQ. Further, in theory this should have better
performance since checking ownership should be faster than setting.
A disadvantage of this change is that the timestamp of the selection
will be old at this point in the code. However, when the selection
is requested, we put the selection contents at that point so the
selection timestamp should be accurate then. Further, the selection
contents are not accurate at this point in the code (they are just
the empty string), so it is not clear whether having an accurate
timestamp is beneficial.
Fixes #11715 .
2020-05-04 08:58:56 -04:00
Juergen Spitzmueller
210c4aa9a2
Use translated GUI name of counter in button label
2020-05-04 09:28:07 +02:00
Juergen Spitzmueller
5171b7ea6c
Keep sort order of counter actions
2020-05-04 09:22:35 +02:00
Richard Kimberly Heck
5f5cb7eea7
Fix warnings by using size_t as the loop variable.
2020-05-03 15:02:40 -04:00
Richard Kimberly Heck
e8800373e6
is_utf8 is always passed a char.
2020-05-03 15:02:25 -04:00
Juergen Spitzmueller
eebc0d8cf5
Add missing l7n flag
2020-05-03 13:36:34 +02:00
Juergen Spitzmueller
fba67710d8
Make counter items translatable and sort properly
2020-05-03 09:44:55 +02:00
Juergen Spitzmueller
6e5f90f72f
Fix capitalization
...
We use sentence casing in combo boxes.
2020-05-03 09:13:41 +02:00
Juergen Spitzmueller
cd2c0dcc81
Re-fix layout
...
Also improve some strings, and fix capitalization
2020-05-03 09:13:13 +02:00
Richard Kimberly Heck
9e4709e4de
Avoid a copy
2020-05-03 02:52:56 -04:00
Richard Kimberly Heck
3b2bcef455
Fix some warnings.
2020-05-03 02:46:11 -04:00
Richard Kimberly Heck
99948beff8
Remove unused files.
2020-05-03 02:32:29 -04:00
Richard Kimberly Heck
16e7f26cec
requires is a keyword in C++2a
2020-05-03 02:18:17 -04:00
Richard Kimberly Heck
a38408419c
Remove obsolete comment.
...
We assert (or worse) if pos < 0.
2020-05-03 00:51:01 -04:00
Richard Kimberly Heck
0f4b60c642
GuiNames for float counters.
2020-05-02 23:17:17 -04:00
Richard Kimberly Heck
9bcb243ec6
Increment layout format.
2020-05-02 23:17:16 -04:00
Richard Kimberly Heck
666f90cdbb
Use GuiNames for counters.
2020-05-02 23:17:16 -04:00
Richard Kimberly Heck
c37500050d
More polishing of counter dialog. Thanks to Jürgen for help.
...
Also, remove the 'display value' option. We will move this to InsetInfo
at some point.
2020-05-02 20:33:03 -04:00
Juergen Spitzmueller
3d630f49c4
Fix broken mark with multiple citations
...
Patch by Patrick De Visschere (modified by me)
2020-05-02 08:55:58 +02:00
Richard Kimberly Heck
8a4bb40c7e
Fix typo.
2020-05-01 19:47:50 -04:00
Richard Kimberly Heck
bc4ca12ab5
Polish the counter UI a bit and add some to the documentation.
2020-05-01 19:03:54 -04:00
Juergen Spitzmueller
4d3a08bf86
Fix build with qt4
2020-05-01 10:17:04 +02:00
Juergen Spitzmueller
a05b3228bc
Fix Ui layouts.
2020-05-01 10:10:27 +02:00
Richard Kimberly Heck
de40b09474
Fix thinkos for counter value type
2020-04-30 23:46:18 -04:00
Richard Kimberly Heck
cb9102f986
Update tex2lyx references.
2020-04-30 23:21:34 -04:00
Richard Kimberly Heck
9a147255df
GUI for new counter inset.
2020-04-30 23:11:59 -04:00
Richard Kimberly Heck
9a1b26a156
Format and reversion code for new counter inset.
2020-04-30 23:11:59 -04:00
Richard Kimberly Heck
684d27c0fb
New counter manipulation inset.
...
This inset allows counters to be set, reset, saved, restored, etc,
both in the LyX GUI and in the output; optionally, the effect can be
limited to the GUI. Of course, LaTeX provides means for doing all of
these things, so they could previously be done with ERT, as far as
the output is concerned. But there was no mechanism for manipulating
counters in the GUI and none for other output formats.
2020-04-30 23:09:36 -04:00
Jean-Marc Lasgouttes
7035e230ca
Avoid some more copies in range-based for loops
...
This triggers warnings with clang++ 10.
2020-04-28 15:28:51 +02:00
Jean-Marc Lasgouttes
a85c48de5a
Do not for copies in range-based for loops.
...
Spotted by clang++ 10.
2020-04-28 13:27:50 +02:00
Richard Kimberly Heck
1344caa67a
Fix problem with c67b6be77
noted by JMarc.
2020-04-26 16:10:50 -04:00
Richard Kimberly Heck
c94a97e36c
Fix declaration
2020-04-26 03:37:20 -04:00
Richard Kimberly Heck
491c966436
Remove unnecessary friendship. Thanks Scott!
2020-04-26 03:16:44 -04:00
Richard Kimberly Heck
7b9dc7bc9e
Revert last three commits.
...
There are other issues here. The big one is in TextMetrics::getPitNearY,
where -1 is used as a 'special' return value for pit.
2020-04-26 03:09:27 -04:00
Richard Kimberly Heck
c92b4f27ec
Fix compilation problem
2020-04-26 03:04:06 -04:00
Richard Kimberly Heck
57065afb45
Whitespace
2020-04-25 22:57:09 -04:00
Richard Kimberly Heck
b9e2941847
Make pit_type unsigned (in particular, size_t).
...
This involves not just changing the type but checking that downward
loops and similar tricks don't break.
2020-04-25 22:50:48 -04:00
Richard Kimberly Heck
7d36b9e4fa
Remove method that is now unneeded.
2020-04-25 22:27:09 -04:00
Richard Kimberly Heck
e4da314522
Try to fix bug #6505 .
...
Keep track of nested includes and just refuse to re-enter a file
we're already in the process of handling.
There's a question whether we should do this in updateBuffer and
validate, or whether we should do it separately. For now, this seems
to work.
2020-04-25 22:22:58 -04:00
Richard Kimberly Heck
9319144703
Buffer methods for dealing with recursive includes.
2020-04-25 22:17:46 -04:00
Richard Kimberly Heck
aa794a8806
Return early from the short path.
2020-04-25 17:33:49 -04:00
Richard Kimberly Heck
f1d5926a5d
Fix warnings.
2020-04-25 01:26:37 -04:00
Richard Kimberly Heck
c67b6be77e
Refactor code to avoid the problem fixed at the last commit.
2020-04-25 01:11:30 -04:00
Richard Kimberly Heck
b5a5a529a3
Fix bug #11850 .
...
When we copy the paragraphs, the Buffer members for the insets are
not set. As a result, we crash when attempting to access them.
2020-04-25 01:05:15 -04:00
Jean-Marc Lasgouttes
b9538b10d4
Ignore some more files when building in source tree
2020-04-23 19:17:15 +02:00
Juergen Spitzmueller
3e1702b1bd
Hint at (new) filter function in tooltip.
2020-04-23 14:24:32 +02:00
Juergen Spitzmueller
532e3b8952
Use CategorizedCombo for font selection
...
We do not have categories, but this gives as a nice filter functionality
for long (non-TeX) font lists for free.
See #11849
2020-04-23 12:43:38 +02:00
Juergen Spitzmueller
631d6b9b2e
Categorized Combo: Do not draw category line if the combo has zero categories
2020-04-23 08:31:50 +02:00
Enrico Forestieri
a73c2c2b93
Raise the window in single-instance mode
...
Other than issuing a warning on the console, now the LyX window is
raised when in single-instance mode and no files to load are specified.
In this way, the user is aware that something happened after double
clicking the program icon. To support this functionality the new lfun
window-raise has been introduced.
2020-04-21 21:55:20 +02:00
Richard Kimberly Heck
986a55fd7e
Comment.
2020-04-19 13:31:57 -04:00
Richard Kimberly Heck
d509d85c68
Fix warning
2020-04-19 11:10:56 -04:00
Scott Kostyshak
721d39ddc7
Fix debug message
2020-04-19 10:04:12 -04:00
Juergen Spitzmueller
05c7c65d93
Improve reporting of undefined control sequences in preamble
...
Fixes #11844
2020-04-19 10:56:58 +02:00
Kornel Benko
478a303f4a
Use c++11 to remove last char from a string
...
Thanks Scott.
2020-04-19 08:59:54 +02:00
Kornel Benko
333e023e82
Amend(4) 689f26d2
: Add default path to server pipe (cmake build)
...
Rename the placeholde $$User to $$UserDir
Make it more readable. Suggestion from Stephan Witt.
2020-04-18 22:26:56 +02:00
Richard Kimberly Heck
3aae85edf1
Fix some warnings
2020-04-18 14:52:08 -04:00
Richard Kimberly Heck
d550774772
Tell the user that LyX is already running when we do not start
...
because of 'use single instance'.
2020-04-18 14:41:26 -04:00
Kornel Benko
237378477f
Amend(3) 689f26d2
: Add default path to server pipe (cmake build)
...
Omit duplicated separators if replacing string '$$User' with actual userdir
2020-04-18 16:32:24 +02:00
Juergen Spitzmueller
ca28c9866a
Remap typographical apostrophe from Hunspell to plain apostrophe ( #11832 )
2020-04-18 11:25:18 +02:00
Juergen Spitzmueller
9e71bdfd32
fix comment
2020-04-18 08:01:39 +02:00
Kornel Benko
689f26d247
Add default path to server pipe (cmake build + unix)
...
Actually the change is affecting only builds if
1.) Using cmake build
2.) on unix
To use it on
cygwin: one has to patch development/cygwin/lyxrc.dist.in
MacOSX: -//- development/MacOSX/lyxrc.dist.in
We need also a Windows-version
Also the compilation with automake lacks the handling of development/unix/lyxrc.dist.in
2020-04-17 18:38:51 +02:00
Juergen Spitzmueller
d9b884341c
Reset failedtoload_ bool when include inset params are changed ( #11842 )
2020-04-17 10:19:46 +02:00
Juergen Spitzmueller
5bc66b5f45
Fix tablefootnote loading order ( #11841 )
2020-04-17 09:12:51 +02:00
Richard Kimberly Heck
86a4c79dc4
Make it nicer, thanks to JMarc
2020-04-16 21:05:38 -04:00
Richard Kimberly Heck
46f1f6f1cb
Fix bug #11635
2020-04-16 17:16:26 -04:00
Jean-Marc Lasgouttes
bb0117d182
Simplify code for bidi icons
...
Most of the RtL icons that we provide are simply mirrors of the LtR ones.
Therefore let the code do that by default if no +rtl icon is found.
The only RtL icon left for now is for "layout Enumerate" (notice the
numbers in it).
Also remove useless getPixmap wrapper and several old bidi_xxx icons
that were forgotten in previous patch.
2020-04-16 20:54:53 +02:00
Jean-Marc Lasgouttes
43eda5ad73
Reimplement properly bidi icons
...
When the cursor in RTL text, icons for "depth-increment" or
"layout-toggle Enumerate" look wrong.
Instead of relying on the clumsy "bidi" lfun of 2898c335
, this new
version relies on a new Toobar tag BidiItem that inserts an action
which can have two icons, depending on the direction of the paragraph
containing the caret (or of the direction of the UI when no file is
open).
The alternative icon has the same name as the original one, with a
"+rtl" string appended to the lfun string. The alternative icon is
only active if the file is found. The icon themes `default', `oxygen'
and `classic' have been updated accordingly.
Fixes bug #4451 .
2020-04-14 22:47:56 +02:00
Jean-Marc Lasgouttes
ce0538e372
Revert "Add mechanism to change icons in RTL mode"
...
This is really too clumsy. Revert in preparation for a better
mechanism.
This reverts commit 2898c335be
.
2020-04-14 22:47:50 +02:00
Jean-Marc Lasgouttes
543038e64e
Fixup 294969c6
: do not forget to update metrics
2020-04-14 17:57:49 +02:00
Kornel Benko
4b052dec77
Amend ef42541d26
: Missed to commit these
2020-04-13 13:39:33 +02:00
Kornel Benko
ef42541d26
Prepend dir containing created dtl executables to PATH
...
This should work on Windows, but needs test.
The changes (namely the installation directory for the dtl executables)
for automake are not yet done. (JMarc?)
It may fix bug #11325 if cmake configured with '-DLYX_EXTERNAL_DTL=OFF'
2020-04-13 12:51:04 +02:00
Jean-Marc Lasgouttes
b5d6caac41
Fix embarassing crash caused by debug message
...
After commit 6a936d63
, the helpful debug message tries to display
non-existing elements and crashes the program :(
Fix by radical simplification of the message.
Part of bug #11777 .
2020-04-13 12:02:26 +02:00
Richard Kimberly Heck
eea4ef9b6e
Debug output for paragraph params.
2020-04-08 17:21:43 -04:00
Richard Kimberly Heck
f7065fa22e
Fix bug #11817 .
...
Preserve line spacing when breaking a paragraph at the beginning.
2020-04-08 17:21:43 -04:00
Kornel Benko
80cd116805
Fix indentation
2020-04-07 11:47:08 +02:00
Juergen Spitzmueller
2748e33be5
Fix indentation
2020-04-06 16:29:34 +02:00
Juergen Spitzmueller
c0adb03a7a
Fix quotation marks in PDF TOC
2020-04-06 08:53:29 +02:00
Juergen Spitzmueller
f9999039ac
Strip polyglossia options from pdf string
...
Fixes #11813
2020-04-05 15:23:22 +02:00
Jean-Marc Lasgouttes
5202d44ef5
Do not compute caret geometry when we are not ready to do so.
...
This avoid crashes with invalid cache.
Fixes bug #11763 .
2020-04-04 18:11:07 +02:00
Juergen Spitzmueller
ed137ee435
Disable append-column with gathered
...
Fixes #11812
2020-04-04 09:27:24 +02:00
Juergen Spitzmueller
fe09ddf1b9
Implement buffer-write force
2020-03-31 08:01:17 +02:00
Juergen Spitzmueller
1e34871d38
Prevent wrong reference to duplicated (but deleted) label
...
Fixes #11803
2020-03-29 17:47:59 +02:00
Richard Kimberly Heck
2d0ad7d308
Remove code disabled since 2005.
...
No one knew then what it was supposed to do.
2020-03-28 23:52:55 -04:00