summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-01-22Fixed (EXT-4589) 'About Land' floater loose information after user quit ↵Sergei Litovchuk
Place Profile - Fixed Places panel not to remove parcel selection when it is used by "About Land" floater. --HG-- branch : product-engine
2010-01-22Fixed bug EXT-4582 ([BSI] "Report" from avatar inspector does not ↵Vadim Savchuk
auto-populate "Abuser name" when Resident is not nearby). Added method LLFloaterReporter::showFromAvatar() to use for remote avatars. --HG-- branch : product-engine
2010-01-22Fixed normal bug EXT-4497 - Edit Profile and Edit Appearance buttons layout ↵Dmitry Zaporozhan
issue in side panel. --HG-- branch : product-engine
2010-01-22Fixed low bug EXT-4306 - Landmark name is shown with prefix in the group ↵Dmitry Zaporozhan
notice attachment. --HG-- branch : product-engine
2010-01-22fixed low bug EXT-4594 Highlight landmark on right mouse click in the ↵Denis Serdjuk
Favorites Bar --HG-- branch : product-engine
2010-01-22mergeMike Antipov
--HG-- branch : product-engine
2010-01-22mergeIgor Borovkov
--HG-- branch : product-engine
2010-01-22implemented EXT-4523 Log for all Ad-Hoc conferences is stored in one fileIgor Borovkov
* for outgoing ad-hoc sessions chat history is saved into new file for every distinct set of initial participants format: ["Ad-hoc Conference" "hash"<md5 hash of sorted participants' UUIDs>.txt] ex: Ad-hoc Conference hash77a0ff26-614d-0dbd-ce19-5da9108f141a.txt * for incoming ad-hoc sessions, chat history of each session is saved into a separate file: format: [<ad-hoc session name> <timestamp> <4 first symbols of session id>.txt] ex: Igor ProductEngine Conference 2010_01_22 07_41 2752.txt --HG-- branch : product-engine
2010-01-22Fixed bug EXT-4583 ([BSI] Changing group image via drag and drop from ↵Vadim Savchuk
Inventory floater doesn't trigger "save" button to become active). Modified LLTextureCtrl's no_commit_on_selection paramater behavior so that the widget gets dirty only on DnD or when the OK button is pressed in the picker. This is needed for panels that rely on LLTextureCtrl::isDirty() to enable their "Apply" button. --HG-- branch : product-engine
2010-01-22mergeMike Antipov
--HG-- branch : product-engine
2010-01-22mergeMike Antipov
--HG-- branch : product-engine
2010-01-22Related to normal task EXT-2214 Refactor IM Control Panels & EXT-3434 (There ↵Mike Antipov
is no difference between invited and left participants in a Group call (Voice Controls)) -- replaced functionality to delayed removing of has left voice partcipants in VCP with one implemented in changeset f48e7cc41501 Behaviour of VCP implemented in EXT-3434 was not changed --HG-- branch : product-engine
2010-01-22mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-22fix for normal EXT-4549 [BSI] assigned group roles text appears selectable ↵Ychebotarev ProductEngine
when it should not --HG-- branch : product-engine
2010-01-22mergeVadim Savchuk
--HG-- branch : product-engine
2010-01-22Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-01-22mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-22fix for normal EXT-4554 [BSI] group join now button goes missing after ↵Ychebotarev ProductEngine
failure to join due to maximum groups --HG-- branch : product-engine
2010-01-22Work on normal task EXT-2214 Refactor IM Control PanelsMike Antipov
-- removed reference to LLSpeakerMgr from LLPanelGroupControlPanel (group text chat) --HG-- branch : product-engine
2010-01-22Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2010-01-22made LLTransientFloaterMgr constructor protected;Alexei Arabadji
--HG-- branch : product-engine
2010-01-22Work on normal task EXT-2214 Refactor IM Control PanelsMike Antipov
-- replaced functionality to remove speacker from the list via Event timer. -- removed calling of LLSpeakerMgr::update from LLPanelGroupControlPanel::draw() (group text chat) For now list is updated when it is need. --HG-- branch : product-engine
2010-01-22additional fix for EXT-4035 Old sidepanel tab's text remains highlighted ↵Ychebotarev ProductEngine
when switching to inventory sidepanel tab --HG-- branch : product-engine
2010-01-22win build fixedAlexei Arabadji
--HG-- branch : product-engine
2010-01-22Fixed normal bug EXT-4321 - Pop-up window with description doesn't appear if ↵Dmitry Zaporozhan
choose 'Copy SLUrl' from 'Favorites Bar' context menu. --HG-- branch : product-engine
2010-01-22fix for EXT-4540 [BSI] console flood & freeze on sorting group member ↵Ychebotarev ProductEngine
listing by role & online status and few additional fixes... LLScrollListItem->getValue() doesn't contain LLUUID anymore also fix xml - no icons in Allowed Abilities --HG-- branch : product-engine
2010-01-22Fixed low bug EXT-4596 - '99' number is displayed if there are more than 99 ↵Dmitry Zaporozhan
active notifications. --HG-- branch : product-engine
2010-01-22fixed EXT-3670 “Clicking on IM session in IM session well closes IM ↵Alexei Arabadji
floater”, implemented exclude sets for groups of transient floaters, now transient floaters not closes if user click on view from global exclude set or from floater group set; made IM floater goes foreground if it visible but not focused instead hide floater; --HG-- branch : product-engine
2010-01-22Fixed major bug EXT-4609 Deleting duplicate calling cards also removes a ↵Mike Antipov
Resident from ur Friends list :( - removed separate logic for Residents in the Friends list when Calling card is removed --HG-- branch : product-engine
2010-01-22fixed EXT-4529 [BSI] X in tabbed Instant Message functions as a minimize -Igor Borovkov
--HG-- branch : product-engine
2010-01-21Merge.Tofu Linden
2010-01-21Fix inverted logic from review.Tofu Linden
2010-01-21Soften another common llassert() failure to a warning.Tofu Linden
2010-01-21Partial fix for EXT-4508 (nearby media floater parcel media button breaks rtsp)Monroe Linden
This is actually two seperate issues: 1) After disabling parcel media from the nearby media floater, it can't be re-enabled 2) When you disable parcel media from the nearby media floater, faces displaying it don't revert to their original texture This change fixes issue (1), by forcing the priority of the inworld media instance to normal in LLViewerMedia::updateMedia() so it will always get reloaded instead of possibly being kept unloaded due to already-loaded prim media. Issue (2) is still under investigation. In addition to the case where you disable parcel media from the nearby media floater, it also doesn't restore the textures when you leave the parcel, and I think I've even seen it when unloading
2010-01-21Minor cleanup to the logic in LLViewerParcelMedia::play(), to prevent ↵Monroe Linden
duplication of code.
2010-01-21Turn on llassert() and llverify() for RelWithDebInfo builds.Tofu Linden
Convert top firing asserts into big warnings. To be reviewed by Mani.
2010-01-21mergeBrad Payne (Vir Linden)
2010-01-21For EXT-4222: Switching outfits sometimes causes me to wear both, and show ↵Brad Payne (Vir Linden)
previous outfit as worn.
2010-01-21Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-21Fixed normal bug EXT-4611 (Crash on call VCP context menu)Eugene Mutavchi
--HG-- branch : product-engine
2010-01-21Fixed low bug EXT-4378(Context menu for avatar from Nearby voice appears in ↵Eugene Mutavchi
wrong place for a moment) --HG-- branch : product-engine
2010-01-21FIX EXT-2871 : Use "original texture" id in panelface if the current ↵Rick Pasetto
selected texture is a media texture Review #84 (Richard and Callum)
2010-01-21Implemeted normal Sub-task EXT - 2753 (Implement Avatar icons on IM ↵Paul Guslisty
multifloater tabs). Some code needs improvements(refactoring, optimization) --HG-- branch : product-engine
2010-01-21Fixed major regression bug EXT-4503 (Clicking on parcel limitation icons ↵Vadim Savchuk
does not give description). Although there are tooltips on the icons... --HG-- branch : product-engine
2010-01-21PE merge.Tofu Linden
2010-01-21Fixed major bug EXT-4130 ([BSI] "Only friends and groups can call or IM me" ↵Vadim Savchuk
needs better label OR is buggy). Viewer now handles incoming inventory offers disregarding the setting. --HG-- branch : product-engine
2010-01-21refixed EXT-4316 Side panel slides to the left in a newly created IM windowIgor Borovkov
--HG-- branch : product-engine
2010-01-21Merged from ssh://hg.lindenlab.com/viewer/viewer-2-0Aimee Linden
2010-01-21Fix for bug EXT-4421 (Parcel Voice settings not respected)Aimee Linden
Turns out the UI controls weren't hooked up to anything and so not showing that the parcel was actually voice enabled. Fixed by restoring the same functionality for these controls as in previous viewers, i.e. they now reflect the state of the current parcel, but are disabled when voice is disabled on the region. Reviewed by Lynx.
2010-01-21mergeBrad Payne (Vir Linden)