[mythtv-commits] [MythTV/mythtv] 39aa79: Split code out of SetToRealButton into helper func...
David Hampton
noreply at github.com
Mon Sep 27 16:29:53 UTC 2021
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 39aa7910d493b08a8548c435c81be339acb33872
https://github.com/MythTV/mythtv/commit/39aa7910d493b08a8548c435c81be339acb33872
Author: David Hampton <mythtv at love2code.net>
Date: 2021-09-27 (Mon, 27 Sep 2021)
Changed paths:
M mythtv/libs/libmythui/mythuibuttonlist.cpp
M mythtv/libs/libmythui/mythuibuttonlist.h
Log Message:
-----------
Split code out of SetToRealButton into helper functions.
Commit: f66bb244042dd103caca7e81c007212bda10a465
https://github.com/MythTV/mythtv/commit/f66bb244042dd103caca7e81c007212bda10a465
Author: David Hampton <mythtv at love2code.net>
Date: 2021-09-27 (Mon, 27 Sep 2021)
Changed paths:
M mythtv/libs/libmythui/mythgenerictree.cpp
M mythtv/libs/libmythui/mythuibuttonlist.cpp
M mythtv/libs/libmythui/mythuibuttonlist.h
M mythtv/libs/libmythui/mythuitype.cpp
M mythtv/libs/libmythui/mythuitype.h
Log Message:
-----------
Fix button templating after speedup commit.
Invert the way that buttons are created. Instead of iterating over all
strings and finding matching widgets, iterate over all widgets and
find matching strings. This makes it possible to use the callbacks to
retrieve strings from the videometadata.
Commit: 53355587e29e2c4a3c30dbb313ff93520ad8dfe9
https://github.com/MythTV/mythtv/commit/53355587e29e2c4a3c30dbb313ff93520ad8dfe9
Author: David Hampton <mythtv at love2code.net>
Date: 2021-09-27 (Mon, 27 Sep 2021)
Changed paths:
M mythtv/libs/libmythtv/mythtvmenu.cpp
M mythtv/libs/libmythtv/mythtvmenu.h
M mythtv/libs/libmythtv/tv_play.cpp
Log Message:
-----------
Fix "Parameter shadows a global declaration" warnings on rawhide.
Compare: https://github.com/MythTV/mythtv/compare/646fab4eb76b...53355587e29e
More information about the mythtv-commits
mailing list