Age | Commit message (Collapse) | Author |
|
|
|
|
|
The comment advises grepping for "Global" rather than specifically pointing to
llcontrol.cpp because that's NOT the only place that relies on the name
"Global"! Besides, by the time someone does want to change the name, still
other such dependencies could've crept in.
|
|
|
|
|
|
Initial change made LLControlVariable::mPersist an enum, but retained
bool/BOOL public API. setPersist(true) set one value, setPersist(false) set
another, forcePersist() set the third. Per code review, expose enum to public,
make setPersist() (and LLControlVariable constructor, and LLControlGroup::
declareControl(), and all the LLControlGroup::declareMumble() methods, and all
the unit-test dummy declareMumble() method bodies) accept that enum. Remove
forcePersist(). Fix calls to LLControlGroup::declareMumble() accordingly.
Also rename PERSIST_YES to PERSIST_NONDFT, also per code review.
|
|
|
|
|
|
|
|
|
|
eyelashes
|
|
conversion in one place
|
|
compilation fail
|
|
|
|
|
|
|
|
the windows builds to recognize the value
|
|
|
|
|
|
|
|
|
|
match more closely
|
|
|
|
point/spot atten
|
|
anger some shader compilers despite not being used
|
|
deferred (opaque objects)
|
|
|
|
address bar
|
|
is now 'POST TO FACEOOK'
|
|
|
|
Generalize the secure browsing UI.
|
|
|
|
|
|
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".
|
|
|
|
|
|
|