From chris at westnet.com Fri Jan 18 00:58:10 2013 From: chris at westnet.com (Christopher X. Candreva) Date: Thu, 17 Jan 2013 19:58:10 -0500 (EST) Subject: [mythtv-theming] Retro-wide on 0.27 Message-ID: I've done some tests on 0.27 running on my local laptop, and as far as I can tell Retro-wide works on 0.27, or at least as well as it did on 0.26 Could someone running 0.27 on their live machine give it a quick test ? Thanks ! https://github.com/MythTV-Themes/Retro-wide ========================================================== Chris Candreva -- chris at westnet.com -- (914) 948-3162 WestNet Internet Services of Westchester http://www.westnet.com/ From chris at westnet.com Fri Jan 18 01:09:13 2013 From: chris at westnet.com (Christopher X. Candreva) Date: Thu, 17 Jan 2013 20:09:13 -0500 (EST) Subject: [mythtv-theming] Retro-wide on 0.26 In-Reply-To: References: Message-ID: Make that please test on 0.26 . Whoops. On Thu, 17 Jan 2013, Christopher X. Candreva wrote: > > I've done some tests on 0.27 running on my local laptop, and as far as I can > tell Retro-wide works on 0.27, or at least as well as it did on 0.26 > > Could someone running 0.27 on their live machine give it a quick test ? > Thanks ! > > https://github.com/MythTV-Themes/Retro-wide > > ========================================================== > Chris Candreva -- chris at westnet.com -- (914) 948-3162 > WestNet Internet Services of Westchester > http://www.westnet.com/ > _______________________________________________ > mythtv-theming mailing list > mythtv-theming at mythtv.org > http://www.mythtv.org/mailman/listinfo/mythtv-theming > > ========================================================== Chris Candreva -- chris at westnet.com -- (914) 948-3162 WestNet Internet Services of Westchester http://www.westnet.com/ From chris at westnet.com Fri Jan 18 01:13:33 2013 From: chris at westnet.com (Christopher X. Candreva) Date: Thu, 17 Jan 2013 20:13:33 -0500 (EST) Subject: [mythtv-theming] Github and branches Message-ID: The Retro-wide project has three branches: Master. 0.24, and 0.25 . As of an hour ago they were all the same. I just made a fix and pushed it to the 0.25 branch. Should this also go to master, and if so how ? ========================================================== Chris Candreva -- chris at westnet.com -- (914) 948-3162 WestNet Internet Services of Westchester http://www.westnet.com/ From cpinkham at bc2va.org Sun Jan 20 00:19:19 2013 From: cpinkham at bc2va.org (Chris Pinkham) Date: Sat, 19 Jan 2013 16:19:19 -0800 Subject: [mythtv-theming] Github and branches In-Reply-To: References: Message-ID: <20130120001919.GE17298@pooh.bc2va.org> * On Thu Jan 17, 2013 at 08:13:33PM -0500, Christopher X. Candreva wrote: > > The Retro-wide project has three branches: Master. 0.24, and 0.25 . As of an > hour ago they were all the same. > > I just made a fix and pushed it to the 0.25 branch. Should this also go to > master, and if so how ? If you know it's compatible with MythTV master, then yes, you're best pushing it to your master branch as well so users on MythTV master can see the change. You should be able to use a sequence something like this: cd /your/source/dir # edit your 0.25 checkout, commit (gives you the MASTERCOMMITID below), push .... # switch to the master branch git checkout master # merge the change over git cherry-pick -x MASTERCOMMITID git push # switch back to your 0.25 branch git checkout 0.25 -- Chris From cpinkham at bc2va.org Sun Jan 20 00:20:59 2013 From: cpinkham at bc2va.org (Chris Pinkham) Date: Sat, 19 Jan 2013 16:20:59 -0800 Subject: [mythtv-theming] Retro-wide on 0.26 In-Reply-To: References: Message-ID: <20130120002059.GF17298@pooh.bc2va.org> * On Thu Jan 17, 2013 at 08:09:13PM -0500, Christopher X. Candreva wrote: > > Make that please test on 0.26 . Whoops. Still haven't upgraded my production systems to 0.26 or I'd test for you. Still need to upgrade my dev system so it can run master as well. :( -- Chris From raymond at wagnerrp.com Thu Jan 31 17:35:23 2013 From: raymond at wagnerrp.com (Raymond Wagner) Date: Thu, 31 Jan 2013 12:35:23 -0500 Subject: [mythtv-theming] Screen Setup Wizard Message-ID: <510AAB5B.6050409@wagnerrp.com> There are going to be some changes to the Screen Setup Wizard (appear-ui.xml) in 0.27. The wizard itself has been moved to an external application, to work around the inability of the UI to render anything outside the limits of the main window, but that should not cause any problems with themes. The wizard has changed from using the two corner arrows to using the theme preview image, so any themes using their own appear-ui.xml would currently be broken. This is not a finalized change, as it may be deemed too slow to repeatedly rescale that image every time you try to move one of the corners, and may end up getting played with a bit further before release. http://code.mythtv.org/cgit/mythtv/commit/?id=690f333e59205de8b582992a894d63695676b41e From david at istwok.net Thu Jan 31 18:27:37 2013 From: david at istwok.net (David Engel) Date: Thu, 31 Jan 2013 12:27:37 -0600 Subject: [mythtv-theming] Set Recording Priorities screen has been removed Message-ID: <20130131182737.GA17790@opus.istwok.net> FYI Themers, I removed the Set Recording Priorities screen a couple months ago. Today, I removed some remaining theme elements that I'd overlooked before. If you have any references to TV_RECPRIORITIES in your themes, you should either remove them or change them to reference TV_RECORDING_RULES. David -- David Engel david at istwok.net