[LyX/master] Use explicit initialization for plain pointer to buffer view.

2021-02-15 Thread Stephan Witt
commit 3841304f80513f55ac1bb68336b713e056a72091 Author: Stephan Witt Date: Mon Feb 15 10:03:39 2021 +0100 Use explicit initialization for plain pointer to buffer view. --- src/frontends/qt/GuiSearch.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/frontends

[LyX/master] #8055 use standard shortcut for font-emph on Mac

2021-02-15 Thread Stephan Witt
commit a9342ae098024e363891653d1bcf7a8d485a271c Author: Stephan Witt Date: Mon Feb 15 09:35:31 2021 +0100 #8055 use standard shortcut for font-emph on Mac --- lib/bind/mac.bind |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/bind/mac.bind b/lib/bind

[LyX/master] Additional check for clipboards find buffer support - otherwise Qt complains with unsupported clipboard mode

2021-02-14 Thread Stephan Witt
commit d65e7a8c87a20b67046ac5cfeaf6961d908b5aeb Author: Stephan Witt Date: Sun Feb 14 22:18:07 2021 +0100 Additional check for clipboards find buffer support - otherwise Qt complains with unsupported clipboard mode --- src/frontends/qt/GuiClipboard.cpp |4 +++- 1 files changed, 3

[LyX/master] #11925 Remove the gap between button frame and button background (by Daniel Ramoeller)

2021-02-14 Thread Stephan Witt
commit 3d616bfc79866a8b7c97f1fd4d566eefb3da6f40 Author: Stephan Witt Date: Sun Feb 14 19:04:33 2021 +0100 #11925 Remove the gap between button frame and button background (by Daniel Ramoeller) --- src/frontends/qt/GuiPainter.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions

[LyX/master] #8055 add support for system-wide find buffer on Mac

2021-02-14 Thread Stephan Witt
commit a476cc483945bdb3126602443ab9a1068bbb8397 Author: Stephan Witt Date: Sun Feb 14 18:56:25 2021 +0100 #8055 add support for system-wide find buffer on Mac Command-E is standard for paste to find buffer on Mac. That's why the key binding is changed appropriately. --- lib

[LyX/master] Proper initialization of private member bv_ of GuiSearchWidget

2021-02-14 Thread Stephan Witt
commit 0bd9a8be3d3f0b53b1488494b286f273381b4b19 Author: Stephan Witt Date: Sun Feb 14 18:48:27 2021 +0100 Proper initialization of private member bv_ of GuiSearchWidget --- src/frontends/qt/GuiSearch.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/frontends

[LyX/master] #8055 correct processing of LFUN_WORD_FIND option flags for repeated search operations

2021-02-12 Thread Stephan Witt
commit 46bb8f22c9ae8a39476ce8f89a9c58d8f3bd6a43 Author: Stephan Witt Date: Fri Feb 12 22:20:02 2021 +0100 #8055 correct processing of LFUN_WORD_FIND option flags for repeated search operations --- src/BufferView.cpp |7 +-- src/lyxfind.cpp| 33

[LyX/master] #11682 amend change 4d4dc96b06 - check Qt version for all Qt::ApplicationState occurances

2021-02-08 Thread Stephan Witt
commit 80e20e86bef2118bc4bd3a0060d29ac797a29670 Author: Stephan Witt Date: Mon Feb 8 09:04:18 2021 +0100 #11682 amend change 4d4dc96b06 - check Qt version for all Qt::ApplicationState occurances --- src/frontends/qt/GuiApplication.cpp |7 ++- 1 files changed, 6 insertions(+), 1

[LyX/master] #11682 open new window on Mac if there is none and LyX is activated via dock

2021-02-07 Thread Stephan Witt
commit 4d4dc96b0698de7368e0e63c7c27e1e5d7913a7f Author: Stephan Witt Date: Sun Feb 7 18:53:11 2021 +0100 #11682 open new window on Mac if there is none and LyX is activated via dock --- src/frontends/qt/GuiApplication.cpp | 38 ++- src/frontends/qt

[LyX/master] #11453 make LyX app icons on Mac retina ready - use the Lydia.svg from Mike

2021-02-07 Thread Stephan Witt
commit 700f03d0c28cbc367ff4210f190d746b8f872e6a Author: Stephan Witt Date: Sun Feb 7 13:05:28 2021 +0100 #11453 make LyX app icons on Mac retina ready - use the Lydia.svg from Mike development/MacOSX/LyXapp.icns | Bin 34323 -> 288640 bytes development/MacOSX/Lydia.svg |

[LyX/master] ePub: quote all path names of the command

2021-02-07 Thread Stephan Witt
commit f55efc6951038949e4b455e19f31a2ef07ef93c5 Author: Stephan Witt Date: Sun Feb 7 12:42:17 2021 +0100 ePub: quote all path names of the command --- lib/scripts/docbook2epub.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/scripts/docbook2epub.py b/lib

[LyX/master] #11453 correct name of SVG to ICNS conversion utility

2021-02-06 Thread Stephan Witt
commit f7f1b6ebae8fd2b7a29bba150480e3e79f6ab13a Author: Stephan Witt Date: Sat Feb 6 12:42:17 2021 +0100 #11453 correct name of SVG to ICNS conversion utility --- development/MacOSX/svg2icns.sh | 134 development/MacOSX/svn2icns.sh | 134

[LyX features/2.0.7] 2.0.7

2021-01-18 Thread Stephan Witt
on from Ignacio. Prepare for 2.0.7. Remerge strings. Typo. Scott Kostyshak (3): status.20x: fix a ticket number Japanese docs: translations from Koji Remerge and update of ja.po (from Koji) Stephan Witt (4): back port trunk version of build script

[LyX/master] drop unintented static declaration from local temporary variable (formerly a global static constant)

2021-01-10 Thread Stephan Witt
commit 2844a4ec062a927c863c518baa6fca9d4d42bf76 Author: Stephan Witt Date: Sun Jan 10 22:02:53 2021 +0100 drop unintented static declaration from local temporary variable (formerly a global static constant) --- src/frontends/qt/GuiPainter.cpp |2 +- 1 files changed, 1 insertions

[LyX/master] Amend 18f7dce3d98 - avoid uninialized local variable atlastpos

2020-12-29 Thread Stephan Witt
commit e29896d93da4bf4cd452fdba7e1a0fca3432616b Author: Stephan Witt Date: Tue Dec 29 11:40:53 2020 +0100 Amend 18f7dce3d98 - avoid uninialized local variable atlastpos --- src/Text.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Text.cpp b/src/Text.cpp

[LyX/master] amend 99b1488f0e591539b5597d36dbadda26844b2078 - on Mac the include is needed

2020-12-11 Thread Stephan Witt
commit 7b41faabaea7fcecee676bb4b12cbae8bb3da558 Author: Stephan Witt Date: Fri Dec 11 18:42:04 2020 +0100 amend 99b1488f0e591539b5597d36dbadda26844b2078 - on Mac the include is needed --- src/frontends/qt/GuiKeySymbol.cpp |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff

[LyX/master] #6401 correct cursor movement for word forward/backward with enabled Mac style (mac_like_cursor_movement)

2020-09-12 Thread Stephan Witt
commit 320b6b66566978fb9c75de086b889f0d34c5cf87 Author: Stephan Witt Date: Sat Sep 12 14:34:56 2020 +0200 #6401 correct cursor movement for word forward/backward with enabled Mac style (mac_like_cursor_movement) The change includes a rewrite of the cursor movement when „mac style

[LyX/master] #11756 Respect system preferences for tabbing on Mac

2020-09-04 Thread Stephan Witt
commit 45e8ea4acc557dd54e062750f47ff569b5b98c43 Author: Stephan Witt Date: Sun Aug 30 22:25:34 2020 +0200 #11756 Respect system preferences for tabbing on Mac --- src/LyXRC.cpp |8 src/support/AppleSupport.h |3 +++ src/support/AppleSupport.m | 15

[LyX/master] Add lilypond wrapper scripts to cmake install

2020-08-30 Thread Stephan Witt
commit 102e9297d72a08d3d064290845525f28a1160e55 Author: Stephan Witt Date: Sun Aug 30 15:39:05 2020 +0200 Add lilypond wrapper scripts to cmake install --- development/cmake/Install.cmake |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/development/cmake

[LyX/master] #11756 cleanup the view menu on Mac

2020-08-30 Thread Stephan Witt
commit 292799a4bd3fead1d631678a94a4eccc89193201 Author: Stephan Witt Date: Sun Aug 30 15:34:44 2020 +0200 #11756 cleanup the view menu on Mac Using US english desktop language LyX's Mac OS adds some items to the view menu: 1. Show/Hide Tab Bar and 2. Enter Full S

[LyX/master] #11756 hide additional menu items in edit menu on Mac

2020-08-30 Thread Stephan Witt
commit 1c5a2fc0eca71488aed2bb7fb3ac34368f4482e5 Author: Stephan Witt Date: Sun Aug 30 11:24:04 2020 +0200 #11756 hide additional menu items in edit menu on Mac Mac OS adds two extra menu entries to the edit menu. These menu items are: 1. Start Dictation... 2. Emoji

[LyX/master] Remove unused leftover from Makefile.

2020-08-30 Thread Stephan Witt
commit 784139da503c3bd5e4988c89ea8bb2d76596a8c4 Author: Stephan Witt Date: Sun Aug 30 09:02:55 2020 +0200 Remove unused leftover from Makefile. --- src/support/Makefile.am |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/support/Makefile.am b/src/support

[LyX/master] autotools build: Install lyx.svg under images for all platforms

2020-08-26 Thread Stephan Witt
commit 8593d0091298bcd87e7729bdb8bba8220d4b92a4 Author: Stephan Witt Date: Wed Aug 26 14:36:47 2020 +0200 autotools build: Install lyx.svg under images for all platforms --- lib/Makefile.am |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/Makefile.am b/lib

[LyX/master] #6401 avoid use of lyxCode()

2020-08-25 Thread Stephan Witt
commit 3c1b4a5d7e39c674b7e938101d1ba9ec35a15147 Author: Stephan Witt Date: Tue Aug 25 07:14:29 2020 +0200 #6401 avoid use of lyxCode() --- src/Paragraph.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index d1c7fe9

[LyX/master] Avoid a type mismatch warning resp. error for signed vs unsigned typed values comparison

2020-08-17 Thread Stephan Witt
commit c88f331a06f73c3e394af4e0a71bb023df2bb94b Author: Stephan Witt Date: Mon Aug 17 12:22:13 2020 +0200 Avoid a type mismatch warning resp. error for signed vs unsigned typed values comparison --- src/mathed/InsetMathGrid.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions

[LyX/master] Improved character count statistics for letter based insets (e.g. the LyX logo).

2020-08-16 Thread Stephan Witt
commit 2dae4ab4f35458f3caa4f85f8c0e64e5fe9065d1 Author: Stephan Witt Date: Sun Aug 16 17:07:04 2020 +0200 Improved character count statistics for letter based insets (e.g. the LyX logo). --- src/Buffer.cpp |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src

[LyX/master] #6401 For correct document traversal special logo chars should be treated like letters

2020-08-16 Thread Stephan Witt
commit 7ec0bdbf2819d9ec3a81b7f7cdb773986b6dff58 Author: Stephan Witt Date: Sun Aug 16 17:05:44 2020 +0200 #6401 For correct document traversal special logo chars should be treated like letters --- src/insets/InsetSpecialChar.cpp |4 +++- 1 files changed, 3 insertions(+), 1 deletions

[LyX/master] #6401 improve doc iterator to allow easy backward navigation

2020-08-16 Thread Stephan Witt
commit ba21c946a1583d0b1f68f34f2ea378887ed502f9 Author: Stephan Witt Date: Sun Aug 16 16:54:03 2020 +0200 #6401 improve doc iterator to allow easy backward navigation --- src/DocIterator.cpp | 12 src/DocIterator.h |4 2 files changed, 16 insertions(+), 0

[LyX/master] #6401 avoid unnecessary inset to string conversions in Paragraph::find while skipping invisible letters

2020-08-14 Thread Stephan Witt
commit 012c0f6bacfa1aeaa4bf58c23e1ad1802c967267 Author: Stephan Witt Date: Fri Aug 14 21:32:24 2020 +0200 #6401 avoid unnecessary inset to string conversions in Paragraph::find while skipping invisible letters --- src/Paragraph.cpp |7 +-- 1 files changed, 5 insertions(+), 2

[LyX/master] #6401 more robust processing on special char code insets when looking for spell checker ranges

2020-08-14 Thread Stephan Witt
commit 5bce66b1a38be7c7e622d57d896e1106ed3b48e0 Author: Stephan Witt Date: Fri Aug 14 21:28:24 2020 +0200 #6401 more robust processing on special char code insets when looking for spell checker ranges --- src/Paragraph.cpp | 13 - 1 files changed, 12 insertions(+), 1

[LyX/master] #10346 Amend change 01b2893f8b switch directory buttons

2020-08-13 Thread Stephan Witt
commit c9bf17901606cccb43d1b73d53059137324994f6 Author: Daniel Ramoeller Date: Thu Aug 13 20:33:02 2020 +0200 #10346 Amend change 01b2893f8b switch directory buttons --- src/frontends/qt/ui/AboutUi.ui | 50 1 files changed, 25 insertions(+), 25 de

[LyX/master] #10346 Amend change 01b2893f8b to make Qt4 compilable - again

2020-08-13 Thread Stephan Witt
commit 63fcb7b8e19432973e10ad4e253fbe9d59d8e3af Author: Stephan Witt Date: Thu Aug 13 10:26:44 2020 +0200 #10346 Amend change 01b2893f8b to make Qt4 compilable - again --- src/frontends/qt/qt_helpers.cpp |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src

[LyX/master] #10346 Amend change 01b2893f8b to make Qt4 compilable

2020-08-12 Thread Stephan Witt
commit 4ddff8fe284ea12a085445da15ea99899664fd86 Author: Stephan Witt Date: Thu Aug 13 08:12:56 2020 +0200 #10346 Amend change 01b2893f8b to make Qt4 compilable --- src/frontends/qt/GuiAbout.cpp |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/frontends/qt

[LyX/master] #9376 prepare use of Length in lyxrc - amend commit 0fa4b7e736 - catch wrong include of Length.h

2020-08-07 Thread Stephan Witt
commit a436171b2cb783440e3dd4d675c89ef30851462d Author: Stephan Witt Date: Fri Aug 7 22:53:19 2020 +0200 #9376 prepare use of Length in lyxrc - amend commit 0fa4b7e736 - catch wrong include of Length.h --- src/tests/check_Length.cpp |6 +++--- 1 files changed, 3 insertions(+), 3

[LyX/master] Amend commit 3af8ff39fc - make it work with Qt 4.x - don't activate it there

2020-08-07 Thread Stephan Witt
commit d0ca7a383d569c03196bbab4b4c5fe32cd72fea2 Author: Stephan Witt Date: Fri Aug 7 12:27:27 2020 +0200 Amend commit 3af8ff39fc - make it work with Qt 4.x - don't activate it there --- src/frontends/qt/GuiView.cpp |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff

[LyX/master] Force a uniform style for group boxes, on Mac non-flat works better, on Linux flat is standard

2020-08-07 Thread Stephan Witt
commit 3af8ff39fc07831539cc594531d1400f789328ff Author: Stephan Witt Date: Fri Aug 7 10:54:12 2020 +0200 Force a uniform style for group boxes, on Mac non-flat works better, on Linux flat is standard --- src/frontends/qt/GuiView.cpp | 17 + src/frontends/qt/GuiView.h

[LyX/master] #9376 prepare use of Length in lyxrc - move the class Length to support

2020-08-07 Thread Stephan Witt
commit 0fa4b7e736a6cc9c22620dcebbab457c219f79c8 Author: Stephan Witt Date: Mon Aug 3 14:15:09 2020 +0200 #9376 prepare use of Length in lyxrc - move the class Length to support src/BufferParams.cpp |2 +- src/BufferView.cpp |2 +- src/Length.cpp

[LyX/master] #10571 improved handling of WM's signal when switching from or to full-screen window

2020-08-04 Thread Stephan Witt
commit 6dcd4ca4f168df0cd49295fdfff3d75f1f70ba95 Author: Stephan Witt Date: Tue Aug 4 15:23:53 2020 +0200 #10571 improved handling of WM's signal when switching from or to full-screen window --- src/frontends/qt/GuiToolbar.cpp | 16 src/frontends/qt/GuiToolbar.h|

[LyX/master] Amend last changes 7d66e37eb2 and 06fa1ef332 to rename the MYTHESLIB cmake lookup again

2020-08-04 Thread Stephan Witt
commit 7923ac5804e7ab66fc85ab7f105758ad182978fa Author: Stephan Witt Date: Tue Aug 4 12:12:07 2020 +0200 Amend last changes 7d66e37eb2 and 06fa1ef332 to rename the MYTHESLIB cmake lookup again --- CMakeLists.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a

[LyX/master] Amend last change 7d66e37eb2 to rename the MYTHESLIB cmake lookup

2020-08-04 Thread Stephan Witt
commit 06fa1ef3322996e6718ddc7b16646d1e0e6f7982 Author: Stephan Witt Date: Tue Aug 4 12:00:14 2020 +0200 Amend last change 7d66e37eb2 to rename the MYTHESLIB cmake lookup --- CMakeLists.txt |2 +- development/Makefile.am |2 +- 2 files changed, 2 insertions(+), 2

[LyX/master] Adjust the name of the cmake module lookup script for MYTHESLIB to match the casing of the variable name

2020-08-04 Thread Stephan Witt
commit 7d66e37eb20d312b91a398e860a2bc27fd996289 Author: Stephan Witt Date: Tue Aug 4 11:48:49 2020 +0200 Adjust the name of the cmake module lookup script for MYTHESLIB to match the casing of the variable name --- development/cmake/modules/FindMYTHESLIB.cmake | 28

[LyX/master] Add support for lilypond with LyX on Mac

2020-08-03 Thread Stephan Witt
commit 5e6dccfb132866d4a2afbaba536c5d32d90ceaf7 Author: Stephan Witt Date: Mon Aug 3 17:44:01 2020 +0200 Add support for lilypond with LyX on Mac --- development/LyX-Mac-binary-release.sh |2 ++ development/MacOSX/Makefile.am|2 +- development/MacOSX/lilypond

[LyX/master] #10571 configure defaults for full-screen switch per LFUN to be like the MacOS window manager switch to full-screen

2020-07-28 Thread Stephan Witt
commit e2103c23077b33700195542bf2536eb3d0fc2242 Author: Stephan Witt Date: Tue Jul 28 22:16:13 2020 +0200 #10571 configure defaults for full-screen switch per LFUN to be like the MacOS window manager switch to full-screen --- development/MacOSX/lyxrc.dist.in |6 ++ 1 files

[LyX/2.3.x] Enhanced version string extraction for 3rd party libraries.

2020-06-07 Thread Stephan Witt
commit 3b65a4056ecab54c5cd50e6164d1758ffb49bd44 Author: Stephan Witt Date: Thu Feb 6 22:15:08 2020 +0100 Enhanced version string extraction for 3rd party libraries. (cherry picked from commit 6b48c45c5447f4851311e6012ba60effc5edb43a) --- development/LyX-Mac-binary-release.sh

[LyX/2.3.x] More flexible definition of Qt libraries to include as frameworks for macOS

2020-06-07 Thread Stephan Witt
commit d2c179a0b0a4629e2ab66d058e3a58339e339d0f Author: Stephan Witt Date: Thu Feb 6 22:17:35 2020 +0100 More flexible definition of Qt libraries to include as frameworks for macOS (cherry picked from commit 6e54c86a860a81ae75991f21703281d661c48bc5) --- development/LyX-Mac-binary

[LyX/2.3.x] Care for Qt library source directory rename for 5.12.x

2020-06-07 Thread Stephan Witt
commit d75fdd6e4711f3c6c5d80cd80171e4ced41ca294 Author: Stephan Witt Date: Thu Feb 6 22:16:13 2020 +0100 Care for Qt library source directory rename for 5.12.x (cherry picked from commit a3e14fe6cdad91fc3b9dfd77319a92e8d994de06) --- development/LyX-Mac-binary-release.sh |2

[LyX/2.3.x] use path to developer tools for SetFile utility as fallback

2020-06-07 Thread Stephan Witt
commit ee5b6cc0b5b646fd4bc3a5c58cf606f729fc7a05 Author: Stephan Witt Date: Sun Mar 29 18:56:53 2020 +0200 use path to developer tools for SetFile utility as fallback (cherry picked from commit 38ba0ea240375ad945c177ed2433875ad7ea2e30) --- development/LyX-Mac-binary-release.sh

[LyX/2.3.x] Allow externally provided list of components to skip for Qt framework builds on macOS

2020-06-07 Thread Stephan Witt
commit 1467d12290de68be1afe4e8edb4f786ae48ac674 Author: Stephan Witt Date: Thu Feb 6 22:19:15 2020 +0100 Allow externally provided list of components to skip for Qt framework builds on macOS (cherry picked from commit 2817439ddd343ace9c9ba4d4b7898f8c38753ebc) --- development/LyX

[LyX/2.3.x] Add template for MacOS private frameworks to distribution

2020-06-01 Thread Stephan Witt
commit 27825f7cbe8b06596e7d967462c0a4fe78055a21 Author: Stephan Witt Date: Mon Jun 1 21:48:18 2020 +0200 Add template for MacOS private frameworks to distribution (cherry picked from commit faeb8d745e97916b4440d13d4d490e56f712e17a) --- development/Makefile.am |1 + 1 files

[LyX/master] Add template for MacOS private frameworks to distribution

2020-06-01 Thread Stephan Witt
commit faeb8d745e97916b4440d13d4d490e56f712e17a Author: Stephan Witt Date: Mon Jun 1 21:48:18 2020 +0200 Add template for MacOS private frameworks to distribution --- development/Makefile.am |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/development/Makefile.am b

[LyX/2.3.x] Cleanup code signing of the LyX application bundle

2020-05-21 Thread Stephan Witt
commit 07e3f92b621464af884216366a9c8f4abbf81519 Author: Stephan Witt Date: Fri Feb 21 09:45:09 2020 +0100 Cleanup code signing of the LyX application bundle (cherry picked from commit a47412b9de8feebc16f3878aceb591e57f6a5c33) --- development/LyX-Mac-binary-release.sh |9

[LyX/2.3.x] Cleanup internal structure of embedded Qt frameworks

2020-05-21 Thread Stephan Witt
commit 10f6836b56c8ff03e05163046a2dde73a281d254 Author: Stephan Witt Date: Fri Feb 21 09:44:07 2020 +0100 Cleanup internal structure of embedded Qt frameworks (cherry picked from commit 6b9b07e6dc4fae09c5ab6f0d6193e2a02cc22073) --- development/LyX-Mac-binary-release.sh |4

[LyX/2.3.x] Improved standard conformance of private frameworks naming scheme

2020-05-21 Thread Stephan Witt
commit 794eab134d85cc1a3a0797314a29216dac0c74c9 Author: Stephan Witt Date: Fri Feb 21 09:43:10 2020 +0100 Improved standard conformance of private frameworks naming scheme (cherry picked from commit 5ccb7da134cc8a8e2d3837f4d85e23f95d7aae6b) --- development/LyX-Mac-binary

[LyX/2.3.x] Make the directories in LyX application bundle read only.

2020-05-21 Thread Stephan Witt
commit 56004e6d3a1e813f38c0adfd1244ac7615e61015 Author: Stephan Witt Date: Fri Feb 21 18:04:28 2020 +0100 Make the directories in LyX application bundle read only. Python produces files with cached on-the-fly compiled code on disk inside the bundle. This should be avoided in

[LyX/2.3.x] Add command line option for code sign identity to help message

2020-05-21 Thread Stephan Witt
commit 6cd1088251d825e4737ad1d3d4cfafdf55232a33 Author: Stephan Witt Date: Thu May 21 13:30:22 2020 +0200 Add command line option for code sign identity to help message (cherry picked from commit 544e5859d33efe647ce5ca7275073f421bce6e43) --- development/LyX-Mac-binary-release.sh

[LyX/2.3.x] Add packaging option to code sign the LyX application

2020-05-21 Thread Stephan Witt
commit 957192d7f39d7370425e6482c60f293cb0112e44 Author: Stephan Witt Date: Thu Feb 20 10:47:23 2020 +0100 Add packaging option to code sign the LyX application (cherry picked from commit d2257bb0ffde6706f3ef0a469fa839d0d0ac4985) --- development/LyX-Mac-binary-release.sh | 33

[LyX/2.3.x] Add status entry for Mac code sign option

2020-05-21 Thread Stephan Witt
commit 3d7bc25db332628d32ae658f2804dd47a9885935 Author: Stephan Witt Date: Thu May 21 14:18:12 2020 +0200 Add status entry for Mac code sign option --- status.23x |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/status.23x b/status.23x index 3213e63..16e80cb 100644

[LyX/2.3.x] Create private frameworks on Mac with standard conforming internal structure

2020-05-21 Thread Stephan Witt
commit 29d2e997b8877c3f58d24e5f550ad0044d2690bb Author: Stephan Witt Date: Thu Feb 20 10:46:22 2020 +0100 Create private frameworks on Mac with standard conforming internal structure (cherry picked from commit dc5221852cf2f1f5c2bbe1c5718687c7deb93b40) --- development/LyX-Mac

[LyX/master] Add command line option for code sign identity to help message

2020-05-21 Thread Stephan Witt
commit 544e5859d33efe647ce5ca7275073f421bce6e43 Author: Stephan Witt Date: Thu May 21 13:30:22 2020 +0200 Add command line option for code sign identity to help message --- development/LyX-Mac-binary-release.sh |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a

[LyX/2.3.x] #11742 use Inkscape 0.92.x converter from Resources of application bundle if detected - corrected shell syntax

2020-05-19 Thread Stephan Witt
commit 498e4dcd040aa333dd18076fe8da415e6b9a98b0 Author: Stephan Witt Date: Tue May 19 08:54:57 2020 +0200 #11742 use Inkscape 0.92.x converter from Resources of application bundle if detected - corrected shell syntax (cherry picked from commit

[LyX/2.3.x] #11742 use Inkscape 0.92.x converter from Resources of application bundle if detected

2020-05-19 Thread Stephan Witt
commit 95f18d1c04daf65f4d9d695fe6177603015e9ce2 Author: Stephan Witt Date: Tue May 19 08:49:20 2020 +0200 #11742 use Inkscape 0.92.x converter from Resources of application bundle if detected (cherry picked from commit 813cd1765c2f3cdab105ad57b1bf36a6cfd88c18) --- development

[LyX/master] #11742 use Inkscape 0.92.x converter from Resources of application bundle if detected - corrected shell syntax

2020-05-18 Thread Stephan Witt
commit dfb33eb5690e65abc773a1a8c6bc17386f6be212 Author: Stephan Witt Date: Tue May 19 08:54:57 2020 +0200 #11742 use Inkscape 0.92.x converter from Resources of application bundle if detected - corrected shell syntax --- development/MacOSX/inkscape |2 +- 1 files changed, 1

[LyX/master] #11742 use Inkscape 0.92.x converter from Resources of application bundle if detected

2020-05-18 Thread Stephan Witt
commit 813cd1765c2f3cdab105ad57b1bf36a6cfd88c18 Author: Stephan Witt Date: Tue May 19 08:49:20 2020 +0200 #11742 use Inkscape 0.92.x converter from Resources of application bundle if detected --- development/MacOSX/inkscape |3 ++- 1 files changed, 2 insertions(+), 1 deletions

[LyX/master] #11742 correct pre 1.0 inkscape wrapper script path

2020-05-17 Thread Stephan Witt
commit aec981bf4161832083171ec34d34b8a32e27ace5 Author: Stephan Witt Date: Sun May 17 15:24:15 2020 +0200 #11742 correct pre 1.0 inkscape wrapper script path --- development/MacOSX/inkscape |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/development/MacOSX

[LyX/master] #11742 adapt inkscape start utility to Inkscape 1.0

2020-05-17 Thread Stephan Witt
commit 4552d1c75ffd47b3a6a1ef39dfd255c07320a1a7 Author: Stephan Witt Date: Sun May 17 15:15:59 2020 +0200 #11742 adapt inkscape start utility to Inkscape 1.0 --- development/MacOSX/inkscape | 21 +++-- 1 files changed, 15 insertions(+), 6 deletions(-) diff --git a

[LyX/master] additional check for default pipe locations used by active LyX instance

2020-04-19 Thread Stephan Witt
commit 4e9ecec3f6940419f0dd596eb985ee1a74c7ab5f Author: Stephan Witt Date: Sun Apr 19 13:12:26 2020 +0200 additional check for default pipe locations used by active LyX instance --- development/MacOSX/lyxeditor |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a

[LyX/master] use path to developer tools for SetFile utility as fallback

2020-03-29 Thread Stephan Witt
commit 38ba0ea240375ad945c177ed2433875ad7ea2e30 Author: Stephan Witt Date: Sun Mar 29 18:56:53 2020 +0200 use path to developer tools for SetFile utility as fallback --- development/LyX-Mac-binary-release.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a

[LyX/master] #11747 follow-up of change d94b708a0fec6ade04fc9d09bd86afd73e72fac7 to fix a compiler warning

2020-03-08 Thread Stephan Witt
commit 0885098bd3c07ca71024c4fe1bc7d6a1879918f6 Author: Stephan Witt Date: Sun Mar 8 13:33:02 2020 +0100 #11747 follow-up of change d94b708a0fec6ade04fc9d09bd86afd73e72fac7 to fix a compiler warning --- src/mathed/InsetMathRef.cpp |2 +- src/mathed/InsetMathRef.h |2 +- 2 files

[LyX/master] #11767 improved default binding on Mac for window-close

2020-03-08 Thread Stephan Witt
commit 46596455db6977268ceffc5dbe77884509c8e233 Author: Stephan Witt Date: Sun Mar 8 13:30:45 2020 +0100 #11767 improved default binding on Mac for window-close --- lib/bind/mac.bind |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/bind/mac.bind b/lib

[LyX/master] Avoid UTF8 "no-break space" and use the space inset instead.

2020-02-22 Thread Stephan Witt
commit a891a1ba207bcc0c00f31b752ad15e225528c43d Author: Stephan Witt Date: Sat Feb 22 15:21:26 2020 +0100 Avoid UTF8 "no-break space" and use the space inset instead. --- lib/doc/UserGuide.lyx | 23 ++- 1 files changed, 22 insertions(+), 1 deletions(-) di

[LyX/master] Provide predefined key binding for LFUN "forward-search" on Mac

2020-02-22 Thread Stephan Witt
commit 90079857fe59b284cd495e827368ea5d96f346a3 Author: Stephan Witt Date: Sat Feb 22 12:24:41 2020 +0100 Provide predefined key binding for LFUN "forward-search" on Mac --- lib/bind/mac.bind |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/bind/mac.

[LyX/master] Use real path names for buffer lookup by name of temporary external files.

2020-02-22 Thread Stephan Witt
commit f2f861f017bd598c9e5b72f64e10587cbe1e3405 Author: Stephan Witt Date: Sat Feb 22 12:11:42 2020 +0100 Use real path names for buffer lookup by name of temporary external files. In case of path names for external files containing symbolic links the real path and the

[LyX/master] Make the directories in LyX application bundle read only.

2020-02-21 Thread Stephan Witt
commit ca7defab45a685bbc0303c32b94afb5ec98d4118 Author: Stephan Witt Date: Fri Feb 21 18:04:28 2020 +0100 Make the directories in LyX application bundle read only. Python produces files with cached on-the-fly compiled code on disk inside the bundle. This should be avoided in

[LyX/master] Cleanup code signing of the LyX application bundle

2020-02-21 Thread Stephan Witt
commit a47412b9de8feebc16f3878aceb591e57f6a5c33 Author: Stephan Witt Date: Fri Feb 21 09:45:09 2020 +0100 Cleanup code signing of the LyX application bundle --- development/LyX-Mac-binary-release.sh |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a

[LyX/master] Cleanup internal structure of embedded Qt frameworks

2020-02-21 Thread Stephan Witt
commit 6b9b07e6dc4fae09c5ab6f0d6193e2a02cc22073 Author: Stephan Witt Date: Fri Feb 21 09:44:07 2020 +0100 Cleanup internal structure of embedded Qt frameworks --- development/LyX-Mac-binary-release.sh |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/development

[LyX/master] Improved standard conformance of private frameworks naming scheme

2020-02-21 Thread Stephan Witt
commit 5ccb7da134cc8a8e2d3837f4d85e23f95d7aae6b Author: Stephan Witt Date: Fri Feb 21 09:43:10 2020 +0100 Improved standard conformance of private frameworks naming scheme --- development/LyX-Mac-binary-release.sh | 13 ++--- 1 files changed, 6 insertions(+), 7 deletions

[LyX/master] Avoid potential leak of memory pointed to by QTreeWidgetItem subcatItem

2020-02-20 Thread Stephan Witt
commit aec491f686546bd1db24b58a0ab7ca916f871830 Author: Stephan Witt Date: Fri Feb 21 07:57:09 2020 +0100 Avoid potential leak of memory pointed to by QTreeWidgetItem subcatItem --- src/frontends/qt/GuiLyXFiles.cpp |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff

[LyX/master] Add packaging option to code sign the LyX application

2020-02-20 Thread Stephan Witt
commit d2257bb0ffde6706f3ef0a469fa839d0d0ac4985 Author: Stephan Witt Date: Thu Feb 20 10:47:23 2020 +0100 Add packaging option to code sign the LyX application --- development/LyX-Mac-binary-release.sh | 33 + 1 files changed, 33 insertions(+), 0

[LyX/master] Create private frameworks on Mac with standard conforming internal structure

2020-02-20 Thread Stephan Witt
commit dc5221852cf2f1f5c2bbe1c5718687c7deb93b40 Author: Stephan Witt Date: Thu Feb 20 10:46:22 2020 +0100 Create private frameworks on Mac with standard conforming internal structure --- development/LyX-Mac-binary-release.sh | 47 +++-- development/LyX-Mac

[LyX/master] Avoid potential leak of memory pointed to by QTreeWidgetItem catItem

2020-02-20 Thread Stephan Witt
commit 2bf77561966c87c0a410a743b2307d955e2135e9 Author: Stephan Witt Date: Thu Feb 20 08:12:08 2020 +0100 Avoid potential leak of memory pointed to by QTreeWidgetItem catItem --- src/frontends/qt/GuiLyXFiles.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a

[LyX/master] Add missing check for nullptr on check of language encoding of next paragraph.

2020-02-18 Thread Stephan Witt
commit fc790bc1f54c0c0175c3a5bd192211990f08fbb0 Author: Stephan Witt Date: Tue Feb 18 09:03:20 2020 +0100 Add missing check for nullptr on check of language encoding of next paragraph. --- src/output_latex.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src

[LyX/master] Add missing initialization for local variable.

2020-02-18 Thread Stephan Witt
commit f904fb2d61796b12668e5942a8939be794fc0d59 Author: Stephan Witt Date: Tue Feb 18 08:59:20 2020 +0100 Add missing initialization for local variable. The autoargs variable is random for empty macro argument lists otherwise. --- src/Text3.cpp |2 +- 1 files changed, 1

[LyX/master] Remove useless assignments to a local variables never read later.

2020-02-17 Thread Stephan Witt
commit fe02f151f9dd30c1295bc0169b28eab6435810ab Author: Stephan Witt Date: Tue Feb 18 08:55:45 2020 +0100 Remove useless assignments to a local variables never read later. --- src/Text3.cpp |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/Text3.cpp b/src/Text3

[LyX/master] Remove useless assignment to a local variables never read later.

2020-02-17 Thread Stephan Witt
commit 225de7830e1f02256b5f3fa2c629a362b8b828b8 Author: Stephan Witt Date: Tue Feb 18 08:55:00 2020 +0100 Remove useless assignment to a local variables never read later. --- src/lyxfind.cpp |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/lyxfind.cpp b/src

[LyX/master] Avoid crashes in case of missing document buffer for buffer based conversions.

2020-02-17 Thread Stephan Witt
commit febbc3537a7f86413253b77c2bd306b4bb6fe695 Author: Stephan Witt Date: Tue Feb 18 08:43:22 2020 +0100 Avoid crashes in case of missing document buffer for buffer based conversions. --- src/Converter.cpp | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a

[LyX/master] Remove unnecessary assertion after explicit buffer pointer check.

2020-02-17 Thread Stephan Witt
commit f12c4dbcd9499575255c812130640d33d5dbc0c1 Author: Stephan Witt Date: Mon Feb 17 14:35:03 2020 +0100 Remove unnecessary assertion after explicit buffer pointer check. --- src/frontends/qt/GuiView.cpp |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src

[LyX/master] Avoid potential crashes with missing document buffer in dispatch of buffer based LFUNs.

2020-02-17 Thread Stephan Witt
commit a1d68511ac6277093fe6b52f8c06f875eda52245 Author: Stephan Witt Date: Mon Feb 17 13:36:37 2020 +0100 Avoid potential crashes with missing document buffer in dispatch of buffer based LFUNs. Use LASSERT with appropriate action instead of LATTEST assertions. Debug build is

[LyX/master] Code cleanup: avoid repeating temp_dir method calls while local variable has a result already.

2020-02-17 Thread Stephan Witt
commit 0f1f00db273fb851104300884379b52d472cdf7a Author: Stephan Witt Date: Mon Feb 17 13:25:35 2020 +0100 Code cleanup: avoid repeating temp_dir method calls while local variable has a result already. --- src/LyX.cpp |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff

[LyX/master] Avoid uninitialized position variables in case of current inset not doing the assignment

2020-02-14 Thread Stephan Witt
commit 6dab8739eba3075965c416064c1f43ced10ee3e5 Author: Stephan Witt Date: Fri Feb 14 12:11:10 2020 +0100 Avoid uninitialized position variables in case of current inset not doing the assignment --- src/frontends/qt/GuiCompleter.cpp |4 ++-- 1 files changed, 2 insertions(+), 2

[LyX/master] Use the application id of lyx to address the running LyX instance

2020-02-14 Thread Stephan Witt
commit ab877352e74455278da372d97672a7705ca2fd29 Author: Stephan Witt Date: Fri Feb 14 12:06:08 2020 +0100 Use the application id of lyx to address the running LyX instance --- development/MacOSX/lyxeditor |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a

[LyX/master] Put the LyX window frontmost automatically on Mac on successful reverse search

2020-02-13 Thread Stephan Witt
commit 983da7d6dea0af6658debac3cf338c4c6a3c810e Author: Stephan Witt Date: Thu Feb 13 16:38:37 2020 +0100 Put the LyX window frontmost automatically on Mac on successful reverse search --- development/MacOSX/lyxeditor |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[LyX/master] Avoid potential leak of memory pointed to by QStandardItem catItem

2020-02-13 Thread Stephan Witt
commit aca95619b8a6d010ce4a52dac25d614e2ed467e5 Author: Stephan Witt Date: Thu Feb 13 15:24:12 2020 +0100 Avoid potential leak of memory pointed to by QStandardItem catItem --- src/frontends/qt/GuiDocument.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src

[LyX/master] Make cell index of tabular local for column loop.

2020-02-12 Thread Stephan Witt
commit e900b61d46f02b2af9afcc697168e47e846b982d Author: Stephan Witt Date: Wed Feb 12 12:32:31 2020 +0100 Make cell index of tabular local for column loop. --- src/insets/InsetTabular.cpp |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/insets

[LyX/master] Remove another unnecessary assignment

2020-02-12 Thread Stephan Witt
commit 3ee1bcad041f29256df7132292de2592e8fc7ab6 Author: Stephan Witt Date: Wed Feb 12 12:28:18 2020 +0100 Remove another unnecessary assignment --- src/mathed/MathParser.cpp |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mathed/MathParser.cpp b/src/mathed

[LyX/2.3.x] Fix a crash with uninitialized buffer member of MathData

2020-02-08 Thread Stephan Witt
commit 058283515a5601e99494c0496f45b616b0fff436 Author: Stephan Witt Date: Sat Feb 8 16:33:51 2020 +0100 Fix a crash with uninitialized buffer member of MathData See the details here: https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg210294.html --- src/mathed

[LyX/master] Fix a crash with uninitialized buffer member of MathData

2020-02-07 Thread Stephan Witt
commit 59fa0b25928b43c8d32d19a6193dc3bd07716947 Author: Stephan Witt Date: Fri Feb 7 10:17:33 2020 +0100 Fix a crash with uninitialized buffer member of MathData See the details here: https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg210294.html --- src/mathed

[LyX/master] More flexible definition of Qt libraries to include as frameworks for macOS

2020-02-06 Thread Stephan Witt
commit 6e54c86a860a81ae75991f21703281d661c48bc5 Author: Stephan Witt Date: Thu Feb 6 22:17:35 2020 +0100 More flexible definition of Qt libraries to include as frameworks for macOS --- development/LyX-Mac-binary-release.sh | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions

[LyX/master] Allow externally provided list of components to skip for Qt framework builds on macOS

2020-02-06 Thread Stephan Witt
commit 2817439ddd343ace9c9ba4d4b7898f8c38753ebc Author: Stephan Witt Date: Thu Feb 6 22:19:15 2020 +0100 Allow externally provided list of components to skip for Qt framework builds on macOS --- development/LyX-Mac-binary-release.sh |8 1 files changed, 4 insertions(+), 4

[LyX/master] Enhanced version string extraction for 3rd party libraries.

2020-02-06 Thread Stephan Witt
commit 6b48c45c5447f4851311e6012ba60effc5edb43a Author: Stephan Witt Date: Thu Feb 6 22:15:08 2020 +0100 Enhanced version string extraction for 3rd party libraries. --- development/LyX-Mac-binary-release.sh |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a

[LyX/master] Care for Qt library source directory rename for 5.12.x

2020-02-06 Thread Stephan Witt
commit a3e14fe6cdad91fc3b9dfd77319a92e8d994de06 Author: Stephan Witt Date: Thu Feb 6 22:16:13 2020 +0100 Care for Qt library source directory rename for 5.12.x --- development/LyX-Mac-binary-release.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/development

<    1   2   3   4   5   >