summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-02-02fix for low EXT-4780 Nearby chat windows doesn't pop up when clicking on ↵Ychebotarev ProductEngine
object chat toast --HG-- branch : product-engine
2010-02-02mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-02-02sidefix for EXT-4808 Unfocused Snapshot floater covers aother floatersYchebotarev ProductEngine
fix preview position --HG-- branch : product-engine
2010-02-01mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-02-01fix low EXT-3807 ABOUT LAND/OBJECTS: (i) icon is badly positionedYchebotarev ProductEngine
--HG-- branch : product-engine
2010-02-01(EXT-2987) Parcel Characteristics icons aren't refreshedSergei Litovchuk
after changing restrictions - LLViewerParcelMgr refactoring. Changed parcel characteristics accessors to get selected parcel properties. --HG-- branch : product-engine
2010-02-01Fixed major bug EXT-4798 (Voice notifications steal keyboard focus by default)Eugene Mutavchi
--HG-- branch : product-engine
2010-02-01Fixed major bug EXT-4782 (Viewer crashes if end ad-hoc voice chat by 'End ↵Mike Antipov
session' context commant of chiclet) - reason: indicator on ad-hoc chiclets is changed its speaker UUID that leads to registering the same instances several times in the SpeakingIndicatorManager. This leads to crash after instance is destroyed because the only one (specified by UUID in unregisterSpeakingIndicator()) is removed from the map. So, using stored deleted pointer leads to crash. See EXT-4782. - fix: prevent regestering the same instance of indicator by removing existing one in LLOutputMonitorCtrl::setSpeakerId. Also added check in SpeakingIndicatorManager to prevent such situation in the future with an appropriate warning & assert. --HG-- branch : product-engine
2010-02-01fixed EXT-4779 Notifications about objects are saved into ".txt" or ↵Igor Borovkov
"{nobody}.txt" instead of "chat.txt" file --HG-- branch : product-engine
2010-02-01mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-02-01fix for normal EXT-4512 [BSI] Can't minimize Mini-MapYchebotarev ProductEngine
actually this has nothing with original bug description so...fix map and text pos on map resize --HG-- branch : product-engine
2010-02-01Fixed normal bug EXT-4772 - No new IM notification when in tabbed IM mode.Dmitry Zaporozhan
--HG-- branch : product-engine
2010-02-01fixed EXT-4775 Plain text mode broken in IM windowsIgor Borovkov
--HG-- branch : product-engine
2010-02-01Merge with default branchMike Antipov
--HG-- branch : product-engine
2010-01-31Fix for XUI previewer on Windows - DEV-45525Kent Quirk
2010-01-30Backed out changeset: 6b8015e921daRamzi Linden
2010-01-30TEMPORARILY remove a bunch of untranslatable strings from the code, in order ↵Ramzi Linden
to create a Localization point that will not extract such strings. I will revert this commit momentarily. This is a workaround to the bug DEV- 38858.
2010-01-30DEV-43688 resident translations for DA (set4-set5),Ramzi Linden
resident translations for PL (set1 thru set4), resident translations for IT (set1 thru set6) (I can promise this is the last weekend I work for LL. Peace Love & Hope 2010.)
2010-01-30DEV-43688 Cycle3 JA, FR, DE (minor spacing corrections)Ramzi Linden
2010-01-29Add translate="false" to all the dummy strings in the /en folder. These ↵Ramzi Linden
constantly pollute the localization extraction of real strings.
2010-01-29DEV-43688 commit 3 missing FR translations - FR cycle3Ramzi Linden
2010-01-29DEV-45525 GUI Previewer is broken for launching an Editor pathRamzi Linden
2010-01-29DEV-43688 Cycle3 JA (correct version)Eli Linden
2010-01-29DEV-43688 Cycle3 for FREli Linden
2010-01-29MergeEli Linden
2010-01-29Fix button size so it works for most/all target languagesEli Linden
2010-01-29CID-319Tofu Linden
Checker: UNINIT_CTOR Function: LLViewerLogin::LLViewerLogin() File: /indra/newview/tests/lllogininstance_test.cpp
2010-01-29Merge.Tofu Linden
2010-01-29CID-328Tofu Linden
Checker: UNINIT_CTOR Function: LLAgent::LLAgent() File: /indra/newview/tests/llviewerhelputil_test.cpp
2010-01-29Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-29CID-346Tofu Linden
Checker: UNINIT_CTOR Function: LLFeatureManager::LLFeatureManager() File: /indra/newview/llfeaturemanager.h
2010-01-29CID-347Tofu Linden
Checker: UNINIT_CTOR Function: LLDrawPoolSky::LLDrawPoolSky() File: /indra/newview/lldrawpoolsky.cpp
2010-01-29CID-349Tofu Linden
Checker: UNINIT_CTOR Function: LLDrawPoolWater::LLDrawPoolWater() File: /indra/newview/lldrawpoolwater.cpp just another dead member.
2010-01-29CID-350Tofu Linden
Checker: UNINIT_CTOR Function: LLDrawPoolAvatar::LLDrawPoolAvatar() File: /indra/newview/lldrawpoolavatar.cpp not a bug, just a dead member...
2010-01-29Partial fix for EXT-4756 (Black text in sell land confirmation dialog).Vadim Savchuk
Changed the color to more readable yellow for now. --HG-- branch : product-engine
2010-01-29Fixed major bug Bug EXT-4759 (Second incoming call notification doesn't ↵Andrew Dyukov
appear if first call was canceled by caller). - Bug was caused by simply closing invite floater when call becomes invalid, so pending invite wasn't removed from IM manager and later this caused failure of check on which floater is shown. Added clearPendingAgentListUpdates() and clearPendingInvitation() before closure. --HG-- branch : product-engine
2010-01-29requred -> requiredTofu Linden
2010-01-29No ticket, Fixed displaying parcel voice permission in Place Profile.Sergei Litovchuk
--HG-- branch : product-engine
2010-01-29Fixed low bug (EXT-2987) Parcel Characteristics icons aren't refreshed after ↵Sergei Litovchuk
changing restrictions - Added updating Parcel Characteristics icons in Location Input Control upon processing parcel properties. --HG-- branch : product-engine
2010-01-29notifiaction_id -> notification_idTofu Linden
ouch.
2010-01-29Partial fix for normal (EXT-4722) Ability to fly in a parcel when flying is ↵Sergei Litovchuk
disabled in the About Land - Added forced flying off when entering a parcel with no rights to fly in it. --HG-- branch : product-engine
2010-01-29Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-29PE merge.Tofu Linden
2010-01-29Fixed normal bug EXT-2124 - [BSI] New notifications of group chat messages ↵Dmitry Zaporozhan
do not identify the destination group chat of message. --HG-- branch : product-engine
2010-01-29EXT-4493: Mark snapshot as dirty when changing quality slider.Lynx Linden
2010-01-29Fixed LLGroupIcon to receive LLGroupManager callbacks.Dmitry Zaporozhan
--HG-- branch : product-engine
2010-01-29Fixed normal bug EXT-4697 (Buttons in bottom bar are compressed after ↵Eugene Mutavchi
quitting mouselook mode) and low bug EXT-4723 (Not all buttons are displayed on the bottom bar after leaving mouse look): - implemented the LLBottomTrayLite, which appears only in mouselook mode. --HG-- branch : product-engine
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