Re: [Cooker] Re: konqueror clipboard fix please?

2002-09-04 Thread David Walser
Hi, sorry if you're getting this twice, but I haven't seen this come back to me. I wanted to thank Ben for tracking this issue, and also ask if the patch fixes the Ctrl-O whacking your clipboard, or if not if they people who did the fix are aware of the issue. On Wed, Aug 28, 2002 at 02:23:51PM

Re: [Cooker] Re: konqueror clipboard fix please?

2002-09-04 Thread Ben Reser
On Wed, Sep 04, 2002 at 04:14:47AM -0700, David Walser wrote: Hi, sorry if you're getting this twice, but I haven't seen this come back to me. I wanted to thank Ben for tracking this issue, and also ask if the patch fixes the Ctrl-O whacking your clipboard, or if not if they people who did

Re: [Cooker] Re: konqueror clipboard fix please?

2002-09-03 Thread Ben Reser
On Wed, Aug 28, 2002 at 02:23:51PM -0700, Ben Reser wrote: Yeah looks like SadEagle came up with the real fix... waiting for the maintainer to committ it. When that happens I'll send you the link to the the patch in the CVS archive. :) Patch is up and backported to the 3.0 branch:

Re: [Cooker] Re: konqueror clipboard fix please?

2002-08-28 Thread Ben Reser
On Tue, Aug 27, 2002 at 11:06:01PM -0700, Ben Reser wrote: --- khtml/khtml_ext.cpp.orig 2002-08-27 23:00:20.0 -0700 +++ khtml/khtml_ext.cpp 2002-08-27 23:01:57.0 -0700 @@ -386,7 +386,12 @@ #ifndef QT_NO_MIMECLIPBOARD // Set it in both the mouse selection and in the

Re: [Cooker] Re: konqueror clipboard fix please?

2002-08-28 Thread Laurent Montel
Le Wednesday 28 August 2002 11:56, Ben Reser a écrit : On Tue, Aug 27, 2002 at 11:06:01PM -0700, Ben Reser wrote: --- khtml/khtml_ext.cpp.orig2002-08-27 23:00:20.0 -0700 +++ khtml/khtml_ext.cpp 2002-08-27 23:01:57.0 -0700 @@ -386,7 +386,12 @@ #ifndef

Re: [Cooker] Re: konqueror clipboard fix please?

2002-08-28 Thread Ben Reser
On Wed, Aug 28, 2002 at 11:56:44AM +0200, Laurent Montel wrote: I don't know this code : ask to kde developper please. Yeah looks like SadEagle came up with the real fix... waiting for the maintainer to committ it. When that happens I'll send you the link to the the patch in the CVS archive.

Re: [Cooker] Re: konqueror clipboard fix please?

2002-08-28 Thread David Walser
--- Ben Reser [EMAIL PROTECTED] wrote: Yeah looks like SadEagle came up with the real fix... waiting for the maintainer to committ it. When that happens I'll send you the link to the the patch in the CVS archive. :) Awesome, thanks Ben :o) My only other major annoyance with Konq is being

Re: [Cooker] Re: konqueror clipboard fix please?

2002-08-28 Thread Ben Reser
On Wed, Aug 28, 2002 at 02:43:25PM -0700, David Walser wrote: Awesome, thanks Ben :o) My only other major annoyance with Konq is being on a web form where you start typing and it offers a drop-down with possible auto-completions, you hit the down arrow to select one. It fills in the

Re: [Cooker] Re: konqueror clipboard fix please?

2002-08-27 Thread Ben Reser
On Sun, Aug 25, 2002 at 04:17:32PM -0400, Maks Orlovich wrote: Running the following: #include qapplication.h #include qclipboard.h #include qmime.h int main(int argc, char** argv) { QApplication app(argc,argv); QClipboard* clip = QApplication::clipboard();

[Cooker] Re: konqueror clipboard fix please?

2002-08-25 Thread Laurent Montel
Le Sunday 25 August 2002 11:33, Ben Reser a écrit : In konqueror if you right click on a link and choose Copy Link location it's not availble via middle click. According to the bug database it's supposedly not a bug in HEAD. Any possiblity of figuring out what the fix for this is and if

[Cooker] Re: konqueror clipboard fix please?

2002-08-25 Thread Ben Reser
On Sun, Aug 25, 2002 at 11:39:46AM +0200, Laurent Montel wrote: It works for me. Where is the problem ? Fire up konqueror. Right click on a link, choose Copy Link Location. Go to another app like say Eterm and try to paste it with the middle click. You will get nothing. Not only does it not

Re: [Cooker] Re: konqueror clipboard fix please?

2002-08-25 Thread Laurent Montel
Le Sunday 25 August 2002 11:55, Ben Reser a écrit : On Sun, Aug 25, 2002 at 11:39:46AM +0200, Laurent Montel wrote: It works for me. Where is the problem ? Fire up konqueror. Right click on a link, choose Copy Link Location. Go to another app like say Eterm and try to paste it with the

Re: [Cooker] Re: konqueror clipboard fix please?

2002-08-25 Thread Ben Reser
On Sun, Aug 25, 2002 at 12:26:52PM +0200, Laurent Montel wrote: In xterm/gnome-terminal it works fine. For me it's not a kde bug but a eterm bug no ? It's right it doesn't work in Eterm ! That's because xterma nd gnome-terminal both have access to the other clipboard. And it's not just

Re: [Cooker] Re: konqueror clipboard fix please?

2002-08-25 Thread Maks Orlovich
On Sunday 25 August 2002 06:50 am, Ben Reser wrote: On Sun, Aug 25, 2002 at 12:26:52PM +0200, Laurent Montel wrote: In xterm/gnome-terminal it works fine. For me it's not a kde bug but a eterm bug no ? It's right it doesn't work in Eterm ! That's because xterma nd gnome-terminal both

Re: [Cooker] Re: konqueror clipboard fix please?

2002-08-25 Thread Igor Izyumin
On Sunday 25 August 2002 05:50 am, Ben Reser wrote: On Sun, Aug 25, 2002 at 12:26:52PM +0200, Laurent Montel wrote: In xterm/gnome-terminal it works fine. For me it's not a kde bug but a eterm bug no ? It's right it doesn't work in Eterm ! That's because xterma nd gnome-terminal both

Re: [Cooker] Re: konqueror clipboard fix please?

2002-08-25 Thread Ben Reser
On Sun, Aug 25, 2002 at 10:15:47AM -0400, Maks Orlovich wrote: Not really, it just means that Mozilla sets both PRIMARY (Unix select/middle-click keyboard) and CLIPBOARD(Ctrl-C/Ctrl-V clipboard) while KDE only sets CLIPBOARD ; both behaviosr look in line with the clipboard behavior

Re: [Cooker] Re: konqueror clipboard fix please?

2002-08-25 Thread Maks Orlovich
(BTW, a comment on FreeDesktop specs: they're basically supposed to be agreements between various desktop and WM developers on how to do things) Did they move this feature somewhere else in HEAD? Yes, to the libraries; see