Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-12 | Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ | angela | |
2009-11-12 | merge | angela | |
2009-11-12 | make color and font affecting both nearby chat and toasts | angela | |
2009-11-12 | add optional style params in setText function | angela | |
2009-11-12 | merge | Lynx Linden | |
2009-11-12 | DEV-2925: Remove a null char at the end of the location string. | Lynx Linden | |
2009-11-12 | DEV-2925: Remove support for secondlife:///app/objectim URLs. | Lynx Linden | |
These are no longer generated in Viewer 2.0 (instead we use notifications to send object IMs to the user), so there's no need to look for them in every textbox. Users can get details on any objects spamming them via the new remote object inspector. | |||
2009-11-12 | DEV-2925: Added a new remote object inspector. | Lynx Linden | |
This is used to display details about objects that may not be in the current scene (the existing object inspector is tied to selection and only works for objects in the scene). The remote inspector lets you see the name and owner of the object. You can also teleport to the object's location, view the location on the map, or mute the object. I've also added more information to the notification you receive when an object sends you an IM via llInstantMessage(). This notification now has an "Inspect" button that brings up the remote object inspector. | |||
2009-11-12 | merge | Steve Bennetts | |
2009-11-12 | Better fix for edge case where abort call to readComplete() can cause a crash. | Steve Bennetts | |
2009-11-11 | Fix for DEV-42720 - media settings floater is Empty | callum | |
2009-11-11 | Fix merge error (and hence build breakage :( ) | Rick Pasetto | |
2009-11-11 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-11-11 | Fix a potential crash if scroll button is not there | Rick Pasetto | |
2009-11-11 | Remove references to media_panel_scroll in ↵ | Monroe Linden | |
LLPanelPrimMediaControls::updateShape(), as it was removed from the XUI file. | |||
2009-11-11 | Changing VC Debugger working directory to be ${CMAKE_CURRENT_SOURCE_DIR} to ↵ | brad kittenbrink | |
restore ability to edit in place xui files, shaders, etc. | |||
2009-11-11 | Fix bad XML causing UI images not to load. | James Cook | |
2009-11-11 | Merge from product-engine | Steve Bennetts | |
2009-11-11 | DEV-41358: Changed format of preferred maturity for search. | Lynx Linden | |
Now preferred maturity is passed to the search web pages as an r={13|21|42} query param. | |||
2009-11-11 | merge: pulling changes from trunk | Nyx (Neal Orman) | |
2009-11-11 | fixing build - last commit had bad call to startAppearanceAnimation | Nyx (Neal Orman) | |
function definition of startAppearanceAnimation chagned - last patch missed eliminating the parameters at line 6594 in llvoavatar.cpp. This patch fixes the issue, confirmed builds and runs locally. | |||
2009-11-11 | Fixed typo. | Justin C. Rounds (Chuck) | |
http://jira.secondlife.com/browse/EXT-2359 | |||
2009-11-11 | Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/ | Justin C. Rounds (Chuck) | |
2009-11-11 | Added tool-tip graphic. | Justin C. Rounds (Chuck) | |
2009-11-11 | DEV-34507 too many baked texture uploads | Nyx (Neal Orman) | |
Fixed a double-bake bug on hitting the "OK" button of the appearance editor Also cleaned up extraneous calls to requestLayersetUpload. Behavior should now be consistent with resident expectations. Code reviewed by Bigpapi | |||
2009-11-11 | EXT-2173 use of visual param animation inconsistent at best | Nyx (Neal Orman) | |
removed ambiguous parameter "set_by_user" from many places in codebase, renaming it to be upload_bake, which is a more accurate descriptor. This allowed me to see several inconsistencies in how this variable was being set - these errors were also fixed. User-visible result should be that baked textures are not reuploaded on changing avatar sex until the save button is pressed. primary win here is code clarity. Code reviewed by Bigpapi. | |||
2009-11-11 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-11 | unbreak build | richard | |
2009-11-11 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-11 | merge | richard | |
2009-11-11 | added stylized text to tooltips for showxuinames | richard | |
2009-11-11 | added viewports to LLRenderTarget to speed up animation of sidetray | richard | |
reviewed by Leyla | |||
2009-11-11 | EXT-2382 - fix for clipping of minimap | richard | |
2009-11-11 | Manual merge. | Vadim Savchuk | |
Resolved conflicts in panel_bottomtray.xml and llavataractions.cpp. --HG-- branch : product-engine | |||
2009-11-11 | Add widgets/ui_ctrl.xml that can set default font size across all widgets. | James Cook | |
Individual widgets/*.xml files will need to have explicit font="foo" params removed to start using the defaults. Discussed with Richard. | |||
2009-11-11 | Additional fix for EXT-2137-[BSI] Copy/pasted text chat logs are now much ↵ | Eugene Kondrashev | |
harder to read or post-process. --HG-- branch : product-engine | |||
2009-11-11 | merge | Igor Borovkov | |
--HG-- branch : product-engine | |||
2009-11-11 | fixed reopened subtask EXT-2265 IM unread messages counter should not be ↵ | Igor Borovkov | |
increased for system messages (comming from "Second Life", zero uuid) now not counting messages with from = "Second Life" and from_id = receiver's uuid --HG-- branch : product-engine | |||
2009-11-11 | merge | Mike Antipov | |
--HG-- branch : product-engine | |||
2009-11-11 | Fixed low bug EXT-1499 (Finalize the Home panel and add tooltips to the tab ↵ | Andrew Dyukov | |
grabs). --HG-- branch : product-engine | |||
2009-11-11 | fixed low bug (EXT-573) There is paragraph indent in the toasts text | Dmitry Oleshko | |
--HG-- branch : product-engine | |||
2009-11-11 | merge | Mike Antipov | |
--HG-- branch : product-engine | |||
2009-11-11 | Fixed major bug EXT-2205 (Message well counter is truncated) | Mike Antipov | |
- place counter exactly over the message well icon. Fixed in theis way becouse style guide does not have correct UI. Probably color sheme should be changes to have counter more visible --HG-- branch : product-engine | |||
2009-11-11 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-11 | Implemented Low sub-task EXT-2366-ALL Avatar specific buttons on IM P2P ↵ | Eugene Kondrashev | |
control panel should be disabled when interacting with AVALINE caller --HG-- branch : product-engine | |||
2009-11-11 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-11-11 | fix for normal bug EXT-2303 Distinguish Object-generated Nearby Chat from ↵ | Yuri Chebotarev | |
other Nearby Chat --HG-- branch : product-engine | |||
2009-11-11 | Work on major sub-task EXT-991 (Update bottom bar behavior on resize) | Mike Antipov | |
Code cleaned up: - removed test code to show background in chiclet panel --HG-- branch : product-engine | |||
2009-11-11 | implemented EXT-2363 Get rid of 'Friends Conference' hardcode and rename it ↵ | Igor Borovkov | |
to 'Ad-hoc Conference' --HG-- branch : product-engine | |||
2009-11-11 | Work on major sub-task EXT-991 (Update bottom bar behavior on resize) | Mike Antipov | |
Code refactored: - moved code to process width increasing into separate method --HG-- branch : product-engine |