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

Mailing List Archive: MythTV: Dev

Mouse support for MythTV

 

 

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


afd1009 at hotmail

Jul 30, 2007, 5:41 AM

Post #1 of 15 (1968 views)
Permalink
Mouse support for MythTV

Hello,
I use MythTV in my car (as well as at home) and have written quite a bit of
mouse handler code in the lower level MythTV libraries and for MythMusic,
MythDVD, and MythVideo. How should I go about getting these additions added
to the current build tree?

I started with the main dialog classes, and added to the widgets. Then I
went into each plugin, and added handlers to the places I needed mouse
presses to work. I use a touchscreen in the car, so I modified a theme to
be more friendly to in-car use and the touchscreen. This code has been
working well for at least a year, and I think it is probably ready for use
for everyone.

There are some things I would like to eventually get working Mainly:
Popup keyboard does not popup when one clicks on a text box
I've added a "back" button to most screens for navigation, need to add more
Write more handlers for MythVideo and MythDVD.

Please let me know how I should handle submitting this code. I used the the
SVN release earlier this year, so I think I am close to being up to date.

Thanks.
Anthony D'Alberto

_________________________________________________________________
http://imagine-windowslive.com/hotmail/?locale=en-us&ocid=TXT_TAGHM_migration_HM_mini_2G_0507

_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


mythtv at colin

Jul 30, 2007, 5:49 AM

Post #2 of 15 (1921 views)
Permalink
Re: Mouse support for MythTV [In reply to]

Anthony D'Alberto wrote:
> Please let me know how I should handle submitting this code. I used the the
> SVN release earlier this year, so I think I am close to being up to date.

Best bet is to ensure your changes are valid against latest SVN (svn up
will probably be all that is required - but work on a copy of your tree
if you are unsure as to how well a merge will work).

Then break down the changes into smaller chunks and create patches (svn
diff) and attach them to a ticket or tickets in Trac.

That's the general advice, but one of the devs may decide to take your
changes wholesale via a different means if it is more convenient in this
case.

HTH

Col

--

+------------------------+
| Colin Guthrie |
+------------------------+
| myth(at)colin.guthr.ie |
| http://colin.guthr.ie/ |
+------------------------+
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


afd1009 at hotmail

Jul 30, 2007, 5:52 AM

Post #3 of 15 (1918 views)
Permalink
Re: Mouse support for MythTV [In reply to]

>That's the general advice, but one of the devs may decide to take your
>changes wholesale via a different means if it is more convenient in this
>case.

>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Thanks, that's what i'll do (submit patches to tickets in trac, and merge
with the current SVN). I will try to get this going sometime this week so I
don't get too far behind on the SVN release.

Anthony.

_________________________________________________________________
http://liveearth.msn.com

_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


Dibblahmythml0015 at pendor

Jul 31, 2007, 1:31 AM

Post #4 of 15 (1889 views)
Permalink
Re: Mouse support for MythTV [In reply to]

Anthony D'Alberto wrote:
> Hello,
> I use MythTV in my car (as well as at home) and have written quite a bit of
> mouse handler code in the lower level MythTV libraries and for MythMusic,
> MythDVD, and MythVideo. How should I go about getting these additions added
> to the current build tree?
>
> I started with the main dialog classes, and added to the widgets. Then I
> went into each plugin, and added handlers to the places I needed mouse
> presses to work. I use a touchscreen in the car, so I modified a theme to
> be more friendly to in-car use and the touchscreen. This code has been
> working well for at least a year, and I think it is probably ready for use
> for everyone.
>
> There are some things I would like to eventually get working Mainly:
> Popup keyboard does not popup when one clicks on a text box
> I've added a "back" button to most screens for navigation, need to add more
> Write more handlers for MythVideo and MythDVD.
>
> Please let me know how I should handle submitting this code. I used the the
> SVN release earlier this year, so I think I am close to being up to date.
>
> Thanks.
> Anthony D'Alberto
>
Hi,

I am really interested in your patches, having a kitchen
touchscreen gathering dust :)

I would be willing to bring them up to current SVN, if you
haven't already completed this (assuming I can manage to do
it, of course!)

Cheers,

Allan.
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


afd1009 at hotmail

Jul 31, 2007, 5:23 AM

Post #5 of 15 (1897 views)
Permalink
Re: Mouse support for MythTV [In reply to]

Allan,
>I am really interested in your patches, having a kitchen
>touchscreen gathering dust :)
>
>I would be willing to bring them up to current SVN, if you
>haven't already completed this (assuming I can manage to do
>it, of course!)

I appreciate the help. It may be a couple of days before I can get the
patches out, I had to rebuild the development workstation. I would be very
greatful to get these out there.

I just want to be clear though, I have not done any work getting the mouse
to operate with the TV portion of MythTV. That's not to say it couldn't be
done, I just have not concentrated on this.

Let me get everything in place, and I'll try to send either the patches or
the entire development directory.

Sincerely,
Anthony

_________________________________________________________________
http://newlivehotmail.com

_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


denis at denix

Jul 31, 2007, 8:24 PM

Post #6 of 15 (1890 views)
Permalink
Re: Mouse support for MythTV [In reply to]

On Tue, Jul 31, 2007 at 09:31:15AM +0100, Allan Stirling wrote:
> > I use MythTV in my car (as well as at home) and have written quite a bit of
> > mouse handler code in the lower level MythTV libraries and for MythMusic,
> > MythDVD, and MythVideo. How should I go about getting these additions added
> > to the current build tree?
> >
> > I started with the main dialog classes, and added to the widgets. Then I
> > went into each plugin, and added handlers to the places I needed mouse
> > presses to work. I use a touchscreen in the car, so I modified a theme to
> > be more friendly to in-car use and the touchscreen. This code has been
> > working well for at least a year, and I think it is probably ready for use
> > for everyone.
> >
> > There are some things I would like to eventually get working Mainly:
> > Popup keyboard does not popup when one clicks on a text box
> > I've added a "back" button to most screens for navigation, need to add more
> > Write more handlers for MythVideo and MythDVD.
> >
> > Please let me know how I should handle submitting this code. I used the the
> > SVN release earlier this year, so I think I am close to being up to date.
>
> I am really interested in your patches, having a kitchen
> touchscreen gathering dust :)
>
> I would be willing to bring them up to current SVN, if you
> haven't already completed this (assuming I can manage to do
> it, of course!)

Just to add another "me too" here. I am in the process of building
my own touchscreen frontend and am really interested in this
functionality. Please keep us posted here of the progress and don't
hesitate to ask for any help you may require in the process :)

Regards,
denix
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


afd1009 at hotmail

Aug 1, 2007, 10:51 AM

Post #7 of 15 (1885 views)
Permalink
Re: Mouse support for MythTV [In reply to]

>Just to add another "me too" here. I am in the process of building
>my own touchscreen frontend and am really interested in this
>functionality. Please keep us posted here of the progress and don't
>hesitate to ask for any help you may require in the process :)
>

Thanks, I will probably be asking for some help in the near future. I don't
know how to get some things wokring, like the popup keyboard and such. When
I get my machine working, i will post my changes.

Sincerely,
Anthony

_________________________________________________________________
http://imagine-windowslive.com/hotmail/?locale=en-us&ocid=TXT_TAGHM_migration_HM_mini_2G_0507

_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


afd1009 at hotmail

Aug 25, 2007, 9:12 PM

Post #8 of 15 (1723 views)
Permalink
Re: Mouse support for MythTV [In reply to]

Okay, it has been a while, and finally got my devel system back up and
running.

I've recompiled my version of code, and it works. However, this was an SVN
from at least 3 months ago. It appears the current SVN is very different.
I've been able to get the mythtv patches applied and they appear to work,
but getting the plugin patches working have been trouble.

My biggest question is where is MythDVD? I assume it is now part of mythtv,
but my themes and menus are written for the plugin.

Also, the patches made from my SVN (3 months old at least) do not really
work against the new SVN. So it looks like I may have to re-develop some of
this code. Sorry about that.

SO that's the latest update. I'd like to get at least mythmusic up and
running to see if the majority of the patches work, then I will see about
the rest.

Sincerely,
Anthony


>From: "Anthony D'Alberto" <afd1009 [at] hotmail>
>Reply-To: Development of mythtv <mythtv-dev [at] mythtv>
>To: mythtv-dev [at] mythtv
>Subject: Re: [mythtv] Mouse support for MythTV
>Date: Wed, 01 Aug 2007 13:51:24 -0400
>
>
> >Just to add another "me too" here. I am in the process of building
> >my own touchscreen frontend and am really interested in this
> >functionality. Please keep us posted here of the progress and don't
> >hesitate to ask for any help you may require in the process :)
> >
>
>Thanks, I will probably be asking for some help in the near future. I
>don't
>know how to get some things wokring, like the popup keyboard and such.
>When
>I get my machine working, i will post my changes.
>
>Sincerely,
>Anthony
>
>_________________________________________________________________
>http://imagine-windowslive.com/hotmail/?locale=en-us&ocid=TXT_TAGHM_migration_HM_mini_2G_0507
>
>_______________________________________________
>mythtv-dev mailing list
>mythtv-dev [at] mythtv
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

_________________________________________________________________
Tease your brain--play Clink! Win cool prizes!
http://club.live.com/clink.aspx?icid=clink_hotmailtextlink2

_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


greg at phaze

Aug 25, 2007, 10:14 PM

Post #9 of 15 (1720 views)
Permalink
Re: Mouse support for MythTV [In reply to]

> My biggest question is where is MythDVD? I assume it is now part of mythtv,

It's been incorporatd into mythvideo.

_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


afd1009 at hotmail

Sep 3, 2007, 6:50 PM

Post #10 of 15 (1627 views)
Permalink
Re: Mouse support for MythTV [In reply to]

All:
I have finally posted my patches to myth and mythplugins for mouse support
Trac ticket #3930. There are some things to note:

1.) The patches were checked against 9/3/07, 9:43pm EST SVN of myth.
2.) Items working are MythMusic - Play and select, not import or add,
MythDVD (back button added), mythvideo - Not Video Gallery. MythTV (TV
functions) have not been modified.
3.) I could not post the theme I modified to get the "back" button to appear
on the plugins and main menu. The theme is about 1.2 MB, and need a place
to send it, so please let me know what I hsould do.

Please check out the patch and my ticket. I'm not familiar with this
process, so I did the best I could.

I will continue working on this as time allows, updating the latest SVN to
add touchscreen support to more items. All changes I made and prefixed and
suffixed with comments. Adding support to more mythplugins should not be
hard, but getting the support in lower level control code is sometimes not
so easy.

Sincerley,
Anthony


>From: Colin Guthrie <mythtv [at] colin>
>Reply-To: Development of mythtv <mythtv-dev [at] mythtv>
>To: Development of mythtv <mythtv-dev [at] mythtv>
>Subject: Re: [mythtv] Mouse support for MythTV
>Date: Mon, 30 Jul 2007 13:49:02 +0100
>
>Anthony D'Alberto wrote:
> > Please let me know how I should handle submitting this code. I used the
>the
> > SVN release earlier this year, so I think I am close to being up to
>date.
>
>Best bet is to ensure your changes are valid against latest SVN (svn up
>will probably be all that is required - but work on a copy of your tree
>if you are unsure as to how well a merge will work).
>
>Then break down the changes into smaller chunks and create patches (svn
>diff) and attach them to a ticket or tickets in Trac.
>
>That's the general advice, but one of the devs may decide to take your
>changes wholesale via a different means if it is more convenient in this
>case.
>
>HTH
>
>Col
>
>--
>
>+------------------------+
>| Colin Guthrie |
>+------------------------+
>| myth(at)colin.guthr.ie |
>| http://colin.guthr.ie/ |
>+------------------------+
>_______________________________________________
>mythtv-dev mailing list
>mythtv-dev [at] mythtv
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

_________________________________________________________________
It’s the Windows Live™ Hotmail® you love — on your phone!
http://www.windowsmobile.com/hotmailmobile?ocid=MobileHMTagline_2


kormoc at gmail

Sep 4, 2007, 12:08 AM

Post #11 of 15 (1631 views)
Permalink
Re: Mouse support for MythTV [In reply to]

On 9/3/07, Anthony D'Alberto <afd1009 [at] hotmail> wrote:
> All:
> I have finally posted my patches to myth and mythplugins for mouse support
> Trac ticket #3930. There are some things to note:
>
> 1.) The patches were checked against 9/3/07, 9:43pm EST SVN of myth.

Revision numbers are infinitely more useful then date/times when
dealing with SVN.

Running svn info in the checkout root will tell you the revision.

~Rob
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


afd1009 at hotmail

Sep 4, 2007, 5:26 AM

Post #12 of 15 (1628 views)
Permalink
Re: Mouse support for MythTV [In reply to]

Rob,
Thanks, I'll re-patch tonight's SVN and check the revision number. Sorry
'bout that.

-Anthony



> > All:
> > I have finally posted my patches to myth and mythplugins for mouse
>support
> > Trac ticket #3930. There are some things to note:
> >
> > 1.) The patches were checked against 9/3/07, 9:43pm EST SVN of myth.
>
>Revision numbers are infinitely more useful then date/times when
>dealing with SVN.
>
>Running svn info in the checkout root will tell you the revision.
>
>~Rob

_________________________________________________________________
Share your special parenting moments!
http://www.reallivemoms.com?ocid=TXT_TAGHM&loc=us

_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


masterclc at gmail

Sep 4, 2007, 6:10 AM

Post #13 of 15 (1631 views)
Permalink
Re: Mouse support for MythTV [In reply to]

> 3.) I could not post the theme I modified to get the "back" button to appear
> on the plugins and main menu. The theme is about 1.2 MB, and need a place
> to send it, so please let me know what I hsould do.

If you just need someone to host the file, I'd be happy to. Feel free
to email it to me, I'll email you back a link.

-Chad
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


afd1009 at hotmail

Sep 4, 2007, 7:40 AM

Post #14 of 15 (1612 views)
Permalink
Re: Mouse support for MythTV [In reply to]

Chad,
Thanks, I'll send an email requesting the information. My goal is to make
it publically available so people may tweak it and use the "back" and "menu"
buttons I've added to Myth.

-Anthony

>If you just need someone to host the file, I'd be happy to. Feel free
>to email it to me, I'll email you back a link.

_________________________________________________________________
It’s the Windows Live™ Hotmail® you love — on your phone!
http://www.windowsmobile.com/hotmailmobile?ocid=MobileHMTagline_2


afd1009 at hotmail

Sep 4, 2007, 8:06 PM

Post #15 of 15 (1614 views)
Permalink
Re: Mouse support for MythTV [In reply to]

I've checked the SVN version, and applied the patches against that release.
The version is 14393, and I've added this to the ticket.

Thanks for your help on this issue.

Sincerely,
Anthony

_________________________________________________________________
More photos; more messages; more whatever. Windows Live Hotmail - NOW with
5GB storage.
http://imagine-windowslive.com/hotmail/?locale=en-us&ocid=TXT_TAGHM_migration_HM_mini_5G_0907

_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

MythTV dev 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.