Re: Font spacing issue again

2011-01-17 Thread Bernhard Roider
just an idea: the method QTextCharFormat::setFontKerning can enable/disable kerning. Could that help? bernhard

Re: Font spacing issue again

2011-01-17 Thread Bernhard Roider
just an idea: the method QTextCharFormat::setFontKerning can enable/disable kerning. Could that help? bernhard

Re: Question about hexToInt()

2010-12-22 Thread Bernhard Roider
But if you want to avoid the warning you can use an unsigned for scanf and do a type cast to int

Re: Question about hexToInt()

2010-12-22 Thread Bernhard Roider
But if you want to avoid the warning you can use an unsigned for scanf and do a type cast to int

Re: Question about hexToInt()

2010-12-21 Thread Bernhard Roider
Just a guess: Does unsignd int work with scanf?

Re: Question about hexToInt()

2010-12-21 Thread Bernhard Roider
Just a guess: Does unsignd int work with scanf?

Re: std::distance and RandomAccessList

2010-12-18 Thread Bernhard Roider
2010/12/18 Abdelrazak Younes you...@lyx.org On 18/12/2010 19:33, Jean-Marc Lasgouttes wrote: Le 18 déc. 2010 à 19:08, Abdelrazak Younes a écrit : On 18/12/2010 18:57, Jean-Marc Lasgouttes wrote: Le 18 déc. 2010 à 17:41, Abdelrazak Younes a écrit : What part of that could possibly go to

Re: std::distance and RandomAccessList

2010-12-18 Thread Bernhard Roider
2010/12/18 Abdelrazak Younes > On 18/12/2010 19:33, Jean-Marc Lasgouttes wrote: > >> Le 18 déc. 2010 à 19:08, Abdelrazak Younes a écrit : >> >> On 18/12/2010 18:57, Jean-Marc Lasgouttes wrote: >>> Le 18 déc. 2010 à 17:41, Abdelrazak Younes a écrit : > What part of

Re: Howto create a counter in LyX? Do we need an InsetCounter? Or an InsetTask?

2009-06-29 Thread Bernhard Roider
Pavel Sanda schrieb: Bernhard Roider wrote: Hello Abdel, About a year ago i made a latex style + lyx layout file that do exactly what you want to create a change log table. I extracted the relevant parts and attached them together with a screen shot of lyx and the resulting pdf file

Re: Howto create a counter in LyX? Do we need an InsetCounter? Or an InsetTask?

2009-06-29 Thread Bernhard Roider
Pavel Sanda schrieb: Bernhard Roider wrote: Hello Abdel, About a year ago i made a latex style + lyx layout file that do exactly what you want to create a change log table. I extracted the relevant parts and attached them together with a screen shot of lyx and the resulting pdf file

Re: Howto create a counter in LyX? Do we need an InsetCounter? Or an InsetTask?

2009-06-29 Thread Bernhard Roider
Pavel Sanda schrieb: Bernhard Roider wrote: Hello Abdel, About a year ago i made a latex style + lyx layout file that do exactly what you want to create a change log table. I extracted the relevant parts and attached them together with a screen shot of lyx and the resulting pdf file

Re: Howto create a counter in LyX? Do we need an InsetCounter? Or an InsetTask?

2009-06-29 Thread Bernhard Roider
Pavel Sanda schrieb: Bernhard Roider wrote: Hello Abdel, About a year ago i made a latex style + lyx layout file that do exactly what you want to create a change log table. I extracted the relevant parts and attached them together with a screen shot of lyx and the resulting pdf file

Re: r29342 - lyx-devel/trunk/src

2009-04-21 Thread Bernhard Roider
Jean-Marc Lasgouttes schrieb: Yes, but what if I keep a reference to the temporary variable that gets returned? Does my reference point to neverland? Yes it does. Or more precisely it points to somewhere on the stack because local variables in functions are allocated on the stack. When the

Re: r29342 - lyx-devel/trunk/src

2009-04-21 Thread Bernhard Roider
Jean-Marc Lasgouttes schrieb: Yes, but what if I keep a reference to the temporary variable that gets returned? Does my reference point to neverland? Yes it does. Or more precisely it points to somewhere on the stack because local variables in functions are allocated on the stack. When the

Re: r29342 - lyx-devel/trunk/src

2009-04-20 Thread Bernhard Roider
Abdelrazak Younes schrieb: Jean-Marc Lasgouttes a écrit : Le 20 avr. 09 à 00:25, Jean-Marc Lasgouttes a écrit : Le 19 avr. 09 à 23:13, Abdelrazak Younes a écrit : +docstring const fls = flattenLabelString(it-first, false, callers); docstring const ? Indeed, thanks. Now that I

Re: r29342 - lyx-devel/trunk/src

2009-04-20 Thread Bernhard Roider
Bernhard Roider schrieb: Abdelrazak Younes schrieb: Jean-Marc Lasgouttes a écrit : Le 20 avr. 09 à 00:25, Jean-Marc Lasgouttes a écrit : Le 19 avr. 09 à 23:13, Abdelrazak Younes a écrit : +docstring const fls = flattenLabelString(it-first, false, callers); docstring const

Re: r29342 - lyx-devel/trunk/src

2009-04-20 Thread Bernhard Roider
Abdelrazak Younes schrieb: Jean-Marc Lasgouttes a écrit : Le 20 avr. 09 à 00:25, Jean-Marc Lasgouttes a écrit : Le 19 avr. 09 à 23:13, Abdelrazak Younes a écrit : +docstring const fls = flattenLabelString(it->first, false, callers); docstring const & ? Indeed, thanks. Now that I

Re: r29342 - lyx-devel/trunk/src

2009-04-20 Thread Bernhard Roider
Bernhard Roider schrieb: Abdelrazak Younes schrieb: Jean-Marc Lasgouttes a écrit : Le 20 avr. 09 à 00:25, Jean-Marc Lasgouttes a écrit : Le 19 avr. 09 à 23:13, Abdelrazak Younes a écrit : +docstring const fls = flattenLabelString(it->first, false, callers); docstring co

Re: New bugs 5820 and 5821, Recursive Repaint

2009-02-28 Thread Bernhard Roider
Hi all, it seems to me that this is a qt bug, the same as http://bugs.kde.org/show_bug.cgi?id=174065 bernhard Vincent van Ravesteijn schrieb: Hi All, I would like you to point to these two critical bugs: http://bugzilla.lyx.org/show_bug.cgi?id=5820

Re: New bugs 5820 and 5821, Recursive Repaint

2009-02-28 Thread Bernhard Roider
Hi all, it seems to me that this is a qt bug, the same as http://bugs.kde.org/show_bug.cgi?id=174065 bernhard Vincent van Ravesteijn schrieb: Hi All, I would like you to point to these two critical bugs: http://bugzilla.lyx.org/show_bug.cgi?id=5820

Re: [Cvslog] r25118 - in /lyx-devel/trunk/src: frontends/qt4/GuiComple...

2008-06-04 Thread Bernhard Roider
[EMAIL PROTECTED] schrieb: Author: dov Date: Wed Jun 4 21:45:26 2008 New Revision: 25118 URL: http://www.lyx.org/trac/changeset/25118 Log: fix completion painting for RTL (inline completion and completion list) see http://permalink.gmane.org/gmane.editors.lyx.devel/107923 for an explanation,

Re: [Cvslog] r25118 - in /lyx-devel/trunk/src: frontends/qt4/GuiComple...

2008-06-04 Thread Bernhard Roider
[EMAIL PROTECTED] schrieb: Author: dov Date: Wed Jun 4 21:45:26 2008 New Revision: 25118 URL: http://www.lyx.org/trac/changeset/25118 Log: fix completion painting for RTL (inline completion and completion list) see http://permalink.gmane.org/gmane.editors.lyx.devel/107923 for an explanation,

Re: [Cvslog] r25108 - in /lyx-devel/trunk/src/frontends/qt4: GuiComple...

2008-06-03 Thread Bernhard Roider
[EMAIL PROTECTED] schrieb: Author: broider Date: Wed Jun 4 00:00:47 2008 New Revision: 25108 URL: http://www.lyx.org/trac/changeset/25108 Log: Fix item delegate for qt 4.2: In the completion-listbox rtl-Text does not work like it does for newer qt and icons are not displayed for math symbols.

Re: [Cvslog] r25108 - in /lyx-devel/trunk/src/frontends/qt4: GuiComple...

2008-06-03 Thread Bernhard Roider
[EMAIL PROTECTED] schrieb: Author: broider Date: Wed Jun 4 00:00:47 2008 New Revision: 25108 URL: http://www.lyx.org/trac/changeset/25108 Log: Fix item delegate for qt 4.2: In the completion-listbox rtl-Text does not work like it does for newer qt and icons are not displayed for math symbols.

Re: [PATCH] GuiCompeter problems with qt 4.2.x

2008-06-01 Thread Bernhard Roider
Dov Feldstern schrieb: Bernhard Roider wrote: Hello Stefan, today i finally found some time to investigate the problem we discussed at the beginning of march concerning the completion list: rtl text does not work and icons are not displayed for math symbols. Here is a patch that solves

Re: [PATCH] GuiCompeter problems with qt 4.2.x

2008-06-01 Thread Bernhard Roider
Dov Feldstern schrieb: Bernhard Roider wrote: Hello Stefan, today i finally found some time to investigate the problem we discussed at the beginning of march concerning the completion list: rtl text does not work and icons are not displayed for math symbols. Here is a patch that solves

Re: [PATCH] GuiCompeter problems with qt 4.2.x

2008-05-29 Thread Bernhard Roider
21:08 schrieb Bernhard Roider: Hello all, as Stefan seems to be not available since a few weeks: could somebody test this patch with newer qt versions (4.3, 4.4)? I have no capacities to upgrade my version atm. thanks Bernhard Bernhard Roider schrieb: Hello Stefan, today i finally found

Re: [PATCH] GuiCompeter problems with qt 4.2.x

2008-05-29 Thread Bernhard Roider
21:08 schrieb Bernhard Roider: Hello all, as Stefan seems to be not available since a few weeks: could somebody test this patch with newer qt versions (4.3, 4.4)? I have no capacities to upgrade my version atm. thanks Bernhard Bernhard Roider schrieb: Hello Stefan, today i finally found

Re: [PATCH] GuiCompeter problems with qt 4.2.x

2008-05-28 Thread Bernhard Roider
Hello all, as Stefan seems to be not available since a few weeks: could somebody test this patch with newer qt versions (4.3, 4.4)? I have no capacities to upgrade my version atm. thanks Bernhard Bernhard Roider schrieb: Hello Stefan, today i finally found some time to investigate

Re: [PATCH] GuiCompeter problems with qt 4.2.x

2008-05-28 Thread Bernhard Roider
Hello all, as Stefan seems to be not available since a few weeks: could somebody test this patch with newer qt versions (4.3, 4.4)? I have no capacities to upgrade my version atm. thanks Bernhard Bernhard Roider schrieb: Hello Stefan, today i finally found some time to investigate

[PATCH] GuiCompeter problems with qt 4.2.x

2008-05-16 Thread Bernhard Roider
Hello Stefan, today i finally found some time to investigate the problem we discussed at the beginning of march concerning the completion list: rtl text does not work and icons are not displayed for math symbols. Here is a patch that solves that issue for me using qt 4.2.3. There are two

[PATCH] GuiCompeter problems with qt 4.2.x

2008-05-16 Thread Bernhard Roider
Hello Stefan, today i finally found some time to investigate the problem we discussed at the beginning of march concerning the completion list: rtl text does not work and icons are not displayed for math symbols. Here is a patch that solves that issue for me using qt 4.2.3. There are two

Reconfigure menu entry

2008-05-08 Thread Bernhard Roider
Hello, sometimes when i want to open the lyx preferences i accidentally press reconfigure because those menu items are close to each other. Now i wonder why reconfigure is in the menu at all, because most people won't need it very often. Wouldn't it be better to put it as button somewhere in

Reconfigure menu entry

2008-05-08 Thread Bernhard Roider
Hello, sometimes when i want to open the lyx preferences i accidentally press reconfigure because those menu items are close to each other. Now i wonder why reconfigure is in the menu at all, because most people won't need it very often. Wouldn't it be better to put it as button somewhere in

Re: [Cvslog] r24562 - /lyx-devel/trunk/src/insets/InsetBibtex.cpp

2008-04-30 Thread Bernhard Roider
Hello Richard, i think this patch changed the error detection a bit, see below bernhard [EMAIL PROTECTED] schrieb: - if (!readTypeOrKey(entryType, ifs, from_ascii({(), - docstring(), makeLowerCase) || !ifs) + if (!ifs) { +

Re: [Cvslog] r24562 - /lyx-devel/trunk/src/insets/InsetBibtex.cpp

2008-04-30 Thread Bernhard Roider
Hello Richard, i think this patch changed the error detection a bit, see below bernhard [EMAIL PROTECTED] schrieb: - if (!readTypeOrKey(entryType, ifs, from_ascii("{("), - docstring(), makeLowerCase) || !ifs) + if (!ifs) { +

Re: InsetText Crash

2008-03-08 Thread Bernhard Roider
Andre Poenitz schrieb: On Fri, Mar 07, 2008 at 07:16:50PM -0500, rgheck wrote: I've fixed the crash reported by Bernhard at r23549. But I'm still puzzled about something. The crash is probably a consequence of my attempt to work on Paragraph.cpp, but I'm not sure exactly what's happened. The

Re: InsetText Crash

2008-03-08 Thread Bernhard Roider
Andre Poenitz schrieb: On Sat, Mar 08, 2008 at 01:36:04PM +0100, Abdelrazak Younes wrote: [] There was no crash here, I had the exception message box displayed and the buffer closed. How do you get a backtrace in this situation? I am on windows also, and it is hard this way. If the

Re: InsetText Crash

2008-03-08 Thread Bernhard Roider
Andre Poenitz schrieb: On Fri, Mar 07, 2008 at 07:16:50PM -0500, rgheck wrote: I've fixed the crash reported by Bernhard at r23549. But I'm still puzzled about something. The crash is probably a consequence of my attempt to work on Paragraph.cpp, but I'm not sure exactly what's happened. The

Re: InsetText Crash

2008-03-08 Thread Bernhard Roider
Andre Poenitz schrieb: On Sat, Mar 08, 2008 at 01:36:04PM +0100, Abdelrazak Younes wrote: [] There was no crash here, I had the exception message box displayed and the buffer closed. How do you get a backtrace in this situation? I am on windows also, and it is hard this way. If the

Re: cangeset 23520 - crash

2008-03-07 Thread Bernhard Roider
Uwe Stöhr schrieb: Hello Bernhard, could you please also add a description of bm.sty to the LaTeXConfig.lyx I tried to open this document with current trunk and got a crash. The attached patch avoids the crash but someone familiar with InsetText.cpp should have a look at it. bernhard

Re: cangeset 23520 - crash

2008-03-07 Thread Bernhard Roider
Uwe Stöhr schrieb: Hello Bernhard, could you please also add a description of bm.sty to the LaTeXConfig.lyx I tried to open this document with current trunk and got a crash. The attached patch avoids the crash but someone familiar with InsetText.cpp should have a look at it. bernhard

Re: cangeset 23520 - crash

2008-03-07 Thread Bernhard Roider
Uwe Stöhr schrieb: Hello Bernhard, could you please also add a description of bm.sty to the LaTeXConfig.lyx I tried to open this document with current trunk and got a crash. The attached patch avoids the crash but someone familiar with InsetText.cpp should have a look at it. bernhard

Re: cangeset 23520 - crash

2008-03-07 Thread Bernhard Roider
Uwe Stöhr schrieb: Hello Bernhard, could you please also add a description of bm.sty to the LaTeXConfig.lyx I tried to open this document with current trunk and got a crash. The attached patch avoids the crash but someone familiar with InsetText.cpp should have a look at it. bernhard

Re: [patch] Support for \bm (bm.sty) in math

2008-03-05 Thread Bernhard Roider
Uwe Stöhr schrieb: following the suggestion from Martin in an earlier mail i have a patch that adds support for \bm from bm.sty package to lyx. Could you please open an enhancement report in bugzilla, to assure that your patch won't be forgotten. I'd rather put it in. bernhard

Re: crash in GuiCompleter

2008-03-05 Thread Bernhard Roider
Stefan Schimanski schrieb: Am 03.03.2008 um 22:56 schrieb Bernhard Roider: Stefan Schimanski schrieb: Stefan I tried to test the rtl completion but failed to do so - but i have really _no_ experience with rtl. When exactly should the items in the list show up rtl? It should work

Re: [patch] Support for \bm (bm.sty) in math

2008-03-05 Thread Bernhard Roider
Uwe Stöhr schrieb: > following the suggestion from Martin in an earlier mail i have a patch that adds support for \bm > from bm.sty package to lyx. Could you please open an enhancement report in bugzilla, to assure that your patch won't be forgotten. I'd rather put it in. bernhard

Re: crash in GuiCompleter

2008-03-05 Thread Bernhard Roider
Stefan Schimanski schrieb: Am 03.03.2008 um 22:56 schrieb Bernhard Roider: Stefan Schimanski schrieb: Stefan I tried to test the rtl completion but failed to do so - but i have really _no_ experience with rtl. When exactly should the items in the list show up rtl? It should work

Re: crash in GuiCompleter

2008-03-03 Thread Bernhard Roider
Stefan Schimanski schrieb: Right, very strange. And it seems that the d-columnDelegates.value(column, 0) can be 0 in fact. But after setting it to a non-zero value, there is no way to go back. We can of course put some flag in our delegate and use the standard delegate methods if the flag is

Re: crash in GuiCompleter

2008-03-03 Thread Bernhard Roider
Stefan Schimanski schrieb: Stefan I tried to test the rtl completion but failed to do so - but i have really _no_ experience with rtl. When exactly should the items in the list show up rtl? It should work the same as in LTR text, only that it is mirrored. I.e. the item in the popup are

Re: crash in GuiCompleter

2008-03-03 Thread Bernhard Roider
Stefan Schimanski schrieb: Right, very strange. And it seems that the d->columnDelegates.value(column, 0) can be 0 in fact. But after setting it to a non-zero value, there is no way to go back. We can of course put some flag in our delegate and use the standard delegate methods if the flag

Re: crash in GuiCompleter

2008-03-03 Thread Bernhard Roider
Stefan Schimanski schrieb: Stefan I tried to test the rtl completion but failed to do so - but i have really _no_ experience with rtl. When exactly should the items in the list show up rtl? It should work the same as in LTR text, only that it is mirrored. I.e. the item in the popup are

crash in GuiCompleter

2008-03-02 Thread Bernhard Roider
hello, when i compile current trunk i get a crash when typing the first character in a document due to line 440 in GuiCompleter.cpp: popup()-setItemDelegateForColumn(0, rtl ? rtlItemDelegate_ : 0); when i replace this call with if (rtl) {

Re: crash in GuiCompleter

2008-03-02 Thread Bernhard Roider
Stefan Schimanski schrieb: Hi! the crash has gone. this seems to be related with my qt version: 4.2.3. in this version a 0-pointer is not allowed for the item delegate (there is an assert on this in the implementation of setItemDelegateForColumn). Right, very strange. And it seems that the

[patch] Support for \bm (bm.sty)

2008-03-02 Thread Bernhard Roider
(revision 0) @@ -0,0 +1,86 @@ +/** + * \file InsetMathBM.cpp + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author Bernhard Roider + * + * Full author contact details are available in file CREDITS. + */ + +#include config.h

crash in GuiCompleter

2008-03-02 Thread Bernhard Roider
hello, when i compile current trunk i get a crash when typing the first character in a document due to line 440 in GuiCompleter.cpp: popup()->setItemDelegateForColumn(0, rtl ? rtlItemDelegate_ : 0); when i replace this call with if (rtl) {

Re: crash in GuiCompleter

2008-03-02 Thread Bernhard Roider
Stefan Schimanski schrieb: Hi! the crash has gone. this seems to be related with my qt version: 4.2.3. in this version a 0-pointer is not allowed for the item delegate (there is an assert on this in the implementation of setItemDelegateForColumn). Right, very strange. And it seems that the

[patch] Support for \bm (bm.sty)

2008-03-02 Thread Bernhard Roider
--- src/mathed/InsetMathBM.cpp (revision 0) +++ src/mathed/InsetMathBM.cpp (revision 0) @@ -0,0 +1,86 @@ +/** + * \file InsetMathBM.cpp + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author Bernhard Roider + * + * Full au

Re: [Cvslog] r23332 - /lyx-devel/trunk/src/insets/InsetBibtex.cpp

2008-02-28 Thread Bernhard Roider
trunk does not compile: [EMAIL PROTECTED] schrieb: - if (!contains(buffer().params().documentClass().name(), art)) { + if (!contains(buffer().params().baseClass()-name(), art)) { InsetBibtex.cpp ..\..\..\trunk\src\insets\InsetBibtex.cpp(313) : error C2027: use

Re: [Cvslog] r23332 - /lyx-devel/trunk/src/insets/InsetBibtex.cpp

2008-02-28 Thread Bernhard Roider
trunk does not compile: [EMAIL PROTECTED] schrieb: - if (!contains(buffer().params().documentClass().name(), "art")) { + if (!contains(buffer().params().baseClass()->name(), "art")) { InsetBibtex.cpp ..\..\..\trunk\src\insets\InsetBibtex.cpp(313) : error C2027:

Re: possible recursion in labelstring for counters

2008-02-23 Thread Bernhard Roider
etc instead of the owner/new/delete logic? Andre' you are right, allocation on the stack is really better here... bernhard That was the wrong patch... here's the correct one bernhard Index: src/Counters.cpp === ---

Re: possible recursion in labelstring for counters

2008-02-23 Thread Bernhard Roider
etc instead of the owner/new/delete logic? Andre' you are right, allocation on the stack is really better here... bernhard That was the wrong patch... here's the correct one bernhard Index: src/Counters.cpp === ---

possible recursion in labelstring for counters

2008-02-22 Thread Bernhard Roider
hello, yesterday i played around with layout files and created the following counter definition (ok, i didn't read the docs carefully enough) Counter Name MajorVersion LabelString \theMajorVersion.0 End Using this counter causes lyx to crash because

Re: possible recursion in labelstring for counters

2008-02-22 Thread Bernhard Roider
Andre Poenitz schrieb: On Sat, Feb 23, 2008 at 12:06:18AM +0100, Bernhard Roider wrote: hello, yesterday i played around with layout files and created the following counter definition (ok, i didn't read the docs carefully enough) Counter Name MajorVersion

possible recursion in labelstring for counters

2008-02-22 Thread Bernhard Roider
hello, yesterday i played around with layout files and created the following counter definition (ok, i didn't read the docs carefully enough) Counter Name MajorVersion LabelString "\theMajorVersion.0" End Using this counter causes lyx to crash because

Re: possible recursion in labelstring for counters

2008-02-22 Thread Bernhard Roider
Andre Poenitz schrieb: On Sat, Feb 23, 2008 at 12:06:18AM +0100, Bernhard Roider wrote: hello, yesterday i played around with layout files and created the following counter definition (ok, i didn't read the docs carefully enough) Counter Name MajorVersion

Re: Aussie is *slow*

2008-02-06 Thread Bernhard Roider
[EMAIL PROTECTED] schrieb: On Tue, 5 Feb 2008, Abdelrazak Younes wrote: rgheck wrote: As Andre suggested, another option would be to require forwarding, and then people can sort out their own spam. Yes, I think that's the simplest and most useful solution. Is this just a matter of

Re: Aussie is *slow*

2008-02-06 Thread Bernhard Roider
[EMAIL PROTECTED] schrieb: On Tue, 5 Feb 2008, Abdelrazak Younes wrote: rgheck wrote: As Andre suggested, another option would be to require forwarding, and then people can sort out their own spam. Yes, I think that's the simplest and most useful solution. Is this just a matter of

Re: Aussie is *slow*

2008-02-05 Thread Bernhard Roider
Pavel Sanda schrieb: On Mon, 4 Feb 2008, rgheck wrote: looking at the RES memory usage, the main consumers are these. what if we start by running less childerns of spamd? 59m 2:32.53 spamd 57m 0:52.08 spamd 37m 1:48.72 spamd Do we even need 'spamd'?

Re: Aussie is *slow*

2008-02-05 Thread Bernhard Roider
Pavel Sanda schrieb: On Mon, 4 Feb 2008, rgheck wrote: looking at the RES memory usage, the main consumers are these. what if we start by running less childerns of spamd? 59m 2:32.53 spamd 57m 0:52.08 spamd 37m 1:48.72 spamd Do we even need 'spamd'?

Re: [Cvslog] r22675 - /lyx-devel/trunk/src/BufferView.cpp

2008-01-27 Thread Bernhard Roider
Abdelrazak Younes schrieb: rgheck wrote: Stefan Schimanski wrote: Am 26.01.2008 um 21:22 schrieb Bernhard Roider: [EMAIL PROTECTED] schrieb: Author: sts Date: Sat Jan 26 01:47:22 2008 New Revision: 22675 URL: http://www.lyx.org/trac/changeset/22675 Log: * fix random jumps when scrolling

Re: [Cvslog] r22675 - /lyx-devel/trunk/src/BufferView.cpp

2008-01-27 Thread Bernhard Roider
Abdelrazak Younes schrieb: rgheck wrote: Stefan Schimanski wrote: Am 26.01.2008 um 21:22 schrieb Bernhard Roider: [EMAIL PROTECTED] schrieb: Author: sts Date: Sat Jan 26 01:47:22 2008 New Revision: 22675 URL: http://www.lyx.org/trac/changeset/22675 Log: * fix random jumps when scrolling

Re: [Cvslog] r22675 - /lyx-devel/trunk/src/BufferView.cpp

2008-01-26 Thread Bernhard Roider
[EMAIL PROTECTED] schrieb: Author: sts Date: Sat Jan 26 01:47:22 2008 New Revision: 22675 URL: http://www.lyx.org/trac/changeset/22675 Log: * fix random jumps when scrolling very fast using a touchpad or mouse wheel. Does this one apply to trunk also? bernhard

Re: [Cvslog] r22675 - /lyx-devel/trunk/src/BufferView.cpp

2008-01-26 Thread Bernhard Roider
[EMAIL PROTECTED] schrieb: Author: sts Date: Sat Jan 26 01:47:22 2008 New Revision: 22675 URL: http://www.lyx.org/trac/changeset/22675 Log: * fix random jumps when scrolling very fast using a touchpad or mouse wheel. Does this one apply to trunk also? bernhard

support for bm.sty?

2008-01-24 Thread Bernhard Roider
Hello, how difficult would it be to add support for the bm package (i.e. bold greek in math) and display it correct when editing formulas? bernhard

support for bm.sty?

2008-01-24 Thread Bernhard Roider
Hello, how difficult would it be to add support for the bm package (i.e. bold greek in math) and display it correct when editing formulas? bernhard

Re: r22565 - /lyx-devel/trunk/src/LyXAction.cpp

2008-01-15 Thread Bernhard Roider
Abdelrazak Younes schrieb: [EMAIL PROTECTED] wrote: Author: rgheck Date: Mon Jan 14 23:22:07 2008 New Revision: 22565 { LFUN_CAPTION_INSERT, caption-insert, Noop, Edit }, { LFUN_DATE_INSERT, date-insert, Noop, Edit }, { LFUN_FOOTNOTE_INSERT, footnote-insert, Noop,

Re: r22565 - /lyx-devel/trunk/src/LyXAction.cpp

2008-01-15 Thread Bernhard Roider
Abdelrazak Younes schrieb: [EMAIL PROTECTED] wrote: Author: rgheck Date: Mon Jan 14 23:22:07 2008 New Revision: 22565 { LFUN_CAPTION_INSERT, "caption-insert", Noop, Edit }, { LFUN_DATE_INSERT, "date-insert", Noop, Edit }, { LFUN_FOOTNOTE_INSERT, "footnote-insert",

Re: [Cvslog] r22556 - /lyx-devel/trunk/src/LyXAction.cpp

2008-01-14 Thread Bernhard Roider
it's basically an alias for an lfun, but it has two big advantages (mainly if the lfun is complicated, see e.g. http://wiki.lyx.org/Tips/CommandSequences): 1. the complicated part has to be written only once and can then be used in menu, toolbar or bind file (- easier to change) 2. the name of

Re: [Cvslog] r22556 - /lyx-devel/trunk/src/LyXAction.cpp

2008-01-14 Thread Bernhard Roider
it's basically an alias for an lfun, but it has two big advantages (mainly if the lfun is complicated, see e.g. http://wiki.lyx.org/Tips/CommandSequences): 1. the complicated part has to be written only once and can then be used in menu, toolbar or bind file (-> easier to change) 2. the name of

Re: LyX 1.5 Patch Candidate List #13

2007-12-14 Thread Bernhard Roider
http://www.lyx.org/trac/changeset/22133 - broider- Correct func_type for LFUN_MATH_INSERT not relevant bernhard

Re: LyX 1.5 Patch Candidate List #13

2007-12-14 Thread Bernhard Roider
http://www.lyx.org/trac/changeset/22133 - broider- Correct func_type for LFUN_MATH_INSERT not relevant bernhard

LFUN_MATH_INSERT func_type

2007-12-12 Thread Bernhard Roider
Hello, shouldn't LFUN_MATH_INSERT have func_type Math instead of Edit? see LyXAction.cpp around line 221: { LFUN_MATH_DELIM, math-delim, Noop, Math }, { LFUN_MATH_BIGDELIM, math-bigdelim, Noop, Math }, { LFUN_MATH_DISPLAY, math-display, Noop,

LFUN_MATH_INSERT func_type

2007-12-12 Thread Bernhard Roider
Hello, shouldn't LFUN_MATH_INSERT have func_type Math instead of Edit? see LyXAction.cpp around line 221: { LFUN_MATH_DELIM, "math-delim", Noop, Math }, { LFUN_MATH_BIGDELIM, "math-bigdelim", Noop, Math }, { LFUN_MATH_DISPLAY, "math-display",

Re: Patch Candidate List #10

2007-11-14 Thread Bernhard Roider
http://www.lyx.org/trac/changeset/21542 - add missing case LyXRC::RC_DEFFILE (and shut up compiler) no: CmdDef is not in branch

Re: Patch Candidate List #10

2007-11-14 Thread Bernhard Roider
http://www.lyx.org/trac/changeset/21542 - add missing case LyXRC::RC_DEFFILE (and shut up compiler) no: CmdDef is not in branch

Re: [Cvslog] r21542 - /lyx-devel/trunk/src/LyXFunc.cpp

2007-11-10 Thread Bernhard Roider
[EMAIL PROTECTED] schrieb: Author: spitz Date: Sat Nov 10 12:22:19 2007 New Revision: 21542 URL: http://www.lyx.org/trac/changeset/21542 Log: * src/LyXFunc.cpp (actOnUpdatedPrefs): - add missing case LyXRC::RC_DEFFILE (and shut up compiler) so there was still another case missing. cas

Re: [Cvslog] r21542 - /lyx-devel/trunk/src/LyXFunc.cpp

2007-11-10 Thread Bernhard Roider
[EMAIL PROTECTED] schrieb: Author: spitz Date: Sat Nov 10 12:22:19 2007 New Revision: 21542 URL: http://www.lyx.org/trac/changeset/21542 Log: * src/LyXFunc.cpp (actOnUpdatedPrefs): - add missing case LyXRC::RC_DEFFILE (and shut up compiler) so there was still another case missing. cas

Re: [Cvslog] r21445 - /lyx-devel/branches/BRANCH_1_5_X/src/mathed/Math...

2007-11-05 Thread Bernhard Roider
Jürgen Spitzmüller schrieb: broider wrote: + else + added = addRow(grid, cellrow, docstring()); Is there a reason why you did this differently in branch and trunk? Jürgen no, i did this by accident. will correct it bernhard

Re: Where to report bugs?

2007-11-05 Thread Bernhard Roider
Richard Heck schrieb: sebastian guttenberg wrote: Shall I report bug's here or directly at bugzilla? There's no fixed rule. But if it's a relatively minor thing, then I'd go to bugzilla. If it's a crash, or if it's significant enough that it prevents you from getting work done, then report

Re: [Cvslog] r21445 - /lyx-devel/branches/BRANCH_1_5_X/src/mathed/Math...

2007-11-05 Thread Bernhard Roider
Jürgen Spitzmüller schrieb: broider wrote: + else + added = addRow(grid, cellrow, docstring()); Is there a reason why you did this differently in branch and trunk? Jürgen no, i did this by accident. will correct it bernhard

Re: Where to report bugs?

2007-11-05 Thread Bernhard Roider
Richard Heck schrieb: sebastian guttenberg wrote: Shall I report bug's here or directly at bugzilla? There's no fixed rule. But if it's a relatively minor thing, then I'd go to bugzilla. If it's a crash, or if it's significant enough that it prevents you from getting work done, then report

Re: [Cvslog] r21420 - /lyx-devel/trunk/src/LyXRC.cpp

2007-11-04 Thread Bernhard Roider
[EMAIL PROTECTED] schrieb: Author: spitz Date: Sun Nov 4 12:29:12 2007 New Revision: 21420 URL: http://www.lyx.org/trac/changeset/21420 Log: * src/LyXRC.cpp: shut up compiler. hello, as i have 3 evenings to spend i just sat down to my computer to fix that - too late as i see. but there is

[PATCH] Fix Bug 4301: crash on bookmark in ERT

2007-11-04 Thread Bernhard Roider
hello, the attached patch fixes bug 4301: in fact BufferView::moveToPosition(..) failed for every position inside an inset because buffer_-text() was used instead of cursor_.text() to set the current font. ok, jürgen? bernhard Index: src/BufferView.cpp

aussie is really slow

2007-11-04 Thread Bernhard Roider
and bugzilla does not respond i logged on with ssh and saw that there are many httpd tasks in uninterruptible sleep mode bernhard

Re: aussie is really slow

2007-11-04 Thread Bernhard Roider
Dov Feldstern schrieb: Bernhard Roider wrote: and bugzilla does not respond i logged on with ssh and saw that there are many httpd tasks in uninterruptible sleep mode bernhard Hurry up and download your own, personal copy of the lyx repository while aussie is still alive

Re: [Bug 4318] New: crash when pasting to formula

2007-11-04 Thread Bernhard Roider
Jürgen Spitzmüller schrieb: Andre Poenitz wrote: We definitely should switch to a more user friendly error handling then plain crashs. While it might be annoying that one cannot properly paste form the clipboard we should not crash... On Linux, it only crashes with --enable-stdlib-debug. The

Re: [Cvslog] r21420 - /lyx-devel/trunk/src/LyXRC.cpp

2007-11-04 Thread Bernhard Roider
[EMAIL PROTECTED] schrieb: Author: spitz Date: Sun Nov 4 12:29:12 2007 New Revision: 21420 URL: http://www.lyx.org/trac/changeset/21420 Log: * src/LyXRC.cpp: shut up compiler. hello, as i have 3 evenings to spend i just sat down to my computer to fix that - too late as i see. but there is

[PATCH] Fix Bug 4301: crash on bookmark in ERT

2007-11-04 Thread Bernhard Roider
hello, the attached patch fixes bug 4301: in fact BufferView::moveToPosition(..) failed for every position inside an inset because buffer_->text() was used instead of cursor_.text() to set the current font. ok, jürgen? bernhard Index: src/BufferView.cpp

aussie is really slow

2007-11-04 Thread Bernhard Roider
and bugzilla does not respond i logged on with ssh and saw that there are many httpd tasks in uninterruptible sleep mode bernhard

  1   2   3   4   5   6   >