Bug #106
closedaddon settings fixes and improvements
0%
Description
eqivalent xbmc patch here http://trac.xbmc.org/ticket/9918
some of the bug fixes are in xbmc, the features are not yet.
the main improvement is to allow regular visible conditions to enable/disable controls, but there are others.
maybe you could talk with jmarshall to find out what/if these will get into xbmc.
one of the bug fixes is for INTEGER_GREATER_THAN infobool. the main code was missing in xbmc4xbox. there are others that i can post if you need.
Files
Updated by nuka1195 about 14 years ago
istrue() should not be passed thru translatestring, should be translatesinglestring.
Updated by nuka1195 about 14 years ago
adds ability to use enable="" or visible="" conditions to categories.
Updated by arnova about 14 years ago
- Status changed from In Progress to Closed
- Resolution set to fixed
Updated by nuka1195 about 14 years ago
- Status changed from Closed to Feedback
- Resolution deleted (
fixed)
here is a patch that:
alters the format parameter for the "slider" setting. you can now have format="normal,min,max" min is used when the minimum value is set and max for maximum. they are both optional, but nice for user feedback.
adds allowhiddenfocus parameter.
swaps CONTROL_START_SETTING and CONTROL_START_SECTION id's. i'm at about the limit of 100 id's per category this allows more
fixes for xbmc_pc build.
other fix(es)
Updated by nuka1195 about 14 years ago
removed clearproperties(); very bad result. not sure why.
xbmc4xbox-addonsettings-patch.diff is the correct patch
Updated by arnova about 14 years ago
- Status changed from Feedback to Closed
- Resolution set to fixed
r30613. Cheers!