octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No window controls on undocked panes (KDE)


From: John Donoghue
Subject: Re: No window controls on undocked panes (KDE)
Date: Mon, 14 Oct 2013 20:26:43 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

On 10/14/2013 07:09 PM, address@hidden wrote:
Message: 7
Date: Mon, 14 Oct 2013 18:09:40 -0500
From: "Dmitri A. Sergatskov" <address@hidden>
To: Philip Nienhuis <address@hidden>
Cc: Octave Maintainers <address@hidden>
Subject: Re: No window controls on undocked panes (KDE)
Message-ID:
	<address@hidden>
Content-Type: text/plain; charset="iso-8859-1"

On Mon, Oct 14, 2013 at 4:52 PM, Philip Nienhuis <address@hidden>wrote:

> Before filling in a bug report:
>
> On my Linux box (mageia 2, KDE) undocked Octave GUI panes have no window
> control buttons (e.g., minimize, hide, move to other desktop, etc. In fact,
> compared to Windows, the entire title bar is missing.
>
> As a consequence I cannot resize or move undocked panes. Only the editor
> pane can be moved around (but not resized), by dragging on the main menu
> bar ("File Edit Debug Run Help"), that's the only place susceptible for
> dragging the editor pane around.
>
> Anyone else seeing this?
>
> I searched around in my KDE settings but found nothing related. Until now
> it seems only Octave is affected. I build Octave with Qt 4.8.4 & gcc 4.6.3.
>
> Thanks,
>
> Philip
>
The only thing i can undock is the toolbar ("Script", "Open", etc...
icons). I cannot undock editor or command window.
(Fedora 19). As soon as I release the mouse e.g. the editor window drops
back into the unified workspace window.

Dmitri.

Maybe this is the issue, from the Qt docs:
Mouse events that are not explicitly handled by the title bar widget must be ignored by calling QMouseEvent::ignore(). These events then propagate to the QDockWidget parent, which handles them in the usual manner, moving when the title bar is dragged, docking and undocking when it is double-clicked, etc.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]