Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Commits

Ticket #7652: quit key combo's via remote do not register

 

 

MythTV commits RSS feed   Index | Next | Previous | View Threaded


mythtv at cvs

Nov 23, 2009, 8:47 PM

Post #1 of 3 (377 views)
Permalink
Ticket #7652: quit key combo's via remote do not register

#7652: quit key combo's via remote do not register
-------------------------------------+--------------------------------------
Reporter: adeffs.mythtv@… | Owner: ijr
Type: defect | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: 0.22
Severity: low | Mlocked: 0
-------------------------------------+--------------------------------------
from the email thread on the users list,
http://www.gossamer-threads.com/lists/mythtv/users/409103

"Mythcontrols recognise the Ctrl+Esc as Ctrl+Ctrl+Esc for me. I think
this issue relates to the changes Daniel made to lirc event handling,
http://svn.mythtv.org/trac/changeset/19499.

To be honest I forgot I was having this problem, I mentioned it to
Daniel and meant to look into it before 0.22 was cut."

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7652>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Jan 25, 2010, 8:06 AM

Post #2 of 3 (291 views)
Permalink
Re: Ticket #7652: quit key combo's via remote do not register [In reply to]

#7652: quit key combo's via remote do not register
-------------------------------------+--------------------------------------
Reporter: adeffs.mythtv@… | Owner: ijr
Type: defect | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: 0.22
Severity: low | Mlocked: 0
-------------------------------------+--------------------------------------

Comment(by martin_ginkel@…):

I experienced the same problems, no code with modifiers works for exiting.
I really would like to distinguish the <get to next menu level> from <exit
app>.

I'm not quite sure about QT API but in
http://svn.mythtv.org/trac/browser/trunk/mythtv/libs/libmythui/lirc.cpp?annotate=blame&rev=22911#L379
ff, the keycode and the key modifiers are
decomposed. The key modifiers are a mask-part of the code, detected by

{{{
code & mask != null
}}}

Finally I would expect the modifier bits to be removed from the keycode by
some

{{{
keycode &= NO_MODIFIER_MASK
}}}

(with the mask set to 0xFFFFFF).
I see currently see the possible problem, that the modifiers are passed in
a separate field/member, while the keycode still contains the modifier
bits, eventually leading to
doubling the "CTRL+".

How complicated is a build of mythtv (I only used binary packs so far) for
checking it out?

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7652#comment:1>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Feb 27, 2010, 10:49 AM

Post #3 of 3 (222 views)
Permalink
Re: Ticket #7652: quit key combo's via remote do not register [In reply to]

#7652: quit key combo's via remote do not register
-------------------------------------+--------------------------------------
Reporter: adeffs.mythtv@… | Owner: ijr
Type: defect | Status: closed
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: 0.22
Severity: low | Resolution: worksforme
Mlocked: 0 |
-------------------------------------+--------------------------------------
Changes (by mdean):

* status: new => closed
* resolution: => worksforme


Comment:

Unable to reproduce with current trunk.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7652#comment:2>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits

MythTV commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.