Age | Commit message (Collapse) | Author |
|
|
|
focus properly...as to why an investigation is needed. For now explicly setting keyboard focus to the internal browser after it is displayed.
|
|
|
|
|
|
|
|
|
|
|
|
after launch
|
|
notification text for ACME-793
|
|
|
|
|
|
|
|
|
|
Previous CHOP-959 logic set a flag to remember that settings variable
RenderQualityPerformance was set (by --graphicslevel), so it could be applied
once LLViewerWindow is constructed. But on first viewer run, LLViewerWindow
constructor calls LLFeatureManager::applyRecommendedSettings(), which resets
that settings variable! So don't just set a flag, actually capture the
requested RenderQualityPerformance value for later.
|
|
SLShareHost setting from settings.xml
|
|
|
|
success notification
|
|
|
|
|
|
service host location as needed.
|
|
|
|
|
|
|
|
missing code block from previous change as per Dave P's advice
|
|
|
|
|
|
|
|
|
|
|
|
|
|
viewer to be unresponsive on login on low end machine
|
|
getter/setter
|
|
on state changes. Instead it returns true if the user successfully connected and false if the user successfully disconnected.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
late
|
|
|
|
|
|
comma removal)
|
|
|
|
|
|
consolidated most indra-specific constants in llcommon under indra_constants.h
fixed issues with operations on mixed unit types (implicit and explicit)
made LL_INFOS() style macros variadic in order to subsume other logging methods
such as ll_infos
added optional tag output to error recorders
|
|
|