Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
2017-02-03 | DRTVWR-418: Remove most (all?) of the "stubs" from llurlentry_test. | Nat Goodspeed | |
At some point the INTEGRATION_TEST_llurlentry build changed so that the library(ies) we attempted to stub out got linked in anyway, so that instead of simplifying the test, the stubs broke it with "duplicate symbol" errors. Commenting out the stubs permits the test program to succeed. | |||
2016-08-30 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-03-17 | Merge | Rider Linden | |
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2016-01-15 | Merge VR | Rider Linden | |
2015-12-15 | MAINT-5498 LLUrlEntry regex refactoring | AndreyL ProductEngine | |
Improved LLUrlEntryHTTP, extended a test | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-11-02 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2015-10-23 | MAINT-5464 FIXED Do not add badge to links that have a port number specified. | AndreyL ProductEngine | |
2015-10-19 | Merge from viewer release. | Rider Linden | |
2015-09-01 | One of the tests defined a namespace in order to fake out the libraries. ↵ | Rider Linden | |
Removed it. | |||
2015-08-18 | MAINT-5506: Fix ugly timing bug in llurlentry static initialization. | Nat Goodspeed | |
The problem was that class-static LLUrlEntryParcel::sRegionHost was being initialized by copying class-static LLHost::invalid. Naturally, these two statics are initialized in different source files. Since C++ makes no promises about the relative order in which objects in different object files are initialized, it seems we hit a case in which we were trying to initialize sRegionHost by copying a completely uninitialized LLHost::invalid. In general we might attempt to address such cross-translation-unit issues by introducing an LLSingleton. But in this particular case, the punch line is that LLHost::invalid is explicitly constructed identically to a default-constructed LLHost! In other words, LLHost::invalid provides nothing we couldn't get from LLHost(). All it gives us is an opportunity for glitches such as the above. Remove LLHost::invalid and all references, replacing with LLHost(). | |||
2015-07-29 | MAINT-5019 FIXED Undesired "http://" added to domains sent in chat | AndreyL ProductEngine | |
Completely removed matching of the URLs w/o a protocol + Some unit tests | |||
2015-07-15 | MAINT-5019: Buildfix - added a tests for emails, improved handling of URLs ↵ | AndreyL ProductEngine | |
starting with www. | |||
2015-06-30 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2015-05-23 | MAINT-5232: Make gMessageSystem an LLPounceable<LLMessageSystem*>. | Nat Goodspeed | |
This will permit other subsystems to use gMessageSystem.callWhenReady() to (e.g.) register callbacks as soon as gMessageSystem is fully initialized. | |||
2015-04-15 | Merge viewer-release | simon | |
2014-10-16 | Fix build issues. | maksymsproductengine | |
2014-03-21 | Fixed unit test | dolphin | |
2013-09-24 | Added stubs for llurlentry_test.cpp | dolphin | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-13 | Fixed unit test compile error | prep | |
2013-03-11 | Viewer-chui merge | prep | |
2012-12-07 | CHUI-580 : Fixed : Clean up the use of display name. Allow the use of the ↵ | Merov Linden | |
legacy protocol in settings.xml | |||
2012-09-08 | Removed most llappearance -> llui dependencies (LLTrans remains). Moved ↵ | Don Kjer | |
LLInventoryIcon::EIconName into LLInventoryType. Moved LLInventoryIcon back to newview. Moved LLUI gl_* functions into llrender. | |||
2012-08-23 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | Todd Stinson | |
2012-08-13 | PATH-849: CRASHFIX This should fix the crash caused by ↵ | Todd Stinson | |
LLPathfindingObject::handleAvatarNameFetch being called after the corresponding LLPathfindingObject has been deleted. | |||
2012-07-27 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-05-21 | made param blocks smaller by making param overhead 3 bytes instead of 4 | Richard Linden | |
Optional<bool> should now be 4 bytes smaller. | |||
2012-04-13 | fixed build | Richard Linden | |
all param values now support named values uniformly | |||
2012-04-12 | fixed broken unit tests | Richard Linden | |
2012-01-20 | removed LLXUIXML library | Richard Linden | |
moved LLInitParam, and LLRegistry to llcommon moved LLUIColor, LLTrans, and LLXUIParser to llui reviewed by Nat | |||
2011-11-28 | removed unneeded changeversion tracking in param blocks in favor of a ↵ | Richard Linden | |
simpler dirty bit | |||
2011-10-13 | Build fixes because damn standard doesn't allow binding rvalues to non-const ↵ | Leslie Linden | |
refs. | |||
2011-10-10 | added compound LLSD parsing to param blocks | Richard Nelson | |
reviewed by Leslie | |||
2011-07-14 | EXP-880 FIX Enable navigation chrome in search floater | Richard Linden | |
fixed regression where profile window wasn't using requested size | |||
2011-06-08 | Fixed to allow param blocks to exceed 64k, even though the size makes me wince. | Leslie Linden | |
Modified viewer window to not create a navigation bar on exit if one doesn't yet exist. Reviewed by Richard. | |||
2011-04-28 | EXP-749 FIX [REGRESSION] Voice status indicator shown in IM session instead ↵ | Richard Linden | |
of profile pic in Basic and Advanced modes reviewed by Leyla | |||
2011-04-19 | fixed build | Richard Linden | |
2011-04-19 | EXP-648 FIX As a developer, I want to be able to specify param blocks that ↵ | Richard Linden | |
use Multiple<LLUIImage> for a sequence of images Factored out param block data classes so that specialized param block types, such as LLUIImage, LLFontGL, LLRect, etc. can be stored in a Multiple<T> context Converted loading_indicator to take image sequence from XUI deprecated name-value pairs for LLUIColor values, and put them in colors.xml | |||
2011-04-01 | correct merge error in prehash change | Oz Linden | |
2011-01-24 | hack to work around gcc 4.2 compiler warning; really we should not store ↵ | Andrew A. de Laix | |
static strings in char * pointers (they should all be changed to const char *). | |||
2010-12-30 | STORM-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-18 | STORM-796 ADDITIONAL_FIX Fixed Mac build. | Vadim ProductEngine | |
2010-12-16 | STORM-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-15 | merge | Richard Linden | |