Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-03 | Fixed normal bug EXT-2124 - [BSI] New notifications of group chat messages ↵ | Dmitry Zaporozhan | |
do not identify the destination group chat of message --HG-- branch : product-engine | |||
2010-02-03 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-02-03 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-02-03 | fixed EXT-4737 Nearby chat edit field doesn't get focus after pasting | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-02-03 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-02-03 | implemented EXT-4889 Please add Pay button to IM window | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-02-03 | merge | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-02-03 | merge | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-02-03 | Fixed critical bug EXT-4836 ([NUX] Add text to empty Friends tab in People ↵ | Mike Antipov | |
Panel) - added an appropriate message into My Friends tab when avatar has no friends. - "global search" & "try the Map" are made as url to appropriate floaters --HG-- branch : product-engine | |||
2010-02-03 | fix for reopened EXT-4578 Noninteractive voice notifications should have ↵ | Igor Borovkov | |
close affordance --HG-- branch : product-engine | |||
2010-02-03 | fixed critical Bug EXT-4831 [NUX] Parcel property icons are off by default | Denis Serdjuk | |
Default value of 'NavBarShowParcelProperties' has been changed --HG-- branch : product-engine | |||
2010-02-03 | Fixed normal bug EXT-4796 (Linux only: Call Group button blinks while Group ↵ | Andrew Dyukov | |
Chat). - Removed updateCallButton() call from draw() and added it to LLIMFloater::sessionInitReplyReceived() to enable "Call" button when session is initialized. --HG-- branch : product-engine | |||
2010-02-03 | fix CRASH in roles tab in group info panel. no ticket... | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-02-03 | No ticket. Added comments regarding EXT-4758 and ↵ | Andrew Dyukov | |
LLVoiceClient::voiceWorking() in general to clear things up a bit. --HG-- branch : product-engine | |||
2010-02-03 | fixed EXT-4776 Make avatars in nearby chat inspectable | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-02-03 | fixed EXT-4764 “Forbid connecting to different voice channels at once”, | Alexei Arabadji | |
removed redundant call status notifications: ringing, connected, hang_up, unavailable, answering; --HG-- branch : product-engine | |||
2010-02-03 | Update for normal bug EXT-4873 - Homepage field in My Profile (edit) no ↵ | Dmitry Zaporozhan | |
longer appears --HG-- branch : product-engine | |||
2010-02-03 | Fixed normal bug EXT-4873 - Homepage field in My Profile (edit) no longer ↵ | Dmitry Zaporozhan | |
appears --HG-- branch : product-engine | |||
2010-02-03 | Updated comment for ticket EXT-4772(No new IM notification when in tabbed IM ↵ | Dmitry Zaporozhan | |
mode) --HG-- branch : product-engine | |||
2010-02-03 | Fixed normal bug EXT-4766 - System notifications in nearby chat has default ↵ | Dmitry Zaporozhan | |
avatar icon and behave like sent from object --HG-- branch : product-engine | |||
2010-02-03 | Fixed low bug EXT-4802 - Clearing whole teleport history doesn't clear TP ↵ | Dmitry Zaporozhan | |
history from nav bar --HG-- branch : product-engine | |||
2010-02-03 | Merge with reverted changeset | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-02-03 | Backed out changeset 5add97e5b6cf | Mike Antipov | |
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 | No ticket: removed deprecated commented out code | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-02-03 | Fixed critical bug EXT-4838 ([NUX] Add empty Groups list condition text) | Mike Antipov | |
- 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 | fixed EXT-4805 “Friend offer is corrupted in resized IM window”, | Alexei Arabadji | |
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 | merge | angela | |
2010-02-03 | EXT-4603) Right-clicking a sound and choosing Play doesn't actually play it | angela | |
2010-02-03 | resolve merge in llsidepanelinventory.cpp | angela | |
2010-02-03 | Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ | angela | |
2010-02-03 | EXT-1640 Application Icon Misaligned on OSX Installer Dialog (renamed to ↵ | angela | |
secondlife beta) | |||
2010-02-02 | Merge | Mark Palange (Mani) | |
2010-02-02 | EXT-4598 - Added UI handling for E_ST_BAD_ROOT result of animation loading. | Mark Palange (Mani) | |
Reviewed by Palmer | |||
2010-02-02 | Further fixes for EXT-4689 (Long-word chat spam cripples fps and/or ↵ | Monroe Linden | |
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 | automated merge viewer2.0->viewer2.0 | Loren Shih | |
2010-02-02 | EXT-4874 : Client freezes on right click - take item | Loren Shih | |
Fixed infinite loop due to parent_id not being incremented properly in loop. | |||
2010-02-02 | Remove a couple of header deps on llprimitive.h for faster buildy goodness. | Tofu Linden | |
2010-02-02 | automated merge viewer2.0->viewer2.0 | Loren Shih | |
2010-02-02 | EXT-4243 : Sorting is broken in inventory | Loren Shih | |
Landmarks were being special cased for sorting; removed this so that they sort by the same rules of other folders. | |||
2010-02-02 | merge. | Tofu Linden | |
2010-02-02 | PE merge. | Tofu Linden | |
2010-02-02 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Chuck Linden | |
2010-02-02 | Adjusted vertical position of damage text and icon. | Chuck Linden | |
https://jira.secondlife.com/browse/EXT-4861 | |||
2010-02-02 | Fixed normal bug EXT-4127 ([BSI] Cannot copy/paste from another resident's ↵ | Eugene Mutavchi | |
picks / classifieds) --HG-- branch : product-engine | |||
2010-02-02 | Fixed normal bug EXT-4115 (Cannot copy/paste from another resident's profile) | Eugene Mutavchi | |
--HG-- branch : product-engine | |||
2010-02-02 | Fixed normal bug EXT-4105 ([BSI] group names are not able to be copied from ↵ | Eugene Mutavchi | |
side panel) - changed LLTextBoxEx class to inherit the LLTextEditor behavior --HG-- branch : product-engine | |||
2010-02-02 | fixed low Bug EXT-4242 History Dropdown should appear immediately ↵ | Denis Serdjuk | |
when click-dragging downward from back button LLPullButton has been implemented to handle such behavior --HG-- branch : product-engine | |||
2010-02-02 | Merge | Eli Linden | |
2010-02-02 | fixed bug EXT-4241 Back button in nav bar should remain depressed during ↵ | Denis Serdjuk | |
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 | Fixed normal bug EXT-4758 ("Call" button in IM window is disabled after call ↵ | Andrew Dyukov | |
from parcel with disabled voice) - One more voice client state is now treated by voiceWorking() as valid. --HG-- branch : product-engine |