Re: [patch] remove wheel mouse ui from qt2

2006-03-23 Thread Georg Baum
Juergen Spitzmueller wrote: The attached patch finally eliminates the gui element. I did not touch qt4, since Abdel is reorganizing the Prefs dialog currently. Abdel, while you are at it, could you please remove the wheel mouse spinbox? OK to apply to branch and trunk? I would think so

Re: [patch] remove wheel mouse ui from qt2

2006-03-23 Thread Jean-Marc Lasgouttes
Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes: Juergen The attached patch finally eliminates the gui element. I did Juergen not touch qt4, since Abdel is reorganizing the Prefs dialog Juergen currently. Abdel, while you are at it, could you please Juergen remove the wheel mouse

Re: [patch] remove wheel mouse ui from qt2

2006-03-23 Thread Juergen Spitzmueller
Georg Baum wrote: I would think so. Since the system wheel setting is obeyed now it is only logical to remove this setting in the same release (1.4.1). It would be nice if you could lookup whether gtk uses this setting at all, and make a comment in lyxrc.h stating which frontedns actually use

Re: [patch] remove wheel mouse ui from qt2

2006-03-23 Thread Abdelrazak Younes
will working on the Citation/AddCitation dialog from now on. Please retain any modification on this before I apply my cleanup probably this week-end. Abdel, while you are at it, could you please remove the wheel mouse spinbox? Done, patch attached (not tested). I will apply that once I get some spare

Re: [patch] remove wheel mouse ui from qt2

2006-03-23 Thread Georg Baum
Juergen Spitzmueller wrote: I cannot compile gtk. You don't need to compile it in order to find out whether wheel_jump is used or not :-) Anyway, I looked now myself and will commit the attached patch. GeorgIndex: src/lyxrc.h ===

Re: [patch] remove wheel mouse ui from qt2

2006-03-23 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : Done, patch attached (not tested). I will apply that once I get some spare time to compile and test (if you don't beat me at this :-)). Committed. Abdel.

Re: [patch] remove wheel mouse ui from qt2

2006-03-23 Thread Georg Baum
Juergen Spitzmueller wrote: > The attached patch finally eliminates the gui element. > I did not touch qt4, since Abdel is reorganizing the Prefs dialog > currently. Abdel, while you are at it, could you please remove the wheel > mouse spinbox? > > OK to apply to branch and tru

Re: [patch] remove wheel mouse ui from qt2

2006-03-23 Thread Jean-Marc Lasgouttes
>>>>> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> The attached patch finally eliminates the gui element. I did Juergen> not touch qt4, since Abdel is reorganizing the Prefs dialog Juergen> currently. Abdel, while you are at it, co

Re: [patch] remove wheel mouse ui from qt2

2006-03-23 Thread Juergen Spitzmueller
Georg Baum wrote: > I would think so. Since the system wheel setting is obeyed now it is only > logical to remove this setting in the same release (1.4.1). > It would be nice if you could lookup whether gtk uses this setting at all, > and make a comment in lyxrc.h stating which frontedns actually

Re: [patch] remove wheel mouse ui from qt2

2006-03-23 Thread Abdelrazak Younes
will working on the Citation/AddCitation dialog from now on. Please retain any modification on this before I apply my cleanup probably this week-end. Abdel, while you are at it, could you please remove the wheel mouse spinbox? Done, patch attached (not tested). I will apply that once I get some spare

Re: [patch] remove wheel mouse ui from qt2

2006-03-23 Thread Georg Baum
Juergen Spitzmueller wrote: > I cannot compile gtk. You don't need to compile it in order to find out whether wheel_jump is used or not :-) Anyway, I looked now myself and will commit the attached patch. GeorgIndex: src/lyxrc.h

Re: [patch] remove wheel mouse ui from qt2

2006-03-23 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : Done, patch attached (not tested). I will apply that once I get some spare time to compile and test (if you don't beat me at this :-)). Committed. Abdel.

[patch] remove wheel mouse ui from qt2

2006-03-22 Thread Juergen Spitzmueller
The attached patch finally eliminates the gui element. I did not touch qt4, since Abdel is reorganizing the Prefs dialog currently. Abdel, while you are at it, could you please remove the wheel mouse spinbox? OK to apply to branch and trunk? * src/frontends/qt2/QPrefs.C (void

[patch] remove wheel mouse ui from qt2

2006-03-22 Thread Juergen Spitzmueller
The attached patch finally eliminates the gui element. I did not touch qt4, since Abdel is reorganizing the Prefs dialog currently. Abdel, while you are at it, could you please remove the wheel mouse spinbox? OK to apply to branch and trunk? * src/frontends/qt2/QPrefs.C (void

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Abdelrazak Younes
Georg Baum a écrit : Abdel, the line end conversion in the clipboard used Q_OS_MACX on purpose. You changed that to Q_WS_MACX, meaning that it will not happen on X11/Mac. Are you sure that it is not needed there? If yes, we should also change the qt2 frontend, otherwise please change it

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Jean-Marc Lasgouttes
Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak Hum, I don't know, did someone tested your changes on Abdelrazak qt2/X11/Mac? I would tend to think that the X11 clipboard Abdelrazak wouldn't need this change but I don't know really. I would assume that the X11 clipboard

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Abdelrazak Younes
Jean-Marc Lasgouttes a écrit : Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak Hum, I don't know, did someone tested your changes on Abdelrazak qt2/X11/Mac? I would tend to think that the X11 clipboard Abdelrazak wouldn't need this change but I don't know really. I

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Georg Baum
Jean-Marc Lasgouttes wrote: Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak Hum, I don't know, did someone tested your changes on Abdelrazak qt2/X11/Mac? I would tend to think that the X11 clipboard Abdelrazak wouldn't need this change but I don't know really. I

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Jean-Marc Lasgouttes
Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak I guess our only hope is Bennett... How you guys did Abdelrazak managed to complete the MAC port without any developer on Abdelrazak board? Because of GUI-I, and because Qt/Mac does not work too badly. And also because Ronald

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Bennett Helm
On Mar 15, 2006, at 5:22 AM, Abdelrazak Younes wrote: Jean-Marc Lasgouttes a écrit : Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak Hum, I don't know, did someone tested your changes on Abdelrazak qt2/X11/Mac? I would tend to think that the X11 clipboard Abdelrazak

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Abdelrazak Younes
Bennett Helm a écrit : On Mar 15, 2006, at 5:22 AM, Abdelrazak Younes wrote: Jean-Marc Lasgouttes a écrit : Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak Hum, I don't know, did someone tested your changes on Abdelrazak qt2/X11/Mac? I would tend to think that the X11

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Bennett Helm
On Mar 15, 2006, at 12:31 PM, Abdelrazak Younes wrote: Bennett Helm a écrit : On Mar 15, 2006, at 5:22 AM, Abdelrazak Younes wrote: Jean-Marc Lasgouttes a écrit : Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak Hum, I don't know, did someone tested your changes on

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Abdelrazak Younes
Georg Baum a écrit : Abdel, the line end conversion in the clipboard used Q_OS_MACX on purpose. You changed that to Q_WS_MACX, meaning that it will not happen on X11/Mac. Are you sure that it is not needed there? If yes, we should also change the qt2 frontend, otherwise please change it

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Hum, I don't know, did someone tested your changes on Abdelrazak> qt2/X11/Mac? I would tend to think that the X11 clipboard Abdelrazak> wouldn't need this change but I don't know really. I would assume that the X11

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Abdelrazak Younes
Jean-Marc Lasgouttes a écrit : "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Hum, I don't know, did someone tested your changes on Abdelrazak> qt2/X11/Mac? I would tend to think that the X11 clipboard Abdelrazak> wouldn't need this change but I don't know really.

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Abdelrazak" == Abdelrazak Younes >> <[EMAIL PROTECTED]> writes: > > Abdelrazak> Hum, I don't know, did someone tested your changes on > Abdelrazak> qt2/X11/Mac? I would tend to think that the X11 clipboard > Abdelrazak> wouldn't need this change but I

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> I guess our only hope is Bennett... How you guys did Abdelrazak> managed to complete the MAC port without any developer on Abdelrazak> board? Because of GUI-I, and because Qt/Mac does not work too badly. And also

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Bennett Helm
On Mar 15, 2006, at 5:22 AM, Abdelrazak Younes wrote: Jean-Marc Lasgouttes a écrit : "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Hum, I don't know, did someone tested your changes on Abdelrazak> qt2/X11/Mac? I would tend to think that the X11 clipboard

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Abdelrazak Younes
Bennett Helm a écrit : On Mar 15, 2006, at 5:22 AM, Abdelrazak Younes wrote: Jean-Marc Lasgouttes a écrit : "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Hum, I don't know, did someone tested your changes on Abdelrazak> qt2/X11/Mac? I would tend to think that the

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Bennett Helm
On Mar 15, 2006, at 12:31 PM, Abdelrazak Younes wrote: Bennett Helm a écrit : On Mar 15, 2006, at 5:22 AM, Abdelrazak Younes wrote: Jean-Marc Lasgouttes a écrit : "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Hum, I don't know, did someone tested your changes on

[Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-14 Thread Abdelrazak Younes
at the end of QWorkArea.C. - initial support for Wheel mouse (still does not work). -2006-03-12 Lars Gullik Bjønnes [EMAIL PROTECTED] - - * ui/pch.h: new file - 2006-03-10 Georg Baum [EMAIL PROTECTED] * QWorkArea.C (getClipboard): convert MAC to UNIX line endings

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-14 Thread Georg Baum
Abdel, the line end conversion in the clipboard used Q_OS_MACX on purpose. You changed that to Q_WS_MACX, meaning that it will not happen on X11/Mac. Are you sure that it is not needed there? If yes, we should also change the qt2 frontend, otherwise please change it back. Georg

[Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-14 Thread Abdelrazak Younes
nd workHeight_ in order to @@ -14,10 +29,6 @@ separate place at the end of QWorkArea.C. - initial support for Wheel mouse (still does not work). -2006-03-12 Lars Gullik Bjønnes <[EMAIL PROTECTED]> - - * ui/pch.h: new file - 2006-03-10 Georg Baum <[EMAIL PROTECTED]>

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-14 Thread Georg Baum
Abdel, the line end conversion in the clipboard used Q_OS_MACX on purpose. You changed that to Q_WS_MACX, meaning that it will not happen on X11/Mac. Are you sure that it is not needed there? If yes, we should also change the qt2 frontend, otherwise please change it back. Georg

Re: [prerelease] LyX 1.4.0pre3 - Wheel mouse too slow

2005-12-27 Thread John C. McCabe-Dansted
Please report all issues with these packages to lyx-devel@lists.lyx.org On my system the wheel mouse moves the screen too slowly to be useful in LyX-1.4.0pre3 (QT). Also, the setting Wheel mouse scroll in LyX: Preferences/Look and feel/User Interface/Scrolling/ does not seem to have any

Re: [prerelease] LyX 1.4.0pre3 - Wheel mouse too slow

2005-12-27 Thread Juergen Spitzmueller
John C. McCabe-Dansted wrote: Also, the setting Wheel mouse scroll in LyX: Preferences/Look and feel/User Interface/Scrolling/ does not seem to have any effect on the speed at which the wheel mouse moves the screen. This setting is actually ignored in the qt frontend (we should consider hiding

Re: [prerelease] LyX 1.4.0pre3 - Wheel mouse too slow

2005-12-27 Thread Georg Baum
On Tuesday 27 December 2005 10:46, Juergen Spitzmueller wrote: John C. McCabe-Dansted wrote: Also, the setting Wheel mouse scroll in LyX: Preferences/Look and feel/User Interface/Scrolling/ does not seem to have any effect on the speed at which the wheel mouse moves the screen

Re: [prerelease] LyX 1.4.0pre3 - Wheel mouse too slow

2005-12-27 Thread John C. McCabe-Dansted
Yes, I can set the global Mouse wheel scrolls by (n) lines in system settings/mouse/advanced. However LyX seems to use a third or less of the global value. When I set 3 lines per wheel mouse click, LyX-1.4.0pre3 moves ~1/2 lines per wheel mouse click. When I set 12 lines per wheel mouse click

Re: [prerelease] LyX 1.4.0pre3 - Wheel mouse too slow

2005-12-27 Thread Georg Baum
On Tuesday 27 December 2005 11:42, John C. McCabe-Dansted wrote: Yes, I can set the global Mouse wheel scrolls by (n) lines in system settings/mouse/advanced. However LyX seems to use a third or less of the global value. When I set 3 lines per wheel mouse click, LyX-1.4.0pre3 moves ~1/2 lines

Re: [prerelease] LyX 1.4.0pre3 - Wheel mouse too slow

2005-12-27 Thread Lars Gullik Bjønnes
mouse click, LyX-1.4.0pre3 moves | ~1/2 lines per wheel mouse click. When I set 12 lines per wheel mouse | click, LyX-1.4.0pre3 moves ~4 lines per wheel mouse click. Would it be | possible to resolve this discrepancy? | | Of course. Unfortunately I don't know why it is like that, it might

Re: [prerelease] LyX 1.4.0pre3 - Wheel mouse too slow

2005-12-27 Thread John C. McCabe-Dansted
> Please report all issues with these packages to > lyx-devel@lists.lyx.org On my system the wheel mouse moves the screen too slowly to be useful in LyX-1.4.0pre3 (QT). Also, the setting "Wheel mouse scroll" in does not seem to have any effect on the speed at which the w

Re: [prerelease] LyX 1.4.0pre3 - Wheel mouse too slow

2005-12-27 Thread Juergen Spitzmueller
John C. McCabe-Dansted wrote: > Also, the setting "Wheel mouse scroll" in Preferences/Look and feel/User Interface/Scrolling/> does not seem to have > any effect on the speed at which the wheel mouse moves the screen. This setting is actually ignored in the qt frontend (we sho

Re: [prerelease] LyX 1.4.0pre3 - Wheel mouse too slow

2005-12-27 Thread Georg Baum
On Tuesday 27 December 2005 10:46, Juergen Spitzmueller wrote: > John C. McCabe-Dansted wrote: > > Also, the setting "Wheel mouse scroll" in > Preferences/Look and feel/User Interface/Scrolling/> does not seem to > > have any effect on the speed at which t

Re: [prerelease] LyX 1.4.0pre3 - Wheel mouse too slow

2005-12-27 Thread John C. McCabe-Dansted
Yes, I can set the global "Mouse wheel scrolls by (n) lines" in "system settings/mouse/advanced". However LyX seems to use a third or less of the global value. When I set 3 lines per wheel mouse click, LyX-1.4.0pre3 moves ~1/2 lines per wheel mouse click. When I set 12 l

Re: [prerelease] LyX 1.4.0pre3 - Wheel mouse too slow

2005-12-27 Thread Georg Baum
On Tuesday 27 December 2005 11:42, John C. McCabe-Dansted wrote: > Yes, I can set the global "Mouse wheel scrolls by (n) lines" in "system > settings/mouse/advanced". However LyX seems to use a third or less of the > global value. When I set 3 lines per wheel mouse cl

Re: [prerelease] LyX 1.4.0pre3 - Wheel mouse too slow

2005-12-27 Thread Lars Gullik Bjønnes
t; global value. When I set 3 lines per wheel mouse click, LyX-1.4.0pre3 moves | > ~1/2 lines per wheel mouse click. When I set 12 lines per wheel mouse | > click, LyX-1.4.0pre3 moves ~4 lines per wheel mouse click. Would it be | > possible to resolve this discrepancy? | | Of cours

Re: Wheel mouse

2001-08-17 Thread Peter Suetterlin
Amir Karger wrote: In case it's relevant and not reported yet, I believe I found that in LyX1.1.6fix2, if the mouse is over a fig, then the mouse wheel doesn't work. (This might only be when the fig takes up the whole window, but I don't think so.) I suspect It is when the figure is lager

Re: Wheel mouse

2001-08-17 Thread Peter Suetterlin
Amir Karger wrote: > In case it's relevant and not reported yet, I believe I found that in > LyX1.1.6fix2, if the mouse is over a fig, then the mouse wheel doesn't > work. (This might only be when the fig takes up the whole window, but > I don't think so.) I suspect It is when the figure is

Wheel mouse

2001-08-16 Thread Michael Schmitt
Hi Andre et al., just in case you have a wheel mouse, could you please check why the cursor hangs in the math formula? Load the attached file, move the cursor to the beginning of the document and scroll down with the wheel of your mouse. Another interesting fact: You cannot exit LyX if you

Re: Wheel mouse

2001-08-16 Thread John Levon
On Thu, Aug 16, 2001 at 05:10:42PM +0200, Michael Schmitt wrote: Another interesting fact: You cannot exit LyX if you are in mathed. both ctrl-Q and menu work fine for me inside mathed. john

Re: Wheel mouse

2001-08-16 Thread Andre Poenitz
just in case you have a wheel mouse, could you please check why the cursor hangs in the math formula? I don't have one. Load the attached file, move the cursor to the beginning of the document and scroll down with the wheel of your mouse. Another interesting fact: You cannot exit LyX

Re: Wheel mouse

2001-08-16 Thread Amir Karger
On Thu, Aug 16, 2001 at 05:12:43PM +0200, Andre Poenitz wrote: just in case you have a wheel mouse, could you please check why the cursor hangs in the math formula? I don't have one. In case it's relevant and not reported yet, I believe I found that in LyX1.1.6fix2, if the mouse is over

Wheel mouse

2001-08-16 Thread Michael Schmitt
Hi Andre et al., just in case you have a wheel mouse, could you please check why the cursor "hangs" in the math formula? Load the attached file, move the cursor to the beginning of the document and scroll down with the wheel of your mouse. Another interesting fact: You cannot exit

Re: Wheel mouse

2001-08-16 Thread John Levon
On Thu, Aug 16, 2001 at 05:10:42PM +0200, Michael Schmitt wrote: > Another interesting fact: You cannot exit LyX if you are in mathed. both ctrl-Q and menu work fine for me inside mathed. john

Re: Wheel mouse

2001-08-16 Thread Andre Poenitz
> just in case you have a wheel mouse, could you please check why the cursor > "hangs" in the math formula? I don't have one. > Load the attached file, move the cursor to > the beginning of the document and scroll down with the wheel of your > mouse. > > Anoth

Re: Wheel mouse

2001-08-16 Thread Amir Karger
On Thu, Aug 16, 2001 at 05:12:43PM +0200, Andre Poenitz wrote: > > just in case you have a wheel mouse, could you please check why the cursor > > "hangs" in the math formula? > > I don't have one. In case it's relevant and not reported yet, I believe I found that i