Re: QWidget mouse events - different order

2013-12-18 Thread Rick Stockton
On 12/18/2013 07:16 AM, Martin Koller wrote: > I've discovered that with Qt5 I get a different order of mouse events on > a QWidget than with Qt4 (openSuse 13.1 Linux, X11): > double clicking a widget results in Qt4 in: > mousePressEvent > mouseReleaseEvent > mouseDoubleClickEvent > mousePressE

Re: Global shortcuts for clean qml plasmoids

2013-02-19 Thread Rick Stockton
On 02/14/2013 12:17 AM, Mark wrote: > On Thu, Feb 14, 2013 at 8:43 AM, Michail Vourlakos > wrote: >> Based on >> http://kdeblog.mageprojects.com/2012/12/07/application-wide-shortcuts-in-qml-this-time-without-qshortcut/ >> >> can you provide me with some feedback about how a clean >> qml plasmoid

Re: Porting the NETWM classes to xcb

2012-06-28 Thread Rick Stockton
Sorry about my failure to properly snip message headers in my message from Yesterday. On 06/27/2012 22:32:13, Alexander Neundorf wrote: OTOH, I know nothing about xcb. That's the replacement for xlib, right ? Maybe we can have a look in Tallinn... Alex In Qt5, a new "xcb" plugin replaces Qt's

Re: Porting the NETWM classes to xcb

2012-06-27 Thread Rick Stockton
In Qt, at/near line 66 of /src/plugins/platforms/xcb/qxcbwindow.cpp), they check to see if one of the #DEFINE macros from one of the newer, divided-util XCB 'include' files had been defined. (It's not defined until after the util packages were split.) Maybe that would be shorter, easier than a

Re: Shortcuts for Pointer Devices in KDE

2012-05-15 Thread Rick Stockton
On Tue, 05/15/2012 at 08:39:17 +0200, todd rme wrote: On Mon, May 14, 2012 at 8:55 PM, Rick Stockton wrote: Todd, we_could_ attempt other devices at the same time. But these other devices must be analogous to a keypad-like "keyboard" (although they'd be much easier to s

Re: Shortcuts for Pointer Devices in KDE (was: KAction and KShortcut in frameworks)

2012-05-14 Thread Rick Stockton
On Mon, 14 May 2012 13:59:43 +0200, todd rme wrote: It sounds like this is being limited to just mouse and keyboard shortcuts. Is there a reason this can't be made more general, so other devices can provide shortcuts as well? Currently we have a variety of devices with their own unique bu

HIG standards (

2012-05-13 Thread Rick Stockton
On Saturday 12 May 2012 18:36:42 Mark wrote: / As for making a "HIG" keyboard standard list. A very good starting point is: />/ http://en.wikipedia.org/wiki/Table_of_keyboard_shortcuts />/ />/ Every single line where the same key combination is used in both: Windows, />/ Mac, KDE en GNOME ca

Re: KAction and KShortcut in frameworks

2012-05-13 Thread Rick Stockton
Mark, your responses improve on my ideas, and leads to a more solid "shared vision". (That's Awesome!) Here's a "brain dump" of my thoughts - some responding to you, some others not yet discussed: Within Qt, there are a couple of reasons why I don't want to create a generic "all-shortcuts" set

Re: KAction and KShortcut in frameworks

2012-05-12 Thread Rick Stockton
On Thu, 10 May 2012 23:21:25 +0200, mark...@gmail.com wrote: Making this quite detailed and long mail as per request from David Faure (twice);) So, I've been patching KShortcut up to support multiple shortcuts: https://git.reviewboard.kde.org/r/104801/ and it's working just fine with that patch

xlib plugin is dead (for Qt5)

2012-03-28 Thread Rick Stockton
This is an FYI, I don't speak for Qt-Project (I'm not an Approver or Maintainer, just a VERY occasional contributor.) In a merge earlier today, Qt-Project removed the xlib support code form Qt5. (I was not the Approver, but I did vote "+1" on the change). For X11 environments, xcb will be it's