Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-03 | EXT-4022 : Texture previews don't work in object contents | Loren Shih | |
This was broken long ago in viewer-2.0.0-2 when someone made the decision to stop passing in ObjectID to the texture preview floater. | |||
2010-02-03 | EXT-4930 : Remove ability to change folder type in release viewer2.0 | Loren Shih | |
You should not be able to change folder type in viewer2.0; this was meant as a debug option and I swear it was removed some time ago and crept back in... | |||
2010-02-03 | EXT-4923 : Texture Preview "Copy to Inventory" button too small | Loren Shih | |
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 | |||
2010-02-02 | merge. | Tofu Linden | |
2010-02-02 | merge. | Tofu Linden | |
2010-02-02 | merge | Denis Serdjuk | |
--HG-- branch : product-engine | |||
2010-02-02 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Chuck Linden | |
2010-02-02 | Updated filter text. | Chuck Linden | |
http://jira.secondlife.com/browse/EXT-4844 | |||
2010-02-02 | merge. | Tofu Linden | |
2010-02-02 | trivial comment fix while I was there! | Tofu Linden | |
2010-02-02 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Lynx Linden | |
2010-02-02 | DEV-32540: Lots of object IM and SLurl improvements | Lynx Linden | |
- 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 | 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 | Created new graphics for build tools "selected" states. | Chuck Linden | |
http://jira.secondlife.com/browse/EXT-4357 | |||
2010-02-02 | Working on (EXT-4347) Moving object contents to inventory opens files, ↵ | Sergei Litovchuk | |
changes menu. - Removing LLPanelPlaces dependency from open_inventory_offer handler. - Added landmark offer handling to Places panel. --HG-- branch : product-engine | |||
2010-02-02 | Fixed major bug EXT-4811 ([BSI] Attempt to pay an object shows wrong ↵ | Vadim Savchuk | |
Resident name in Pay Resident floater). Removed hardcoded payee name. --HG-- branch : product-engine | |||
2010-02-02 | PE merge. | Tofu Linden | |
2010-02-02 | reverted accidental change to floater_im_session.xml | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-02-02 | fixed EXT-4755 Own context menu in voice chat participants list has 'Add ↵ | Igor Borovkov | |
Friend' and 'Pay' enabled --HG-- branch : product-engine | |||
2010-02-02 | merged new changes | gabriel lee | |
2010-02-02 | Fixed normal bug EXT-4696 - Teleport offer window is not alligned to the ↵ | Dmitry Zaporozhan | |
center of game area --HG-- branch : product-engine | |||
2010-02-02 | acted on code review advise, check some return pointers for nullness etc | gabriel lee | |
2010-02-02 | Supplementary fix EXT-4770 : Voice muting not working properly due to a ↵ | Aimee Linden | |
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. | |||
2010-02-02 | no ticket. Removing the hack from llfloater.This code is dangerous. It ↵ | Denis Serdjuk | |
involved losing of topctrl in focusmgr and can cause strange bugs and problems. --HG-- branch : product-engine | |||
2010-02-02 | merge | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-02-02 | added saving of nearby chat history - EXT-4777 Implement saving and loading ↵ | Igor Borovkov | |
chat history for Nearby Chat (both plain text and widgeted chat) --HG-- branch : product-engine | |||
2010-02-02 | merge | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-02-02 | fix for normal EXT-4810 Block hot-keys in mouse-look mode | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-02-02 | Fxed normal bug EXT - 4106 (Tabbed IM floater isn't highlighting labels when ↵ | Paul Guslisty | |
new IMs are received) --HG-- branch : product-engine | |||
2010-02-02 | Fixed normal bug EXT-4740 - Object inspector hides however context menu present | Dmitry Zaporozhan | |
--HG-- branch : product-engine | |||
2010-02-02 | added loading/parsing of Nearby Chat history - EXT-4777 Implement saving and ↵ | Igor Borovkov | |
loading chat history for Nearby Chat (both plain text and widgeted chat) --HG-- branch : product-engine | |||
2010-02-02 | Fixed major bug (EXT-2316) Insert the option "pay" in the profile. | Sergei Litovchuk | |
- Restored fix made in viewer-2-0/product-engine changeset 4880:ff1363072741. --HG-- branch : product-engine |