Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-23 | DEV-42967: Fix prefs panel to not clobber changes to prefs made by other UI | Rick Pasetto | |
The prefs floater was unilaterally reverting any changes made by other UI. This fixes that by making squirreling away the current settings an explicit operation, and cancel now happens explicitly on close(), but only if a flag is not set (as is what happens when you hit OK). Reviewed by James. | |||
2009-11-20 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-11-20 | Add log warning if media cap is missing | Rick Pasetto | |
2009-11-20 | Hopefully, really fix DEV-42093. | Monroe Linden | |
2009-11-20 | merge | James Cook | |
2009-11-20 | EXT-1743 People inspectors should show Age, not Date born | James Cook | |
2009-11-20 | Clean up some logging | Rick Pasetto | |
2009-11-20 | Use "Select/Close" as button labels for avatar picker if choosing people ↵ | James Cook | |
repeatedly. Used by group member invitations, for example, where the "OK/Cancel" labels don't make much sense. Reviewed with Richard. | |||
2009-11-20 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-11-20 | DEV-41991 DEV-42756 : un-do the "fix" for the race condition regarding media ↵ | Rick Pasetto | |
data overwriting. I think the problem is that this floater's state is not updated properly when the server response comes in. This needs more thought. | |||
2009-11-20 | Delete the media impl instead of just unloading it. From Review #41 feedback. | Rick Pasetto | |
2009-11-20 | Fix for errors with integration tests failing to find libcrypto.so.0.9.7 | brad kittenbrink | |
2009-11-20 | Merge | Mark Palange (Mani) | |
2009-11-20 | Fix broken group "Invite" button from Erica's changes yesterday. | James Cook | |
2009-11-20 | Merge | Mark Palange (Mani) | |
--HG-- branch : product-engine | |||
2009-11-20 | DEV-42556 Viewer Preference for Parcel media cannot be enabled/disabled | skolb | |
2009-11-20 | Fix main loop to llerrs on memory alloc failure, was masked by misuse of ↵ | James Cook | |
LLFLoaterReg with LLFloaterMemLeak. Reviewed with Bao | |||
2009-11-20 | Remove unused date code after review with Leyla. Will unbreak Mac build. | James Cook | |
2009-11-20 | EXT-2618 Added code to determine if the viewer is running 'compatibility mode' | Mark Palange (Mani) | |
OS version string reports compatibility mode and real os version number, if accessible. reviewed by Richard | |||
2009-11-20 | merge | James Cook | |
2009-11-20 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-11-20 | merge | James Cook | |
2009-11-20 | merge | angela | |
2009-11-19 | Automated merge with ssh://hg.lindenlab.com/james/gooey | Erica | |
2009-11-19 | Group profile - widen lists and optimise for sidepanel EXT-2676 | Erica | |
2009-11-19 | Push the policy that "back", "forward" and "stop" do different things out of ↵ | Rick Pasetto | |
LLViewerMedia. Now, LLViewerMedia has explicit skipBack() and skipForward() functions, and the buttons in LLPanelPrimMediaControls now map onto those functions neatly. | |||
2009-11-20 | merge | angela | |
2009-11-20 | Fix EXT-2645 Ensure link colors applied consistently to all text sources | angela | |
2009-11-19 | Make time-based media "forward" and "back" different from navigate forward ↵ | Rick Pasetto | |
and navigate back | |||
2009-11-19 | Made LLMediaDataClient not send requests on behalf of objects that are ↵ | Monroe Linden | |
marked as dead. When LLMediaDataClient::QueueTimer::tick() encounters an object at the head of the queue that's dead, it will now remove that object and loop, instead of sending a request and waiting for the tick timer to fire again. Added an isDead() function to LLMediaDataClientObject, and an additional unit test that verifies the handling of dead objects. | |||
2009-11-19 | merge | Leyla Farazha | |
2009-11-19 | EXT-2490 Right click context menu for objects should include build tools | Leyla Farazha | |
EXT-2541 Help > Report Abuse screenshot not showing up EXT-2549 Crash on exit from mouse-look (Mini Map related) EXT-2548 Viewer freezes when going out of the mouselook while there are more than two floaters EXT-1983 [BSI] Trying to edit a script in a no mod object pops up script editor with "object out of range" reviewed by Richard | |||
2009-11-19 | Added LLVOVolume::markDead(), which unhooks any prim media instances from ↵ | Monroe Linden | |
the dead object. | |||
2009-11-19 | Increased size of floater in floater_region_info.xml and modified layout in ↵ | Justin C. Rounds (Chuck) | |
panel_region_estate.xml. Also made button sizes to spec and did a general clean-up of the layout. http://jira.secondlife.com/browse/EXT-2658 | |||
2009-11-19 | fix for disappearing scrollbar in im windows | Rick Pasetto | |
2009-11-19 | Edited to have elements follow panel bottom. | Justin C. Rounds (Chuck) | |
https://jira.secondlife.com/browse/EXT-2446 | |||
2009-11-19 | merge | Loren Shih | |
2009-11-19 | EXT-2562 : Somehow show cnotents of what I'm wearing | Loren Shih | |
Added appearanceSP button to toggle folder closed/open state. Also fixed up some bugs with current outfit title placement in appearanceSP.xml Also added a generic call for getting the current outfit folder link | |||
2009-11-19 | Fix "Global Illumintation" typo in the menu text which was bugging me. | Tofu Linden | |
2009-11-19 | EXT-2094 Add click-to-zoom as a one-click settable option for objects | angela | |
2009-11-18 | Changes to IM Logging, includes preference changes | Steve Bennetts | |
2009-11-19 | branch merge | angela | |
2009-11-18 | EXT-1743 People inspectors should show Age, not Date born, fixed date math | James Cook | |
Changed date math to correctly account for month lengths and leap years. Extended unit test. Review pending. | |||
2009-11-18 | merge | Steve Bennetts | |
2009-11-18 | Change close behavior to not end session. | Steve Bennetts | |
* NOTE: This is functional, but not ideal - it's still closing the floater; we really want to change the behavior of the X button instead. | |||
2009-11-18 | Change close behavior to not end session. | Steve Bennetts | |
* NOTE: This is functional, but not ideal - it's still closing the floater; we really want to change the behavior of the X button instead. Also made the group IM floater a little less broken. | |||
2009-11-18 | EXT-2636 : No "fetching inventory" or other indication that inventory is ↵ | Loren Shih | |
loading. | |||
2009-11-18 | Switch some files to Unix line endings | Bryan O'Sullivan | |
2009-11-18 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-11-18 | merge | Steve Bennetts | |