Re: Bug report: LyX hangs when copying an inline formula containing \mbox{\,}

2024-07-17 Thread Jürgen Spitzmüller
Am Mittwoch, dem 17.07.2024 um 17:46 +0200 schrieb Léo de Souza: > I would like to report that LyX hangs when copying an inline formula > containing a thin space in an mbox. I think this is https://www.lyx.org/trac/ticket/13069 -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://

Bug report: LyX hangs when copying an inline formula containing \mbox{\,}

2024-07-17 Thread Léo de Souza
Hello, I would like to report that LyX hangs when copying an inline formula containing a thin space in an mbox. Environment: I compiled LyX 2.4.1 on Ubuntu 22.04 with Qt6 enabled. Steps to reproduce: 1. Create a new document: File > New 2. Create an inline formula: Insert > Math > Inline Form

Re: Bug report: "Format cross-references in the work area" is incorrect for included listings

2024-02-12 Thread Richard Kimberly Heck
On 2/12/24 03:23, Léo de Souza wrote: On 10/02/2024 01:56, Richard Kimberly Heck wrote: Should be fixed for RC3, at 91bd457a. Riki I confirm that this is fixed in RC3. Thanks a lot. Thanks! Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-de

Re: Bug report: "Format cross-references in the work area" is incorrect for included listings

2024-02-12 Thread Léo de Souza
On 10/02/2024 01:56, Richard Kimberly Heck wrote: > Should be fixed for RC3, at 91bd457a. > > Riki I confirm that this is fixed in RC3. Thanks a lot. Léo -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Bug report: "Format cross-references in the work area" is incorrect for included listings

2024-02-09 Thread Richard Kimberly Heck
On 2/7/24 11:57, Richard Kimberly Heck wrote: On 2/7/24 04:41, Léo de Souza wrote: Hello, I would like to report that LyX doesn't show the correct reference in the work area for included listings when the option to do so is active. Environment: I compiled LyX 2.4.0~RC2 on Ubuntu 22.04 with

Re: Bug report: "Format cross-references in the work area" is incorrect for included listings

2024-02-07 Thread Richard Kimberly Heck
On 2/7/24 04:41, Léo de Souza wrote: Hello, I would like to report that LyX doesn't show the correct reference in the work area for included listings when the option to do so is active. Environment: I compiled LyX 2.4.0~RC2 on Ubuntu 22.04 with Qt6 enabled. Steps to reproduce: 1. Create a n

Bug report: "Format cross-references in the work area" is incorrect for included listings

2024-02-07 Thread Léo de Souza
Hello, I would like to report that LyX doesn't show the correct reference in the work area for included listings when the option to do so is active. Environment: I compiled LyX 2.4.0~RC2 on Ubuntu 22.04 with Qt6 enabled. Steps to reproduce: 1. Create a new document: File > New 2. Open Documen

Re: Bug report: SIGSEGV when copying cross-reference from "description" layout on LyX 2.4.0 beta 5

2023-09-30 Thread Jürgen Spitzmüller
Am Freitag, dem 15.09.2023 um 16:23 +0200 schrieb Jürgen Spitzmüller: > Am Freitag, dem 15.09.2023 um 15:41 +0200 schrieb Thibaut Cuvelier: > > Your patch looks fine to me. > > > > It looks cumbersome, especially if we need to do that several > > times; > > maybe we could have a method at the inse

Re: [Bug Report] Encoding Problem on Windows 10 while Reconfiguring

2023-09-18 Thread José Matos
On Mon, 2023-09-18 at 13:28 +0200, Pavel Sanda wrote: > Actually maybe the python default in lyx's windows release is now v3 > so we don't need to do anything... My thinking as well. :-) -- José Abílio -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-de

Re: [Bug Report] Encoding Problem on Windows 10 while Reconfiguring

2023-09-18 Thread Pavel Sanda
On Mon, Sep 18, 2023 at 01:25:34PM +0200, Pavel Sanda wrote: > On Mon, Sep 18, 2023 at 12:06:52PM +0100, José Matos wrote: > > On Mon, 2023-09-18 at 10:39 +0200, Pavel Sanda wrote: > > > Jose, does it mean that you propose patching Python source? Can't we > > > fix this ourselves? > > > Pavel > >

Re: [Bug Report] Encoding Problem on Windows 10 while Reconfiguring

2023-09-18 Thread Pavel Sanda
On Mon, Sep 18, 2023 at 12:06:52PM +0100, José Matos wrote: > On Mon, 2023-09-18 at 10:39 +0200, Pavel Sanda wrote: > > Jose, does it mean that you propose patching Python source? Can't we > > fix this ourselves? > > Pavel > > This issue is discussed here. And now I understand why the need for > r

Re: [Bug Report] Encoding Problem on Windows 10 while Reconfiguring

2023-09-18 Thread José Matos
On Mon, 2023-09-18 at 10:39 +0200, Pavel Sanda wrote: > Jose, does it mean that you propose patching Python source? Can't we > fix this ourselves? > Pavel This issue is discussed here. And now I understand why the need for reload: https://stackoverflow.com/questions/3828723/why-should-we-not-use-s

Re: [Bug Report] Encoding Problem on Windows 10 while Reconfiguring

2023-09-18 Thread Pavel Sanda
On Sun, Sep 17, 2023 at 04:55:32PM +0100, José Matos wrote: > On Sun, 2023-09-17 at 11:48 +0800, Dai Longzhi ? wrote: > > How to fix: > > I found a way in Zhihu.com. It add this: > > import sys > > reload(sys) > > sys.setdefaultencoding("utf-8") > > in "C:\Program Files\LyX 2.3\Python\Lib\

Re: [Bug Report] Encoding Problem on Windows 10 while Reconfiguring

2023-09-17 Thread José Matos
On Sun, 2023-09-17 at 11:48 +0800, Dai Longzhi 戴龙至 wrote: > How to fix: > I found a way in Zhihu.com. It add this: > import sys > reload(sys) > sys.setdefaultencoding("utf-8") > in "C:\Program Files\LyX 2.3\Python\Lib\subprocess.py". Then the > Reconfiguring works. > > I am not sure someone will

[Bug Report] Encoding Problem on Windows 10 while Reconfiguring

2023-09-17 Thread Dai Longzhi 戴龙至
Bacis Info & Reproduce:   System: Windows 10 22H2 64-bit System Language is Chinese (Simplified)   Lyx:  Fresh new installed LyX Version 2.3.7 with Texlive full-installed   Path to Install: C:\Program Files\LyX 2.3\   # (Non-Chinese Path) Debug message: 11:09:54.257: (buf

[Bug Report] Encoding Problem on Windows 10 while Reconfiguring

2023-09-16 Thread Dai Longzhi 戴龙至
Bacis Info & Reproduce:   System: Windows 10 22H2 64-bit System Language is Chinese (Simplified)   Lyx:  Fresh new installed LyX Version 2.3.7 with Texlive full-installed   Path to Install: C:\Program Files\LyX 2.3\   # (Non-Chinese Path) Debug message: 11:09:54.257: (buf

Re: Bug report: Nomenclature no longer works on LyX 2.4.0 beta 5

2023-09-15 Thread Jürgen Spitzmüller
Am Mittwoch, dem 13.09.2023 um 14:45 +0200 schrieb Léo de Souza: > I would like to report that the nomenclature function no longer works > for me on LyX 2.4.0 beta 5. Thanks. Confirmed and fixed in master. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/

Re: Bug report: SIGSEGV when copying cross-reference from "description" layout on LyX 2.4.0 beta 5

2023-09-15 Thread Jean-Marc Lasgouttes
Le 15/09/2023 à 16:23, Jürgen Spitzmüller a écrit : (Wasn't this bug caught at some point by a static analyser? It seems to be a too common error in C++ for it to slip through.) Apparently not. Coverity scan only tags this if in some other places of the code there is a test for a null pointe

Re: Bug report: SIGSEGV when copying cross-reference from "description" layout on LyX 2.4.0 beta 5

2023-09-15 Thread Jürgen Spitzmüller
Am Freitag, dem 15.09.2023 um 15:41 +0200 schrieb Thibaut Cuvelier: > Your patch looks fine to me. > > It looks cumbersome, especially if we need to do that several times; > maybe we could have a method at the inset level, say > getLocalFontOrDefault(const OutputParams&), to return either > Output

Re: Bug report: SIGSEGV when copying cross-reference from "description" layout on LyX 2.4.0 beta 5

2023-09-15 Thread Thibaut Cuvelier
On Fri, 15 Sept 2023 at 11:36, Jürgen Spitzmüller wrote: > Am Freitag, dem 15.09.2023 um 10:45 +0200 schrieb Léo de Souza: > > 1. Create new document: File > New > > 2. Insert label: Insert > Label... > > 3. On a new line, switch layout to "Labeling" or "Description" > > 4. Insert cross-reference

Re: Bug-report - LyX crash

2023-09-15 Thread Stephan Witt
Am 15.09.2023 um 15:26 schrieb Jean-Marc Lasgouttes : > > Le 15/09/2023 à 13:18, Stephan Witt a écrit : >>> To me, this looks like this one: >>> https://www.lyx.org/trac/ticket/12818 >>> >>> We have a problem on macOS with the interpretation of the return values of >>> QMessageBox. >>> >>> I se

Re: Bug-report - LyX crash

2023-09-15 Thread Jean-Marc Lasgouttes
Le 15/09/2023 à 13:18, Stephan Witt a écrit : To me, this looks like this one: https://www.lyx.org/trac/ticket/12818 We have a problem on macOS with the interpretation of the return values of QMessageBox. I see the patch there is not backported to 2.3.x. Is this normal? I think it’s not back

Re: Bug-report - LyX crash

2023-09-15 Thread Stephan Witt
Am 15.09.2023 um 11:44 schrieb Jean-Marc Lasgouttes : > > Le 15/09/2023 à 11:40, luxhacker a écrit : >> Hi Pavel, >> Please create an account for me. I am very interested in LyX. >> It's difficult to reproduce or seize a problem without knowing anything >> about it. >> When looking at the stack,

Re: Bug-report - LyX crash

2023-09-15 Thread Pavel Sanda
On Fri, Sep 15, 2023 at 09:40:08AM +, luxhacker wrote: > Please create an account for me. I am very interested in LyX. done. p -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Bug-report - LyX crash

2023-09-15 Thread Jean-Marc Lasgouttes
Le 15/09/2023 à 11:40, luxhacker a écrit : Hi Pavel, Please create an account for me. I am very interested in LyX. It's difficult to reproduce or seize a problem without knowing anything about it. When looking at the stack, I get - perhaps wrongly - the impression it's user-interface related

Re: Bug-report - LyX crash

2023-09-15 Thread luxhacker
On Friday, September 15th, 2023 at 11:18 AM, Pavel Sanda wrote: > On Fri, Sep 15, 2023 at 06:39:22AM +, luxhacker wrote: > > > New to LyX and appreciating it ! found no way to register. Is this ok ? > > therefore mailing bug report > > > It's ok. I can create the acco

Re: Bug report: SIGSEGV when copying cross-reference from "description" layout on LyX 2.4.0 beta 5

2023-09-15 Thread Jürgen Spitzmüller
Am Freitag, dem 15.09.2023 um 10:45 +0200 schrieb Léo de Souza: > 1. Create new document: File > New > 2. Insert label: Insert > Label... > 3. On a new line, switch layout to "Labeling" or "Description" > 4. Insert cross-reference: Insert > Cross-Reference... > 5. Try copying this cross-reference >

Re: Bug-report - LyX crash

2023-09-15 Thread Pavel Sanda
On Fri, Sep 15, 2023 at 06:39:22AM +, luxhacker wrote: > New to LyX and appreciating it ! found no way to register. Is this ok ? > therefore mailing bug report It's ok. I can create the account if you are interested. > What I do before ;) ? > > Immediately when crash

Re: Bug report: SIGSEGV when copying cross-reference from "description" layout on LyX 2.4.0 beta 5

2023-09-15 Thread Anders Ekberg
Can repeat on Mac Ventura 13.5.2. /Anders > On 15 Sep 2023, at 10:45, Léo de Souza wrote: > > Hello, > > I would like to report that LyX crashes with SIGSEGV when copying a cross > reference from a "labeled list" or "description" layout on LyX 2.4.0 beta 5. > > Environment: > > I compiled L

Bug report: SIGSEGV when copying cross-reference from "description" layout on LyX 2.4.0 beta 5

2023-09-15 Thread Léo de Souza
Hello, I would like to report that LyX crashes with SIGSEGV when copying a cross reference from a "labeled list" or "description" layout on LyX 2.4.0 beta 5. Environment: I compiled LyX 2.4.0 beta 5 on Ubuntu 22.04 with Qt6 enabled and my Tex Live install is up to date. Steps to reproduce: 1

Bug-report - LyX crash

2023-09-14 Thread luxhacker
Dear All, New to LyX and appreciating it ! found no way to register. Is this ok ? therefore mailing bug report Please find hereafter a crash of the LyX-system: (  1) 1   lyx                                 0x00010bde4ddd

Bug report: Nomenclature no longer works on LyX 2.4.0 beta 5

2023-09-13 Thread Léo de Souza
Hi, I would like to report that the nomenclature function no longer works for me on LyX 2.4.0 beta 5. Environment: I compiled LyX 2.4.0 beta 5 on Ubuntu 22.04 with Qt6 enabled and my Tex Live install is up to date. Steps to reproduce: 1. Create new document: File > New 2. Insert nomenclature

Re: #12576: [Bug report] "Insert graphics" does not work anymore [LyX 2.4.0dev]

2023-07-18 Thread Pavel Sanda
On Tue, Jul 18, 2023 at 10:04:03PM +0200, Christoph Schmitz wrote: > In the meantime, this problem has been fixed. However, due to a compiler > error, I can currently no longer compile LyX on macOS. Fixed where? We did not commit the fix yet. (But perhaps you don't use Qt 6.3.1 on platform cocoa

Re: #12576: [Bug report] "Insert graphics" does not work anymore [LyX 2.4.0dev]

2023-07-18 Thread Christoph Schmitz
In the meantime, this problem has been fixed. However, due to a compiler error, I can currently no longer compile LyX on macOS. > Am 18.07.2023 um 16:25 schrieb LyX Ticket Tracker : > > #12576: [Bug report] "Insert graphics" does not work an

Re: #12576: [Bug report] "Insert graphics" does not work anymore [LyX 2.4.0dev]

2022-10-28 Thread Christoph Schmitz
Hello skostysh, Sorry, I did not know that. Best wishes, Chris > Am 28.10.2022 um 17:50 schrieb LyX Ticket Tracker : > > #12576: [Bug report] "Insert graphics" does not work anymore [LyX 2.4.0dev] > -+- > Reporter

Re: #12576: [Bug report] "Insert graphics" does not work anymore [LyX 2.4.0dev]

2022-10-27 Thread Christoph Schmitz
Yes, I am. Von meinem iPhone gesendet > Am 27.10.2022 um 21:40 schrieb LyX Ticket Tracker : > > #12576: [Bug report] "Insert graphics" does not work anymore [LyX 2.4.0dev] > -+- > Reporter: docc | Owner: lasgo

Re: [Bug report] "Insert graphics" does not work anymore

2022-10-19 Thread Pavel Sanda
On Mon, Oct 10, 2022 at 05:06:20PM +0200, Christoph Schmitz wrote: > For some time now, "Insert graphics" no longer works in my self-compiled > version of LyX 2.4. The window opens and I can search for a file. When I > click on "Open", the window disappears, but the graphic file is not inserted.

[Bug report] "Insert graphics" does not work anymore

2022-10-10 Thread Christoph Schmitz
For some time now, "Insert graphics" no longer works in my self-compiled version of LyX 2.4. The window opens and I can search for a file. When I click on "Open", the window disappears, but the graphic file is not inserted. It seems to be a problem with the "file picker". If I enter the Unix fil

Re: Bug Report for LYX.

2018-08-08 Thread Scott Kostyshak
On Tue, Aug 07, 2018 at 11:36:56AM -0400, Scott Kostyshak wrote: > On Tue, Aug 07, 2018 at 08:32:39AM +, Valmikanathan S wrote: > > Hi, > > > > > > > > Please update the details on how to install with sequence and packages to > > install for engineering mathematics and mathematical drawing.

Re: Bug Report for LYX.

2018-08-07 Thread Scott Kostyshak
On Tue, Aug 07, 2018 at 08:32:39AM +, Valmikanathan S wrote: > Hi, > > > > Please update the details on how to install with sequence and packages to > install for engineering mathematics and mathematical drawing. > > > > I am attaching the bug Hi Valmikanathan, can you please send a m

Bug Report for LYX.

2018-08-07 Thread Valmikanathan S
Hi, Please update the details on how to install with sequence and packages to install for engineering mathematics and mathematical drawing. I am attaching the bug When I try to export to pdf from LYX after typing the mathematics 12th grade exam papers.

Re: Bug report

2017-02-25 Thread Kornel Benko
; Please read the bug-reporting instructions in 'Help->Introduction' and send > us a bug report, if necessary. Thanks! > Bye. > Error: LyX crashed! > > SIGSEGV signal caught! > Sorry, you have found a bug in LyX, hope you hav

Bug report

2017-02-25 Thread Jakub Bystron
Linux Mint 18.1, compiled from the official sources 2.2.2. /home/jb/newfile1.lyx.emergency lyx: SIGSEGV signal caught! Sorry, you have found a bug in LyX, hope you have not lost any data. Please read the bug-reporting instructions in 'Help->Introduction' and send us a bug report,

Re: Advanced search bug report

2015-07-18 Thread Scott Kostyshak
g. So please keep trying if you think you have found a bug. Also, in *any* bug report, please always give details on your operating system and the version of software that you're using. In this case, what is your OS and what version of LyX do you use? > Also, when I first open LyX and recal

Advanced search bug report

2015-06-21 Thread Moon, Jong-Myun
Hello, First of all, thank you guys for the wonderful program. I guess I found a bug regarding the advanced search. After I tried to search for a math expression several times, when I clicked the advanced search button, it pops up an empty window. Also, when I first open LyX and recall the

Re: #9028: Bug report of replace feature

2014-03-10 Thread Richard Heck
On 03/09/2014 10:44 PM, Tommaso Cucinotta wrote: On 10/03/14 02:27, LyX Ticket Tracker wrote: About update, I have a question: would it reset my preference setting? Cause I spent a lot of time to set LyX, like fonts, output form, etc. The most annoying side effect, if you update, is that th

Re: #9028: Bug report of replace feature

2014-03-09 Thread Tommaso Cucinotta
On 10/03/14 02:27, LyX Ticket Tracker wrote: > About update, I have a question: would it reset my preference setting? > Cause I spent a lot of time to set LyX, like fonts, output form, etc. The most annoying side effect, if you update, is that the new version of LyX saves files with an updated L

Re: Bug report of replace feature

2014-03-08 Thread Scott Kostyshak
\alpha_{k\right\} > _{k=1:K}}\hfill > > Now, I want to replace the code "\hfill" to "a", but when I use the > "find/repace" feature, LyX will stop working suddenly. Hi Yu Fei, Thanks for the report. This is the documentation list. I'm forwarding your bug report to the developer list. Best, Scott

Re: Patch for 2.0.7 on OSX [was Re: bug report]

2014-01-20 Thread Stephan Witt
Am 20.01.2014 um 17:26 schrieb Richard Heck : > On 01/20/2014 09:01 AM, Jean-Marc Lasgouttes wrote: >> 16/01/2014 15:29, Stephan Witt: Affecting more code is not a problem IMO. Does the createView() flash a window on the screen? >>> >>> Yes, but it doesn't flash, it remains open. After

Re: Patch for 2.0.7 on OSX [was Re: bug report]

2014-01-20 Thread Richard Heck
On 01/20/2014 09:01 AM, Jean-Marc Lasgouttes wrote: 16/01/2014 15:29, Stephan Witt: Affecting more code is not a problem IMO. Does the createView() flash a window on the screen? Yes, but it doesn't flash, it remains open. After all, it's a work around. :( The proper solution requires the hand

Re: Patch for 2.0.7 on OSX [was Re: bug report]

2014-01-20 Thread Jean-Marc Lasgouttes
16/01/2014 15:29, Stephan Witt: Affecting more code is not a problem IMO. Does the createView() flash a window on the screen? Yes, but it doesn't flash, it remains open. After all, it's a work around. :( The proper solution requires the handling of e.g. Preferences in GuiApplication. Agreed

Re: Patch for 2.0.7 on OSX [was Re: bug report]

2014-01-16 Thread Stephan Witt
Am 16.01.2014 um 14:37 schrieb Jean-Marc Lasgouttes : > 16/01/2014 13:23, Stephan Witt: >> The dispatch and getstatus calls are made for application first and the for >> the view. >> The platform doesn't matter here. >> It's different for a Mac to have a menu bar without any view. >> But you're r

Re: Patch for 2.0.7 on OSX [was Re: bug report]

2014-01-16 Thread Jean-Marc Lasgouttes
16/01/2014 13:23, Stephan Witt: The dispatch and getstatus calls are made for application first and the for the view. The platform doesn't matter here. It's different for a Mac to have a menu bar without any view. But you're right if you meant to say it works on any platform. I thought that th

Re: Patch for 2.0.7 on OSX [was Re: bug report]

2014-01-16 Thread Stephan Witt
Am 16.01.2014 um 10:49 schrieb Jean-Marc Lasgouttes : > 16/01/2014 07:32, Stephan Witt: >> Attached is a patch to work around a bug with crash on view close on Mac OSX. >> See also https://bugreports.qt-project.org/browse/QTBUG-25399 >> >> Is anyone able to verify or comment it? > > I am unfortu

Re: Patch for 2.0.7 on OSX [was Re: bug report]

2014-01-16 Thread Jean-Marc Lasgouttes
16/01/2014 07:32, Stephan Witt: Attached is a patch to work around a bug with crash on view close on Mac OSX. See also https://bugreports.qt-project.org/browse/QTBUG-25399 Is anyone able to verify or comment it? I am unfortunately no in a position to test it out. My only comment is that the w

Patch for 2.0.7 on OSX [was Re: bug report]

2014-01-15 Thread Stephan Witt
Attached is a patch to work around a bug with crash on view close on Mac OSX. See also https://bugreports.qt-project.org/browse/QTBUG-25399 Is anyone able to verify or comment it? Stephan Am 15.01.2014 um 18:22 schrieb Richard Heck : > On 01/15/2014 10:14 AM, Stephan Witt wrote: >> Am 15.01.201

Re: 2.0.7 on OSX [was Re: bug report]

2014-01-15 Thread Richard Heck
On 01/15/2014 10:14 AM, Stephan Witt wrote: Am 15.01.2014 um 16:04 schrieb Richard Heck : Where do we stand now with 2.0.7 on Mac? I'd appreciate some feedback for by patch. Without this patch LyX (Cocoa-build) crashes while closing the 2nd GuiView instance. LyX 2.0.6 was Cocoa based and I do

Re: 2.0.7 on OSX [was Re: bug report]

2014-01-15 Thread Stephan Witt
Am 15.01.2014 um 16:04 schrieb Richard Heck : > Where do we stand now with 2.0.7 on Mac? I'd appreciate some feedback for by patch. Without this patch LyX (Cocoa-build) crashes while closing the 2nd GuiView instance. LyX 2.0.6 was Cocoa based and I don't want to change that. Stephan > On 01/

2.0.7 on OSX [was Re: bug report]

2014-01-15 Thread Richard Heck
Where do we stand now with 2.0.7 on Mac? Richard On 01/07/2014 03:30 AM, Stephan Witt wrote: Am 06.01.2014 um 16:58 schrieb Richard Heck : On 01/06/2014 02:37 AM, Stephan Witt wrote: Am 05.01.2014 um 22:28 schrieb Jean-Marc Lasgouttes : Le 05/01/2014 21:35, Stephan Witt a écrit : This l

Re: bug report

2014-01-09 Thread Stephan Witt
Am 07.01.2014 um 09:30 schrieb Stephan Witt : > Am 06.01.2014 um 16:58 schrieb Richard Heck : > >> On 01/06/2014 02:37 AM, Stephan Witt wrote: >>> Am 05.01.2014 um 22:28 schrieb Jean-Marc Lasgouttes : >>> Le 05/01/2014 21:35, Stephan Witt a écrit : > This looks interesting - from the Qt

Re: bug report

2014-01-07 Thread Stephan Witt
Am 06.01.2014 um 16:58 schrieb Richard Heck : > On 01/06/2014 02:37 AM, Stephan Witt wrote: >> Am 05.01.2014 um 22:28 schrieb Jean-Marc Lasgouttes : >> >>> Le 05/01/2014 21:35, Stephan Witt a écrit : This looks interesting - from the Qt docs: "If you want all windows in a Mac appl

Re: bug report

2014-01-06 Thread Richard Heck
On 01/06/2014 02:37 AM, Stephan Witt wrote: Am 05.01.2014 um 22:28 schrieb Jean-Marc Lasgouttes : Le 05/01/2014 21:35, Stephan Witt a écrit : This looks interesting - from the Qt docs: "If you want all windows in a Mac application to share one menu bar, you must create a menu bar that does n

Re: bug report

2014-01-05 Thread Stephan Witt
Am 05.01.2014 um 22:28 schrieb Jean-Marc Lasgouttes : > Le 05/01/2014 21:35, Stephan Witt a écrit : >> This looks interesting - from the Qt docs: >> >> "If you want all windows in a Mac application to share one menu bar, you >> must create a menu bar that does not have a parent. >> Create a pare

Re: bug report

2014-01-05 Thread Jean-Marc Lasgouttes
Le 05/01/2014 21:35, Stephan Witt a écrit : This looks interesting - from the Qt docs: "If you want all windows in a Mac application to share one menu bar, you must create a menu bar that does not have a parent. Create a parent-less menu bar this way: QMenuBar *menuBar = new QMenuBar(0); Note

Re: bug report

2014-01-05 Thread Stephan Witt
Am 05.01.2014 um 20:36 schrieb Jean-Marc Lasgouttes : > Le 04/01/2014 22:32, Stephan Witt a écrit : >> But sorry, now I have another unrelated problem, unfortunately. >> It's a really old one: when repeatedly open and close the main window >> LyX crashes in Qt-menu-code. There are references to th

Re: bug report

2014-01-05 Thread Jean-Marc Lasgouttes
Le 04/01/2014 22:32, Stephan Witt a écrit : But sorry, now I have another unrelated problem, unfortunately. It's a really old one: when repeatedly open and close the main window LyX crashes in Qt-menu-code. There are references to this problem here: * http://www.lyx.org/trac/ticket/7959 * https:

Re: bug report

2014-01-05 Thread Richard Heck
On 01/04/2014 04:32 PM, Stephan Witt wrote: Am 04.01.2014 um 17:35 schrieb Richard Heck : On 01/04/2014 07:14 AM, Jürgen Spitzmüller wrote: Stephan Witt wrote: Did you possibly try the patch on Linux? Yes. I cannot see a problem with the patch. Agreed. Go ahead and apply, and send me the co

Re: bug report

2014-01-05 Thread Scott Kostyshak
On Sun, Jan 5, 2014 at 6:42 AM, Stephan Witt wrote: > Am 05.01.2014 um 00:18 schrieb Scott Kostyshak : > >> On Thu, Jan 2, 2014 at 10:49 AM, Stephan Witt wrote: >> >>> There are no messages. LyX 2.0.7 is affected too on my system. >>> It looks like the problem is a run-time effect and QFontMetric

Re: bug report

2014-01-05 Thread Stephan Witt
Am 05.01.2014 um 00:18 schrieb Scott Kostyshak : > On Thu, Jan 2, 2014 at 10:49 AM, Stephan Witt wrote: > >> There are no messages. LyX 2.0.7 is affected too on my system. >> It looks like the problem is a run-time effect and QFontMetrics::maxWidth() >> is the culprit. The attached patch helps.

Re: bug report

2014-01-04 Thread Scott Kostyshak
On Thu, Jan 2, 2014 at 10:49 AM, Stephan Witt wrote: > There are no messages. LyX 2.0.7 is affected too on my system. > It looks like the problem is a run-time effect and QFontMetrics::maxWidth() > is the culprit. The attached patch helps. But I don't know if there is another > solution. Why doe

Re: bug report

2014-01-04 Thread Stephan Witt
Am 04.01.2014 um 17:35 schrieb Richard Heck : > On 01/04/2014 07:14 AM, Jürgen Spitzmüller wrote: >> Stephan Witt wrote: >>> Did you possibly try the patch on Linux? >> Yes. I cannot see a problem with the patch. > > Agreed. Go ahead and apply, and send me the corrected binary when it is > ready

Re: bug report

2014-01-04 Thread Richard Heck
On 01/04/2014 07:14 AM, Jürgen Spitzmüller wrote: Stephan Witt wrote: Did you possibly try the patch on Linux? Yes. I cannot see a problem with the patch. Agreed. Go ahead and apply, and send me the corrected binary when it is ready. I'll rebuild the source packages. rh

Re: bug report

2014-01-04 Thread Jürgen Spitzmüller
Stephan Witt wrote: > Did you possibly try the patch on Linux? Yes. I cannot see a problem with the patch. Regards, Jürgen

Re: bug report

2014-01-04 Thread Stephan Witt
Am 03.01.2014 um 17:14 schrieb Jürgen Spitzmüller : > Richard Heck wrote: >> I guess we'd better hold 2.0.7 until this is fixed > > Stephan's workaround seems to be just fine for that purpose. At least it > looks > innocent enough. I didn't find another solution until now. QFontMetricsF is

Re: bug report

2014-01-03 Thread Jürgen Spitzmüller
Richard Heck wrote: > I guess we'd better hold 2.0.7 until this is fixed Stephan's workaround seems to be just fine for that purpose. At least it looks innocent enough. Regards, Jürgen

Re: bug report

2014-01-03 Thread Richard Heck
I guess we'd better hold 2.0.7 until this is fixed On 01/02/2014 10:49 AM, Stephan Witt wrote: Am 31.12.2013 um 21:49 schrieb Scott Kostyshak : On Tue, Dec 31, 2013 at 12:29 AM, DWL wrote: Hi, Searched the bug tracker wiki. Couldn't find this one. It's major, at least to me. LyX Vers

Re: bug report

2014-01-02 Thread Stephan Witt
Am 31.12.2013 um 21:49 schrieb Scott Kostyshak : > On Tue, Dec 31, 2013 at 12:29 AM, DWL wrote: >> Hi, >> >> Searched the bug tracker wiki. Couldn't find this one. It's major, at least >> to me. >> >> LyX Version: 2.1.0beta2 >> OS: Macintosh 10.6.8 >> Package came from the pre-compiled disc im

Re: bug report

2013-12-31 Thread Stephan Witt
> Am 31.12.2013 um 21:49 schrieb Scott Kostyshak : > >> On Tue, Dec 31, 2013 at 12:29 AM, DWL wrote: >> Hi, >> >> Searched the bug tracker wiki. Couldn't find this one. It's major, at least >> to me. >> >> LyX Version: 2.1.0beta2 >> OS: Macintosh 10.6.8 >> Package came from the pre-compiled

Re: bug report

2013-12-31 Thread Marcus Kriele
I can confirm the observation of Dan: Insert > Special Character > Symbols dialog box is completely devoid of symbols. This is on Mac OS 10.9 with the 2.1.0beta2 Mac binary produced by the LyX team Regards, Marcus > On Tue, Dec 31, 2013 at 12:29 AM, DWL wrote: > > Hi, > > > > Searched the bug tr

Re: bug report

2013-12-31 Thread Scott Kostyshak
On Tue, Dec 31, 2013 at 12:29 AM, DWL wrote: > Hi, > > Searched the bug tracker wiki. Couldn't find this one. It's major, at least > to me. > > LyX Version: 2.1.0beta2 > OS: Macintosh 10.6.8 > Package came from the pre-compiled disc image on LyX website. > > Symptom: Insert > Special Character >

bug report

2013-12-31 Thread DWL
Hi, Searched the bug tracker wiki. Couldn't find this one. It's major, at least to me. LyX Version: 2.1.0beta2 OS: Macintosh 10.6.8 Package came from the pre-compiled disc image on LyX website. Symptom: Insert > Special Character > Symbols dialog box is completely devoid of symbols. Every Cat

Re: [Bug report] Output cannot automatic break lines for strikeout text generated by change tracking when bold style is used.

2013-08-17 Thread Jürgen Spitzmüller
Yuting Zhang wrote: > Hi, > > I encountered a Bug when generating change tracking to PDF file, where > deleted text are marked by strikeout. > For some of the strikeout text, linebreaks cannot be automatically > performed when the text reaches the borders. > It did not happen to the text with norm

[Bug report] Output cannot automatic break lines for strikeout text generated by change tracking when bold style is used.

2013-08-16 Thread Yuting Zhang
Hi, I encountered a Bug when generating change tracking to PDF file, where deleted text are marked by strikeout. For some of the strikeout text, linebreaks cannot be automatically performed when the text reaches the borders. It did not happen to the text with normal style, but to that with bold fa

Re: Bug report: 2.0.5 crashes on exit on mac mountain lion

2012-12-30 Thread Huaming Wu
Boyan Penkov gmail.com> writes: > > Hallo Stephan, > > No, you're right. I ran "purge" just now a few times, and the behavior > stopped. I also cleared the recent history. > > I'd table this for now -- it may well have been a fluke, or my mistake. > > Thanks! > -- > Boyan Penkov Hello Boy

Re: Bug report: 2.0.5 crashes on exit on mac mountain lion

2012-12-28 Thread Boyan Penkov
Hallo Stephan, No, you're right. I ran "purge" just now a few times, and the behavior stopped. I also cleared the recent history. I'd table this for now -- it may well have been a fluke, or my mistake. Thanks! -- Boyan Penkov On Dec 28, 2012, at 5:01 PM, Stephan Witt wrote: > Am 28.12.2

Re: Bug report: 2.0.5 crashes on exit on mac mountain lion

2012-12-28 Thread Stephan Witt
Am 28.12.2012 um 14:45 schrieb Boyan Penkov : > Hello, > > I'm writing to report a bug: LyX 2.0.5 systematically crashes on exit. My OS > is OX Mountain Lion (10.8.2). The core dump is here: > --- > > Process: lyx [77955] > Path:/Applications/LyX.app/Contents/MacOS/lyx > I

Bug report: 2.0.5 crashes on exit on mac mountain lion

2012-12-28 Thread Boyan Penkov
Hello, I'm writing to report a bug: LyX 2.0.5 systematically crashes on exit. My OS is OX Mountain Lion (10.8.2). The core dump is here: --- Process: lyx [77955] Path:/Applications/LyX.app/Contents/MacOS/lyx Identifier: org.lyx.lyx Version: 2.0.5 (???) Code Typ

Re: Bug Report LyX

2011-08-26 Thread Richard Heck
On 08/26/2011 12:28 PM, J. van der Boon wrote: > Dear Developer, > > > I want to report a bug in source: LyX 1.6.5 (2009-12-05), same bug > occured also in older/newer version of LyX. > > When i try 'lyx -e pdf gputils-error.lyx', lyx goes in endless loop > with same messages over and over: >

Re: Bug report: cannot paste copied lyx note or comment

2011-08-16 Thread Richard Heck
On 08/16/2011 05:30 PM, Eric Kra wrote: > Hello Lyx-development team, > > Thanks very much for your great product. Just wonderful! > > Please, I cannot copy and paste lyx notes or comments as I used to be > able to do in version 1.6 > Can't paste them where? Can you be a bit more specific about wha

Bug report: cannot paste copied lyx note or comment

2011-08-16 Thread Eric Kra
Hello Lyx-development team, Thanks very much for your great product. Just wonderful! Please, I cannot copy and paste lyx notes or comments as I used to be able to do in version 1.6 Thanks very much. Best regards, Eric

Re: testing with svn before bug report

2011-07-01 Thread Xu Wang
Before filing a bug report, > > should I test with all of the following? > > -the current stable lyx release > > -BRANCH_2_0_X > > -trunk > > as an interested user work and test against BRANCH_2_0_X. > if you are going to monitor development you can test trunk as well

Re: testing with svn before bug report

2011-07-01 Thread Pavel Sanda
Xu Wang wrote: > With all this talk of building testing binaries, I figure I should learn > which versions I should be testing against. Before filing a bug report, > should I test with all of the following? > -the current stable lyx release > -BRANCH_2_0_X > -trunk as an intere

testing with svn before bug report

2011-07-01 Thread Xu Wang
Hi, With all this talk of building testing binaries, I figure I should learn which versions I should be testing against. Before filing a bug report, should I test with all of the following? -the current stable lyx release -BRANCH_2_0_X -trunk If the bug I found is present in some of them but not

Re: bug report! lyx close after trying to put a floating stuff (table or figure...)

2010-06-28 Thread Murpholino x
I can wait for the stable 2.0 release... uhmm thanks! 2010/6/28 Pavel Sanda : > Jürgen Spitzmüller wrote: >> Upgrading to the latest stable version, LyX 1.6.6.1, might improve the >> situation. Forthcoming LyX 1.6.7 is supposed to cure them completely. > > even more correct would be to fil

Re: bug report! lyx close after trying to put a floating stuff (table or figure...)

2010-06-28 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > Upgrading to the latest stable version, LyX 1.6.6.1, might improve the > situation. Forthcoming LyX 1.6.7 is supposed to cure them completely. even more correct would be to file bug on ubuntu so the packgagers ship newer lyx 1.6.6 when the they use qt 4.6. otherwise th

Re: bug report! lyx close after trying to put a floating stuff (table or figure...)

2010-06-28 Thread Liviu Andronic
On Mon, Jun 28, 2010 at 7:20 AM, Jürgen Spitzmüller wrote: > it might eat your > children etc. > 2.0 is some new breed of a child-eating monster, I assume :) Point taken. Regards Liviu

Re: bug report! lyx close after trying to put a floating stuff (table or figure...)

2010-06-27 Thread Jürgen Spitzmüller
2010/6/28 Liviu Andronic: > This is a known incompatibility between LyX and Qt versions, which can > generate crashes. You can either revert to qt <4.6 or upgrade to LyX > 2.0 alpha. Please do not recommend people upgrading to an alpha version! LyX 2.0 is not considered to be ready for production

Re: bug report! lyx close after trying to put a floating stuff (table or figure...)

2010-06-27 Thread Liviu Andronic
Hello Murpholino This is an English ML, so I will answer in English. On Mon, Jun 28, 2010 at 3:03 AM, Murpholino x wrote: > Uso Ubuntu 10.04 en una laptop sony vaio VGN-NR220FE > El problema con Lyx es [..] > murpholi...@eva00:~$ lyx --version > LyX 1.6.5 (2009-12-05) > [..] > Qt 4 Frontend:

bug report! lyx close after trying to put a floating stuff (table or figure...)

2010-06-27 Thread Murpholino x
rontends/qt4/TocModel.cpp(358): type not found: ../../../../src/frontends/qt4/TocModel.cpp(268): type not found: ../../../../src/frontends/qt4/TocModel.cpp(358): type not found: lyx: SIGSEGV signal caught Sorry, you have found a bug in LyX. Please read the bug-reporting instructions in Help->Introducti

Re: solved problem descried in bug report(ticket:6766) which related utf8-encoding text in lstlisting environment

2010-06-14 Thread Jürgen Spitzmüller
l.f.hwang wrote: > as discussed above, it seems to be the latex package lstlisting handle > utf8-enocoded text well. as I using Xetex now so it possible Xetex has > some effort for it,but I have the time to research it. Unfortunately not. Listings cannot handle multibyte characters yet. Maybe XeT

  1   2   3   4   5   6   7   >