summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-25- Fixed a typo (renamed mPaticipants to mParticipants).Vadim Savchuk
--HG-- branch : product-engine
2009-12-23Fixed spelling and a wrong doxygen tag.Vadim Savchuk
--HG-- branch : product-engine
2009-12-23mergeYuri Chebotarev
--HG-- branch : product-engine
2009-12-23no ticket. HACK !!!.Yuri Chebotarev
HACK code to fix inventory root folder for some broken accounts code executed only once and takes O(N) where N - number of inventory items. --HG-- branch : product-engine
2009-12-23fixed win buildIgor Borovkov
--HG-- branch : product-engine
2009-12-23mergeIgor Borovkov
--HG-- branch : product-engine
2009-12-23mergeIgor Borovkov
--HG-- branch : product-engine
2009-12-23fixed normal bug (EXT-2787) Outdated voice chat invitation never hides itselfDmitry Oleshko
- P2P and AVALINE invitationswill hide now if a call is not valid anymore - GROUP and ADHOC invitations will stay on a screen --HG-- branch : product-engine
2009-12-23fixed EXT-3400 Instuction string doesn't fit button's caption in IM floaterIgor Borovkov
--HG-- branch : product-engine
2009-12-23Fixed low bug EXT-3007 (Viewer stalls while resetting filter in teleport ↵Eugene Mutavchi
history) --HG-- branch : product-engine
2009-12-23Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-12-23fixed EXT-3425 “Undocked floaters focus issue”,Alexei Arabadji
made focus be passed to game area in case floater can't hold focus; --HG-- branch : product-engine
2009-12-23fixed EXT-3635 States of Call/Leave Call buttons are not properly managed ↵Igor Borovkov
when starting call using Call button in people panels --HG-- branch : product-engine
2009-12-23Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-23mergeIgor Borovkov
--HG-- branch : product-engine
2009-12-23finished EXT-1912 Add handling restrictions of PSTN P2P calls in new IM FloatersIgor Borovkov
chiclets for avaline calls are not spawned anymore --HG-- branch : product-engine
2009-12-23Fix for normal bug EXT-3626 - 'Online' accordion doesn't appear after online ↵Dmitry Zaporozhan
avatar is added to friends. --HG-- branch : product-engine
2009-12-23mergeYuri Chebotarev
--HG-- branch : product-engine
2009-12-23fix for EXT-637 Please, add tooltips with a full names of the landmraks in ↵Yuri Chebotarev
the Favor bar / Overflow menu rect param actually do nothing. to change tooltip width we may manipulate max_width param. --HG-- branch : product-engine
2009-12-23Update for normal bug EXT-3520 - Can't open Group Notices or Attachments.Dmitry Zaporozhan
Disabled generic preview floater as it spawns for all new inventory items. --HG-- branch : product-engine
2009-12-23Update for low bug EXT-3353 - There's an ability to create classified w/o ↵Dmitry Zaporozhan
title and description. Classified name can accept only ascii. --HG-- branch : product-engine
2009-12-23mergeYuri Chebotarev
--HG-- branch : product-engine
2009-12-23fix for EXT-2881 Enough space to place 5 chiclets without arrows in bottom ↵Yuri Chebotarev
bar when voice indicator isn't shown --HG-- branch : product-engine
2009-12-23Fix for normal bug EXT-3041 - Picks accordion doesn't fit to content.Dmitry Zaporozhan
--HG-- branch : product-engine
2009-12-23mergeYuri Chebotarev
--HG-- branch : product-engine
2009-12-22Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-12-22DEV-44607 ugly/broken font used for region labels in world map viewTofu Linden
2009-12-22Add lleventhost queries to list LLEventAPIs or describe one.Nat Goodspeed
Add LLEventDispatcher::getDispatchKey() to retrieve a previously- inaccessible value.
2009-12-22automated merge PE->viewer2.0Kent Quirk
2009-12-22MergePalmer Truelson
2009-12-22EXT-3640 We support the eaglelake chipsetPalmer Truelson
No code changed
2009-12-22Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Mark Palange (Mani)
2009-12-22EXT-3593 Fixed up llkdu and tcmalloc dependencies for the viewer build.Mark Palange (Mani)
2009-12-22Related to EXT-3628("Connecting to.." popup appears behind voice control ↵Eugene Mutavchi
panel while calling): Added workaround which sets current call dialog to front most. --HG-- branch : product-engine
2009-12-22Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-12-22fixed EXT-3564 “Docked windows hide when clicking on sidetray tabs”,Alexei Arabadji
added sidetray tab buttons panel to transient manager control list, added right padding to the docking rect area to avoid overlapping docked IM floaters with sidetray buttons; --HG-- branch : product-engine
2009-12-22Made the control panel in P2P IM sessions non-resizable (EXT-3470).Vadim Savchuk
--HG-- branch : product-engine
2009-12-22Intercept notifications as filter rather than as a peer listener.Nat Goodspeed
2009-12-22Work on normal bug EXT-3434 There is no difference between invited and left ↵Mike Antipov
participants in a Group call (Voice Controls) -- implemented workaround not to set agent in HAS LEFT state --HG-- branch : product-engine
2009-12-22Update for normal bug EXT-3520 - Can't open Group Notices or Attachments.Dmitry Zaporozhan
Attachments will be opened in a preview floater. --HG-- branch : product-engine
2009-12-22Work on normal bug EXT-3434 There is no difference between invited and left ↵Mike Antipov
participants in a Group call (Voice Controls) -- commented out updating participants voice states from draw() -- improved removing of HAS LEFT participant (now it is removed via LLAvatarList approach instead of LLFlatListView) --HG-- branch : product-engine
2009-12-22Work on normal bug EXT-3434 There is no difference between invited and left ↵Mike Antipov
participants in a Group call (Voice Controls) -- implemented removing of participant who has left voice chat from the list (after hardcoded 10 seconds) -- added struct params to be set from the xml --HG-- branch : product-engine
2009-12-22Work on normal bug EXT-3434 There is no difference between invited and left ↵Mike Antipov
participants in a Group call (Voice Controls) -- added doxygen comments in header -- replaced collecting of voice participants' uuids, added helpful & removed unused code comments in cpp --HG-- branch : product-engine
2009-12-22fixed minor bug EXT-3462 Voice Chat vs Voice CallAndrew Polunin
--HG-- branch : product-engine
2009-12-22mergeIgor Borovkov
--HG-- branch : product-engine
2009-12-22mergeIgor Borovkov
--HG-- branch : product-engine
2009-12-22fixed minor bug EXT-3627 'Loading..' is shown over second life icon in view ↵Andrew Polunin
profile panel --HG-- branch : product-engine
2009-12-22mergeVadim Savchuk
--HG-- branch : product-engine
2009-12-22implemented EXT-3515 Click on IM button for multiple selected Avatars each ↵Igor Borovkov
time creates new IM session --HG-- branch : product-engine
2009-12-22fixed normal bug (EXT-3587) Notifications overflow toast cannot be dismissed ↵Dmitry Oleshko
during spam - reduced to minimum number of show/hide cycles for the Overflow toast, so it is easier now to click the (x) button - the Overflow toast is now created once for a channel --HG-- branch : product-engine