Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-23 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
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 | Fix for DEV-43040 (Change media focus rules to be the same as alt-zoom). | Monroe Linden | |
Added an optional reset_camera parameter to LLPanelPrimMediaControls ::resetZoomLevel(). Default is true, but if false it prevents the reset from moving the camera, and just resets the internal state for zoom tracking. Fixed zoom-related bugs in LLPanelPrimMediaControls::close() and LLPanelPrimMediaControls::onClickZoom(). Changed the zooming behavior in LLViewerMediaFocus to match the desired behavior. | |||
2009-11-20 | Merge | Steve Bennetts | |
2009-11-20 | merge | Steve Bennetts | |
2009-11-20 | merge | Ramzi Linden | |
2009-11-20 | - Changed the EN links used for the KnowledgeBase to its new home on the sl ↵ | Ramzi Linden | |
wiki. - DEV-43134 Insert localized hyperlinks for all places in XUI where viewer jumps to the web. (This will be needed for Phase 4 Testing of QAR-1355) | |||
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 | Merge from product-engine | Steve Bennetts | |
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 broken group "Invite" button from Erica's changes yesterday. | James Cook | |
2009-11-20 | Merging heads, hmm. | Tofu Linden | |
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 | Implemented low task EXT-1153(FlatListView should support keyboard) | Eugene Mutavchi | |
--HG-- branch : product-engine | |||
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 | Build fix. | Sergei Litovchuk | |
--HG-- branch : product-engine | |||
2009-11-20 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-20 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-20 | implemented low task (EXT-1476) Make layouts for Alert, Tip and Script ↵ | Dmitry Oleshko | |
notifications based on XML - made XML-files for the following controls on the panel for alert toasts: button, check box, icon and line editor. - changed creation of these controls in code: from XML vs. from Params in run-time - added getFont method to the LLCheckBox control --HG-- branch : product-engine | |||
2009-11-20 | No ticket. Code to resize bottom tray is refuctored after the latest fix for ↵ | Mike Antipov | |
EXT-2616: - Removed unused param while extending bottom tray - Moved some debug messages --HG-- branch : product-engine | |||
2009-11-20 | Fixed normal bug EXT-2616 ("Speak" button isn't narrowed and has title when ↵ | Mike Antipov | |
width of window is 800px) - updated resize behavior to shrink Snapshot button: only speaker is shown in this case. - updated LLSpeakButton to hide/show its labels - updated talk_button widget (talk_button.xml) to have correct follows attributes - also fixed bug with calculating necessary updates for children while extending bottom tray --HG-- branch : product-engine | |||
2009-11-20 | implemented task EXT-1900 Add options to Gestures gear menu | Denis Serdjuk | |
--HG-- branch : product-engine | |||
2009-11-20 | removed redundant local variable | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-11-20 | fixed EXT-2457 "Remove unresolved notifications counter from the ↵ | Alexei Arabadji | |
Login/Startup toast"; --HG-- branch : product-engine | |||
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-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 | Fixed normal bug EXT-2348 "My Landmarks: Show On Map does nothing for ↵ | Sergei Litovchuk | |
landmarks from Library" - Added callback to ensure that a landmark is loaded from the global landmark list. - Added disabling "Map" button to indicate that a landmark info is being loaded. --HG-- branch : product-engine | |||
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 | |