Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-27 | EXT-1352 Use image backgrounds for inspectors and toasts. | James Cook | |
Art only, not reviewed. | |||
2009-10-27 | Revert change: Floater constructor CANNOT call LLPanel(p) with params, must ↵ | James Cook | |
set bg images in initFromParams, because we have too many LLPanels to retrofit them all to call LLPanel() with params. Discussed with Richard. | |||
2009-10-27 | When media impls crash, don't auto-reload them without some trigger (such as ↵ | Monroe Linden | |
clicking on the object again or an incoming NAVIGATE event). This should fix the crash-reload loop issue. Also, be smarter about counting media impls for the hard cap (never count impls that aren't loaded). | |||
2009-10-27 | New package of linux llqtwebkit and attempt to reenable linux viewer build. | brad kittenbrink | |
2009-10-27 | Change some logging in LLViewerMediaImpl::navigateTo() to be more explicit ↵ | Monroe Linden | |
about what's happening. | |||
2009-10-27 | Renamed Toast.png to Toast_Background.png for consistency with Window and ↵ | James Cook | |
Inspector background images. | |||
2009-10-27 | EXT-1352 First pass background images for floaters and panels, including ↵ | James Cook | |
pretty header. Reviewed with Leyla. | |||
2009-10-27 | Use consistent LLPointer<LLUIImage> return values for buttons. Reviewed ↵ | James Cook | |
with Richard. | |||
2009-10-27 | EXT-1922 XUI Army Bottom tray layout & style changes | Erica Firment | |
2009-10-27 | Fix for DEV-41435 and DEV-41434 (unload media instances associated with ↵ | Monroe Linden | |
muted objects/object owners) Unloading based on object owner isn't completely reliable, because the viewer doesn't have owner data for all objects it knows about. | |||
2009-10-27 | DEV-33321 L10N: there are typos in the original fix to DEV-33321, also added ↵ | Ramzi Ramey | |
comments to help translators. - TEXT CHANGE ONLY, no code changed. | |||
2009-10-27 | merge | James Cook | |
2009-10-27 | EXT-1739 workaround, add "(old window)" button for legacy voice device ↵ | James Cook | |
settings so I can switch mic inputs. | |||
2009-10-27 | Extra debugging info for EXT-1456 | Palmer | |
Reviewed by Bao | |||
2009-10-27 | merge | richard | |
2009-10-27 | ext-1917 rename floater_preview_gestures_backup to floater_preview_gestures | Lis Pardi | |
2009-10-27 | removed typo | richard | |
2009-10-27 | EXT-1727 Chat history widget has no context menu for copy/paste operations | richard | |
added ignore for dbghelp.dll reviewed by James | |||
2009-10-27 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-10-27 | fix for normal bug: EXT-1713 Nearby Chat: Objects have tooltips (???)(???) | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-10-27 | merge | Dmitry Oleshko | |
--HG-- branch : product-engine | |||
2009-10-27 | fixed major bug (EXT-1849) Crash in Notification subsystem while teleporting ↵ | Dmitry Oleshko | |
and having toasts shown --HG-- branch : product-engine | |||
2009-10-27 | merge | Andrew Polunin | |
--HG-- branch : product-engine | |||
2009-10-27 | Refixed major bug ext1850-Crash after open of group-chat (ProductEngine). ↵ | Eugene Kondrashev | |
Added check if target speaker is not found. --HG-- branch : product-engine | |||
2009-10-27 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-10-27 | EXT-1709 Nearby Chat: Avatar context menu can be triggered on avatar's icon only | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-10-27 | fixed major bug EXT-1765 Viewer crahes if drop landmark from notecard onto ↵ | ayp | |
Favorites Bar --HG-- branch : product-engine | |||
2009-10-27 | merge | Igor Borovkov | |
--HG-- branch : product-engine | |||
2009-10-27 | IM: implemented task EXT-1905 (Add "Call" and "End Call" functionality to ↵ | Igor Borovkov | |
new IIM Floater) --HG-- branch : product-engine | |||
2009-10-27 | Moved last added property meeting the alphabetical order | Eugene Kondrashev | |
--HG-- branch : product-engine | |||
2009-10-27 | Additional patch for normal task ext748-Implement Participant list for a ↵ | Eugene Kondrashev | |
group chat. Added fulfilling of avatarList for none initiator users --HG-- branch : product-engine | |||
2009-10-27 | merge | Mike Antipov (Mike ProductEngine) | |
--HG-- branch : product-engine | |||
2009-10-27 | Fixed normal bug ext-1856-All participants of group chat/friends conference ↵ | Eugene Kondrashev | |
listed like off-line --HG-- branch : product-engine | |||
2009-10-27 | Fixed normal bug EXT-1859 (Only just added landmark is shown in "favorites ↵ | Mike Antipov (Mike ProductEngine) | |
bar" folder) Reason: items of Inventory Panel's start folder are removed while processing Inventory model changed event. In this case root items have no parent LLFolderViewFolder and parent is LLFolderView (LLInventoryPanel::mFolders) itself. Fix: - added check of LLFolderViewItem's parent against NULL. --HG-- branch : product-engine | |||
2009-10-27 | Implemented major task EXT-1717 (IM related server responses processing ↵ | Eugene Mutavchi | |
stuff should use new IM floater along with the old one) sub-task of EXT-96 (Viewer 2009: Group IM detail). --HG-- branch : product-engine | |||
2009-10-27 | fixed Bug EXT-1602 'Add new folder' and 'Add new landmark' has same ↵ | Denis Serdjuk | |
icons that is deceitful New menubutton has been implemented according to Viewer 2.0 Design Specification:Places Task Panel. It generates a menu for AddLandmark and AddFolder options --HG-- branch : product-engine | |||
2009-10-27 | merge | Igor Borovkov | |
--HG-- branch : product-engine | |||
2009-10-27 | IM refactoring: moved voice channel related classes to its own ↵ | Igor Borovkov | |
llvoicechannel.* files from dying llimpanel.* files --HG-- branch : product-engine | |||
2009-10-27 | merge | Dmitry Oleshko | |
--HG-- branch : product-engine | |||
2009-10-27 | fixed normal bug (EXT-1805) Noninteractive notification toast is redundant ↵ | Dmitry Oleshko | |
if local chat floater is open --HG-- branch : product-engine | |||
2009-10-27 | EXT-760 Move Tap tap hold to run to Preferences > Advanced , and make the ↵ | angela | |
default to false | |||
2009-10-27 | disable media title to make it read only at all time | angela | |
2009-10-27 | merge | Yuri Chebotarev ychebotarev@productengine.com | |
--HG-- branch : product-engine | |||
2009-10-27 | working on EXT-1713,EXT-1712,EXT-1711,EXT-1709 | Yuri Chebotarev ychebotarev@productengine.com | |
EXT-1713 Nearby Chat: Objects have tooltips (???)(???) EXT-1712 Nearby Chat: change context menu for objects EXT-1711 Nearby Chat: context menu isn't applicable for system messages EXT-1709 Nearby Chat: Avatar context menu can be triggered on avatar's icon only initial commit - panel for message headers --HG-- branch : product-engine | |||
2009-10-26 | Fixed a crash on exit in gInventory destructor. | Steve Bennetts | |
2009-10-26 | EXT-5 - Fixed ESC and other shortcuts, again. | Steve Bennetts | |
Moved Shortcuts from Develop menu to Advanced. | |||
2009-10-26 | EXT-1548 - Fix for Crash on restart of a region | Steve Bennetts | |
2009-10-27 | merge | angela | |
2009-10-26 | Fix for DEV-41638 (current URL is not propagated if media changes from ↵ | Monroe Linden | |
website to media). Made the quicktime plugin send navigate_begin and navigate_complete events. This should allow the viewer's logic for sending prim media navigate events to work when loading quicktime media. | |||
2009-10-26 | Volume controls in the media HUD should now work -- this fixes DEV-41746, ↵ | Monroe Linden | |
DEV-41748, and DEV-40782. Added LLPluginClassMedia::getVolume(). Added setVolume/getVolumeupdateVolume methods to LLViewerMediaImpl. LLViewerMedia::setVolume() now no longer overrides the volume settings on all media instances -- it now sets a "global volume" value which is multiplied by all instances' volumes to modulate them. Cleaned up volume/mute handling in LLPanelMediaHUD (made it go through the LLViewerMediaImpl interface instead of directly through LLPluginClassMedia, and removed the mMediaVolume member variable, since the media impl now stores that state). |