summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2009-11-12Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Xiaohong Bao
2009-11-12mergeskolb
2009-11-12EXT-2135 [BSI] Scrolling the TOS agreement makes the entire agreement unreadableskolb
2009-11-12Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Xiaohong Bao
2009-11-12do not apply additional decode priority to textures with high boost levels.Xiaohong Bao
2009-11-12fix a bug of making invisible spatial group visible.Xiaohong Bao
2009-11-12mergeLeyla Farazha
2009-11-12merge.Tofu Linden
2009-11-12more fixing for hokey layout.Tofu Linden
2009-11-12mergeLeyla Farazha
2009-11-12merge.Tofu Linden
2009-11-12try fixing mysterious layout issue.Tofu Linden
2009-11-12merge latest batch of stuff from viewer2voiceparityTofu Linden
2009-11-12mergeLoren Shih
2009-11-12Rename LLInventoryObservers to LLInventoryObserverLoren Shih
2009-11-12mergeLoren Shih
2009-11-12Extracted LLInventoryObserver classes from LLInventoryModel.h into their own ↵Loren Shih
subclass, LLInventoryObservers.h. This reduces dependencies and compile times, and makes these classes easier to locate. I have not yet refactored classes to remove #include "llinventorymodel.h" and replace with #include "llinventoryobservers.h". This will happen later.
2009-11-12Minimized floaters will now follow top left when main view is resizedLeyla Farazha
2009-11-12Automated merge with ssh://hg.lindenlab.com/moss/viewer2voiceparity/Lynx Linden
2009-11-12EXT-2367: Fixed potential NULL dereference crash in voice chat.Lynx Linden
2009-11-12merge.Tofu Linden
2009-11-12mergeMark Palange (Mani)
2009-11-12DEV-42715 Fixed lllogin SRV request timeout unit test.Mark Palange (Mani)
Also made SRV config options not persistent. reviewed by brad
2009-11-12mergeJames Cook
2009-11-12mergeJames Cook
2009-11-12Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Brad Payne (Vir Linden)
2009-11-12fix silly error that was nerfing the outgoing call dialog.Tofu Linden
more work towards a decent DEV-42312 and DEV-42313
2009-11-12DEV-41324 DEV-41331: Improvements to the Avaline voice workflow.Lynx Linden
Don't show the "Start IM" button in the incoming call request for an Avaline call. And display the phone number of the incoming call as the avatar name, instead of "(???) (???)".
2009-11-12add Cancel button to outgoing call dialog, make it work (perhaps), make the ↵Tofu Linden
name of the departing voice session more accurate (perhaps). WIP.
2009-11-12Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Brad Payne (Vir Linden)
2009-11-12mergeLoren Shih
2009-11-12more inching towards outgoing call popup goodness...Tofu Linden
2009-11-12more work on the outgoing call popup...Tofu Linden
2009-11-12EXT-2363: Rename 'Friends Conference' to 'Ad-hoc Conference'Lynx Linden
2009-11-12more mimicking of the good parts of the incoming_floater!Tofu Linden
2009-11-12mergeLynx Linden
2009-11-12DEV-2925: Remove a null char at the end of the location string.Lynx Linden
2009-11-12DEV-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-12DEV-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-12reacreate floater_outgoing_call in the new style of floater_incoming_call.Tofu Linden
2009-11-12merge.Tofu Linden
2009-11-12Automated merge with ssh://hg.lindenlab.com/moss/viewer2voiceparity/Lynx Linden
2009-11-12DEV-41324: Updated the Incoming Call floater.Lynx Linden
This is now a dockable floater with a dock tongue. It currently floats over the sys well, where other system messages appear. The appearance now matches the voice spec more closely. It also tells you which voice channel you would be leaving if you accept the call.
2009-11-12mergeSteve Bennetts
2009-11-12Better fix for edge case where abort call to readComplete() can cause a crash.Steve Bennetts
2009-11-11Fix for DEV-42720 - media settings floater is Emptycallum
2009-11-11mergeLoren Shih
2009-11-11Took out unnecessary llinfos msg from LLInventoryModel.Loren Shih
2009-11-11EXT-387 : Clean up WARNINGS - Advanced.DumpAvatarLocalTexturesLoren Shih
Added menu callbacks in for avatar texture debug, but disabled functionality for release version.
2009-11-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/James Cook