Age | Commit message (Collapse) | Author |
|
--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
|
|
shown in mouse look after pressing enter): added gesture button accessibility via TAB and open Gestures list by pressing ENTER/SPACE.
--HG--
branch : product-engine
|
|
You should now be able to light up the 5th square on the I/O sound
devices panel of the preferences floater.
|
|
profile panel)
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
open gestures list)
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
The URL for the Home side tray is specified in settings.xml. It can
now be overriden on a grid-level via a "home_sidetray_url" token sent
by login.cgi.
I also updated the Home URL in settings.xml to pass through a bunch of
information to the web server as query params. These include:
p= : the authentication token from login.cgi
lang= : the user's current two-letter language setting
channel= : the viewer's channel name, e.g., "Second Life Beta",
"Second Life Release", "Snowglobe", etc.
version= : the viewer's version number, e.g., "2.0.0.200712"
major= : the viewer's major version number, e.g. "2"
minor= : the viewer's minor version number, e.g. "0"
|
|
|
|
Payment Method:
http://www.secondlife.com/my/account/payment_method_management.php
Currency:
http://www.secondlife.com/my/account/currency.php
|
|
|
|
http://jira.secondlife.com/browse/EXT-4166
|
|
http://jira.secondlife.com/browse/EXT-3798
|
|
This eliminates the timing hole (introduced by EXT-3934 fix) in which a
belated SRV response could confuse the XMLRPC response code.
Extend unit tests to positively drive the bug and validate the fix.
|
|
|
|
moved.
|
|
http://jira.secondlife.com/browse/EXT-4192
|
|
|
|
|
|
|
|
makes the close button disable)
- removed overridden LLIMFloater::setTornOff functionality to not disable close button
--HG--
branch : product-engine
|
|
|
|
|
|
Viewer now disallows joining or creating groups if the limit reached.
A server-side fix is also needed.
--HG--
branch : product-engine
|
|
should be human readable)
- implemented formatting of avaline Number in the "Leaving call" notification
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
replaced logging to obsolete LLFloaterChat with posting notification system message;
--HG--
branch : product-engine
|
|
your friends list, on the first lookup after login)
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
|
|
|
|
interface.
--HG--
branch : product-engine
|
|
teleport button)
--HG--
branch : product-engine
|
|
objects.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
horizontal alignment, volume button art, removed old art assets
|
|
remembered after re-log EXT-1644 [BSI] Selection Beam color preference (My Effects) doesn't honor color choice -- reviewed by richard
|
|
to be reviewed by Erica
|
|
search/help windows. This should address EXT-4097.
Added a notion of "background color" to LLViewerMediaImpl and LLPluginClassMedia.
Added background color parameters to the size_change message.
Webkit plugin now sets the background color of the instance from the supplied background color, and navigates to a data: url with that background color instead of about:blank as its initial navigate.
Webkit plugin now no longer waits for the first onPageChanged event
LLViewerMediaImpl now clears the texture to the background color when initializing it.
Made LLMediaCtrl fill with its opaque background color when the media impl isn't set up yet.
Removed the initial data URL from the search and help floaters, since what it was doing is now handled internally by the new background color code.
Reviewed by callum and rick.
|