summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2009-10-27mergeMike Antipov (Mike ProductEngine)
--HG-- branch : product-engine
2009-10-27Fixed normal bug ext-1856-All participants of group chat/friends conference ↵Eugene Kondrashev
listed like off-line --HG-- branch : product-engine
2009-10-27Fixed normal bug EXT-1859 (Only just added landmark is shown in "favorites ↵Mike Antipov (Mike ProductEngine)
bar" folder) Reason: items of Inventory Panel's start folder are removed while processing Inventory model changed event. In this case root items have no parent LLFolderViewFolder and parent is LLFolderView (LLInventoryPanel::mFolders) itself. Fix: - added check of LLFolderViewItem's parent against NULL. --HG-- branch : product-engine
2009-10-27Implemented major task EXT-1717 (IM related server responses processing ↵Eugene Mutavchi
stuff should use new IM floater along with the old one) sub-task of EXT-96 (Viewer 2009: Group IM detail). --HG-- branch : product-engine
2009-10-27fixed Bug EXT-1602 'Add new folder' and 'Add new landmark' has same ↵Denis Serdjuk
icons that is deceitful New menubutton has been implemented according to Viewer 2.0 Design Specification:Places Task Panel. It generates a menu for AddLandmark and AddFolder options --HG-- branch : product-engine
2009-10-27mergeIgor Borovkov
--HG-- branch : product-engine
2009-10-27IM refactoring: moved voice channel related classes to its own ↵Igor Borovkov
llvoicechannel.* files from dying llimpanel.* files --HG-- branch : product-engine
2009-10-27mergeDmitry Oleshko
--HG-- branch : product-engine
2009-10-27fixed normal bug (EXT-1805) Noninteractive notification toast is redundant ↵Dmitry Oleshko
if local chat floater is open --HG-- branch : product-engine
2009-10-27EXT-760 Move Tap tap hold to run to Preferences > Advanced , and make the ↵angela
default to false
2009-10-27disable media title to make it read only at all timeangela
2009-10-27mergeYuri Chebotarev ychebotarev@productengine.com
--HG-- branch : product-engine
2009-10-27working on EXT-1713,EXT-1712,EXT-1711,EXT-1709Yuri Chebotarev ychebotarev@productengine.com
EXT-1713 Nearby Chat: Objects have tooltips (???)(???) EXT-1712 Nearby Chat: change context menu for objects EXT-1711 Nearby Chat: context menu isn't applicable for system messages EXT-1709 Nearby Chat: Avatar context menu can be triggered on avatar's icon only initial commit - panel for message headers --HG-- branch : product-engine
2009-10-26Fixed a crash on exit in gInventory destructor.Steve Bennetts
2009-10-26EXT-5 - Fixed ESC and other shortcuts, again.Steve Bennetts
Moved Shortcuts from Develop menu to Advanced.
2009-10-26EXT-1548 - Fix for Crash on restart of a regionSteve Bennetts
2009-10-27mergeangela
2009-10-26Fix for DEV-41638 (current URL is not propagated if media changes from ↵Monroe Linden
website to media). Made the quicktime plugin send navigate_begin and navigate_complete events. This should allow the viewer's logic for sending prim media navigate events to work when loading quicktime media.
2009-10-26Volume controls in the media HUD should now work -- this fixes DEV-41746, ↵Monroe Linden
DEV-41748, and DEV-40782. Added LLPluginClassMedia::getVolume(). Added setVolume/getVolumeupdateVolume methods to LLViewerMediaImpl. LLViewerMedia::setVolume() now no longer overrides the volume settings on all media instances -- it now sets a "global volume" value which is multiplied by all instances' volumes to modulate them. Cleaned up volume/mute handling in LLPanelMediaHUD (made it go through the LLViewerMediaImpl interface instead of directly through LLPluginClassMedia, and removed the mMediaVolume member variable, since the media impl now stores that state).
2009-10-26Mergecallum
2009-10-26Potential fix for https://jira.lindenlab.com/jira/browse/DEV-41702callum
and https://jira.lindenlab.com/jira/browse/DEV-38579. Both relate to media not working properly and were likely caused by an uninitialized heartbeat timeout.
2009-10-26EXT-1901 Add color inventory icons, remove old art, add references to new artErica Firment
2009-10-26mergeSteve Bennetts
2009-10-26EXT-1402 - Thousands of "WARNING: LLAssetStorage::getAssetData: Discarding ↵Steve Bennetts
duplicate request for asset" lines Added a list of requested landmark assets and limited the frequency of multiple requests for the same asset
2009-10-26mergerichard
2009-10-26mergerichard
2009-10-26tweaked clipping rect for scroll containers to not overlap vertical scrollbarrichard
fixed reflow logic when resizing text editors that contain widgets (would make text appear and disappear) reviewed by James
2009-10-26Re labled "About Land" links back to "About Land" for 2.0.Steve Bennetts
2009-10-26Add some logging to perhaps discern more information about reported crashesRick Pasetto
2009-10-26Fixed low bug EXT-1851 (Unable to process multiple selected friends)Eugene Mutavchi
--HG-- branch : product-engine
2009-10-26Fixed major bug EXT-1850-Crash after open of group-chat (ProductEngine)Eugene Kondrashev
--HG-- branch : product-engine
2009-10-26Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Sergey Borushevsky
--HG-- branch : product-engine
2009-10-26Fixed normal bug EXT-1450 (Set max height on Gestures tray).Sergey Borushevsky
--HG-- branch : product-engine
2009-10-26Mergecallum
2009-10-26merge from remote repoRick Pasetto
2009-10-26Mac build fix; fix error about hidden functions in llui_libtest.cppRick Pasetto
2009-10-26mergeAndrew Dyukov
--HG-- branch : product-engine
2009-10-26Implemented low task EXT-1156(Implement option to show/hide avatar icon in ↵Andrew Dyukov
the friend list) --HG-- branch : product-engine
2009-10-26mergeDmitry Oleshko
--HG-- branch : product-engine
2009-10-26mergeSteve Bennetts
2009-10-26Fixed normal bug [BSI] The "X notifications arrived while you were away" ↵Dmitry Oleshko
toast on login is not clickable --HG-- branch : product-engine
2009-10-26Mergecallum
2009-10-26Fixed up mouseEvent function to reflect mouse buttoncallum
2009-10-26IM: got rid of old im floater dependency in LLIMMgr::addMessage(...)Igor Borovkov
--HG-- branch : product-engine
2009-10-26mergeIgor Borovkov
--HG-- branch : product-engine
2009-10-26IM refac.: replaced passing copies by passing references, moved some IMModel ↵Igor Borovkov
private, added documentation --HG-- branch : product-engine
2009-10-26Fixed normal bugs EXT-1628 ([BSI] - New IM system isn't sending typing ↵Eugene Mutavchi
notifications anymore) and EXT-1629 ([BSI] - add hint in IM window when Resident is typing) --HG-- branch : product-engine
2009-10-26IM: fixed remove session logic, got rid of "being session removed" fieldIgor Borovkov
--HG-- branch : product-engine
2009-10-26mergeYuri Chebotarev ychebotarev@productengine.com
--HG-- branch : product-engine
2009-10-26mergeIgor Borovkov
--HG-- branch : product-engine