Age | Commit message (Collapse) | Author |
|
I added a handler for this SLurl type that displays the classifieds
details in the side tray.
In order to do this, you have to open the profile of the classified's
creator first. Which means that I have to ask the server for the
classified's description in order to get the creator id. This is done
with an LLAvatarPropertiesObserver observer. One complication here is
that this observer takes the avatar id as a parameter, but we don't
know that (that's what we're trying to find out) - so I made it
possible to pass in a null avatar id - it's only used to filter out
non-interested observers in the notifyObserver() call.
|
|
The new Vivox SDK supports Automatic Gain Control (AGC), so we
shouldn't need to change the local gain level from the default of 50%.
This change sets the initial gain level to 50 (instead of 62) and
removes the local gain sliders from the Sound Preferences floater and
the Voice Controls floater. The latter was not hooked up yet anyway.
|
|
|
|
The handler for secondlife:///app/parcel/{UUID}/about SLurls now opens
the Place side tray and displays the parcel information there.
|
|
As per the international billing team.
Just waiting for the "payment method and currency" URL now.
|
|
|
|
LLURLDispatcherListener accepts requests for LLURLDispatcher.
LLCommandDispatcherListener accepts requests for LLCommandDispatcher.
LLPanelLoginListener accepts requests specifically for LLPanelLogin. Initially
it supports a simulated click to the "Log In" button.
|
|
|
|
shutting down.
Also cleaned up logging in llstartup, llwlparammanager, and llwaterparammanager.
reviewed by Mani.
|
|
|
|
|
|
|
|
|
|
|
|
There is no more time to update it to last month of UI changes; and its use for Localizability Testing is now done.
|
|
|
|
|
|
The special pre_login_help topic is now only displayed when the user
clicks on the "Need help logging in?" link on the login screen, or
selects the top-level Help > Second Life Help (F1) menu.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If you change your god level from when you performed a search, the
search results may be inappropriate for your god level (we pass the
current god status to the search web pages). When this is the case, we
now display a warning at the bottom of the search floater to let the
user know that they should redo their search.
|
|
|
|
|
|
--HG--
branch : product-engine
|
|
shown if user accepts Ad-hoc conference)
sometimes a session name received from a server is empty,
added generating a correct session name in such a case
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
replaced mouseDown callback with handleMouseDown method to provide possibility
to separate mouse down event on panel and in panel children;
--HG--
branch : product-engine
|
|
panels while voice is disabled)
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
Enforcing out-of-order destruction in llfloatercustomize to avoid this crash.
|
|
Enforcing out-of-order destruction in llfloatercustomize to avoid this crash.
|
|
Fixed merge from changeset: 156496ce7d3f to restore my original getActiveInventoryPanel code.
|
|
You can now enter URLs like "www.google.com", "secondlife.com", or
"www.google.com/search?q=second%20life" and these will be hyperlinked.
|
|
avoided creation of LLNotificationWellWindow before creation of notification
well chiclet;
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
reference to returned object”,
removed 'Inspect' button from ServerObjectMessage notification;
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
Improved the implementation for auto-connecting an adhoc call. This
involved having the controller (LLIMMgr) set a flag in the model
(LLIMModel) to autoconnect on initialize. Now all of the view code
(LLPanelChatControlPanel) and the signal/callback infrastructure that
I added earlier can be removed as it violated MVP separation. Ah!
Much nicer. Thanks to PE folk for the suggestion.
|
|
caused by misdetection of IM type
--HG--
branch : product-engine
|
|
\"Nearby\", \"Friends\" and \"Recent\" tabs
--HG--
branch : product-engine
|
|
Finding appropriate icon is left to Erica.
--HG--
branch : product-engine
|