Age | Commit message (Collapse) | Author |
|
--HG--
branch : product-engine
|
|
previous sessions should be grayed out
--HG--
branch : product-engine
|
|
Selected URL Color
--HG--
branch : product-engine
|
|
from objects, instead of using generic image for missing profile picture
--HG--
branch : product-engine
|
|
nearby chat)
- reason: changes in c91e724d4f15 related to EXT-4547.
Also multiple warnings appeared in log: LLView::getChild: Found child named user_name but of wrong type class L
LTextBox, expecting class LLViewerTextEditor *
- fix: changed template class from LLViewerTextEditor to LLTextBase in getChild.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
EXT-4547 [BSI] it is possible to highlight multiple layers of chat
EXT-3844 Mouse wheel camera zoom is not reflected on View popup slider
EXT-3103 Add an option to restrict entering non-ascii symbols in text editor.
reviewed by Leyla
|
|
chat history for Nearby Chat (both plain text and widgeted chat)
--HG--
branch : product-engine
|
|
|
|
--HG--
branch : product-engine
|
|
reverted IM floater default width;
made offer buttons have absolute positions;
avoided text message scrolling with default IM floater width;
--HG--
branch : product-engine
|
|
- Don't let object names that are URLs override links to display the
remote object inspector
- Don't hyperlink the object name in the remote object inspector
- Made the <nolink>...</nolink> regex more robust and made it support
non-URLs between the tags, so that we don't get random <nolink> tags
when trying to disable URLs in user-typed text.
- Improved the llurlentry unit test and added some more test cases.
- Hooked up another LLViewerMessage code path to objectim SLapps to
pass down the owner and slurl information.
- Made a few LLUrlEntryBase methods be const methods, because they are
- Fixed a bug in the remote object inspector where it would never show
the teleport URL.
|
|
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
|
|
Plumbing to pass the owner ID for a chatting object down into the
LLChatHistory::appendMessage() method where we create the objectim
SLapp that will bring up the remote object inspector. Pheww.
For object notifications that are displayed as text chat, we
|
|
--HG--
branch : product-engine
|
|
Now Object IMs that get sent to your local chat window will have
secondlife:///app/objectim SLapps, which will open the remote object
inspector for that object, not the avatar inspector.
However, we don't have all the information needed for the remote
object inspector, so I'm going to have to investigate extending the
inspector to request the missing information from the server.
|
|
accepted patch from Josh
|
|
--HG--
branch : product-engine
|
|
closing user list)
--HG--
branch : product-engine
|
|
by redoing fix for the EXT-3263 Cut and Paste from text chat loses new lines
--HG--
branch : product-engine
|
|
text mode)
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
full avatar name in communication
|
|
EXT-3647 - Auto-scrolling of IMs should resume when user types in chat
EXT-3877 - Pinning two levels of menus prevents movement using arrow keys
EXT-1303 - Hyperlink text wraps in the middle of a word
reviewed by James
|
|
--HG--
branch : product-engine
|
|
|
|
history window
|
|
|
|
|
|
|
|
avatar name while IM floater is being resized
--HG--
branch : product-engine
|
|
Resolved conflicts in llalertdialog.h and llnotify.cpp (local deletion vs
remote change) by removing them.
--HG--
branch : product-engine
|
|
|
|
--HG--
branch : product-engine
|
|
SL icon and title). "i" icon is temporarily used, changing it in
xml to SL icon moved to new bug- EXT-3132.
--HG--
branch : product-engine
|
|
clickable in IM chat log (old school chat log style))
--HG--
branch : product-engine
|
|
Nearby Chat floater when object and Resident share the same name
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
current time
--HG--
branch : product-engine
|
|
I made it about a year and a half ago; Zero found it while reading code. I had added a return value to LLSD::insert(), but a) did it wrong, and b) broke the STL-like semantics of insert(). So I've put insert() back to returning void and created LLSD::with(), which does what my earlier insert() did. The compiler then caught all the cases where insert()'s return value were being used, and I changed those to use with() instead.
|
|
--HG--
branch : product-engine
|
|
logging.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
|
|
|