]> git.lyx.org Git - lyx.git/log
lyx.git
15 months agorevert/fixup 309f8f4b: setFilterRegularExpression was introduced in Qt 5.12.
Jean-Marc Lasgouttes [Sun, 12 Mar 2023 12:04:24 +0000 (13:04 +0100)]
revert/fixup 309f8f4b: setFilterRegularExpression was introduced in Qt 5.12.

15 months ago Update fr.po
jpc [Sun, 12 Mar 2023 10:33:34 +0000 (11:33 +0100)]
           Update fr.po

15 months ago Typos in French UserGuide
jpc [Sun, 12 Mar 2023 10:29:20 +0000 (11:29 +0100)]
 Typos in French UserGuide

15 months agoRemobe static icon sizing which seems to play bad with HiDpi
Juergen Spitzmueller [Sat, 11 Mar 2023 17:30:44 +0000 (18:30 +0100)]
Remobe static icon sizing which seems to play bad with HiDpi

15 months agoRemove workaround for Qt version which is no longer supported
Juergen Spitzmueller [Sat, 11 Mar 2023 15:43:08 +0000 (16:43 +0100)]
Remove workaround for Qt version which is no longer supported

15 months agoFix signals
Juergen Spitzmueller [Sat, 11 Mar 2023 15:25:25 +0000 (16:25 +0100)]
Fix signals

15 months agoTwo more icon scale fixes
Juergen Spitzmueller [Sat, 11 Mar 2023 15:10:52 +0000 (16:10 +0100)]
Two more icon scale fixes

15 months agoProperly scale some icons for HiDPI (#12695)
Juergen Spitzmueller [Sat, 11 Mar 2023 13:49:07 +0000 (14:49 +0100)]
Properly scale some icons for HiDPI (#12695)

15 months ago Translation of the safety nets section, last step
jpc [Fri, 10 Mar 2023 09:18:03 +0000 (10:18 +0100)]
  Translation of the safety nets section, last step

15 months agoInclude QScreen header to fix compilation with Qt 5.14
Yuriy Skalko [Fri, 10 Mar 2023 08:18:59 +0000 (09:18 +0100)]
Include QScreen header to fix compilation with Qt 5.14

Needed after e2e1fd6ea9.

15 months agoFix text color of "file changed on disk" notification
Daniel Ramoeller [Wed, 8 Mar 2023 19:00:27 +0000 (20:00 +0100)]
Fix text color of "file changed on disk" notification

Adjusts the label color of the notification to the background.

Fix for #12690.

15 months ago* cs.po
Pavel Sanda [Thu, 9 Mar 2023 10:59:54 +0000 (11:59 +0100)]
* cs.po

15 months agoImprove tooltip.
Pavel Sanda [Thu, 9 Mar 2023 09:23:46 +0000 (10:23 +0100)]
Improve tooltip.

15 months agoUpdate csv2lyx.py to work with Python 3.
Pavel Sanda [Wed, 8 Mar 2023 21:26:04 +0000 (22:26 +0100)]
Update csv2lyx.py to work with Python 3.

Patch from Jose.

15 months agoCheck for invalid indexes in Module selection
Juergen Spitzmueller [Wed, 8 Mar 2023 07:24:38 +0000 (08:24 +0100)]
Check for invalid indexes in Module selection

This should fix crashes when moving with pressed mouse buttons on
category nods

15 months ago* cs.po
Pavel Sanda [Tue, 7 Mar 2023 19:40:41 +0000 (20:40 +0100)]
* cs.po

15 months ago Review font names translation (no translation needed)
jpc [Tue, 7 Mar 2023 13:28:20 +0000 (14:28 +0100)]
    Review font names translation (no translation needed)

15 months ago Translation of the safety nets section, step 2
jpc [Mon, 6 Mar 2023 10:01:57 +0000 (11:01 +0100)]
     Translation of the safety nets section, step 2

15 months ago Typo in fr.po
jpc [Mon, 6 Mar 2023 09:25:12 +0000 (10:25 +0100)]
      Typo in fr.po

15 months agoQDesktopWidget is not required in Qt5, the Qt6 code works
Jean-Marc Lasgouttes [Sun, 5 Mar 2023 20:54:08 +0000 (21:54 +0100)]
QDesktopWidget is not required in Qt5, the Qt6 code works

15 months agoQWidget::setContentsMargins is supported in Qt5
Jean-Marc Lasgouttes [Sun, 5 Mar 2023 20:37:01 +0000 (21:37 +0100)]
QWidget::setContentsMargins is supported in Qt5

15 months agoWhen a displayed inset is aligned left, align it left
Jean-Marc Lasgouttes [Sun, 5 Mar 2023 19:54:39 +0000 (20:54 +0100)]
When a displayed inset is aligned left, align it left

The use of LYX_ALIGN_BLOCK was a mistake.

Fixes bug #12683.

15 months agoUpdate sk.po
Kornel Benko [Sun, 5 Mar 2023 13:59:00 +0000 (14:59 +0100)]
Update sk.po

15 months ago* cs/Tutorial.lyx
Pavel Sanda [Fri, 3 Mar 2023 20:17:45 +0000 (21:17 +0100)]
* cs/Tutorial.lyx

15 months ago* cs.po
Pavel Sanda [Fri, 3 Mar 2023 20:17:21 +0000 (21:17 +0100)]
* cs.po

15 months ago Translation of the safety nets section, step 1
jpc [Fri, 3 Mar 2023 17:28:10 +0000 (18:28 +0100)]
      Translation of the safety nets section, step 1

15 months ago Update fr.po
jpc [Fri, 3 Mar 2023 16:51:08 +0000 (17:51 +0100)]
     Update fr.po

15 months agoAvoid row breaking at inconvenient places.
Jean-Marc Lasgouttes [Mon, 20 Feb 2023 14:04:31 +0000 (15:04 +0100)]
Avoid row breaking at inconvenient places.

The test that was used to avoid breaking a string that was followed
by a too long element was not correct (especially the part that
compared with total row width).

Typical example here is:
- a word with a part that has a font change like /un/breakable;
- a longish sentence after it.

Use a new test that is good enough for this particular case, although
with sortcomings. I do not want to overcomplicate and prefer to wait
for other complaints (this code is already more complicated that I
would like).

Document known shortcoming.

Fix ticket #12660.

15 months agoRemove traces of QtCore5Compat in autoconf script
Jean-Marc Lasgouttes [Fri, 3 Mar 2023 10:57:12 +0000 (11:57 +0100)]
Remove traces of QtCore5Compat in autoconf script

Other instances remain in :
CMakeList.txt
INSTALL.Win32
development/LyX-Mac-binary-release.sh
development/Win32/packaging/installer/src/main.nsh
src/CMakeLists.txt
src/client/CMakeLists.txt
src/support/tests/CMakeLists.txt
src/tests/CMakeLists.txt
src/tex2lyx/CMakeLists.txt

15 months agode.po
Juergen Spitzmueller [Fri, 3 Mar 2023 14:03:17 +0000 (15:03 +0100)]
de.po

15 months agoFix intitle context checking for info insets
Juergen Spitzmueller [Fri, 3 Mar 2023 13:54:04 +0000 (14:54 +0100)]
Fix intitle context checking for info insets

15 months agoAddress deprecation
Juergen Spitzmueller [Fri, 3 Mar 2023 10:37:39 +0000 (11:37 +0100)]
Address deprecation

See https://doc.qt.io/qt-6/qbytearray-obsolete.html

15 months agoRemove two remaining snippets from the QRegExp era.
Jean-Marc Lasgouttes [Fri, 3 Mar 2023 10:17:58 +0000 (11:17 +0100)]
Remove two remaining snippets from the QRegExp era.

15 months agoAmend 263da2fa and 88c1ed9e for CMake-build
Kornel Benko [Fri, 3 Mar 2023 09:57:12 +0000 (10:57 +0100)]
Amend 263da2fa and 88c1ed9e for CMake-build

15 months agoRemove use of QRegExp
Jean-Marc Lasgouttes [Mon, 20 Feb 2023 16:38:59 +0000 (17:38 +0100)]
Remove use of QRegExp

QRegexp has been replaced with QRegularExpression in Qt5. Now that we
have dropped support for Qt4, there is no need for keeping it around.

15 months agoRemove dead code which is deprecated in Qt6
Jean-Marc Lasgouttes [Fri, 3 Mar 2023 09:45:46 +0000 (10:45 +0100)]
Remove dead code which is deprecated in Qt6

15 months ago* SpellcheckerUi fix casing in tooltip
Pavel Sanda [Fri, 3 Mar 2023 09:45:46 +0000 (10:45 +0100)]
* SpellcheckerUi fix casing in tooltip

15 months agoAt metrics time, store paragraph id too
Jean-Marc Lasgouttes [Wed, 22 Feb 2023 17:09:03 +0000 (18:09 +0100)]
At metrics time, store paragraph id too

Instead of actually fixing the messiness of InsetInfo, let's just fix
the symptom and avoid the access to Paragraph::id() that was crashing
LyX every time updateBuffer/validate/metrics/draw did not happen in
the right order.

Fixes bug #12639.

15 months ago* doxy - correct whitespacing.
Pavel Sanda [Thu, 2 Mar 2023 21:03:09 +0000 (22:03 +0100)]
* doxy - correct whitespacing.

15 months ago* cs.po
Pavel Sanda [Thu, 2 Mar 2023 21:02:23 +0000 (22:02 +0100)]
* cs.po

15 months agoSpellcheck - more verbose tooltip.
Pavel Sanda [Thu, 2 Mar 2023 21:01:17 +0000 (22:01 +0100)]
Spellcheck - more verbose tooltip.

16 months agoja docs: restore \font_typewriter to IPAGothic
Scott Kostyshak [Tue, 28 Feb 2023 01:44:57 +0000 (20:44 -0500)]
ja docs: restore \font_typewriter to IPAGothic

It had been (accidentally, I think) set to default at 723d3703.

See 6656dd22 for why we set to IPAGothic.

16 months ago* cs.po
Pavel Sanda [Mon, 27 Feb 2023 21:33:08 +0000 (22:33 +0100)]
* cs.po

16 months agotrim trailing linebreak
Juergen Spitzmueller [Mon, 27 Feb 2023 11:15:18 +0000 (12:15 +0100)]
trim trailing linebreak

16 months agoUpdate sk.po
Kornel Benko [Mon, 27 Feb 2023 09:36:17 +0000 (10:36 +0100)]
Update sk.po

16 months agode.po
Juergen Spitzmueller [Mon, 27 Feb 2023 07:46:35 +0000 (08:46 +0100)]
de.po

16 months agoFix #12678.
Pavel Sanda [Sun, 26 Feb 2023 21:30:17 +0000 (22:30 +0100)]
Fix #12678.

16 months agoFix casing.
Pavel Sanda [Sun, 26 Feb 2023 18:51:48 +0000 (19:51 +0100)]
Fix casing.

Spotted by Juergen.

16 months agoUpdate sk.po
Kornel Benko [Sun, 26 Feb 2023 10:24:21 +0000 (11:24 +0100)]
Update sk.po

16 months ago* cs.po
Pavel Sanda [Sat, 25 Feb 2023 18:00:05 +0000 (19:00 +0100)]
* cs.po

16 months agoremerge cs.po
Pavel Sanda [Sat, 25 Feb 2023 17:55:46 +0000 (18:55 +0100)]
remerge cs.po

16 months agoInfoinset - better specification of few strings
Pavel Sanda [Sat, 25 Feb 2023 17:52:31 +0000 (18:52 +0100)]
Infoinset - better specification of few strings

16 months agoRemove zombie Acknowledgement theorem
Juergen Spitzmueller [Sat, 25 Feb 2023 07:43:41 +0000 (08:43 +0100)]
Remove zombie Acknowledgement theorem

16 months agolyxpaperview - fix redirection
Pavel Sanda [Fri, 24 Feb 2023 19:44:37 +0000 (20:44 +0100)]
lyxpaperview - fix redirection

Any time pdfviewer process write anything to stderr it's killed,
most probably due to not existing pipe to proper stderr file descriptor.
/dev/null redirection fixes the issue.

16 months agolyxpaperview - don't wait for the process to finish
Pavel Sanda [Fri, 24 Feb 2023 19:26:35 +0000 (20:26 +0100)]
lyxpaperview - don't wait for the process to finish

16 months agoUpdate ja manuals from Koji
Pavel Sanda [Fri, 24 Feb 2023 18:57:30 +0000 (19:57 +0100)]
Update ja manuals from Koji

16 months agoFogotten case for replacing $$python.
Pavel Sanda [Fri, 24 Feb 2023 18:43:56 +0000 (19:43 +0100)]
Fogotten case for replacing $$python.

Patch from Jose.
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg219385.html

16 months agoUpdate ja.po from Koji & remerge
Pavel Sanda [Fri, 24 Feb 2023 18:38:19 +0000 (19:38 +0100)]
Update ja.po from Koji & remerge

16 months agoUpdate sk.po
Kornel Benko [Fri, 24 Feb 2023 12:42:03 +0000 (13:42 +0100)]
Update sk.po

16 months agode.po
Juergen Spitzmueller [Thu, 23 Feb 2023 14:30:25 +0000 (15:30 +0100)]
de.po

16 months ago* cs.po
Pavel Sanda [Wed, 22 Feb 2023 19:57:03 +0000 (20:57 +0100)]
* cs.po

16 months agoWarn user when OUTLINE_IN/OUT is about to flatten the structure (#11178)
Juergen Spitzmueller [Wed, 22 Feb 2023 16:31:32 +0000 (17:31 +0100)]
Warn user when OUTLINE_IN/OUT is about to flatten the structure (#11178)

16 months agoFix equation numbers after row operation (#12665)
Scott Kostyshak [Wed, 22 Feb 2023 16:12:56 +0000 (11:12 -0500)]
Fix equation numbers after row operation (#12665)

After removing/adding rows, the corresponding equation numbers in
the LyX display were not updated (although if you clicked outside
the math inset they were).

Now they are updated immediately after the operation.

16 months agoFix another old outliner bug (#9375)
Juergen Spitzmueller [Wed, 22 Feb 2023 15:33:37 +0000 (16:33 +0100)]
Fix another old outliner bug (#9375)

Parts, chapters and sections have different LabelTypes, but this does
not mean they cannot be transformed into each other while doing
OUTLINE_IN/OUT

Not sure why the labeltype check is here anyway, but let's keep it.

16 months agoProperly reset tree depth in outliner with keep when outliner is re-filled
Juergen Spitzmueller [Wed, 22 Feb 2023 14:24:15 +0000 (15:24 +0100)]
Properly reset tree depth in outliner with keep when outliner is re-filled

Fixes a 13 year old bug (#6675)

16 months agoWhitespace
Juergen Spitzmueller [Wed, 22 Feb 2023 13:53:25 +0000 (14:53 +0100)]
Whitespace

16 months agoAmend 4cd568d31266
Juergen Spitzmueller [Wed, 22 Feb 2023 13:35:53 +0000 (14:35 +0100)]
Amend 4cd568d31266

16 months agoDo not change outliner tree depth when not appropriate
Juergen Spitzmueller [Wed, 22 Feb 2023 13:23:04 +0000 (14:23 +0100)]
Do not change outliner tree depth when not appropriate

This fixes expansion/collapsing on double-click (#12672)

16 months agoUpdate sk.po
Kornel Benko [Wed, 22 Feb 2023 11:18:22 +0000 (12:18 +0100)]
Update sk.po

16 months agoFix completion in math when inline completion was not yet shown
Jean-Marc Lasgouttes [Wed, 22 Feb 2023 11:02:10 +0000 (12:02 +0100)]
Fix completion in math when inline completion was not yet shown

It is necessary to set finish=true when the completion is unique.
Otherwise, one gets \upsilon instead of the proper glyph.

Fixes bug #12674.

16 months agoRevert "Fixup 0cbe0d7a: avoid double redraw when completion is finished"
Jean-Marc Lasgouttes [Wed, 22 Feb 2023 11:00:14 +0000 (12:00 +0100)]
Revert "Fixup 0cbe0d7a: avoid double redraw when completion is finished"

This is my 635th lesson that trying to be too clever is not that good.
This change interferes with the yet-to-come fix to #12674.

This reverts commit cc6dae1363a818e975b2b8b5d9d1409068a04b39.

16 months agoFixup 0cbe0d7a: avoid double redraw when completion is finished
Jean-Marc Lasgouttes [Wed, 22 Feb 2023 10:32:11 +0000 (11:32 +0100)]
Fixup 0cbe0d7a: avoid double redraw when completion is finished

16 months agoMake sure that screen is updated when completing math
Jean-Marc Lasgouttes [Wed, 22 Feb 2023 10:20:38 +0000 (11:20 +0100)]
Make sure that screen is updated when completing math

There was a missing update there.

Fixes part of bug #12674.

16 months agoDisable zoom in/out buttons when threshold is reached (#12676)
Juergen Spitzmueller [Wed, 22 Feb 2023 10:16:46 +0000 (11:16 +0100)]
Disable zoom in/out buttons when threshold is reached (#12676)

16 months agoFixup 04ece4f0: handle case where openinlined_ is not set
Jean-Marc Lasgouttes [Wed, 22 Feb 2023 09:58:22 +0000 (10:58 +0100)]
Fixup 04ece4f0: handle case where openinlined_ is not set

When computing the width of the button, some code has been added in
04ece4f0 to shorten the space in LeftButton geometry. It turns out
that the Left/Top-button-ness is not always known at this point (since
it depends on the width itself!).

Therefore, it is better to make the button narrower also in the
TopButton case.

16 months agoFixup 04ece4f0d6a: fix cursor position
Jean-Marc Lasgouttes [Mon, 20 Feb 2023 16:14:03 +0000 (17:14 +0100)]
Fixup 04ece4f0d6a: fix cursor position

16 months agocomment typo & one line
Pavel Sanda [Tue, 21 Feb 2023 10:29:40 +0000 (11:29 +0100)]
comment typo & one line

16 months agode/UserGuide: additions to citation search
Juergen Spitzmueller [Tue, 21 Feb 2023 09:41:21 +0000 (10:41 +0100)]
de/UserGuide: additions to citation search

16 months agoMinor corrections and elaborations
Juergen Spitzmueller [Tue, 21 Feb 2023 09:41:05 +0000 (10:41 +0100)]
Minor corrections and elaborations

16 months ago* cs.po - remerge
Pavel Sanda [Tue, 21 Feb 2023 08:56:41 +0000 (09:56 +0100)]
* cs.po - remerge

16 months ago* UserGuide - few details on lyxpaperview
Pavel Sanda [Tue, 21 Feb 2023 08:51:35 +0000 (09:51 +0100)]
* UserGuide - few details on lyxpaperview

16 months agode.po
Juergen Spitzmueller [Tue, 21 Feb 2023 07:27:42 +0000 (08:27 +0100)]
de.po

16 months agoTranslate B_ strings in citeengines
Juergen Spitzmueller [Tue, 21 Feb 2023 07:25:44 +0000 (08:25 +0100)]
Translate B_ strings in citeengines

16 months agoStrip et al. for citation search
Juergen Spitzmueller [Tue, 21 Feb 2023 07:12:59 +0000 (08:12 +0100)]
Strip et al. for citation search

16 months ago* lyxpaperview.py - allow arguments for viewers
Pavel Sanda [Mon, 20 Feb 2023 22:05:26 +0000 (23:05 +0100)]
* lyxpaperview.py - allow arguments for viewers

16 months agoAdd commented-out code that might prove useful one day
Jean-Marc Lasgouttes [Mon, 20 Feb 2023 13:51:19 +0000 (14:51 +0100)]
Add commented-out code that might prove useful one day

The code in the dead branch looks reasonable to me, but I was not able
to prove that it solves a problem (yet).

16 months ago Update fr.po
jpc [Mon, 20 Feb 2023 10:24:44 +0000 (11:24 +0100)]
    Update fr.po

16 months ago Restore French guillemets
jpc [Mon, 20 Feb 2023 10:13:09 +0000 (11:13 +0100)]
         Restore French guillemets

16 months ago Update fr.po
jpc [Mon, 20 Feb 2023 09:57:41 +0000 (10:57 +0100)]
  Update fr.po

16 months agolyxpaperview - fix viewer calls with additional arguments
Pavel Sanda [Sun, 19 Feb 2023 21:35:21 +0000 (22:35 +0100)]
lyxpaperview - fix viewer calls with additional arguments

16 months agotypo
Pavel Sanda [Sun, 19 Feb 2023 20:41:40 +0000 (21:41 +0100)]
typo

16 months agoAnother case of statusTip
Pavel Sanda [Sun, 19 Feb 2023 18:22:48 +0000 (19:22 +0100)]
Another case of statusTip

16 months agocitationSearchCB statusTip -> toolTip
Pavel Sanda [Sun, 19 Feb 2023 18:15:25 +0000 (19:15 +0100)]
citationSearchCB statusTip -> toolTip

16 months ago* cs.po
Pavel Sanda [Sun, 19 Feb 2023 16:52:23 +0000 (17:52 +0100)]
* cs.po

16 months agoUserGuide - document citation_search_view
Pavel Sanda [Sun, 19 Feb 2023 16:00:19 +0000 (17:00 +0100)]
UserGuide - document citation_search_view

16 months agoUpdate sk.po
Kornel Benko [Sun, 19 Feb 2023 11:41:44 +0000 (12:41 +0100)]
Update sk.po

16 months agode.po
Juergen Spitzmueller [Sun, 19 Feb 2023 11:26:09 +0000 (12:26 +0100)]
de.po

16 months agoMark empty bib(la)tex insets (i.e., with no databases defined) (#12668)
Juergen Spitzmueller [Sun, 19 Feb 2023 11:15:45 +0000 (12:15 +0100)]
Mark empty bib(la)tex insets (i.e., with no databases defined) (#12668)

16 months agoFrench docs: remove unicode thin spaces
Scott Kostyshak [Sat, 18 Feb 2023 21:40:50 +0000 (16:40 -0500)]
French docs: remove unicode thin spaces

Consistent with 9b20b33a and cb732ef5.

16 months agofr EmbeddedObjects: fix comp with LuaTeX + babel
Scott Kostyshak [Sat, 18 Feb 2023 21:18:53 +0000 (16:18 -0500)]
fr EmbeddedObjects: fix comp with LuaTeX + babel

This commit removes unicode thin space characters (unicode 2009).

LuaTeX with polyglossia (the default) was compiling before, but this
fixes LuaTeX with babel.

XeTeX compilation (with both polyglossia and babel) still yields
missing glyphs.

Consistent with cb732ef5.