Age | Commit message (Collapse) | Author |
|
buttons disabled upon clicking
|
|
|
|
|
|
|
|
URLs. Explicitly get the path.
|
|
|
|
|
|
from group or friend.
|
|
|
|
|
|
|
|
|
|
|
|
LLControlGroup::loadFromFile() can of course detect which LLControlGroup
instance it's loading. We only want to log unrecognized settings variables in
LLControlGroup "Global". Settings for "Don't show me this again" notifications
are in group "Warnings".
|
|
|
|
|
|
|
|
|
|
connected to FB (otherwise, it autoconnects...)
|
|
matching the rest of the sRGB herd
|
|
|
|
account name
|
|
|
|
|
|
|
|
|
|
|
|
gamma exposed in settings
|
|
|
|
history code
|
|
issues, alpha-blend objects still missing haze underwater
|
|
|
|
|
|
|
|
|
|
skipping history, allow temporary url for display purposes
|
|
|
|
|
|
|
|
added options to web floater to hide history and disable buttons
|
|
show region names.
|
|
route should be called
|
|
FB token
|
|
|
|
|
|
|
|
|
|
|
|
Change LLControlVariable::mPersist from bool to tri-state enum. Its 'true'
value used to mean "persist only if changed from default;" third state now
means "persist regardless of value." Add forcePersist() method to set that.
Replace isSaveValueDefault() method -- used only by logic to determine whether
to save the variable -- with shouldSave() method to encapsulate ALL that logic
rather than only part of it. shouldSave() recognizes PERSIST_ALWAYS state.
When loading an unrecognized control variable from a user settings file, use
forcePersist() to ensure that we later save that variable again.
Tweak one of the unit tests to adjust for new semantics.
|
|
reflect/distort RTs
|