Age | Commit message (Collapse) | Author |
|
side panel) - changed LLTextBoxEx class to inherit the LLTextEditor behavior
--HG--
branch : product-engine
|
|
when click-dragging downward from back button
LLPullButton has been implemented to handle such behavior
--HG--
branch : product-engine
|
|
|
|
click-hold
Cause:
mouse capture was reset by the popup menu. It broke mouse event workflow and made invalid changing of pressed state.
Solution:
Workaround with mouseUp callback of gMenuHolder has been implemented to handle mouseUp event and to change pressed state of the buttons.
--HG--
branch : product-engine
|
|
from parcel with disabled voice)
- One more voice client state is now treated by voiceWorking() as valid.
--HG--
branch : product-engine
|
|
|
|
|
|
--HG--
branch : product-engine
|
|
|
|
http://jira.secondlife.com/browse/EXT-4844
|
|
|
|
|
|
|
|
- Don't let object names that are URLs override links to display the
remote object inspector
- Don't hyperlink the object name in the remote object inspector
- Made the <nolink>...</nolink> regex more robust and made it support
non-URLs between the tags, so that we don't get random <nolink> tags
when trying to disable URLs in user-typed text.
- Improved the llurlentry unit test and added some more test cases.
- Hooked up another LLViewerMessage code path to objectim SLapps to
pass down the owner and slurl information.
- Made a few LLUrlEntryBase methods be const methods, because they are
- Fixed a bug in the remote object inspector where it would never show
the teleport URL.
|
|
|
|
|
|
|
|
http://jira.secondlife.com/browse/EXT-4357
|
|
changes menu.
- Removing LLPanelPlaces dependency from open_inventory_offer handler.
- Added landmark offer handling to Places panel.
--HG--
branch : product-engine
|
|
Resident name in Pay Resident floater).
Removed hardcoded payee name.
--HG--
branch : product-engine
|
|
|
|
--HG--
branch : product-engine
|
|
Friend' and 'Pay' enabled
--HG--
branch : product-engine
|
|
|
|
center of game area
--HG--
branch : product-engine
|
|
|
|
change in the Vivox API
The master voice mute in preferences wasn't working either, due to the minimum scaled volume now being 30 instead of 0.
Reviewed by Lynx.
|
|
involved losing of topctrl in focusmgr and can cause strange bugs and problems.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
chat history for Nearby Chat (both plain text and widgeted chat)
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
new IMs are received)
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
loading chat history for Nearby Chat (both plain text and widgeted chat)
--HG--
branch : product-engine
|
|
- Restored fix made in viewer-2-0/product-engine changeset 4880:ff1363072741.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
object chat toast
--HG--
branch : product-engine
|
|
|
|
--HG--
branch : product-engine
|
|
|
|
teleport this person"
|
|
--HG--
branch : product-engine
|
|
fix preview position
--HG--
branch : product-engine
|
|
|
|
|
|
Removed some unnecessary string copies in LLTextBase and LLNormalTextSegment by changing getWText() to return const LLWString& (instead of LLWString), and storing the result in a const LLWString& instead of an LLWString in places where the string doesn't need to be modified.
Made LLTextViewModel::getDisplay() also return const LLWString& instead of LLWString.
Removed a couple of unused local string variables in LLTextBase (the compiler flagged these after converting the local copies to const LLWString&).
|
|
|
|
|
|
Changed callback signature to full_name instead of first_name,last_name
Eliminated all calls to legacy (non-signal/non-boost-bind) lookup mechanism
Change Pay dialog names to SLURL links
Tweaked layout of Pay Resident and Pay via Object floaters to make SLURLs fit
Consolidate name first + " " + last concatenation in LLCacheName::buildFullName()
Reviewed with Kelly
|