Opened 15 years ago

Closed 12 years ago

#8398 closed Patch - Feature (fixed)

MythBrowser start with homepage function

Reported by: anonymous Owned by: stuartm
Priority: minor Milestone: 0.28
Component: Plugin - MythBrowser Version: Unspecified
Severity: medium Keywords: mythgallery jumppoint homepage
Cc: Ticket locked: no

Description

Attached is a patch that adds a jumpkey binding to the mythbrowser to start it with a customizable homepage. Sometimes its useful to start the browser with a homepage instead of calling the bookmarkmanager first. In the info_menu.xml file a new menu entry can be created to start the browser with the homepage directly. Use the <action>JUMP Homepage</action> for that.

Attachments (3)

mythbrowser-custom-homepage.patch (5.8 KB ) - added by Robert S 15 years ago.
mythgallery homepage patch
mythbrowser-custom-homepage-new.patch (14.6 KB ) - added by Robert S 15 years ago.
new mythbrowser patch for jumppoints and homepage settings
mythbrowser-custom-homepage-new2.patch (14.3 KB ) - added by Robert S 15 years ago.
simplified the logic

Download all attachments as: .zip

Change History (10)

by Robert S, 15 years ago

mythgallery homepage patch

in reply to:  description comment:1 by anonymous, 15 years ago

Updated patch against trunk revision 24404. There are a couple of additional improvements to the previous one:

  • No need to set the homepage via the settings page
  • Added homepage column in the websites table
  • <action>JUMP Homepage</action> to go directly to the homepage
  • Users can set the homepage from the menu (press M)
  • Users can set the homepage from the bookmark editor
  • Adds a menu entry to go to the browser settings page
  • Themers can use a state to indicate which page is set as a homepage in the bookmarkmanager screen

by Robert S, 15 years ago

new mythbrowser patch for jumppoints and homepage settings

comment:2 by robertm, 15 years ago

Robert,

Why all the extra logic to check if the selected item is a homepage when the query is:

SELECT homepage,url FROM websites WHERE homepage = true;

?

If there is > 0 results, it is a homepage by definition.

by Robert S, 15 years ago

simplified the logic

comment:3 by robertm, 15 years ago

Status: newassigned

comment:4 by stuartm, 14 years ago

Type: patchPatch - Feature

comment:5 by paulh, 14 years ago

Owner: paulh removed

comment:6 by stuartm, 12 years ago

Milestone: unknown0.28
Owner: set to stuartm
Status: assignedaccepted

comment:7 by Robert Siebert <rsiebert@…>, 12 years ago

Resolution: fixed
Status: acceptedclosed

In bb8c24637250d0aed26f36cac9a5d38eeb9b4f66/mythtv:

Error: Processor CommitTicketReference failed
GIT backend not available
Note: See TracTickets for help on using tickets.