[mythtv] [PATCH] MythFrontend Status Page exits when theme cannot be loaded

2005-04-29 Thread Harvard Pan
This patch changes the behavior from exiting the program, to simply displaying an error message to the user while continuing to function. I found that when I upgraded to 0.18, for some reason the status-ui.xml file was missing from my theme directory as well as the default directory. This caused

[mythtv] [PATCH] EPG Jump To Channel bugfixes

2005-05-03 Thread Harvard Pan
There are a couple of things that I found with the EPG channel jumping that this patch addresses: 1) If you enter two numbers and then a DELETE, the screen doesn't refresh correctly. Example: enter 2, 3, DELETE. The channel jumper should be on channel 2, and it should display 2. Before

Re: [mythtv] EPG Improvements - Need some help

2005-05-05 Thread Harvard Pan
I think the consensus is that this is the desired behavior. I'll change my code and modify it to follow this. It makes a lot of sense since most people don't want to have to care about the input cards. Has anyone been able to take a look at the seg fault and give any advice on how to tackle the

[mythtv] [PATCH] EPG Improvements

2005-05-08 Thread Harvard Pan
I went back and reworked the code. Everything seems to be working correctly. Enhancements #4 and #5 below are the result of people's suggestions this past week. New Enhancements: 1) Pressing C in the EPG will toggle the Input. This will update the channel list as well as the preview video. 2)

[mythtv] Re: [PATCH] EPG Improvements

2005-05-08 Thread Harvard Pan
Attaching new diff. Please don't use the previous one. --Harvard On 5/8/05, Harvard Pan [EMAIL PROTECTED] wrote: I went back and reworked the code. Everything seems to be working correctly. Enhancements #4 and #5 below are the result of people's suggestions this past week. New Enhancements

[mythtv] Re: [PATCH] EPG Improvements

2005-05-08 Thread Harvard Pan
to this web site to download the latest patch. The latest change can be found at this link: http://home.comcast.net/~harvardpan/EPGUpdated05082005.diff.bz2 Sorry for all the emails! --Harvard On 5/8/05, Harvard Pan [EMAIL PROTECTED] wrote: Attaching new diff. Please don't use the previous one

Re: [mythtv] Re: [PATCH] EPG Improvements

2005-05-09 Thread Harvard Pan
that's what people will be familiar with. --Harvard On 5/9/05, Brian C. Huffman [EMAIL PROTECTED] wrote: Harvard Pan [EMAIL PROTECTED], Development of mythtv mythtv-dev@mythtv.org wrote: 4) Selecting a channel in the guide will result in switching to a different input if the selected

Re: [mythtv] Re: [PATCH] EPG Improvements

2005-05-09 Thread Harvard Pan
think both methods have their merits, but I don't think I'm the one that should be making the decision. Thanks for your input, Brian! --Harvard On 5/9/05, Brian C. Huffman [EMAIL PROTECTED] wrote: Harvard Pan [EMAIL PROTECTED] wrote: If there are no new recorders or new inputs available

Re: [mythtv] Re: [PATCH] EPG Improvements

2005-05-10 Thread Harvard Pan
destructs, it returns the context to an already destroyed parent, which causes the crash. I've fixed the crash by checking tv-IsMenuRunning() and making sure that if a menu is running, we don't delete. Please pick up the changes from main.cpp to fix this crash. --Harvard On 5/9/05, Harvard Pan [EMAIL

Re: [mythtv] Re: [PATCH] EPG Improvements

2005-05-12 Thread Harvard Pan
If anyone finds anything wrong with the patch, I'd appreciate feedback so that I can resolve it as soon as possible. Thanks! Harvard On 5/10/05, Harvard Pan [EMAIL PROTECTED] wrote: Alright, I've put in the dialog and posted it on my web site. You can grab it from: http://home.comcast.net

Re: [mythtv] Re: [PATCH] EPG Improvements

2005-05-12 Thread Harvard Pan
. Huffman [EMAIL PROTECTED] wrote: Harvard Pan [EMAIL PROTECTED] wrote: Many thanks to Brian Huffman for testing my patch and finding serious issues after I introduced the dialog. Hopefully, I've worked out the kinks. I have put a new version of the diff on my web site. The new file location

Re: [mythtv] Re: [PATCH] EPG Improvements

2005-05-14 Thread Harvard Pan
haven't already applied the patch, please wait until I post the next version on my web site. thanks! Harvard On 5/13/05, Isaac Richards [EMAIL PROTECTED] wrote: On Thursday 12 May 2005 03:09 am, Harvard Pan wrote: Many thanks to Brian Huffman for testing my patch and finding serious issues after

Re: [mythtv] Re: [PATCH] EPG Improvements

2005-05-14 Thread Harvard Pan
the dialog for the error message to be a popup box instead. A full dialog is not really that necessary. --Harvard On 5/14/05, Harvard Pan [EMAIL PROTECTED] wrote: Isaac, I changed the GetCurrentChannel because it was getting the wrong value. I didn't track down the problem, but what I found

[mythtv] transcoding simply to cut commercials?

2005-05-16 Thread Harvard Pan
I like keeping my stuff in the MPEG2 format that my PVR-350's spit out. The main reason for this is quality and the ease of exporting to a DVD later for me. Transcoding does save space, but at the same time, it converts it to whatever your transcode setting is (mpeg4, etc). What I'd like to do is

[mythtv] [PATCH] Fix Compile error on libmythui on x86_64

2005-05-21 Thread Harvard Pan
I'm not exactly sure why my compile suddenly started failing, but I started getting errors when compiling the libmythui folder. g++ -shared -Wl,-soname,libmythui-0.18.so.0 -o libmythui-0.18.so.0.18.0 mythmainwindow.o mythpainter.o mythimage.o mythpainter_ogl.o mythpainter_qt.o mythscreenstack.o

[mythtv] Re: [mythtv-commits] mythtv commits

2005-05-24 Thread Harvard Pan
Nigel, After your check-in, I get this on my system when I try to compile: filter_linearblend.c: In function `linearBlendFilter': filter_linearblend.c:326: warning: empty body in an if-statement filter_linearblend.c: In function `new_filter': filter_linearblend.c:358: error: `linearBlendMMX'