Commit Graph

46975 Commits

Author SHA1 Message Date
Juergen Spitzmueller
7cb1583964 de.po 2024-10-14 18:58:02 +02:00
Jean-Marc Lasgouttes
afc524da3f Add LFUN_WORD_TOGGLECASE (word-togglecase)
The new function word-togglecase is a companion of word-upcase and
word-lowcase: it toggles each character between lowcase and upcase,
which is useful when one FORGOT THE cAPS lOCK KEY.

Add bindings (except for emacs) and a menu entry.
2024-10-14 18:19:09 +02:00
Jean-Marc Lasgouttes
3d2ffc5b53 remove spurious comment 2024-10-14 17:30:32 +02:00
Pavel Sanda
4e0059ad63 eu layouttranslations review from Inaki 2024-10-12 21:49:03 +02:00
Kornel Benko
82a0b09322 Final check for invalid urls
These slipped the previos commits
	-https://www.ctan.org/tex-archive/macros/latex/contrib/covington/
	+https://www.ctan.org/pkg/covington

	-https://git.lyx.org/gitweb/?p=lyx.git;a=tree;f=lib/doc/fr;hb=HEAD
	+https://www.lyx.org/trac/browser/lyxgit/lib/doc/fr?order=name&rev=HEAD

	-https://git.lyx.org/gitweb/?p=lyx.git;a=tree;f=lib/doc;hb=HEAD
	+https://www.lyx.org/trac/browser/lyxgit/lib/doc?order=name&rev=HEAD

The following are only cosmetics
	-https://www.ctan.org/
	+https://www.ctan.org

	-http://mirrors.ctan.org/macros/latex/contrib/fixme/fixme.pdf
	+https://mirrors.ctan.org/macros/latex/contrib/fixme/fixme.pdf
2024-10-12 18:33:01 +02:00
Pavel Sanda
510f17f606 * sv.po - one more iteration, thanks Pavel. 2024-10-11 20:31:18 +02:00
Pavel Sanda
b8317f179e * sv layouttranslations, review for acknowledgement from Pavel 2024-10-10 23:03:43 +02:00
Pavel Sanda
d7effa7fd9 * sv layouttranslations reviewed 2024-10-10 22:48:46 +02:00
Pavel Sanda
41228bb041 * sv.po import major update from branch & remerge 2024-10-10 22:43:33 +02:00
Pavel Sanda
0b1a3103d5 Add Pavel to contributors & GPL statement 2024-10-10 22:41:27 +02:00
Kornel Benko
5598946335 Amend(10) of c0ee28a7
Hopefully the last one
2024-10-10 20:34:50 +02:00
Kornel Benko
5ac4411920 Amend(9) of c0ee28a7 2024-10-10 15:53:10 +02:00
Kornel Benko
271d4397bb Cosmetics in writing and parsing log-file after test
'check_accessible_urls'
2024-10-09 19:17:16 +02:00
Kornel Benko
6e7a795ed1 Amend(8) of c0ee28a7 2024-10-09 17:35:55 +02:00
Kornel Benko
a852ac5889 Amend(7) of c0ee28a7
The gmane entry
	http://permalink.gmane.org/gmane.editors.lyx.devel/161202
is not accessible.
2024-10-08 18:33:08 +02:00
Kornel Benko
9b1ac44613 Amend(6) of c0ee28a7 2024-10-08 16:51:19 +02:00
Kornel Benko
b806700f4f Amend(5) of c0ee28a7 2024-10-08 15:35:38 +02:00
Juergen Spitzmueller
83006fc080 Fix (biblatex) file encoding handling in GuiBibtex (#13109) 2024-10-08 14:04:34 +02:00
Kornel Benko
2c88b75315 Amend(4) of c0ee28a7 2024-10-08 13:36:45 +02:00
Kornel Benko
3a3dfe2044 Amend(3) of c0ee28a7
There are more for sure, selected only url's which were (sometime) making trouble
2024-10-08 11:45:23 +02:00
Kornel Benko
4063951ded Amend 341410a5: Change log-output to better parse urls 2024-10-08 11:38:35 +02:00
Scott Kostyshak
46edbaca77 ctests: invert an xhtml test
From Jürgen:

  ampersands in the bibliography (as in "Hartley & Marks" here)
  need to be transferred to & in DocBook.
2024-10-08 09:44:35 +02:00
Kornel Benko
cb59ce9f9e Amend(3) of c0ee28a7 2024-10-07 22:41:52 +02:00
Kornel Benko
96c294591c Amend(2) of c0ee28a7 2024-10-07 16:51:45 +02:00
Kornel Benko
43221b4d61 Amend(1) of c0ee28a7 2024-10-07 14:14:36 +02:00
Kornel Benko
341410a512 Small modifications
Continued changes for commit 3f48486a
2024-10-07 12:35:10 +02:00
Kornel Benko
c0ee28a7c9 Corrected some used URL's in our lyx files
Thanks Jean-Pierre, Pavel, Scott
2024-10-07 12:22:45 +02:00
Jean-Marc Lasgouttes
65a014821e Remove unused #include 2024-10-06 20:56:02 +02:00
Kornel Benko
3f48486a5c Cmake build tests: check urls optimized
The original test took about ~50 minutes. Making the checks in parallel,
now it takes about 150 seconds.
2024-10-06 18:04:00 +02:00
Juergen Spitzmueller
a16e4b206a Protect \inputencoding in i18npreamble
as it might end up in a moving argument (\lstlistlistingname in book
classes).

See https://marc.info/?l=lyx-devel&m=172812937932740
2024-10-06 16:23:05 +02:00
Juergen Spitzmueller
f048b2eeed Fix group box width in Document > Settings > Float Settings
Also fix typo in widget name
2024-10-06 15:49:24 +02:00
Jean-Marc Lasgouttes
4d89b2903b Fix up 6c20e5db: let PARAGRAPH_GOTO use SCROLL_TOP again
As said, this was an experiment. It did not seem to stick.
2024-10-05 15:30:22 +02:00
Jean-Marc Lasgouttes
02beaa0a7b Remove configure test for std::call_once
It was not needed anymore since 193cda6e.
2024-10-05 15:18:19 +02:00
Jean-Marc Lasgouttes
09684899d6 Clean up after removal of strfwd.h
Remove autoconf tests for whether std::string uses COW, since this is
forbidden by C++11 standard.

Forbid the use of gcc 4.9 (which still uses COW).

Remove code in debug.h that added forward declarations for LLVM's
libc++, since we do not do forward declarations anymore.

Remove configure test for libc++.
2024-10-05 15:15:21 +02:00
Juergen Spitzmueller
1f7e8d3ffe Adhere to semantic background color with default branches
This fixes color mismatched when "use system colors" is checked

See https://marc.info/?l=lyx-users&m=172797086718347
2024-10-05 14:15:19 +02:00
Pavel Sanda
2facf6eecc Merged compilation does not exist anymore. 2024-10-04 20:53:26 +02:00
Pavel Sanda
854b53bff5 Document gcc 5 dependency.
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg223072.html
2024-10-04 20:51:51 +02:00
Pavel Sanda
b8f1f113f3 Remove trivstring.
Needed in times when std:string was not thread-safe,
but should be ok nowadays.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21334
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg223068.html
2024-10-04 20:49:55 +02:00
Pavel Sanda
9ccda98e6e Remove strfwd.h.
Will break cygwin due to trivstring header.

https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg223056.html
2024-10-04 20:49:33 +02:00
Kornel Benko
82005736e4 Update sk.po 2024-10-03 19:40:32 +02:00
Jean-Marc Lasgouttes
69d8435a7f Avoid copying vector needlessly
The getLabel method will not consider more than 10 citation keys.
Instead of removing elements from the keys vector, this commit adapts
the for loop to skip unwanted elements.

This allows to pass the keys vector by const reference.

Spotted by Coverity scan.
2024-10-03 10:18:24 +02:00
jpc
4af7cb045c Url errors 37 & 38 correction 2024-10-01 18:31:54 +02:00
Jean-Marc Lasgouttes
bc624cc780 Do not pass a vector by value to getArgInset
Instead of passing the vector by value so that stuff can be added to
it in the function, add required elements of arguments to a second vector.

While we are at it, simplify the code a bit by using a range-for and
auto keyword.

Spotted by Coverity scan
2024-10-01 13:06:37 +02:00
Jean-Marc Lasgouttes
54b6846941 Pass parameters as const reference
Spotted by Coverity scan.
2024-10-01 11:12:14 +02:00
Pavel Sanda
b39cc9ed89 Not needed anymore. 2024-09-30 20:11:23 +02:00
Pavel Sanda
601abfe929 PDF options: reflect in UI mutually exclusive colorlinks and frames.
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg222961.html
2024-09-30 20:09:35 +02:00
Pavel Sanda
63dbd54e62 UG: typo 2024-09-30 20:02:01 +02:00
Jean-Marc Lasgouttes
1d64dbf543 Modify string list in place instead of copying it
Spotted by Coverity scan.
2024-09-30 11:20:48 +02:00
Koji Yokota
a086804eb4 Fix IM window position for a new window (#13094) 2024-09-30 09:00:56 +09:00
Pavel Sanda
475d8e6433 UG: add comment about underlined links in pdf from ##13105. 2024-09-29 22:23:40 +02:00