All places just av/group names were being used are now name ui

Since NameBoxes are clickable, remove redundant profile buttons.
Removes a ton of RLV logic, now centralized inside LLNameUI
Removes excess functions that went largely unused

May no longer show if parcel sale is pending under the owner field,
this is weird and it's hard to keep this behavior

Also includes the missing setValue and getValue so this compiles,
that should've been committed way earlier, oops

Also adds ability for name_box to have is_group attribute, too!
This commit is contained in:
Liru Færs
2019-10-09 23:57:01 -04:00
parent d54bf78c08
commit d277f1750d
31 changed files with 151 additions and 498 deletions

View File

@@ -83,16 +83,6 @@ void LLNameEditor::setText(const std::string& text)
LLLineEditor::setText(text);
}
void LLNameEditor::setValue( const LLSD& value )
{
setNameID(value.asUUID(), FALSE);
}
LLSD LLNameEditor::getValue() const
{
return LLSD(mNameID);
}
// virtual
LLXMLNodePtr LLNameEditor::getXML(bool save_children) const
{