Age | Commit message (Collapse) | Author |
|
I gave lynx a bad review. :( I didn't know about the setting FirstLoginThisInstall.
I'm backing out lynx's change, then re-fixing EXT-4237.
|
|
Previously any login attempt, even a failed one, would cause the Start
Up pulldown to appear. Now only a successful login will cause this to
happen. Also renamed the setting FirstRunThisInstall to the more accurate
HadFirstSuccessfulLogin (and inverted its logic).
Reviewed by Mani.
|
|
Now LLUI::getLanguage() returns a result that is consistent on Mac,
Windows, and Linux. Also, cleaned up some legacy language code.
|
|
|
|
|
|
|
|
|
|
secondlife beta)
|
|
|
|
Reviewed by Palmer
|
|
disconnects client).
This should fix the inefficiencies in the append path that made viewer FPS drop severely when addinglarge amounts of text to the nearby chat floater.
Resizing the floater with a huge amount of text in it is still pretty bad, but fixing that will require some bigger architectural changes.
Changed LLTextBase::needsReflow() to take an offset at which to start reflow processing.
Changed most needsReflow() calls in LLTextBase to supply a proper index.
Changed LLTextBase::reflow() to use the reflow index maintained by needsReflow().
Removed all needsReflow() calls from LLTextEditor (the only way for it to manipulate the text is through functions in LLTextBase that already manage reflowing internally).
Removed LLTextEditor::replaceUrlLabel(), since it was identical to the inherited version LLTextBase::replaceUrlLabel().
Reviewed by Richard.
|
|
|
|
Fixed infinite loop due to parent_id not being incremented properly in loop.
|
|
|
|
|
|
Landmarks were being special cased for sorting; removed this so that they sort by the same rules of other folders.
|
|
|
|
|
|
|
|
https://jira.secondlife.com/browse/EXT-4861
|
|
picks / classifieds)
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
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
|