Commit Graph

10776 Commits (8f892d0f36fda170a5cecf0aea89887d6d0e45ef)

Author SHA1 Message Date
Mike Antipov d66d9afae1 Fixed normal bug EXT-3882 ([BSI] block list contains the word block instead 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-29 16:09:30 +02:00
Igor Borovkov 011d659dd9 merge
--HG--
branch : product-engine
2010-01-29 15:59:09 +02:00
Igor Borovkov bed3948c4f merge
--HG--
branch : product-engine
2010-01-29 15:58:36 +02:00
Mike Antipov efeaba0acd Fixed normal bug EXT-4762 ( Crash on exit from viewer in 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-29 15:48:50 +02:00
Igor Borovkov f8bde94b9f completely got rid of Communicate floater and stuff
--HG--
branch : product-engine
2010-01-29 15:41:41 +02:00
Lynx Linden ec5dbb60e7 EXT-4763: Revert my previous fix.
We don't want to universally disabled URL highlighting for all toast
alerts, e.g., the report abuse notification has URLs that we want
users to be able to click on. I have a better plan...
2010-01-29 13:36:39 +00:00
Andrew Dyukov 10cbb9ea27 Fixed low bug EXT-4749 (There is misleading notification after voice has 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-29 15:16:11 +02:00
Lynx Linden 5317341900 EXT-4679: Removed reference to no-longer-supported abuse URL. 2010-01-29 13:14:14 +00:00
Igor Borovkov ac0fb461f6 got rid of lloverlaybar, llmediaremotectrl, llvoiceremotectrl dependencies, updated cmake list
--HG--
branch : product-engine
2010-01-29 14:42:57 +02:00
Mike Antipov 943f8afa09 Fixed normal bug EXT-4743 ('Stop flying' button disappears if minimize 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-29 14:25:50 +02:00
Igor Borovkov 56d0654437 got rid from lltoolbar.h includes
--HG--
branch : product-engine
2010-01-29 14:18:56 +02:00
Igor Borovkov a67598f762 cleaned cmake list a bit from llimpanel, lltoolbar and lloverlaybar
--HG--
branch : product-engine
2010-01-29 14:18:31 +02:00
Dmitry Zaporozhan 57e1216f79 Fixed normal bug EXT-4374 - Gestures floater: 'Activate' btn applies unsaved changes to gesture.
--HG--
branch : product-engine
2010-01-29 14:07:12 +02:00
Lynx Linden 3da01ec592 EXT-4747: Turn on URL hyperlinking for Pick Info descriptions. 2010-01-29 11:50:59 +00:00
Lynx Linden d9b924edd2 EXT-4763: Turn off URL highlighting for toast alerts. 2010-01-29 11:26:08 +00:00
Mike Antipov 4c2dbe9363 Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/
--HG--
branch : product-engine
2010-01-29 13:06:36 +02:00
Mike Antipov 8a7ca61479 Work on major bug EXT-3985 ([BSI] Landmarks created in Viewer 2.0 show up 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-29 13:05:11 +02:00
Mike Antipov 4666636cdc Work on major bug EXT-3985 ([BSI] Landmarks created in Viewer 2.0 show up 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-29 12:34:23 +02:00
Lynx Linden 3340f15a10 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 2010-01-29 10:28:17 +00:00
Lynx Linden 540752ff2d DEV-41686: Added a DisableMouseWarp debug option.
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-29 10:27:15 +00:00
Mike Antipov 72b2cf291d Work on major bug EXT-3985 ([BSI] Landmarks created in Viewer 2.0 show up 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-29 12:25:38 +02:00
Ychebotarev ProductEngine f06a2e310f fix for normal EXT-1888 Apply button remains active after Applying changes
there is no 'Allpy' button in other panels.

--HG--
branch : product-engine
2010-01-29 11:11:50 +02:00
Ychebotarev ProductEngine ff0fa520be fix for normal EXT-2450 [BSI] Extra column in Group panel memberlist
--HG--
branch : product-engine
2010-01-29 10:50:39 +02:00
Mike Antipov a08f098847 Work on major bug EXT-3985 ([BSI] Landmarks created in Viewer 2.0 show up 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-29 10:11:53 +02:00
Rick Pasetto 0bdec60fc9 Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ 2010-01-28 13:07:27 -08:00
Rick Pasetto 683e7dc9c3 FIX EXT-4630 EXT-4670: Show inspector tooltip over media, don't show it if media is playing
Review #91

This is a different take from my prior implementation. This has two changes to the "rules" for showing the inspector tooltip:
1. Do not show the inspector tooltip if hovering over a face that has media displaying
2. If you hover over a face with media *data* on it, show the inspector tooltip, subject to rule #1 (i.e. only if media is not displaying)
2010-01-28 12:47:45 -08:00
Tofu Linden fc8e185faf PE merge. 2010-01-28 12:31:25 -08:00
Vadim Savchuk d383adfc92 Fixed bug EXT-3773 (Group chat toasts should have inspectors for names).
Added on-hover icons to invoke avatar inspector to IM toasts.

--HG--
branch : product-engine
2010-01-28 22:02:31 +02:00
Tofu Linden 3d8bd2b166 CID-351
Checker: UNINIT_CTOR
Function: LLSelectMgr::LLSelectMgr()
File: /indra/newview/llselectmgr.cpp
2010-01-28 11:52:38 -08:00
Tofu Linden a9c4ed26e7 Try for a slightly cunning fix to CID-352
Checker: UNINIT_CTOR
Function: LLInterp<float>::LLInterp()
File: /indra/llmath/llinterp.h
2010-01-28 11:50:35 -08:00
Tofu Linden 44dc3c0713 CID-356
Checker: UNINIT_CTOR
Function: LLVOSky::LLVOSky(const LLUUID &, unsigned char, LLViewerRegion *)
File: /indra/newview/llvosky.cpp
2010-01-28 11:37:33 -08:00
Tofu Linden 607636508d privacy... 2010-01-28 11:29:29 -08:00
Tofu Linden df2f9e7823 CID-361
Checker: UNINIT_CTOR
Function: LLToolGrab::LLToolGrab(LLToolComposite *)
File: /indra/newview/lltoolgrab.cpp

plus followup to previous fix...
2010-01-28 11:26:50 -08:00
Tofu Linden a93d2cb219 CID-363
Checker: UNINIT_CTOR
Function: LLManipTranslate::LLManipTranslate(LLToolComposite *)
File: /indra/newview/llmaniptranslate.cpp
2010-01-28 11:21:28 -08:00
Tofu Linden 1acf7a4a29 CID-364
Checker: UNINIT_CTOR
Function: LLEventNotification::LLEventNotification()
File: /indra/newview/lleventnotifier.cpp
2010-01-28 11:15:56 -08:00
Tofu Linden 245c044e3b CID-369
Checker: UNINIT_CTOR
Function: LLVoiceClient::sessionState::sessionState()
File: /indra/newview/llvoiceclient.cpp
2010-01-28 11:14:01 -08:00
Tofu Linden 3091c30af0 CID-370
Checker: UNINIT_CTOR
Function: LLVivoxProtocolParser::LLVivoxProtocolParser()
File: /indra/newview/llvoiceclient.cpp
2010-01-28 11:12:16 -08:00
Tofu Linden 5bb7bfce14 follow-up for CID-372 2010-01-28 11:09:16 -08:00
Tofu Linden ee86a65f04 CID-372
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-28 11:07:02 -08:00
Tofu Linden a9d86c8133 CID-378
Checker: UNINIT_CTOR
Function: LLFloaterJoystick::LLFloaterJoystick(const LLSD &)
File: /indra/newview/llfloaterjoystick.cpp
2010-01-28 10:52:15 -08:00
Tofu Linden cad4ca01dc CID-379
Checker: UNINIT_CTOR
Function: LLFloaterScriptQueue::LLFloaterScriptQueue(const LLSD &)
File: /indra/newview/llcompilequeue.cpp
2010-01-28 10:46:37 -08:00
Tofu Linden 7bd7f0d0ff CID-380
Checker: UNINIT_CTOR
Function: LLFloaterSnapshot::Impl::Impl()
File: /indra/newview/llfloatersnapshot.cpp
2010-01-28 10:44:34 -08:00
Tofu Linden a5f88abb95 CID-381
Checker: UNINIT_CTOR
Function: LLFloaterAnimPreview::LLFloaterAnimPreview(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&)
File: /indra/newview/llfloateranimpreview.cpp
2010-01-28 10:40:10 -08:00
Tofu Linden d91225b6ad CID-382
Checker: UNINIT_CTOR
Function: LLCallDialog::LLCallDialog(const LLSD &)
File: /indra/newview/llimview.cpp
2010-01-28 10:38:19 -08:00
Tofu Linden 8da9a472b2 CID-383
Checker: UNINIT_CTOR
Function: LLFloaterHardwareSettings::LLFloaterHardwareSettings(const LLSD &)
File: /indra/newview/llfloaterhardwaresettings.cpp
2010-01-28 10:36:21 -08:00
Tofu Linden 50bf40a631 CID-343
Checker: UNINIT_CTOR
Function: LLFloaterView::LLFloaterView(const LLUICtrl::Params &)
File: /indra/llui/llfloater.cpp
2010-01-28 10:30:57 -08:00
Tofu Linden 139e8be4e1 CID-339
Checker: UNINIT_CTOR
Function: LLMenuGL::LLMenuGL(const LLMenuGL::Params &)
File: /indra/llui/llmenugl.cpp
2010-01-28 10:28:41 -08:00
Tofu Linden 6bce7146e6 CID-338
Checker: UNINIT_CTOR
Function: LLToolTipMgr::LLToolTipMgr()
File: /indra/llui/lltooltip.cpp
2010-01-28 10:26:38 -08:00
Tofu Linden 0d5a6ea3c0 CID-331
Checker: UNINIT_CTOR
Function: LLPrimitive::LLPrimitive()
File: /indra/llprimitive/llprimitive.cpp
2010-01-28 10:25:09 -08:00
Tofu Linden 7ba57dfe10 CID-324
Checker: UNINIT_CTOR
Function: LLStyle::LLStyle(const LLStyle::Params &)
File: /indra/llui/llstyle.cpp
2010-01-28 10:23:09 -08:00