~mythbuntu-dev/mythtv/+git/mythtv:master

Last commit made on 2024-04-24
Get this branch:
git clone -b master https://git.launchpad.net/~mythbuntu-dev/mythtv/+git/mythtv

Branch merges

Branch information

Name:
master
Repository:
lp:~mythbuntu-dev/mythtv/+git/mythtv

Recent commits

6f57108... by David Hampton <email address hidden>

Fix recent test failures.

Apparently starting in Qt6.7, the QSqlDatase class requires that a
QCoreApplication exist. These test cases are failing because (like
all of the existing tests) they are using the "appless" test mode.
Switching these test cases from "appless" testing to "guiless" testing
tells eliminate the errors.

2ed651c... by Peter Bennett <email address hidden>

Web app rebuild

24aa45e... by Peter Bennett <email address hidden>

Web app support for channel icon download

Add an "Icon Download" button which supports download of all icons or missing icons.

db8bc84... by Peter Bennett <email address hidden>

New and changed services to support Channel Icon Download

- Channel/CopyIconToBackend: New Service to copy an icon from the internet
- Guide/GetChannelIcon: Add ability to retieve an icon by file name.
- Channel/UpdateDBChannel: Add ability to update icon.
- Myth/Proxy: New Service to proxy internet requests.
- Myth/GetDirListing: Add ability to get a file listing.
- Channel/GetChannelInfo and related functions: Add icon file name to returned data.

d7fd1cc... by Peter Bennett <email address hidden>

web app rebuild

1e3669e... by Peter Bennett <email address hidden>

web app channel restore data: Minor fixes

- Refresh channel list after restoring data
- Add some missing translations.

98dc838... by Peter Bennett <email address hidden>

web app rebuild

397533f... by Peter Bennett <email address hidden>

web app: Fix bugs in Channel Restore Data

Two bugs fixed:
- List of sources only contains 1 item
- CLicking "Restore Data" too quickly after page loads gives an empty
  source list.

2e46578... by Peter Bennett <email address hidden>

web-app rebuild

9dc9ae7... by Peter Bennett <email address hidden>

web app: Add Restore Data feature to Channel Editor screen.