Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-03 | storm-1037: remove the "hide url" checkboxes in parcel management | Oz Linden | |
2011-01-16 | STORM-844 Better way of doing "More" should be "Less" when Media Control is open | Jonathan Yap | |
thanks to Twisted Laws | |||
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-20 | changed buildPanel/buildFloater to member functions buildFromFile | Richard Nelson | |
streamlined LLUICtrlFactory's interface | |||
2010-08-16 | cleaned up LLUICtrlFactory... | Richard Nelson | |
removed redundant functionality moved buildPanel to LLPanel | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-06-22 | EXT-7729 WIP LLWARNS: Tons of "Making dummy class..." warnings on startup | Richard Linden | |
improved filename output for XUI parser errors | |||
2010-06-22 | EXT-7729 WIP LLWARNS: Tons of "Making dummy class..." warnings on startup | Richard Linden | |
reviewed by Leyla | |||
2010-04-19 | EXT-6921 - Media Volume Changes changes system volume on WinXP | Richard Nelson | |
reviewed by Callum | |||
2010-04-16 | Adding volume controls in NMP | Leyla Farazha | |
reivewed by RIchard cc#194 | |||
2010-04-08 | EXT-6670 Streaming Music does not obey Media Auto-play until restart | Leyla Farazha | |
reviewed by Richard cc#183 | |||
2010-04-07 | Merge | Leyla Farazha | |
2010-04-07 | EXT-5646 Replace the "More >>" chevron with the art we use for the Favorites ↵ | Leyla Farazha | |
bar overflow (TabIcon_Close_Off and TabIcon_Close_Over). cc # 179 | |||
2010-03-05 | merge | Richard Linden | |
2010-03-03 | WIP - replace top ctrl with LLPopupView | Richard Linden | |
2010-03-02 | initial work changing topctrl to popup layer | Richard Nelson | |
2010-02-25 | merge | angela | |
2010-02-24 | EXT-5682 - Honor "Hide URL" for Parcel Media and Parcel Audio | Rick Pasetto | |
Review #141 | |||
2010-02-25 | EXT-5410 Streaming audio does ignores preference setting. | angela | |
2010-02-23 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-02-23 | FIX EXT-5517: clear hover face when cursor hovers over Nearby Media panel | Rick Pasetto | |
Review #140 This isn't the most generalized solution, but it fixes the proximal problem of selecting items in the Nearby Media panel, and is low risk because the code change is isolated to that panel. | |||
2010-02-23 | FIX EXT-5680: Get rid of unnecessary code that formats the media item count | Rick Pasetto | |
Review #139 The crash was happening because the German (locale "de") version of the format string had an %ls in it, which was causing the crash. Getting rid of the widget and the string since it is no longer desired in the design. | |||
2010-02-23 | merg and resolve conflicts | angela | |
2010-02-23 | revert some changed from EXT-5410 but keep the changes for disabling ↵ | angela | |
streaming audio when music or media is disabled. reviewed by rick | |||
2010-02-22 | FIX (unposted bug): "hasMedia" and "hasAudio" no longer checks preferences: ↵ | Rick Pasetto | |
it's now up to callers to decide to do that Review #137 | |||
2010-02-22 | FIX (unposted bug): Nearby media "dynamic" controls not disabled properly ↵ | Rick Pasetto | |
when media disabled | |||
2010-02-22 | EXT-5633: Fix crash pressing PLAY on parcel media when media is disabled | Rick Pasetto | |
Good catch, Leyla | |||
2010-02-22 | EXT-5410 Streaming audio does ignores preference setting. | angela | |
2010-02-17 | EXT-5515 - Allow resizing on left and lower left of nearby media popup | Richard Linden | |
2010-02-17 | Fix crash when turning on MediaPerformanceManagerDebug flag | Rick Pasetto | |
2010-02-16 | EXT-5270: Implement "dynamic" controls based on the selected item in Nearby ↵ | Rick Pasetto | |
Media Review #112 This change adds controls that change state based on the selection in the nearby media panel. There are basically 3 sets: - Time-based - Web-based ("Normal") - Disabled Again, these change based on what you've got selected in the panel | |||
2010-02-12 | Automated merge with ssh://rick@hg.lindenlab.com/rick/viewer-2-0-mediaclasses | Rick Pasetto | |
2010-02-12 | added popup panel to hold nearby media popup and stopped using top view | Richard Linden | |
2010-02-12 | Automated merge with ssh://rick@hg.lindenlab.com/rick/viewer-2-0-mediaclasses | Rick Pasetto | |
2010-02-12 | EXT-5267 EXT-5268: Add Parcel Media and Parcel Audio items to nearby media panel | Rick Pasetto | |
Review #109 This (fairly major) change adds new "items" to the media list for Parcel Media and Parcel Audio. Since these items are special (before the items were always MoaP impls), they had to be treated special. Moreover, actions on all of "media" had to be centralized so that they would have similar behavior. | |||
2010-02-12 | can resize bottom of nearby media panel now, and remembers size when ↵ | Richard Linden | |
expanding/collapsing | |||
2010-02-11 | more/less button sorta working | richard | |
2010-02-11 | merge | richard | |
2010-02-11 | converted llfloaternearbymedia to llpanelnearbymedia | richard | |
moved from LLTransientDockableFloater model to popup panel model like volume popup |