[mythtv-commits] [MythTV/mythtv] 25e59a: qt6: Fix image loading problem in gallery.

David Hampton noreply at github.com
Fri Aug 20 19:20:43 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 25e59a72d4daa3be393f49793bded973882bbd8f
      https://github.com/MythTV/mythtv/commit/25e59a72d4daa3be393f49793bded973882bbd8f
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
    M mythtv/programs/mythfrontend/galleryconfig.cpp
    M mythtv/programs/mythfrontend/galleryconfig.h
    M mythtv/programs/mythfrontend/main.cpp

  Log Message:
  -----------
  qt6: Fix image loading problem in gallery.

Qt6 added memory limit to the code that loads images, and the limit
defaults to 128M of memory. If this limit is reached and the image
loader aborts, an error message is displayed in the frontend log. Add
a setting so users can adjust this limit if necessary.


  Commit: 3f174ec1fd12b1d1c758d3902696a2f192db765d
      https://github.com/MythTV/mythtv/commit/3f174ec1fd12b1d1c758d3902696a2f192db765d
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
    M mythtv/programs/mythtv-setup/checksetup.cpp

  Log Message:
  -----------
  clazy: Fix qstring-arg warning.


  Commit: 65fd5474ba6267fb0b291b410aede8fde1f479b9
      https://github.com/MythTV/mythtv/commit/65fd5474ba6267fb0b291b410aede8fde1f479b9
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
    M mythtv/programs/mythtv-setup/exitprompt.cpp

  Log Message:
  -----------
  qt6: Fix compilation error in std::min.

Qt6 has changed the return type of size() functions from "int" to
"qsizetype". This causes the std::min template function to fail, as it
can't be used on two different types. Cast the size value to an "int"
so that std::min can be used.


  Commit: 4e306c2b0c86700d20a48f9f104a52d0b2c73d48
      https://github.com/MythTV/mythtv/commit/4e306c2b0c86700d20a48f9f104a52d0b2c73d48
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
    M mythtv/libs/libmythtv/recordinginfo.cpp

  Log Message:
  -----------
  Tweak setting of original airdate in recordings.

If the TV listings don't provide an original airdate, add a step when
computing an original airdate from the provided year.  Instead of
always using Jan 1st of the provided year for the original airdate, if
the year is the current year then use the recording start date for the
original airdate.


  Commit: 8233fe0f3f96f5390b6253984bbaca4c706e7998
      https://github.com/MythTV/mythtv/commit/8233fe0f3f96f5390b6253984bbaca4c706e7998
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
    M mythtv/libs/libmythtv/recorders/rtp/rtpdatapacket.h

  Log Message:
  -----------
  Use a Qt function for converting byte order.


Compare: https://github.com/MythTV/mythtv/compare/f8a45f970077...8233fe0f3f96


More information about the mythtv-commits mailing list