[mythtv-commits] [MythTV/mythtv] ef0300: Fix compiler warning about sequence of initialization
Peter Bennett
noreply at github.com
Sun Apr 28 14:45:27 UTC 2024
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: ef0300ba049f46823f73b3c85d14640b21e8f7ad
https://github.com/MythTV/mythtv/commit/ef0300ba049f46823f73b3c85d14640b21e8f7ad
Author: Peter Bennett <pbennett at mythtv.org>
Date: 2024-04-28 (Sun, 28 Apr 2024)
Changed paths:
M mythtv/programs/mythbackend/servicesv2/v2programAndChannel.h
Log Message:
-----------
Fix compiler warning about sequence of initialization
Warning was introduced in commit db8bc84a6ce
Commit: 1890c69557dad783389492f5deac6ebfe603bf7a
https://github.com/MythTV/mythtv/commit/1890c69557dad783389492f5deac6ebfe603bf7a
Author: Peter Bennett <pbennett at mythtv.org>
Date: 2024-04-28 (Sun, 28 Apr 2024)
Changed paths:
M mythtv/programs/mythbackend/servicesv2/v2serviceUtil.cpp
Log Message:
-----------
Channel Service: Improve IconUrl
If the icon is updated, the iconurl was staying the same, thus
web pages which cached it were not updating even if refreshed.
Changed so that the icon URL would change if the iocn was updated.
Commit: be785b239c38b84c52db4a8fe0d9e9fa66e89535
https://github.com/MythTV/mythtv/commit/be785b239c38b84c52db4a8fe0d9e9fa66e89535
Author: Peter Bennett <pbennett at mythtv.org>
Date: 2024-04-28 (Sun, 28 Apr 2024)
Changed paths:
M mythtv/libs/libmythbase/http/mythhttpresponse.cpp
M mythtv/programs/mythbackend/servicesv2/v2myth.cpp
Log Message:
-----------
http server: allow images from other domains in html pages
The icon download for single channel needs to display images from various
web sites that host the images.
Commit: a514d6c51ab82a8eb62f8ed92d054a1cf4c0de71
https://github.com/MythTV/mythtv/commit/a514d6c51ab82a8eb62f8ed92d054a1cf4c0de71
Author: Peter Bennett <pbennett at mythtv.org>
Date: 2024-04-28 (Sun, 28 Apr 2024)
Changed paths:
M mythtv/html/assets/i18n/bg.json
M mythtv/html/assets/i18n/ca.json
M mythtv/html/assets/i18n/cs.json
M mythtv/html/assets/i18n/da.json
M mythtv/html/assets/i18n/de.json
M mythtv/html/assets/i18n/el.json
M mythtv/html/assets/i18n/en_CA.json
M mythtv/html/assets/i18n/en_GB.json
M mythtv/html/assets/i18n/en_US.json
M mythtv/html/assets/i18n/es.json
M mythtv/html/assets/i18n/es_ES.json
M mythtv/html/assets/i18n/et.json
M mythtv/html/assets/i18n/fi.json
M mythtv/html/assets/i18n/fr.json
M mythtv/html/assets/i18n/he.json
M mythtv/html/assets/i18n/hr.json
M mythtv/html/assets/i18n/hu.json
M mythtv/html/assets/i18n/is.json
M mythtv/html/assets/i18n/it.json
M mythtv/html/assets/i18n/ja.json
M mythtv/html/assets/i18n/nb.json
M mythtv/html/assets/i18n/nl.json
M mythtv/html/assets/i18n/pl.json
M mythtv/html/assets/i18n/pt.json
M mythtv/html/assets/i18n/pt_BR.json
M mythtv/html/assets/i18n/ru.json
M mythtv/html/assets/i18n/sl.json
M mythtv/html/assets/i18n/sv.json
M mythtv/html/assets/i18n/tr.json
M mythtv/html/assets/i18n/zh_CN.json
M mythtv/html/assets/i18n/zh_HK.json
M mythtv/html/backend/src/app/config/settings/channel-editor/channel-editor.component.html
M mythtv/html/backend/src/app/config/settings/channel-editor/channel-editor.component.ts
M mythtv/html/backend/src/app/services/myth.service.ts
Log Message:
-----------
Web app channel editor support selecting icon for a single channel
- In channel editor allow an icon to be selected from the available icons
in the channels directory.
- Add an Icon Download button that allows icon download for a
specified search term and selection from the set of icons returned
Commit: 18a9050fdd3acc11a5a638ba7f060e1600fcf0ca
https://github.com/MythTV/mythtv/commit/18a9050fdd3acc11a5a638ba7f060e1600fcf0ca
Author: Peter Bennett <pbennett at mythtv.org>
Date: 2024-04-28 (Sun, 28 Apr 2024)
Changed paths:
M mythtv/html/apps/backend/main.js
Log Message:
-----------
web app rebuild
Compare: https://github.com/MythTV/mythtv/compare/6f571081ed4f...18a9050fdd3a
To unsubscribe from these emails, change your notification settings at https://github.com/MythTV/mythtv/settings/notifications
More information about the mythtv-commits
mailing list