-
- Downloads
DEV-32540: Lots of object IM and SLurl improvements
- 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.
Showing
- indra/llui/llurlentry.cpp 12 additions, 8 deletionsindra/llui/llurlentry.cpp
- indra/llui/llurlentry.h 7 additions, 6 deletionsindra/llui/llurlentry.h
- indra/llui/llurlregistry.cpp 2 additions, 1 deletionindra/llui/llurlregistry.cpp
- indra/llui/tests/llurlentry_test.cpp 162 additions, 143 deletionsindra/llui/tests/llurlentry_test.cpp
- indra/newview/llchathistory.cpp 13 additions, 6 deletionsindra/newview/llchathistory.cpp
- indra/newview/llinspectremoteobject.cpp 3 additions, 2 deletionsindra/newview/llinspectremoteobject.cpp
- indra/newview/llviewermessage.cpp 4 additions, 1 deletionindra/newview/llviewermessage.cpp
Loading
Please register or sign in to comment