[mythtv-commits] [MythTV/mythtv] 9d3cbc: OSX: Fix some Qt deprecation warnings.
David Hampton
noreply at github.com
Sat Apr 30 16:54:39 UTC 2022
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 9d3cbcd0d34d31ebe05bc6798a1cda0f4991009b
https://github.com/MythTV/mythtv/commit/9d3cbcd0d34d31ebe05bc6798a1cda0f4991009b
Author: David Hampton <mythtv at love2code.net>
Date: 2022-04-29 (Fri, 29 Apr 2022)
Changed paths:
M mythtv/libs/libmythtv/opengl/mythvideotextureopengl.cpp
M mythtv/libs/libmythtv/visualisations/videovisualgoom.cpp
Log Message:
-----------
OSX: Fix some Qt deprecation warnings.
Commit: b09725fdd7f5ed83be9d6c80fd4f8b74c483050c
https://github.com/MythTV/mythtv/commit/b09725fdd7f5ed83be9d6c80fd4f8b74c483050c
Author: David Hampton <mythtv at love2code.net>
Date: 2022-04-29 (Fri, 29 Apr 2022)
Changed paths:
M mythtv/libs/libmythupnp/msocketdevice.cpp
M mythtv/libs/libmythupnp/msocketdevice_unix.cpp
Log Message:
-----------
Remove unnecessary include.
Commit: ea4858ad5aec0ccc73a8117721508948b97453e7
https://github.com/MythTV/mythtv/commit/ea4858ad5aec0ccc73a8117721508948b97453e7
Author: David Hampton <mythtv at love2code.net>
Date: 2022-04-29 (Fri, 29 Apr 2022)
Changed paths:
M mythtv/libs/libmythbase/unziputil.cpp
M mythtv/libs/libmythbase/unziputil.h
Log Message:
-----------
tidy: A couple of tweaks to unziputil.
Commit: c0c27c00b39bd4b99a6d12483c3e3e8560f1256f
https://github.com/MythTV/mythtv/commit/c0c27c00b39bd4b99a6d12483c3e3e8560f1256f
Author: David Hampton <mythtv at love2code.net>
Date: 2022-04-29 (Fri, 29 Apr 2022)
Changed paths:
M mythtv/libs/libmythui/mythuitext.cpp
Log Message:
-----------
qt6: Fix invalid initializer for an iterator.
Something changed in a recent update as the old 'nullptr' initializer
used to work. Change to a default brace initializer which works in
both qt5 and qt6.
Commit: 8f5ec6ea8e943e42ff2dbb123b9443b5d08c3f31
https://github.com/MythTV/mythtv/commit/8f5ec6ea8e943e42ff2dbb123b9443b5d08c3f31
Author: David Hampton <mythtv at love2code.net>
Date: 2022-04-29 (Fri, 29 Apr 2022)
Changed paths:
M mythtv/libs/libmythtv/recorders/rtp/packetbuffer.cpp
Log Message:
-----------
Fix 'left shift count >= width of type' warning in packetbuffer.
Commit: ce16c657733b36e497999d6a44ce8139cea03160
https://github.com/MythTV/mythtv/commit/ce16c657733b36e497999d6a44ce8139cea03160
Author: David Hampton <mythtv at love2code.net>
Date: 2022-04-29 (Fri, 29 Apr 2022)
Changed paths:
M mythtv/libs/libmythtv/visualisations/goom/goom_core.cpp
Log Message:
-----------
qt6: Need to include the c++ algorithm header file.
Compare: https://github.com/MythTV/mythtv/compare/cc5c777fd087...ce16c657733b
More information about the mythtv-commits
mailing list