summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2011-12-01LLSD-14: Move LLSD::(outstanding|allocation)Count() to free functions.Nat Goodspeed
Free functions can be unconditionally compiled into the .o file, but conditionally hidden in the header file. Static class methods don't have that flexibility: without a declaration in the header file, you can't compile a function definition in the .cpp file. That makes it awkward to use the same llcommon build for production and for unit tests. Why make the function declarations conditional at all? These are debugging functions. They break the abstraction, they peek under the covers. Production code should not use them. Making them conditional on an #ifdef symbol in the unit-test source file means the compiler would reject any use by production code. Put differently, it allows us to assert with confidence that only unit tests do use them. Put new free functions in (lowercase) llsd namespace so as not to clutter global namespace. Tweak the one known consumer (llsd_new_tut.cpp) accordingly.
2011-11-19Make LLSD diagnostic methods conditional on LLSD_DEBUG_INFO.Nat Goodspeed
This establishes that there are no viewer-side unit tests relying on these methods. The point is to try to clean up the LLSD public API. In the same vein, remove from LLSD public API a diagnostic method which is nothing more than an implementation detail for the corresponding LLSD::Impl method. The same effect can be achieved by making LLSD::Impl a friend of LLSD, moving the method with the messy signature (classic-C arrays!) into LLSD::Impl itself.
2011-11-17LLSD-14: fixed way-too-overloaded local variable.Nat Goodspeed
2011-11-17LLSD-14: Make dumpStats()/calcStats() implementation more robustNat Goodspeed
per Monty code review
2011-11-17LLSD-14: while we're in llsd.h anyway, fix longstanding misspellings.Nat Goodspeed
My tollerance is at an end. :-P
2011-11-17LLSD-14: Add tests from Simon's server-trunk changeset 3852648182db.Nat Goodspeed
That changeset provides most of the changes previously checked in on this Jira (viewer changeset 22b293aae639). Bring over the code he added to llsd_new_tut.cpp as well.
2011-11-17LLSD-14: Fix silly syntax error in subscript bounds check.Nat Goodspeed
2011-11-17LLSD-14: Bring over llsd.{h,cpp} enhancements from server-trunk.Nat Goodspeed
Because new enum values have been added to the LLSD type field, a few external switch statements must be adjusted to suppress fatal warnings, even though we never expect to encounter an LLSD instance containing any of the new values.
2011-11-16merge changes for vmrg-185Oz Linden
2011-11-15sync with viewer-development, plus some Russian linguistic changeseli
2011-11-15WIP INTL-82 further LQA changes for Russianeli
2011-11-14sync with viewer-developmenteli
2011-11-14increment viewer version to 3.2.4Oz Linden
2011-11-14merge changes for vmrg-184Oz Linden
2011-11-11merge changes for vmrg-183Oz Linden
2011-11-10EXP-1488 fix from Sergey PELeslie Linden
2011-11-10EXP-1536 fix from paul PELeslie Linden
2011-11-10Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-11-09EXP-1557 FIXED Voice icon shown next to IM chiclets slightly taller than IM ↵Richard Linden
chiclet image
2011-11-09Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2011-11-09EXP-1482 FIX LLInitParam::Parser spam in secondlife.log file when entering a ↵Richard Linden
search term in location bar launching the search window reviewed by Merov
2011-11-09Merge from PE. Thanks PaulLeslie Linden
2011-11-09Merge from Paul PE. Thanks PaulLeslie Linden
2011-11-09EXP-1548 folder FIX -- Clicking show on inventory offer does not open ↵Leslie Linden
inventory (or received items panel) on test grid Ravi set to use Received Items folder for transfers
2011-11-09EXP-1537 FIXED (Selecting More Info from Classified section in Search ↵Paul ProductEngine
floater launches People panel with inactive Edit button and access to OLD profile window) - Opening Floater Picks instead of old profile panel
2011-11-08increment viewer version to 3.2.3Oz Linden
2011-11-08WIP INTL-82 more LQA changes for Russianeli
2011-11-08merge changes for vmrg-182Oz Linden
2011-11-08merge changes for vmrg-181Oz Linden
2011-11-08merge changes for storm-1580Oz Linden
2011-11-08merge changes for storm-1105Oz Linden
2011-11-08merge changes for storm-1222Oz Linden
2011-11-08merge changes for storm-1674Oz Linden
2011-11-08merge changes for storm-1659Oz Linden
2011-11-08merge changes for storm-1676Oz Linden
2011-11-08merge changes for storm-1677Oz Linden
2011-11-08merge changes for storm-1678Oz Linden
2011-11-08merge changes for vmrg-177Oz Linden
2011-11-08merge changes for vmrg-178Oz Linden
2011-11-08STORM-1580 WIP Fixed some icon sizes and fonts according to spec.Vadim ProductEngine
2011-11-07EXP-1459 FIX Places panel shown on logni when destination selected from ↵Richard Linden
login page
2011-11-07Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2011-11-07finished removing remnants of media browserRichard Linden
2011-11-07finished removing remnants of media browserRichard Linden
2011-11-07EXP-1548 FIX -- Clicking show on inventory offer does not open inventory (or ↵Leslie Linden
received items panel) on test grid Ravi set to use Received Items folder for transfers EXP-1555 FIX -- Double-click is inconsistent between inventory and Received Items EXP-1547 FIX -- drag/drop inventory to agent - delivers to Objects, not Received items. * "Show" button from p2p transfer now opens inventory window and inbox panel, setting focus to the item * Double-click on inbox inventory items now falls through to default item behavior
2011-11-07STORM-1691 WIP Visual fixes in the Postcard panel.Vadim ProductEngine
2011-11-07STORM-1695 FIXED Visual fixes in the "snapshot options" screen of the ↵Vadim ProductEngine
Snapshot floater. * Centered the wide buttons. * Replaced icons on them with other/smaller ones.
2011-11-07Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-11-07STORM-1690 FIXED Constrain Proportions option was broken.Vadim ProductEngine
By the way: - Fixed a crash in the postcard floater (accessing destroyed buttons). - Minor code cleanups.
2011-11-07STORM-1688 FIXED The camera icon next to the "refresh snapshot" button is ↵Vadim ProductEngine
now always visible.