[mythtv-commits] [MythTV/mythtv] bf34f9: MythUIImage: Fix a crash on certain themes

Mark Kendall noreply at github.com
Wed Sep 23 08:38:24 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: bf34f9c66cb5add1bf1eba7d219bb3b898da2de7
      https://github.com/MythTV/mythtv/commit/bf34f9c66cb5add1bf1eba7d219bb3b898da2de7
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2020-09-23 (Wed, 23 Sep 2020)

  Changed paths:
    M mythtv/libs/libmythui/mythuiimage.cpp

  Log Message:
  -----------
  MythUIImage: Fix a crash on certain themes

- for some reason, we were producing a negative (i.e. out of bounds)
index


  Commit: 8364e7155e3a510c3df7641fc0a256bf4c7348aa
      https://github.com/MythTV/mythtv/commit/8364e7155e3a510c3df7641fc0a256bf4c7348aa
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2020-09-23 (Wed, 23 Sep 2020)

  Changed paths:
    M mythtv/libs/libmythui/mythuibuttonlist.cpp

  Log Message:
  -----------
  MythUIButtonList: Don't page Up and Down for gestures

- just move rows
- this was confusing/unexpected behaviour, was inconsistent with the
guide grid behaviour and with left/right themes (where the behaviour was
to move a single column as expected)

Refs #221


  Commit: e626f842961558f8872202310f7b6c8655aa22e3
      https://github.com/MythTV/mythtv/commit/e626f842961558f8872202310f7b6c8655aa22e3
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2020-09-23 (Wed, 23 Sep 2020)

  Changed paths:
    M mythtv/libs/libmythui/vulkan/mythrendervulkan.cpp

  Log Message:
  -----------
  Vulkan: Another 32bit fix


  Commit: 3727dce493b52c236611afded456012e75024429
      https://github.com/MythTV/mythtv/commit/3727dce493b52c236611afded456012e75024429
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2020-09-23 (Wed, 23 Sep 2020)

  Changed paths:
    M mythtv/libs/libmythtv/tv_play.cpp
    M mythtv/libs/libmythtv/tv_play_win.cpp
    M mythtv/libs/libmythui/mythdialogbox.cpp
    M mythtv/libs/libmythui/mythgesture.cpp
    M mythtv/libs/libmythui/mythgesture.h
    M mythtv/libs/libmythui/mythmainwindow.cpp
    M mythtv/libs/libmythui/mythscreentype.cpp
    M mythtv/libs/libmythui/mythuibutton.cpp
    M mythtv/libs/libmythui/mythuibuttonlist.cpp
    M mythtv/libs/libmythui/mythuibuttontree.cpp
    M mythtv/libs/libmythui/mythuicheckbox.cpp
    M mythtv/libs/libmythui/mythuitextedit.cpp
    M mythtv/programs/mythfrontend/guidegrid.cpp

  Log Message:
  -----------
  MythGesture: Cleanup


  Commit: 3238ca5b0ff0c34d15d659f4b6881fedfc40a2a3
      https://github.com/MythTV/mythtv/commit/3238ca5b0ff0c34d15d659f4b6881fedfc40a2a3
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2020-09-23 (Wed, 23 Sep 2020)

  Changed paths:
    M mythtv/libs/libmythui/mythgesture.cpp
    M mythtv/libs/libmythui/mythgesture.h

  Log Message:
  -----------
  MythGesture: Remove private implementation


  Commit: 1471e404037aed33904a9093ba5b78b2d706e6b1
      https://github.com/MythTV/mythtv/commit/1471e404037aed33904a9093ba5b78b2d706e6b1
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2020-09-23 (Wed, 23 Sep 2020)

  Changed paths:
    M mythtv/libs/libmythui/mythgesture.cpp
    M mythtv/libs/libmythui/mythgesture.h
    M mythtv/libs/libmythui/mythmainwindow.cpp

  Log Message:
  -----------
  MythGesture: Use Q_ENUM and static sequence map


Compare: https://github.com/MythTV/mythtv/compare/51674320b52c...1471e404037a


More information about the mythtv-commits mailing list