Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-02 | Make the "default hover controls" be the "authored" controls | Rick Pasetto | |
(and I made a debug setting that can override this) | |||
2009-10-29 | Fixes for DEV-41612, DEV-41693, DEV-41963. | Monroe Linden | |
Made LLViewerMediaFocus::update clear inworld media focus if LLViewerMediaFocus has lost keyboard focus to anything besides the media controls, or LLToolMgr::inBuildMode() returns true. Also, never fade the media controls if they have keyboard focus (this fixes the media controls fading out while the user is trying to type an URL). | |||
2009-10-29 | Fix for DEV-41755 | Monroe Linden | |
2009-10-29 | Merge remote repo | Rick Pasetto | |
2009-10-29 | Fix unposted bug: make sure to use the right slider control | Rick Pasetto | |
2009-10-29 | Fix a copy-paste error in LLPanelPrimMediaControls::postBuild(). | Monroe Linden | |
2009-10-29 | Missed the "hold the button down" case when converting horizontal scroller ↵ | Monroe Linden | |
to use horizontal mousewheel events. | |||
2009-10-29 | Added LLViewerMediaImpl::scrollWheel() to route scroll wheel events through ↵ | Monroe Linden | |
the media impl. The horizontal scroll arrows in the media controls now send horizontal scrollwheel events instead of arrow keys. | |||
2009-10-29 | Fix for DEV-41978 (media controls URL is incorrect after whitelist bounces ↵ | Monroe Linden | |
webpage back). Added LLViewerMediaImpl::getCurrentMediaURL(), which reflects the most recent url either set with navigateTo or received from the plugin via locationChanged/navigateComplete. LLViewerMediaImpl now uses this when reload() is called. LLPanelPrimMediaControls now uses getCurrentMediaURL() to get the url it displays in the URL input bar and opens with the pop-out control. | |||
2009-10-29 | Fix unposted bug where current URL is not showing in the media controls | Rick Pasetto | |
2009-10-28 | Completion of rename of llpanelmediahud to llpanelprimmediacontrols | Rick Pasetto | |
2009-10-28 | rename llpanelmediahud to llpanelprimmediacontrols | Rick Pasetto | |