Commit Graph

10776 Commits (8f892d0f36fda170a5cecf0aea89887d6d0e45ef)

Author SHA1 Message Date
Dmitry Zaporozhan 19ba010137 Fixed low bug EXT-4802 - Clearing whole teleport history doesn't clear TP history from nav bar
--HG--
branch : product-engine
2010-02-03 12:49:38 +02:00
Mike Antipov 02a896a138 Merge with reverted changeset
--HG--
branch : product-engine
2010-02-03 14:56:01 +02:00
Mike Antipov 2a77ef80ce Backed out changeset 5add97e5b6cf
Related to major bug EXT-3985 [BSI] Landmarks created in Viewer 2.0 show up with 1@ in Viewer 1.23.x
Removed auto-cleanup patch to repair Lanmarks in Favorite bar (remove LM Sort prefixes)

--HG--
branch : product-engine
2010-02-03 14:18:06 +02:00
Mike Antipov e1637b79a4 No ticket: removed deprecated commented out code
--HG--
branch : product-engine
2010-02-03 13:34:00 +02:00
Mike Antipov 007bc25f66 Fixed critical bug EXT-4838 ([NUX] Add empty Groups list condition text)
- moved processing of empty list message into LLGroupList
- implemented separate messages for empty list: No matched groups / no groups at all

--HG--
branch : product-engine
2010-02-03 13:33:14 +02:00
Alexei Arabadji 5e63efe1da fixed EXT-4805 “Friend offer is corrupted in resized IM window”,
reverted IM floater default width;
made offer buttons have absolute positions;
avoided text message scrolling with default IM floater width;

--HG--
branch : product-engine
2010-02-03 11:38:03 +02:00
angela 8cbea388ea merge 2010-02-03 15:45:24 +08:00
angela b428711814 EXT-4603) Right-clicking a sound and choosing Play doesn't actually play it 2010-02-03 15:43:07 +08:00
angela 460ec67b97 resolve merge in llsidepanelinventory.cpp 2010-02-03 13:56:39 +08:00
angela f8f2788600 Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ 2010-02-03 12:32:23 +08:00
angela 44c4337420 EXT-1640 Application Icon Misaligned on OSX Installer Dialog (renamed to secondlife beta) 2010-02-03 12:31:51 +08:00
Mark Palange (Mani) 86923afd27 Merge 2010-02-02 18:31:51 -08:00
Mark Palange (Mani) e518fa8df9 EXT-4598 - Added UI handling for E_ST_BAD_ROOT result of animation loading.
Reviewed by Palmer
2010-02-02 18:26:29 -08:00
Monroe Linden 5491dd6e98 Further fixes for EXT-4689 (Long-word chat spam cripples fps and/or 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.
2010-02-02 18:24:11 -08:00
Loren Shih 785d771eaf automated merge viewer2.0->viewer2.0 2010-02-02 20:26:35 -05:00
Loren Shih 85cc9f121d EXT-4874 : Client freezes on right click - take item
Fixed infinite loop due to parent_id not being incremented properly in loop.
2010-02-02 20:25:48 -05:00
Rick Pasetto 4a8379d2d3 Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ 2010-02-02 17:11:33 -08:00
Tofu Linden 5285e5479c Remove a couple of header deps on llprimitive.h for faster buildy goodness. 2010-02-02 23:11:27 +00:00
Mark Palange (Mani) dd61ccde7f removed tab character 2010-02-02 14:55:50 -08:00
Mark Palange (Mani) d14ecbace5 merge 2010-02-02 14:53:01 -08:00
Mark Palange (Mani) 58f813a136 merge 2010-02-02 14:45:42 -08:00
Mark Palange (Mani) 0f07ec0c69 Pushing processor id windows fixes to working branch. 2010-02-02 14:42:32 -08:00
Loren Shih f22fc1e612 automated merge viewer2.0->viewer2.0 2010-02-02 17:15:46 -05:00
Rick Pasetto 7b207cfde4 Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ 2010-02-02 14:15:05 -08:00
Brad Payne (Vir Linden) 6d44848ded For EXT-4173: New accounts sometimes appear half-naked. Fixed race condition that sometimes caused incomplete auto-populate folder to be worn 2010-02-02 17:14:29 -05:00
Loren Shih 847a3a1220 EXT-4243 : Sorting is broken in inventory
Landmarks were being special cased for sorting; removed this so that they sort by the same rules of other folders.
2010-02-02 17:11:42 -05:00
Tofu Linden e3344abb95 merge. 2010-02-02 21:31:59 +00:00
Tofu Linden b1519222ab PE merge. 2010-02-02 21:18:41 +00:00
Erica ba4f2af688 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 2010-02-02 12:37:21 -08:00
Chuck Linden 7fdf8d55d7 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2010-02-02 15:16:26 -05:00
Chuck Linden 2dbf48d05c Adjusted vertical position of damage text and icon.
https://jira.secondlife.com/browse/EXT-4861
2010-02-02 15:16:14 -05:00
Eugene Mutavchi 0c7e18cbc6 Fixed normal bug EXT-4127 ([BSI] Cannot copy/paste from another resident's picks / classifieds)
--HG--
branch : product-engine
2010-02-02 21:53:52 +02:00
Eugene Mutavchi 047176cd6f Fixed normal bug EXT-4115 (Cannot copy/paste from another resident's profile)
--HG--
branch : product-engine
2010-02-02 21:53:52 +02:00
Eugene Mutavchi 347daac67d Fixed normal bug EXT-4105 ([BSI] group names are not able to be copied from side panel) - changed LLTextBoxEx class to inherit the LLTextEditor behavior
--HG--
branch : product-engine
2010-02-02 21:53:52 +02:00
Denis Serdjuk df7292b716 fixed low Bug EXT-4242 History Dropdown should appear immediately when click-dragging downward from back button
LLPullButton has been implemented to handle such behavior

--HG--
branch : product-engine
2010-02-02 21:38:36 +02:00
Eli Linden a4d81d0f69 Merge 2010-02-02 11:32:33 -08:00
Denis Serdjuk 27c08cec25 fixed bug EXT-4241 Back button in nav bar should remain depressed during 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
2010-02-02 21:03:04 +02:00
Andrew Dyukov f0a18ec0a6 Fixed normal bug EXT-4758 ("Call" button in IM window is disabled after call from parcel with disabled voice)
- One more voice client state is now treated by voiceWorking() as valid.

--HG--
branch : product-engine
2010-02-02 20:55:45 +02:00
Tofu Linden b90d1d0b6f merge. 2010-02-02 18:32:33 +00:00
Tofu Linden 7ba025b625 merge. 2010-02-02 18:19:36 +00:00
Denis Serdjuk 1da3feec8b merge
--HG--
branch : product-engine
2010-02-02 20:11:57 +02:00
Chuck Linden b817a9333c Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2010-02-02 12:33:54 -05:00
Chuck Linden 8920a18aff Updated filter text.
http://jira.secondlife.com/browse/EXT-4844
2010-02-02 12:32:38 -05:00
Tofu Linden cb57f65f68 merge. 2010-02-02 17:28:55 +00:00
Tofu Linden b6bc7d94f2 trivial comment fix while I was there! 2010-02-02 17:22:47 +00:00
Lynx Linden f937153a01 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2010-02-02 17:20:01 +00:00
Lynx Linden e563a07659 DEV-32540: Lots of object IM and SLurl improvements
- 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.
2010-02-02 17:19:14 +00:00
Tofu Linden d51b7c4b34 merge. 2010-02-02 17:16:51 +00:00
Tofu Linden 3a428ed63a PE merge. 2010-02-02 17:06:14 +00:00
Chuck Linden b01854ed46 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2010-02-02 12:05:03 -05:00