Commit Graph

13456 Commits (c8ce7ff76f5d10eeb4e6c54f4fbdb5f9fae4d6db)

Author SHA1 Message Date
Kitty Barnett c8ce7ff76f - merge : anonymize names on the build floater when @shownames=n restricted
--HG--
branch : RLVa
2010-11-02 18:30:52 +01:00
Kitty Barnett 6cad3862dd - merge : anonymize names on the object inspector when @shownames=n restricted
--HG--
branch : RLVa
2010-11-02 18:15:42 +01:00
Kitty Barnett 9f8fa02830 - review : @shownames=n related code in LLPanelPeople class
--HG--
branch : RLVa
2010-11-02 18:07:49 +01:00
Kitty Barnett dc44c0b8be - review : remaining @shownames=n related code in llviewermessage.cpp
--HG--
branch : RLVa
2010-11-02 18:01:31 +01:00
Kitty Barnett 1a1137147c - merge : update syntax of "objectim" app URLs for chat from objects when @shownames=n restricted
--HG--
branch : RLVa
2010-11-02 17:12:17 +01:00
Kitty Barnett a59f5c8f2d - fixed : "Remote Object" inspector isn't passed any parameters for object IMs
-> query string is constructed but was never appended to the "objectim" app URL
    -> yay for another SL bugfix in RLVa *sighs*

--HG--
branch : RLVa
2010-11-02 16:49:04 +01:00
Kitty Barnett 5173f3c6e9 - merge : anonymize names on the "Remote Object" inspector when @shownames=n restricted
--HG--
branch : RLVa
2010-11-02 15:35:21 +01:00
Kitty Barnett bd347c599a - merge : anonymize sender/recipient on inventory offers when @shownames=n restricted
--HG--
branch : RLVa
2010-11-02 15:24:44 +01:00
Kitty Barnett 668992731a - merge : properly anonymize the "Object Item Profile" sidebar panel when @shownames=n restricted
--HG--
branch : RLVa
2010-11-01 21:09:00 +01:00
Kitty Barnett cd89bff60f - merge : properly anonymize the "Object Profile" sidebar panel when @shownames=n restricted
--HG--
branch : RLVa
2010-11-01 21:08:34 +01:00
Kitty Barnett bce3d4c425 - review : @shownames=n related code in LLFloaterAvatarPicker class
--HG--
branch : RLVa
2010-11-01 20:30:08 +01:00
Kitty Barnett f6563d3e2d - merge : properly anonymize the "Inspect" floater when @shownames=n restricted
--HG--
branch : RLVa
2010-11-01 20:28:46 +01:00
Kitty Barnett e790c1d424 - internal : URL handler for secondlife:///app/agent/<uuid>/rlvanonym
-> will be used when there is a need to anonymize "/inspect", "/completename", "/displayname" or "/username" agent URLs

--HG--
branch : RLVa
2010-11-01 20:10:07 +01:00
Kitty Barnett 79067afe5d - fixed : friends shouldn't have a different nametag colour when @shownames=n restricted
--HG--
branch : RLVa
2010-11-01 15:37:59 +01:00
Kitty Barnett c0d08df1ee - fixed : username shouldn't be visible as a tooltip on the avatar icon control in the "Nearby" people tab when @shownames=n restricted
--HG--
branch : RLVa
2010-11-01 15:36:01 +01:00
Kitty Barnett 775f6421ad - fixed : don't show a tooltip for the avatar icon control if it's set not to show tooltips
-> vanilla SL "bug"/UI idiosyncrasy

--HG--
branch : RLVa
2010-11-01 15:34:32 +01:00
Kitty Barnett c329392fc8 - merge : agent tooltip should show the anonymized name when @shownames=n restricted
--HG--
branch : RLVa
2010-11-01 14:49:33 +01:00
Kitty Barnett adf7147366 - review : @shownames=n related code in LLChatHistoryHeader class
--HG--
branch : RLVa
2010-11-01 14:39:31 +01:00
Kitty Barnett 38aae05b6e - merge : display name and user name shouldn't be in the chat history header when @shownames=n restricted
--HG--
branch : RLVa
2010-11-01 14:33:50 +01:00
Kitty Barnett 7ddd377a00 - review : @shownames=n related code in LLAvatarList and LLAvatarListItem classes
--HG--
branch : RLVa
2010-11-01 04:06:56 +01:00
Kitty Barnett f0e7c9403f - fixed : don't process double-clicks on the "inspector" or "show profile" buttons if they're not visible or disabled
-> vanilla SL "bug"/UI idiosyncrasy

--HG--
branch : RLVa
2010-11-01 03:46:14 +01:00
Kitty Barnett 0033c3273c - merge : restore "Show Name Tags" functionality when @shownames=n restricted
--HG--
branch : RLVa
2010-11-01 03:40:05 +01:00
Kitty Barnett 4f6fe05d0f - fixed : needless copying of the anonym string on every loop iteration in RlvUtil::filterNames()
--HG--
branch : RLVa
2010-11-01 03:15:17 +01:00
Kitty Barnett 16a94fb8e2 - merge : region names on the minimap tooltip should be hidden when @showloc=n restricted
--HG--
branch : RLVa
2010-11-01 03:11:33 +01:00
Kitty Barnett dd554a73a1 - merge : agent names on the minimap tooltip should be anonymized when @shownames=n restricted
--HG--
branch : RLVa
2010-11-01 03:03:13 +01:00
Kitty Barnett 4c3e87ac9b - review : @shownames=n related code in LLHUDText class
--HG--
branch : RLVa
2010-11-01 02:43:05 +01:00
Kitty Barnett 1ea820c272 - changed : build the anonym for nearby chat from the display name rather than the legacy name
--HG--
branch : RLVa
2010-11-01 02:28:52 +01:00
Kitty Barnett 1f6872c902 - fixed : Crash when a name lookup completes for an LLVOAvatar instance that no longer exists
-> fix for https://jira.secondlife.com/browse/VWR-23653

--HG--
branch : RLVa
2010-11-01 02:24:52 +01:00
Kitty Barnett fa1ff81980 - internal : RlvUtil::filterNames() will filter both display names and legacy names of nearby agents
--HG--
branch : RLVa
2010-11-01 02:18:50 +01:00
Kitty Barnett 9caae12457 - review : fixed spelling of "anonymize*" (blame Arrehn)
--HG--
branch : RLVa
2010-11-01 02:11:31 +01:00
Kitty Barnett 8fe3906295 Incremented version number to RLVa-1.2.2(a)
-> fix-up @shownames=n to handle display names

--HG--
branch : RLVa
2010-11-01 02:09:34 +01:00
Kitty Barnett 9498c31d3c Merged with default tip (Revision aeb7e6c38341)
--HG--
branch : RLVa
2010-10-31 23:41:40 +01:00
Kitty Barnett f69b5197cd Updated patch branch tip dependencies
--HG--
branch : .RLVa
2010-10-31 23:34:10 +01:00
Kitty Barnett f7e35ee1d1 Merged with Appearance-MixedViewers tip
--HG--
branch : .RLVa
2010-10-31 23:33:27 +01:00
Kitty Barnett 24add67985 Merged with Appearance-Misc tip
--HG--
branch : .RLVa
2010-10-31 23:33:11 +01:00
Kitty Barnett d21d1aa76f Merged with Viewer-Build tip
--HG--
branch : .RLVa
2010-10-31 23:32:53 +01:00
Kitty Barnett 00181bfef0 Merged with default tip (Revision aeb7e6c38341)
--HG--
branch : Appearance-MixedViewers
2010-10-31 23:17:37 +01:00
Kitty Barnett 5be0e1f989 Merged with default tip (Revision aeb7e6c38341)
--HG--
branch : Appearance-Misc
2010-10-31 23:17:17 +01:00
Kitty Barnett 9b0b4222c1 Merged with default tip (Revision aeb7e6c38341)
--HG--
branch : Viewer-Build
2010-10-31 23:13:55 +01:00
Kitty Barnett 1c2ef4090a Merged with default tip (Revision f20bf424bd86)
--HG--
branch : RLVa
2010-10-30 17:28:00 +02:00
Kitty Barnett 3efa05ac1f Updated patch branch tip dependencies
--HG--
branch : .RLVa
2010-10-30 01:42:46 +02:00
Kitty Barnett 0fe8ce78fb Merged with Appearance-MixedViewers tip
--HG--
branch : .RLVa
2010-10-30 01:42:12 +02:00
Kitty Barnett 11f588c445 Merged with Appearance-Misc tip
--HG--
branch : .RLVa
2010-10-30 01:41:53 +02:00
Kitty Barnett 212792f797 Merged with Viewer-Build tip
--HG--
branch : .RLVa
2010-10-30 01:41:33 +02:00
Merov Linden 42b49397d2 STORM-303, STORM-270 : merge with viewer-development 2010-10-29 16:35:00 -07:00
Vadim ProductEngine 463969116f STORM-501 FIXED Script-editor shows ERRORS in the wrong line.
LLTextBase::setCursor() sometimes failed to work properly if line wrapping was enabled.
This is a slightly optimized version of the patch made by Satomi Ahn.
2010-10-29 23:48:46 +03:00
Seth ProductEngine 124c2f21a3 STORM-270, STORM-303 FIXED sorting Favorites folder contents after re-ordering landmarks in any folder view or in Favorites bar.
Previously worked only for Favorites accordion is Places SP.
2010-10-29 16:21:35 +03:00
Merov Linden 8209e35643 STORM-488 : merge with viewer-development 2010-10-28 16:06:53 -07:00
Merov Linden 49b39c7edf STORM-459 : merge with viewer-development 2010-10-28 16:02:47 -07:00
Merov Linden e68aa811ce STORM-451 : merge with viewer-development 2010-10-28 16:01:06 -07:00