Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-21 | Convert LLProcess consumers from LLSD to LLProcess::Params block. | Nat Goodspeed | |
Using a Params block gives compile-time checking against attribute typos. One might inadvertently set myLLSD["autofill"] = false and only discover it when things behave strangely at runtime; but trying to set myParams.autofill will produce a compile error. However, it's excellent that the same LLProcess::create() method can accept either LLProcess::Params or a properly-constructed LLSD block. | |||
2012-01-20 | Automated merge with http://hg.lindenlab.com/richard/viewer-initparam-llcommon | Nat Goodspeed | |
2012-01-20 | Per Richard, replace LLProcessLauncher with LLProcess. | Nat Goodspeed | |
LLProcessLauncher had the somewhat fuzzy mandate of (1) accumulating parameters with which to launch a child process and (2) sometimes tracking the lifespan of the ensuing child process. But a valid LLProcessLauncher object might or might not have ever been associated with an actual child process. LLProcess specifically tracks a child process. In effect, it's a fairly thin wrapper around a process HANDLE (on Windows) or pid_t (elsewhere), with lifespan management thrown in. A static LLProcess::create() method launches a new child; create() accepts an LLSD bundle with child parameters. So building up a parameter bundle is deferred to LLSD rather than conflated with the process management object. Reconcile all known LLProcessLauncher consumers in the viewer code base, notably the class unit tests. | |||
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-12-20 | merge changes for storm-1734 | Oz Linden | |
2011-12-20 | merge changes for storm-653 and storm-1737 | Oz Linden | |
2011-12-20 | merge up to latest viewer-development | Oz Linden | |
2011-12-19 | merge changes for vmrg-206 | Oz Linden | |
2011-12-19 | merge changes for storm-1737 | Oz Linden | |
2011-12-18 | STORM-1737 panel_edit_skin.xml uses confusing historical terminology | Jonathan Yap | |
2011-12-17 | STORM-653 As a user i would like to be able to see the available number of ↵ | Jonathan Yap | |
attachments and remaining free slots. | |||
2011-12-16 | EXP-1742 FIX -- Clicking IM notification or receiving multiple IM ↵ | Leslie Linden | |
notifications in quick succession crashes to desktop * Moved toast logic for mouse hover out of the draw call to avoid chain of callbacks that lead to reordering of the draw list while we are iterating over it. | |||
2011-12-16 | merge snowstorm issues to latest viewer-development | Oz Linden | |
2011-12-16 | merge changes for vmrg-206 | Oz Linden | |
2011-12-15 | merge changes for storm-1653 | Oz Linden | |
2011-12-15 | merge changes for storm-1731 | Oz Linden | |
2011-12-15 | merge changes for storm-1733 | Oz Linden | |
2011-12-15 | merge changes for vmrg-205 | Oz Linden | |
2011-12-14 | WIP VWR-23642 | eli | |
2011-12-14 | FIX VWR-23635 | eli | |
2011-12-14 | FIX VWR-22449 | eli | |
2011-12-14 | STORM-1736 Cropped buttons in the bottom of the Ad-hoc floater | Jonathan Yap | |
2011-12-14 | FIX VWR-22392 | eli | |
2011-12-14 | sync with viewer-development | eli | |
2011-12-14 | STORM-1733 Menu entry Release Keys is in Advanced->Shortcuts sub-menu but ↵ | Jonathan Yap | |
has no shortcut | |||
2011-12-14 | EXP-1635 FIXED Made it clear that inventory snapshots are limited to 512x512 px. | Vadim ProductEngine | |
2011-12-14 | EXP-1639 FIXED Fixed a resolution rounding error. | Vadim ProductEngine | |
The error sometimes led to the following issues with maximized viewer window on MS Windows: * displaying incorrect resolution * failure to update snapshot | |||
2011-12-12 | VWR-27832 L$ Transfer failures show alert as if successful | Jonathan Yap | |
2011-12-12 | STORM-1731 Adjusted if muted logic slightly | Jonathan Yap | |
2011-12-12 | STORM-1731 Changes per RB comments: changed llwarns to llinfos, added check ↵ | Jonathan Yap | |
so you cannot mute a Linden | |||
2011-12-12 | merge changes for vmrg-202 | Oz Linden | |
2011-12-12 | merge changes for vmrg-204 | Oz Linden | |
2011-12-12 | merge changes for vmrg-203 | Oz Linden | |
2011-12-12 | STORM-1731 Ad-hoc confererence block failing. Residents using it to start ↵ | Jonathan Yap | |
massive multi-sim conferences, used as a griefing tool. | |||
2011-12-09 | FIX VWR-27811 | eli | |
2011-12-09 | sync with viewer-development | eli | |
2011-12-09 | merge changes for vmrg-201 | Oz Linden | |
2011-12-08 | FIX VWR-21237 | eli | |
2011-12-08 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-12-08 | EXP-1657 FIXED Change success/failure message text on posting to profile feed. | Vadim ProductEngine | |
2011-12-08 | EXP-1655 FIXED Text got cut off on Email Settings -> Image Quality. | Vadim ProductEngine | |
2011-12-08 | EXP-1674 FIXED Disabled chrome for profile windows; adjusted floater height ↵ | Vadim ProductEngine | |
accordingly. | |||
2011-12-07 | sync with viewer-development | eli | |
2011-12-07 | merge changes for vmrg-199 | Oz Linden | |
2011-12-07 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-12-07 | EXP-1652 FIX (Build tool floater size affected by viewer window size) | Richard Linden | |
force all floaters to have follows flags = FOLLOWS_NONE and use llfloaterview::reshape logic instead removed existing follows flags from any floater XUI and deprecated the follows parameter for floaters | |||
2011-12-07 | EXP-1673 FIX "Remove minimum window size constraint in the Viewer" | Richard Linden | |
2011-12-07 | EXP-1639 WIP Cleaning up to improve readability; added more debugging messages. | Vadim ProductEngine | |
2011-12-06 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-12-06 | EXP-1664 FIX Toolbars visible in mouselook view and when hide all controls ↵ | Richard Linden | |
selected |