Age | Commit message (Collapse) | Author |
|
|
|
--HG--
branch : product-engine
|
|
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
|
|
--HG--
branch : product-engine
|
|
suppressing duplicated warnings.
--HG--
branch : product-engine
|
|
- Changed adding of gestures scrolllist from NonSideTrayView to FloaterViewHolder.
--HG--
branch : product-engine
|
|
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
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
"Confirm before I quit" is enabled
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
returns redundant information
The hardcoded and unlocalized dataserver response has been removed from the message of notification.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
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
|
|
|
|
The new <nolink>URL</nolink> provides a more flexible solution that
can be specified in XUI (as we now do to disabled hyperlinking for the
sim hostname in the About floater).
|
|
--HG--
branch : product-engine
|
|
We are running into a bunch of places where we don't want to allow
hyperlinking of URLs like secondlife.com in text boxes. I've therefore
added a new type of URL regex that disables URL hyperlinking. Simply
enclose the URL in a <nolink> tag, e.g.:
<nolink>secondlife.com</nolink>
|
|
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
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
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
|
|
--HG--
branch : product-engine
|
|
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...
|
|
been turned off from preferences)
- Added skipping "Voice not available at your current location" when agent voice is disabled
--HG--
branch : product-engine
|
|
|
|
updated cmake list
--HG--
branch : product-engine
|
|
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
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
changes to gesture.
--HG--
branch : product-engine
|
|
|
|
|
|
--HG--
branch : product-engine
|
|
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
|
|
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
|
|
|
|
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.
|
|
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
|
|
there is no 'Allpy' button in other panels.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
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
|
|
|
|
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)
|
|
|
|
Added on-hover icons to invoke avatar inspector to IM toasts.
--HG--
branch : product-engine
|
|
Checker: UNINIT_CTOR
Function: LLSelectMgr::LLSelectMgr()
File: /indra/newview/llselectmgr.cpp
|
|
Checker: UNINIT_CTOR
Function: LLInterp<float>::LLInterp()
File: /indra/llmath/llinterp.h
|