| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-12-01 | LLSD-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-19 | Make 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-17 | LLSD-14: fixed way-too-overloaded local variable. | Nat Goodspeed | |
| 2011-11-17 | LLSD-14: Make dumpStats()/calcStats() implementation more robust | Nat Goodspeed | |
| per Monty code review | |||
| 2011-11-17 | LLSD-14: while we're in llsd.h anyway, fix longstanding misspellings. | Nat Goodspeed | |
| My tollerance is at an end. :-P | |||
| 2011-11-17 | LLSD-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-17 | LLSD-14: Fix silly syntax error in subscript bounds check. | Nat Goodspeed | |
| 2011-11-17 | LLSD-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-16 | merge changes for vmrg-185 | Oz Linden | |
| 2011-11-15 | sync with viewer-development, plus some Russian linguistic changes | eli | |
| 2011-11-15 | WIP INTL-82 further LQA changes for Russian | eli | |
| 2011-11-14 | sync with viewer-development | eli | |
| 2011-11-14 | increment viewer version to 3.2.4 | Oz Linden | |
| 2011-11-14 | merge changes for vmrg-184 | Oz Linden | |
| 2011-11-11 | merge changes for vmrg-183 | Oz Linden | |
| 2011-11-10 | EXP-1488 fix from Sergey PE | Leslie Linden | |
| 2011-11-10 | EXP-1536 fix from paul PE | Leslie Linden | |
| 2011-11-10 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
| 2011-11-09 | EXP-1557 FIXED Voice icon shown next to IM chiclets slightly taller than IM ↵ | Richard Linden | |
| chiclet image | |||
| 2011-11-09 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
| 2011-11-09 | EXP-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-09 | Merge from PE. Thanks Paul | Leslie Linden | |
| 2011-11-09 | Merge from Paul PE. Thanks Paul | Leslie Linden | |
| 2011-11-09 | EXP-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-09 | EXP-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-08 | increment viewer version to 3.2.3 | Oz Linden | |
| 2011-11-08 | WIP INTL-82 more LQA changes for Russian | eli | |
| 2011-11-08 | merge changes for vmrg-182 | Oz Linden | |
| 2011-11-08 | merge changes for vmrg-181 | Oz Linden | |
| 2011-11-08 | merge changes for storm-1580 | Oz Linden | |
| 2011-11-08 | merge changes for storm-1105 | Oz Linden | |
| 2011-11-08 | merge changes for storm-1222 | Oz Linden | |
| 2011-11-08 | merge changes for storm-1674 | Oz Linden | |
| 2011-11-08 | merge changes for storm-1659 | Oz Linden | |
| 2011-11-08 | merge changes for storm-1676 | Oz Linden | |
| 2011-11-08 | merge changes for storm-1677 | Oz Linden | |
| 2011-11-08 | merge changes for storm-1678 | Oz Linden | |
| 2011-11-08 | merge changes for vmrg-177 | Oz Linden | |
| 2011-11-08 | merge changes for vmrg-178 | Oz Linden | |
| 2011-11-08 | STORM-1580 WIP Fixed some icon sizes and fonts according to spec. | Vadim ProductEngine | |
| 2011-11-07 | EXP-1459 FIX Places panel shown on logni when destination selected from ↵ | Richard Linden | |
| login page | |||
| 2011-11-07 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
| 2011-11-07 | finished removing remnants of media browser | Richard Linden | |
| 2011-11-07 | finished removing remnants of media browser | Richard Linden | |
| 2011-11-07 | EXP-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-07 | STORM-1691 WIP Visual fixes in the Postcard panel. | Vadim ProductEngine | |
| 2011-11-07 | STORM-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-07 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
| 2011-11-07 | STORM-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-07 | STORM-1688 FIXED The camera icon next to the "refresh snapshot" button is ↵ | Vadim ProductEngine | |
| now always visible. | |||
