[mythtv-commits] [MythTV/mythtv] 01c366: webapp setup: Remove unused help buttons

Peter Bennett noreply at github.com
Fri Feb 10 16:04:31 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 01c366c4947c690f5caff6f4fea3519ee12e979e
      https://github.com/MythTV/mythtv/commit/01c366c4947c690f5caff6f4fea3519ee12e979e
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M mythtv/html/backend/src/app/config/settings/capture-cards/ceton/ceton.component.html
    M mythtv/html/backend/src/app/config/settings/capture-cards/ceton/ceton.component.ts
    M mythtv/html/backend/src/app/config/settings/capture-cards/demo/demo.component.html
    M mythtv/html/backend/src/app/config/settings/capture-cards/demo/demo.component.ts
    M mythtv/html/backend/src/app/config/settings/capture-cards/dvb/dvb.component.html
    M mythtv/html/backend/src/app/config/settings/capture-cards/dvb/dvb.component.ts
    M mythtv/html/backend/src/app/config/settings/capture-cards/external/external.component.html
    M mythtv/html/backend/src/app/config/settings/capture-cards/external/external.component.ts
    M mythtv/html/backend/src/app/config/settings/capture-cards/hdhomerun/hdhomerun.component.html
    M mythtv/html/backend/src/app/config/settings/capture-cards/hdhomerun/hdhomerun.component.ts
    M mythtv/html/backend/src/app/config/settings/capture-cards/import/import.component.html
    M mythtv/html/backend/src/app/config/settings/capture-cards/import/import.component.ts
    M mythtv/html/backend/src/app/config/settings/capture-cards/iptv/iptv.component.html
    M mythtv/html/backend/src/app/config/settings/capture-cards/iptv/iptv.component.ts
    M mythtv/html/backend/src/app/config/settings/general/backend-control/backend-control.component.html
    M mythtv/html/backend/src/app/config/settings/general/backend-control/backend-control.component.ts
    M mythtv/html/backend/src/app/config/settings/general/backend-wakeup/backend-wakeup.component.html
    M mythtv/html/backend/src/app/config/settings/general/backend-wakeup/backend-wakeup.component.ts
    M mythtv/html/backend/src/app/config/settings/general/eit-scanner/eit-scanner.component.html
    M mythtv/html/backend/src/app/config/settings/general/eit-scanner/eit-scanner.component.ts
    M mythtv/html/backend/src/app/config/settings/general/epg-downloading/epg-downloading.component.html
    M mythtv/html/backend/src/app/config/settings/general/epg-downloading/epg-downloading.component.ts
    M mythtv/html/backend/src/app/config/settings/general/host-address/host-address.component.html
    M mythtv/html/backend/src/app/config/settings/general/host-address/host-address.component.ts
    M mythtv/html/backend/src/app/config/settings/general/jobqueue-backend/jobqueue-backend.component.html
    M mythtv/html/backend/src/app/config/settings/general/jobqueue-backend/jobqueue-backend.component.ts
    M mythtv/html/backend/src/app/config/settings/general/jobqueue-commands/jobqueue-commands.component.html
    M mythtv/html/backend/src/app/config/settings/general/jobqueue-commands/jobqueue-commands.component.ts
    M mythtv/html/backend/src/app/config/settings/general/jobqueue-global/jobqueue-global.component.html
    M mythtv/html/backend/src/app/config/settings/general/jobqueue-global/jobqueue-global.component.ts
    M mythtv/html/backend/src/app/config/settings/general/locale/locale.component.html
    M mythtv/html/backend/src/app/config/settings/general/locale/locale.component.ts
    M mythtv/html/backend/src/app/config/settings/general/misc-settings/misc-settings.component.html
    M mythtv/html/backend/src/app/config/settings/general/misc-settings/misc-settings.component.ts
    M mythtv/html/backend/src/app/config/settings/general/shutdown-wakeup/shutdown-wakeup.component.html
    M mythtv/html/backend/src/app/config/settings/general/shutdown-wakeup/shutdown-wakeup.component.ts
    M mythtv/html/backend/src/app/config/settings/input-connections/iconnection/iconnection.component.html
    M mythtv/html/backend/src/app/config/settings/input-connections/iconnection/iconnection.component.ts
    M mythtv/html/backend/src/app/config/settings/video-sources/vsource/vsource.component.html
    M mythtv/html/backend/src/app/config/settings/video-sources/vsource/vsource.component.ts

  Log Message:
  -----------
  webapp setup: Remove unused help buttons

Each page has a "Help" button, which does nothing. Help for each field
is already provided. Remove the superfluous help buttons and the
showHelp() stubs.


  Commit: a6152a817b00ced0797da84fe854d179f62f0448
      https://github.com/MythTV/mythtv/commit/a6152a817b00ced0797da84fe854d179f62f0448
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M mythtv/html/backend/src/app/config/settings/capture-cards/dvb/diseqc-setting-base.ts
    M mythtv/html/backend/src/app/config/settings/capture-cards/dvb/dvb.component.html
    M mythtv/html/backend/src/app/config/settings/capture-cards/dvb/lnb/lnb.component.html
    M mythtv/html/backend/src/app/config/settings/general/backend-control/backend-control.component.html
    M mythtv/html/backend/src/app/config/settings/general/backend-control/backend-control.component.ts
    M mythtv/html/backend/src/app/config/settings/general/backend-wakeup/backend-wakeup.component.html
    M mythtv/html/backend/src/app/config/settings/general/eit-scanner/eit-scanner.component.ts
    M mythtv/html/backend/src/app/config/settings/general/epg-downloading/epg-downloading.component.html
    M mythtv/html/backend/src/app/config/settings/general/general-settings.component.html
    M mythtv/html/backend/src/app/config/settings/general/general-settings.component.ts
    M mythtv/html/backend/src/app/config/settings/general/host-address/host-address.component.html
    M mythtv/html/backend/src/app/config/settings/general/host-address/host-address.component.ts
    M mythtv/html/backend/src/app/config/settings/general/jobqueue-backend/jobqueue-backend.component.html
    M mythtv/html/backend/src/app/config/settings/general/jobqueue-backend/jobqueue-backend.component.ts
    M mythtv/html/backend/src/app/config/settings/general/jobqueue-commands/jobqueue-commands.component.html
    M mythtv/html/backend/src/app/config/settings/general/jobqueue-commands/jobqueue-commands.component.ts
    M mythtv/html/backend/src/app/config/settings/general/jobqueue-global/jobqueue-global.component.html
    M mythtv/html/backend/src/app/config/settings/general/locale/locale.component.html
    M mythtv/html/backend/src/app/config/settings/general/locale/locale.component.ts
    M mythtv/html/backend/src/app/config/settings/general/misc-settings/misc-settings.component.html
    M mythtv/html/backend/src/app/config/settings/general/misc-settings/misc-settings.component.ts
    M mythtv/html/backend/src/app/config/settings/general/shutdown-wakeup/shutdown-wakeup.component.html
    M mythtv/html/backend/src/app/config/settings/general/shutdown-wakeup/shutdown-wakeup.component.ts
    M mythtv/html/backend/src/app/config/settings/input-connections/iconnection/iconnection.component.html
    M mythtv/html/backend/src/app/config/settings/input-connections/input-connections.component.html
    M mythtv/html/backend/src/app/config/settings/video-sources/vsource/vsource.component.html

  Log Message:
  -----------
  webapp setup: Format sources.

Fix indentation on all files that needed it. In future we should use
Ctrl-Shift-I on every file before saving to ensure the formatting is
consistent.


Compare: https://github.com/MythTV/mythtv/compare/15da26c1f853...a6152a817b00


More information about the mythtv-commits mailing list