summaryrefslogtreecommitdiff
path: root/indra/llui/llurlentry.h
AgeCommit message (Collapse)Author
2018-04-19MAINT-8552 FIXED Secure map links do not parse in chat and SL icon is not ↵maxim_productengine
displayed
2017-02-03MAINT-7103 New URI namespace /legacynameMnikolenko Productengine
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-07-29MAINT-5019 FIXED Undesired "http://" added to domains sent in chatAndreyL ProductEngine
Completely removed matching of the URLs w/o a protocol + Some unit tests
2015-07-14MAINT-5019 FIXED Additional casesAndreyL ProductEngine
2015-06-08merge changes for 3.7.29-releaseOz Linden
2015-04-15Merge viewer-releasesimon
2015-04-14merge changes for STORM-2113Oz Linden
2015-04-11STORM-2113 - uri parsing cleanup and fixesCinder
2015-02-24Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2015-03-04MAINT-4169 ShowGreyQueryInUrls debug setting was removed and the grey part ↵Mnikolenko ProductEngine
of the link always appears.
2015-01-09MAINT-4169 FIXED grey out all but domain name in SL-links, same as it's done ↵Mnikolenko ProductEngine
for non-Linden URLs
2014-12-19merge with 3.7.23-releasemaksymsproductengine
2014-12-04MAINT-4683 FIXED Display SLURLs with incorrect coordinates as regular URLs.Mnikolenko ProductEngine
2014-10-13MAINT-4169 FIXED Suppress initial display of the path portion of URLs from ↵maksymsproductengine
other users and scripts
2014-10-16MAINT-4582 FIXED Certain URLs which end contain secondlife.com or ↵Mnikolenko ProductEngine
lindenlab.com incorrectly open the Place Profile floater
2014-10-07MAINT-4548 & MAINT-4557 FIXED build issuesmaksymsproductengine
2014-10-02MAINT-4119 FIXED Uniquely decorate links on Second Life or Linden Lab domainsmaksymsproductengine
2014-08-26MAINT-4210 FIXED Don't try to replace wiki-link with label if it's not ↵Mnikolenko ProductEngine
correct(contains url in label part).
2014-05-07Merge with 3.7.7-releasedolphin
2013-09-23Added LLUrlEntryExperienceProfile to link to experience profilesdolphin
Added LLExperienceHandler to handle experience links Updated LLSidepanelItemInfo to use profile links
2013-07-30Summer cleaning - removed a lot of llcommon dependencies to speed up build timesRichard Linden
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-12-17CHUI-580 : WIP : Protect callback connections passed to ↵Merov Linden
LLAvatarNameCache::get() where necessary
2010-12-30STORM-797 FIXED Added parcel SLURL rendering with human readable parcel names.Seth ProductEngine
- Added parcel info observer to LLUrlEntryParcel. - Added notifying LLUrlEntryParcel by LLRemoteParcelInfoProcessor when parcel data arrives. - Added notifying LLUrlEntryParcel about user login, changing host and viewer connection state to use this data in remote parcel requests.
2010-12-16STORM-796 FIXED Implemented rendering /app/region/ SLapps into ↵Vadim ProductEngine
human-readable strings. Example: secondlife:///app/region/Ahern/10/20/30/ is displayed as "Ahern (10,20,30)".
2010-11-15build fixesRichard Linden
2010-11-10DN-203 [crashhunters] LLIMModel::LLIMSession::onAvatarNameCachLeyla Farazha
2010-11-05SEC-784Kent Quirk
2010-09-03Post-convert merge by convert_monolith.py from ↵Aimee Linden
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution
2010-09-03Merge between james/viewer-identity-evolution and dessie/viewer-publicAimee Linden
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24merge heads. whew.Tofu Linden
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-07-26EXT-8010 FIXED Implemented special behaviour of avatar links.Andrew Dyukov
Avatar links are now underlined only on hover. Also they have the same color as other links. - Underlining text and getting it back to normal are done in handleHover() and draw() of new LLOnHoverChangeableTextSegment class derived from LLNormalTextSegment. This class has two pointers to styles- one for style which will be used for text on hover, and another otherwise. This special type of text segment is used if link's boolean member mUnderlineOnHoverOnly is true. So it is URL's flag depending on which textbase adds new text segment(like it currently happens with mDisabledLink). - Changed avatar link color in colors.xml to emphasis (because it was white before and was inconsistent with other links). Reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/749/ --HG-- branch : product-engine
2010-07-06Merge from dessie/viewer-releaseLeyla Farazha
2010-07-02EXT-5692 FIX Add callback to create widget segment with LLAvatarIconCtrl (or ↵Yuri Chebotarev
LLGroupIconCtrl) based on url match id. reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/610/ --HG-- branch : product-engine
2010-06-03mergeRichard Linden
2010-06-03EXT-6333 FIX introduce new segments - LLLineBreakSegment and LLImageSegmentYuri Chebotarev
reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/241/ --HG-- branch : product-engine
2010-05-26DEV-50271 FIX SLURL support for non-clickable display namesRichard Nelson
separate mIsLink from mLink to support non-clickable urls (e.g. secondlife:///app/agent/0e346d8b-4433-4d66-a6b0-fd37083abc4c/completename)
2010-05-25DEV-50271 FIX SLURL support for non-clickable display namesRichard Linden
revived mDisabledLink to make url replacement logic work again
2010-05-24DEV-50271 FIX SLURL support for non-clickable display namesRichard Nelson
2010-05-24DEV-50271 FIX SLURL support for non-clickable display namesRichard Nelson
reviewed by James
2010-05-11Clean up merge-fight about getIcon() const-nessJames Cook
2010-05-11merge from dessie/viewer-public right before SLE code landedJames Cook
2010-04-29DEV-49489 Display name support in URL-style name widgets, alsoJames Cook
Fixed problem where labels like "Mute John Smith" were not being applied when the name was not in cache.
2010-04-23Related to normal bug EXT-6302 (TP requests need to display destination ↵Eugene Mutavchi
region maturity) - added displaying maturity rating with an icon. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/229/. --HG-- branch : product-engine
2010-04-02Fixed normal bug EXT-6357 (SLapp for object chat does display an inspector) ↵Eugene Mutavchi
- added new LLUrlEntry to support 'secondlife:///app/objectim/{UUID}/' SLapps. Fixed passing the SLURL to inspect_remote_object floater. Reviewed by Vadim Savchuk, https://codereview.productengine.com/secondlife/r/158/ --HG-- branch : product-engine
2010-03-29Merge latest viewer-hotfix, approximately equal to Viewer 2.0 finalJames Cook