summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-28Merge with nat/viewer-eventapi2Don Kjer
2011-01-28Merge from viewer-developmentDon Kjer
2011-01-28Extend LLEventAPI to directly call other functions & methods.Nat Goodspeed
Until now, LLEventAPI has only been able to register functions specifically accepting(const LLSD&). Typically you add a wrapper method to your LLEventAPI subclass, register that, have it extract desired params from the incoming LLSD and then call the actual function of interest. With help from Alain, added new LLEventAPI::add() methods capable of registering functions/methods with arbitrary parameter signatures. The code uses boost::fusion magic to implicitly match incoming LLSD arguments to the function's formal parameter list, bypassing the need for an explicit helper method. New add() methods caused an ambiguity with a previous convenience overload. Removed that overload and fixed the one existing usage. Replaced LLEventDispatcher::get() with try_call() -- it's no longer easy to return a Callable for caller to call directly. But the one known use of that feature simply used it to avoid fatal LL_ERRS on unknown function-name string, hence the try_call() approach actually addresses that case more directly. Added indra/common/lleventdispatcher_test.cpp to exercise new functionality.
2011-01-28Introduce LLSDArray, LLSDMap, LLSDParam.Nat Goodspeed
LLSDArray is a helper to construct an LLSD::Array value inline. LLSDMap is a helper to construct an LLSD::Map value inline. LLSDParam is a customization point, a way for generic code to support unforseen parameter types as conversion targets for LLSD values.
2011-01-28Added tag nat-eventapi2-base for changeset b542f8134a2bNat Goodspeed
2011-01-28pull back fixes from betaOz Linden
2011-01-28merge fixes for SOCIAL-452 and STORM-927Oz Linden
2011-01-28Mergecallum
2011-01-28SOCIAL-452 FIX Default size of Web content floater is wrong - needs to be ↵callum
optimized for Web profile display
2011-01-28STORM-927 - FIX - [VWR-24426] SSL Handshake Failed Error when accessing ↵callum
web-based content on development viewers using recent Webkit 4.7 Also removed refs to debug vars used to specify location of pem file
2011-01-28merge changes for storm-634Oz Linden
2011-01-28merge changes for social-473Oz Linden
2011-01-27merge beta tagsOz Linden
2011-01-27Added tag DRTVWR-33_2.5.0-beta2 for changeset 54d772d8687cDessie Linden
2011-01-27Added tag DRTVWR-32_2.5.0-beta1 for changeset 345b17e7cf63Dessie Linden
2011-01-27Added tag DRTVWR-25_2.4.0-release for changeset 1ed382c6a08bDessie Linden
2011-01-27Added tag DRTVWR-27_2.4.0-beta2 for changeset 25bd6007e3d2Dessie Linden
2011-01-27Added tag DRTVWR-26_2.4.0-beta1 for changeset 3bc1f50a72e1Dessie Linden
2011-01-27Added tag DRTVWR-13_2.3.0-release for changeset 6ad3d6fa35a4Dessie Linden
2011-01-27Added tag DRTVWR-20_2.3.0-beta3 for changeset 6ad3d6fa35a4Dessie Linden
2011-01-27Added tag DRTVWR-17_2.3.0-beta2 for changeset db0fe9bb6518Dessie Linden
2011-01-27Added tag DRTVWR-14_2.3.0-beta1 for changeset a3c12342b1afDessie Linden
2011-01-27Added tag DRTVWR-8_2.2.0-release for changeset 1415e6538d54Dessie Linden
2011-01-27Added tag DRTVWR-7_2.2.0-beta3 for changeset b0cd7e150009Dessie Linden
2011-01-27Added tag DRTVWR-3_2.2.0-beta2 for changeset 9822eb3e25f7Dessie Linden
2011-01-27Added tag DRTVWR-5_2.2.0-beta1 for changeset 7076e22f9f43Dessie Linden
2011-01-27STORM-634 FIX missing Danish translationEli Linden
2011-01-27Removed DRTVWR from 2.5.0-beta2 tagDessie Linden
2011-01-27Automated merge with file:///Users/oz/Work/V-DROz Linden
2011-01-27merge changes for beta fixesOz Linden
2011-01-27Merged beta2 tagDessie Linden
2011-01-27merge changes for storm-348Oz Linden
2011-01-27merge changes for storm-843Oz Linden
2011-01-27merge changes for storm-547Oz Linden
2011-01-27merge changes for storm-373Oz Linden
2011-01-26Added tag DRTVWR-33--2.5.0beta2 for changeset 54d772d8687cDessie Linden
2011-01-26Adding run_tests buildparam and setting to false for coverity builds so ↵David Kaprielian
coverity can run. Reviewed by CG.
2011-01-25correct build errorVadim ProductEngine
2011-01-25Backed out changeset b3a24f496b23Don Kjer
2011-01-24SOCIAL-473 FIX Add Kick, Freeze, Unfreeze and CSR to profile mini floater ↵Richard Linden
drop down Added Kick and CSR, made existing Freeze menu item use god mode freeze when in god mode (works across grid, not just with local avatars)
2011-01-24Exposing estate_id in new instant message for viewer use. Part of ER-393Don Kjer
2011-01-24Added new notifications for ER-393 and ER-394Don Kjer
2011-01-25STORM-843 FIXED incremental inventory search to use more restrictive or less ↵Seth ProductEngine
restrictive filtering. Stored filter sub-string comparison with new string failed because of non-matching register of compared strings. Transforming the new search term to uppercase before comparing it with previous one allows to determine if filter became more or less restrictive and not to restart the search over. Used patch provided by Satomi Ahn.
2011-01-25Fixed TestCapabilityProvider build issue.Seth ProductEngine
2011-01-24Automated merge with http://hg.secondlife.com/viewer-developmentXiaohong Bao
2011-01-24fix for SH-445: debug settings -> "CacheNumberOfRegionsForObjects" does not ↵Xiaohong Bao
limit the number of object cache files
2011-01-24merge changes for beta fixesOz Linden
2011-01-24merge changes for i18n fixesOz Linden
2011-01-24VWR-24321: fix validation of textures that start with 00Aleric Inglewood
2011-01-21INTL-20,CT-635 WIP DE,FR,ES,PT,PL translation (new files) for Viewer 2.5Eli Linden