[mythtv-commits] Ticket #3375: Mythbrowser enhancements

MythTV mythtv at cvs.mythtv.org
Sun Apr 29 06:49:19 UTC 2007


#3375: Mythbrowser enhancements
-------------------------+--------------------------------------------------
 Reporter:  anonymous    |       Owner:  ijr    
     Type:  enhancement  |      Status:  new    
 Priority:  minor        |   Milestone:  unknown
Component:  mythbrowser  |     Version:  unknown
 Severity:  medium       |  
-------------------------+--------------------------------------------------
 I have created a couple of patches to improve (IMHO) mythbrowser:

 - The first of the patches is to add a keybinding for prevtab to
 complement the existing nexttab

 - The second patch adds proper detection for the page loading completion.
 Originally if you loaded a page with a meta refresh for scheduling the
 page to refreshed some time later the page load would never be considered
 completed. I added another signal (completed(bool)) to the completed()
 slot, this is emitted when the page has completed with further events
 pending (like a meta refresh).

 - I also created a patch that would set the tab title to "Loading..."
 while a page is loading, then when the page has loaded sets the tab text
 to the title of the page if it is defined and not whitespace, if not it
 falls back to the url.


 Applying the patches:

 - mythbrowser-1-keybinding.diff should apply independently.

 - mythbrowser-2-completed.diff is the page completed patch only.

 - mythbrowser-2-completed_loading.diff incorporates
 mythbrowser-2-completed.diff as well as the "Loading..." and page title vs
 url changes.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3375>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list