Age | Commit message (Collapse) | Author |
|
--HG--
branch : product-engine
|
|
display when users are in the same voice channel)
-- cleanup: remove deprecated commented out code
--HG--
branch : product-engine
|
|
display when users are in the same voice channel)
-- improvements: replace std::vector with std::set to avoid duplicated speaker UUIDs. Added method to get a set of voice participants UUIDs
--HG--
branch : product-engine
|
|
text mode)
--HG--
branch : product-engine
|
|
Created a new widget consisting of button and scrollist. List is added to NonSideTrayView
to properly draw it without using topcontrol (because it caused problems).
This commit also fixes following bugs:
EXT-3301 (Opening Gestures on Bottom Tray Disables Move Button)
EXT-3190 (No bottom tray's context menu appears if right mouse click was perform over enabled Gesture button)
EXT-2610 ('Gesture' btn: floater opens on OnMouseDown)
--HG--
branch : product-engine
|
|
display when users are in the same voice channel)
-- improvements: added more comment for LLOutputMonitorCtrl::switchIndicator
--HG--
branch : product-engine
|
|
display when users are in the same voice channel)
-- refactoring: implemented processing of switching indicator on/off in the same way
--HG--
branch : product-engine
|
|
article (a/an).
Changed the text to "<name> has given you this <item>".
--HG--
branch : product-engine
|
|
display when users are in the same voice channel)
-- fixed bug: "Indicator does not appear if two indicators are visible for the same avatar on second switching to the same voice channel"
--HG--
branch : product-engine
|
|
display when users are in the same voice channel)
-- implemented functionality to have voice indicator visible only for avatars in the same voice channel with agent
All speacking indicators should be registered in LLSpeakingIndicatorManager to be provcessed for the voice channel.
They should implement switchIndicator(bool) as reaction on voice state changing
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
|
|
Notification well should not close Notification well”,
included toast inspector to transient manager exclude list;
--HG--
branch : product-engine
|
|
removed overflow toast related functionality;
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
|
|
|
|
reviewed by Leyla
|
|
(Apparently our Localizatoin tool (xuiparse.py) destroys any preceding spaces in a translation, which in these few cases are critical to proper formatting of the string as shown to the user. Sigh. Dont ask me about the state of our tools.)
|
|
|
|
|
|
lines within a sentence; instead, these should use a 1-line string and word_wrap="true".
|
|
|
|
reviewed by Richard
|
|
|
|
|
|
|
|
|
|
|
|
|
|
label visible. Added column in XUI for URLs.
http://jira.secondlife.com/browse/EXT-4167
|
|
This adds new, raw translations to the viewer; they will not yet be formatted to fit cleanly to the user.
|
|
|
|
In order to support unique help IDs for the Landmark and Place Profile
panels off the Places sidetray, we need to also search within any
embedded (and visible) sub-panels.
|
|
Added an optional "link" parameter to LLNameBox to display the name as a link.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
and categories of ability
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
related bugs: EXT-4113 EXT-4111 EXT-4087
problem - findChild takes loooonng time to execute so cache it...
--HG--
branch : product-engine
|
|
made notification that restored from notification well window shows as inspector;
--HG--
branch : product-engine
|
|
Don't dereference gVoiceClient without checking for NULL in the
cleanup for LLPanelVoiceDeviceSettings.
I also fixed the rendering of the color squares in the voice device
settings. The frame for these boxes were rendered with an off-by-one
error on certain platforms. It seems that gl_box_2d(rect, color, FALSE)
suffers from a graphics driver bug under certain platforms. Fixing
that would requiring a lot of testing on different hardware
configurations, so instead I simlply avoided that specific call.
|
|
--HG--
branch : product-engine
|