summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-29Fixed bug EXT-4437 ([BSI] console warning flood when viewing profile) by ↵Vadim Savchuk
suppressing duplicated warnings. --HG-- branch : product-engine
2010-01-29Fixed major bug EXT-4767 (Any docked/undocked window overlaps Gesture menu).Andrew Dyukov
- Changed adding of gestures scrolllist from NonSideTrayView to FloaterViewHolder. --HG-- branch : product-engine
2010-01-29Fixed bug EXT-4170 ([BSI] Object picker in "Report Abuse" floater fails to ↵Vadim Savchuk
identify owner when object is an attachment). Reason: The floater attempted to render avatar name from the attached object ID. Of course, the attempt failed. Fix: Changed to use the avatar ID. --HG-- branch : product-engine
2010-01-29mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-29mergeIgor Borovkov
--HG-- branch : product-engine
2010-01-29fixed EXT-4187 "X" does not close client after idle timeout / log off when ↵Igor Borovkov
"Confirm before I quit" is enabled --HG-- branch : product-engine
2010-01-29mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-29revert previous changes...think its not good ideaYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-29fixed major EXT-3643 “Embed friendship offer into IM window”;Alexei Arabadji
--HG-- branch : product-engine
2010-01-29fixed bug EXT-4122 [BSI] Notification about \"maximum number of groups\" ↵Denis Serdjuk
returns redundant information The hardcoded and unlocalized dataserver response has been removed from the message of notification. --HG-- branch : product-engine
2010-01-29fixed EXT-4736 There's an ability to block system notifications from nearby chatIgor Borovkov
--HG-- branch : product-engine
2010-01-29Fixed normal bug EXT-4355 (Preferences: Location of logs does not show full ↵Mike Antipov
path) - changed "control_name" for view with log path to the "InstantMessageLogPath" - also changed a line editor state from "disabled" to "readonly" to have a chance to scroll text to see full path in this field. --HG-- branch : product-engine
2010-01-29Mere from default branchVadim Savchuk
--HG-- branch : product-engine
2010-01-29Fixed normal bug EXT-3882 ([BSI] block list contains the word block instead ↵Mike Antipov
of (object)) - original issue has been fixed by Ramzi Linden in changeset eeabc4a70a6f at 2010-01-19 (Renaming multiple xml "MuteObject" nodes with unique names for block list and context menu). - changed panel title from "Blocked List" to "Block List" --HG-- branch : product-engine
2010-01-29mergeIgor Borovkov
--HG-- branch : product-engine
2010-01-29mergeIgor Borovkov
--HG-- branch : product-engine
2010-01-29Fixed normal bug EXT-4762 ( Crash on exit from viewer in ↵Mike Antipov
LLPanelPeopleMenus::ContextMenu) - reason: attempt to delete instance of the LLContextMenu from the LLPanelPeopleMenus::ContextMenu after it was deleted by menu holder on viewer exit. - fix: check if menu is not dead via stored LLHandle of the menu before deleting. --HG-- branch : product-engine
2010-01-29completely got rid of Communicate floater and stuffIgor Borovkov
--HG-- branch : product-engine
2010-01-29Fixed low bug EXT-4749 (There is misleading notification after voice has ↵Andrew Dyukov
been turned off from preferences) - Added skipping "Voice not available at your current location" when agent voice is disabled --HG-- branch : product-engine
2010-01-29EXT-4679: Removed reference to no-longer-supported abuse URL.Lynx Linden
2010-01-29got rid of lloverlaybar, llmediaremotectrl, llvoiceremotectrl dependencies, ↵Igor Borovkov
updated cmake list --HG-- branch : product-engine
2010-01-29Fixed normal bug EXT-4743 ('Stop flying' button disappears if minimize ↵Mike Antipov
undocked movement controls) - synchronized visibility of "stand_stop_flying_container" with a panel visibility when it is reparented from the Move Floater to container. --HG-- branch : product-engine
2010-01-29got rid from lltoolbar.h includesIgor Borovkov
--HG-- branch : product-engine
2010-01-29cleaned cmake list a bit from llimpanel, lltoolbar and lloverlaybarIgor Borovkov
--HG-- branch : product-engine
2010-01-29Fixed normal bug EXT-4374 - Gestures floater: 'Activate' btn applies unsaved ↵Dmitry Zaporozhan
changes to gesture. --HG-- branch : product-engine
2010-01-29EXT-4747: Turn on URL hyperlinking for Pick Info descriptions.Lynx Linden
2010-01-29EXT-4763: Turn off URL highlighting for toast alerts.Lynx Linden
2010-01-29Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Mike Antipov
--HG-- branch : product-engine
2010-01-29Work on major bug EXT-3985 ([BSI] Landmarks created in Viewer 2.0 show up ↵Mike Antipov
with 1@ in Viewer 1.23.x) -- cleanup: removed deprecated code added for previous sollution to support custom sorting of favorite landmarks. For now previous implementation is removed, bug is FIXED. --HG-- branch : product-engine
2010-01-29Work on major bug EXT-3985 ([BSI] Landmarks created in Viewer 2.0 show up ↵Mike Antipov
with 1@ in Viewer 1.23.x) -- improvements: for now sort indexes are cleaned & saved only if something was changed amont them. --HG-- branch : product-engine
2010-01-29Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2010-01-29DEV-41686: Added a DisableMouseWarp debug option.Lynx Linden
Turning this option on makes alt-zooming and mouselook actually work when using Synergy. I believe this will also make it work for certain input devices, and Parallels, that control your cursor by setting its position in absolute coordinates.
2010-01-29Work on major bug EXT-3985 ([BSI] Landmarks created in Viewer 2.0 show up ↵Mike Antipov
with 1@ in Viewer 1.23.x) -- implemented cleanning of stored sort indexes to remove ones for landmarks not in Favorites while disconnecting viewer --HG-- branch : product-engine
2010-01-29fix for normal EXT-1888 Apply button remains active after Applying changesYchebotarev ProductEngine
there is no 'Allpy' button in other panels. --HG-- branch : product-engine
2010-01-29fix for normal EXT-2450 [BSI] Extra column in Group panel memberlistYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-29Work on major bug EXT-3985 ([BSI] Landmarks created in Viewer 2.0 show up ↵Mike Antipov
with 1@ in Viewer 1.23.x) -- implemented patch to remove LM prefixes from landmarks' names *NOTE: It will be unnecessary after the first successful session in viewer 2.0. Can be removed before public release. Implementation details: At the first run with this patch it patches all cached landmarks: removes LM sort prefixes and updates them on the viewer and server sides. Also it calls fetching agent's inventory to process not yet loaded landmarks too. If fetching is successfully done it will store special per-agent empty file-marker in the user temporary folder (where cached inventory is loaded) while caching agent's inventory. After that in will not affect the viewer until cached marker is removed. --HG-- branch : product-engine
2010-01-28PE merge.Tofu Linden
2010-01-28Fixed bug EXT-3773 (Group chat toasts should have inspectors for names).Vadim Savchuk
Added on-hover icons to invoke avatar inspector to IM toasts. --HG-- branch : product-engine
2010-01-28CID-351Tofu Linden
Checker: UNINIT_CTOR Function: LLSelectMgr::LLSelectMgr() File: /indra/newview/llselectmgr.cpp
2010-01-28Try for a slightly cunning fix to CID-352Tofu Linden
Checker: UNINIT_CTOR Function: LLInterp<float>::LLInterp() File: /indra/llmath/llinterp.h
2010-01-28CID-356Tofu Linden
Checker: UNINIT_CTOR Function: LLVOSky::LLVOSky(const LLUUID &, unsigned char, LLViewerRegion *) File: /indra/newview/llvosky.cpp
2010-01-28privacy...Tofu Linden
2010-01-28CID-361Tofu Linden
Checker: UNINIT_CTOR Function: LLToolGrab::LLToolGrab(LLToolComposite *) File: /indra/newview/lltoolgrab.cpp plus followup to previous fix...
2010-01-28CID-363Tofu Linden
Checker: UNINIT_CTOR Function: LLManipTranslate::LLManipTranslate(LLToolComposite *) File: /indra/newview/llmaniptranslate.cpp
2010-01-28CID-364Tofu Linden
Checker: UNINIT_CTOR Function: LLEventNotification::LLEventNotification() File: /indra/newview/lleventnotifier.cpp
2010-01-28CID-369Tofu Linden
Checker: UNINIT_CTOR Function: LLVoiceClient::sessionState::sessionState() File: /indra/newview/llvoiceclient.cpp
2010-01-28CID-370Tofu Linden
Checker: UNINIT_CTOR Function: LLVivoxProtocolParser::LLVivoxProtocolParser() File: /indra/newview/llvoiceclient.cpp
2010-01-28follow-up for CID-372Tofu Linden
2010-01-28CID-372Tofu Linden
Checker: UNINIT_CTOR Function: LLViewerJoint::LLViewerJoint(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, LLJoint *) File: /indra/newview/llviewerjoint.cpp CID-377 Checker: UNINIT_CTOR Function: LLOfferInfo::LLOfferInfo() File: /indra/newview/llviewermessage.h
2010-01-28CID-378Tofu Linden
Checker: UNINIT_CTOR Function: LLFloaterJoystick::LLFloaterJoystick(const LLSD &) File: /indra/newview/llfloaterjoystick.cpp