Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-08 | Merge from viewer-experience | Leslie Linden | |
2011-09-08 | Automated merge with https://bitbucket.org/paul_productengine/sh-2309 | Seth ProductEngine | |
2011-09-08 | SH-2309 FIXED 'Triangles limit' combo value updating problem. | Seth ProductEngine | |
Fixed updating 'Error threshold' spinner control visibility. | |||
2011-09-08 | Automated merge with ssh://hg@bitbucket.org/lindenlab/viewer-beta | Debi King (Dessie) | |
2011-09-08 | Corrected license information in llsingleton_test.cpp. | Logan Dethrow | |
2011-09-08 | merge back beta tags | Oz Linden | |
2011-09-08 | add getInfo to LLView to get state information about ui elements. | Andrew A. de Laix | |
2011-09-08 | LLProxy: Moved the enabling of the UDP proxy back into startSOCKSProxy() | Logan Dethrow | |
2011-09-07 | fix for VWR-26864: Recent commit to Snowstorm project introduces frequent ↵ | Xiaohong Bao | |
errors and crashes associated with private memory pool. | |||
2011-09-07 | sync with viewer-development | eli | |
2011-09-07 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2011-09-07 | STORM-1541: Change llassert() to llassert_always(): unit tests expect. | Nat Goodspeed | |
Now that we have unit tests that require assertion failure if you try to delete an LLInstanceTracker subclass instance with an iterator loose, having llassert() "sometimes" compile away (whimsically, depending on platform as well as build type!) makes those tests fail. Use llassert_always() instead. | |||
2011-09-07 | STORM-1541: Add LLInstanceTracker tests for active-iterator asserts. | Nat Goodspeed | |
The recent class-static LLInstanceTracker::instance_iter and key_iter reference count is intended to guard against deleting an instance of an LLInstanceTracker subclass during iteration. Add tests for that functionality. | |||
2011-09-07 | Merge from viewer-experience | Leslie Linden | |
2011-09-07 | Merge. Fixed issue with LLProxy code related to changes to the LLSocket ↵ | Logan Dethrow | |
interface. | |||
2011-09-07 | Reduced text spam on exit by not trying to set all objects to a NULL region. | Leslie Linden | |
Reviewed by Richard. | |||
2011-09-07 | EXP-1194 FIX -- Update New tag behavior to update Newness timestamp when ↵ | Leslie Linden | |
Received Items panel is open and do not auto open Received Items panel * Updated inbox freshness time setting name to "LastInventoryInboxActivity" * New time stamp reflects time of last activity performed on the inbox by the user * Selection and opening items in the inbox both count as activity on the inbox * Focus going to the inbox panel counts as activity on the inbox * Creation date of folders now computed based on date of items being added to them * Creation date of folders no longer relies on queries for creation date, as is done during sorting * Folders are assumed to be "new" if no inbox freshness time setting is saved | |||
2011-09-07 | Automated merge with ssh://hg.lindenlab.com/nat/viewer-ui-injection | Andrew A. de Laix | |
2011-09-07 | Automated merge with ssh://hg.lindenlab.com/nat/viewer-ui-injection | Andrew A. de Laix | |
2011-09-07 | Automated merge with ssh://hg.lindenlab.com/nat/viewer-storm-1541 | Nat Goodspeed | |
2011-09-07 | add getInfo command to get state information about a ui element | Andrew A. de Laix | |
2011-09-07 | STORM-1587 FIXED Alert notifications were shown in English, no matter what ↵ | Vadim ProductEngine | |
viewer language was. | |||
2011-09-07 | SH-2371 FIXED "Not allowed to upload message" flashes when uploader dialog ↵ | Paul ProductEngine | |
comes up - This is a regression bug caused by changeset:20407 | |||
2011-09-07 | Merge mesh-development with sh-2309 | Paul ProductEngine | |
2011-09-07 | Merge from seth_mesh_dev to paul_mesh_dev | Paul ProductEngine | |
2011-09-06 | STORM-1541: Hoist LLInstanceTracker::getMap_() to base getStatic(). | Nat Goodspeed | |
Generalize the notion of getting some chunk of "static" storage: introduce LLInstanceTrackerBase::getStatic() template method. Define StaticData struct containing the InstanceMap (or InstanceSet, for that specialization) along with the S32 that caused the VS2010 linker so much grief. Completely eliminate that S32 as an actual class-static member, qualifying all references with the struct returned by getStatic(). In LLInstanceTrackerBase::getInstances(), use one std::map lookup instead of three. | |||
2011-09-06 | build fix | Richard Linden | |
2011-09-06 | EXP-1196 FIX Fix param block template ordering | Richard Linden | |
forgot to set menu name in menu.xml reviewed by Leslie | |||
2011-09-06 | EXP-1196 FIX Fix param block template ordering | Richard Linden | |
changed ordering of template loading relative to constructor setting of params moved a lot of constructor-set params to template files reviewed by Leslie | |||
2011-09-06 | Renamed LLCurl::check_curl_code() and LLCurl::check_curl_multi_code() to ↵ | Logan Dethrow | |
prevent ambiguous name build error. | |||
2011-09-06 | merge changes for storm-1588 | Oz Linden | |
2011-09-06 | merge changes for vwr-26823 | Oz Linden | |
2011-09-06 | LLProxy code review fixes. | Logan Dethrow | |
* Removed check_curl_code and check_curl_multi_code from the global namespace. * Added comments documenting which thread the public methods of LLProxy should be called from. * Corrected grammar in LLSingleton.h * Fixed a buffer scope problem in llpacketring.cpp. | |||
2011-09-06 | * Disabling outbox for now. | Leslie Linden | |
2011-09-06 | EXP-1194 FIX -- Update New tag behavior to update Newness timestamp when ↵ | Leslie Linden | |
Received Items panel is open and do not auto open Received Items panel * The inbox no longer auto-expands under any condition. * Changed new-ness timestamp from "LastInventoryInboxCollapse" to "LastInventoryInboxExpansion" to eschew obfuscation. * "LastInventoryInboxExpansion" now saved out when user opens the panel. | |||
2011-09-06 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2011-09-06 | CHOP-763: Nested LLEventAPI::Response class needs LL_COMMON_API too. | Nat Goodspeed | |
Apparently the outer class's LL_COMMON_API marker affects all outer class members, but not nested classes. Making it explicit fixes Windows link errors. | |||
2011-09-06 | SH-2309 New icons added to mesh upload floater. | Seth ProductEngine | |
2011-09-06 | merge | Brad Payne (Vir Linden) | |
2011-09-06 | SH-2309 FIXED Priority modifications to mesh uploader UI | Paul ProductEngine | |
- Replaced magic number with constant - Commented my magic numbers | |||
2011-09-05 | SH-2347 FIXED selecting the value in Stitching Type drop down. | Seth ProductEngine | |
2011-09-05 | merge | Seth ProductEngine | |
2011-09-04 | CHOP-763: Make LLView::TemporaryDrilldownFunc boost::noncopyable. | Nat Goodspeed | |
Code review with Alain turned up the fact that TemporaryDrilldownFunc, simple to the point of naivety, doesn't address the case of its being copied. Making it boost::noncopyable should turn any such usage into a compile error. | |||
2011-09-02 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-09-02 | sync with viewer-development | eli | |
2011-09-02 | sync with viewer-development | eli | |
2011-09-02 | merge changes for .v-pb | Oz Linden | |
2011-09-02 | merge back beta tags | Oz Linden | |
2011-09-02 | merge changes for storm-1027 | Oz Linden | |
2011-09-02 | correct DOS line endings | Oz Linden | |