Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-11 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-11-11 | Fix a potential crash if scroll button is not there | Rick Pasetto | |
2009-11-11 | Remove references to media_panel_scroll in ↵ | Monroe Linden | |
LLPanelPrimMediaControls::updateShape(), as it was removed from the XUI file. | |||
2009-11-10 | merge | James Cook | |
2009-11-10 | Sanitize naming of getWindowRect (scaled vs. raw pixels) and ↵ | James Cook | |
getWorldViewRect (scaled vs. raw) Reduces chance of future UI bugs related to UI size. Discussed with Richard. | |||
2009-11-09 | merge | richard | |
2009-11-09 | data driven layout of top-level UI elements | richard | |
EXT-1219 Side tray slide-out animation cleaned up some layout of bottom tray contents reviewed by James | |||
2009-11-06 | FIX: zoom/unzoom should appear to be one icon | Rick Pasetto | |
this was a fairly trivial UI change.... | |||
2009-11-04 | Fix for DEV-42076 (media controls should not fade out while mouse is hovered ↵ | Monroe Linden | |
over them). Updated LLPanelPrimMediaControls::isMouseOver() to do the right thing with the new structure of the panel. | |||
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 | |