Age | Commit message (Collapse) | Author |
|
-- Implemented flashing to 'Lit' [N] times. Also added configurable period of flashing.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
window as (???)(???)
Cause:
LLFloaterChat::addChat() was adding a speaking object into the speaker list
Solution:
filtering these speakers in SpeakerAddListener
--HG--
branch : product-engine
|
|
There is now a new "Need help logging in?" link on the right-hand side
of the login panel. Clicking on this brings up the help browser with
the pre_login_help topic (the same as pressing F1).
|
|
-- Implemented 4 states of button by its background images via force Pressed state. They are:
--- xml attribute Description
--- image_unselected "Unlit" - there are no new messages
--- image_selected "Unlit" + "Selected" - there are no new messages and the Well is open
--- image_pressed "Lit" - there are new messages
--- image_pressed_selected "Lit" + "Selected" - there are new messages and the Well is open
--HG--
branch : product-engine
|
|
This menu brings up the Help Browser with the report_bug topic.
To support this, I've created a new ShowHelp function that can be
accessed from XUI. You can supply an optional help topic parameter,
or if you specify no parameter then the default (F1) help is shown.
|
|
--HG--
branch : product-engine
|
|
The Home side panel URL, specified in settings.xml, now additionally
supports a [GRID] substitution variable, with potential values equal
to: "None", "Agni", "Aditi", etc.
|
|
As per request from Yoz. They will add navigation buttons to the
actual HTML content.
|
|
|
|
and stacking.
Improved functionality, cleaned code.
--HG--
branch : product-engine
|
|
|
|
The state of gAgent.isGodlike() is now passed through to the Search
web pages via a new g=[0|1] query parameter.
|
|
Renamed llviewerversion to llversioninfo, to avoid confusion with
llversionviewer in llcommon (llversion is already used by llwindow).
Created new LLVersionInfo class with the following methods:
static S32 getMajor();
static S32 getMinor();
static S32 getPatch();
static S32 getBuild();
static const std::string &getVersion();
static const std::string &getShortVersion();
static const std::string &getChannel();
All viewer code has been updated to use this API. Viewer code no
longer directly includes llversionviewer.h from llcommon.
|
|
we were accidentally linking the duff fmod vorbis first because our dependancies weren't well-defined.
|
|
also fixed dropping last line in chat history
|
|
|
|
|
|
|
|
--HG--
branch : avatar-pipeline
|
|
L10N: consistency in phrasing on the 2 separate places in the Nav Bar where you create/edit a Landmark
Also, add a separator to menu_NavBar so its easier to parse visually.
|
|
|
|
bad cast
|
|
|
|
Reduced some size constants. Trivial, not reviewed.
|
|
|
|
|
|
If vertical scroll bar is visible, give it the scroll events and
don't scroll horizontally. Eliminated extraneous folder view item
scroll handler. Reviewed with Richard.
|
|
|
|
--HG--
branch : avatar-pipeline
|
|
--HG--
branch : avatar-pipeline
|
|
|
|
not follow sidepanel bottom
|
|
It now successfully retries to connect on windows.
reviewed by nat.
|
|
|
|
2. Added text padding on the right of the chat input field to prevent overlapping of text and nearby voice chat indicator.
https://jira.secondlife.com/browse/EXT-3177
https://jira.secondlife.com/browse/EXT-3155
|
|
various filter options
EXT-3124 : Add lookup for finding all linked items to an item
Specifying date range now is explicitly tracked as a filter type.
--HG--
branch : avatar-pipeline
|
|
Only will affect new accounts.
--HG--
branch : avatar-pipeline
|
|
|
|
|
|
|
|
http://jira.secondlife.com/browse/EXT-1673
|
|
|
|
|
|
Trash icon is disabled when no items are selected.
--HG--
branch : avatar-pipeline
|
|
link to http://secondlife.com/my)
--HG--
branch : product-engine
|
|
|
|
This module now contains general viewer version routines, not just
access to the viewer build number, so I've renamed it from
llviewerbuild to llviewerversion.
|
|
Rather than copy/paste the same version string formatting pattern
again, I added new string-based version routines:
/// return the full viewer version as a string like "2.0.0.200030"
const std::string &llGetViewerVersion();
/// return the viewer version as a string like "2.0.0"
const std::string &llGetViewerShortVersion();
/// return the viewer build version as a string, e.g., "200130"
const std::string &llGetViewerBuildVersion();
|
|
--HG--
branch : product-engine
|