Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-29 | Fixed some outlines being 1 pixel away from color swatches. Not reviewed. | James Cook | |
2009-10-29 | EXT-1352 Add image art to floater backgrounds. | James Cook | |
Implemented "legacy_header_height" hack to account for new art being 25 pixels tall instead of legacy 18 pixels -- it auto-sizes the floaters to be taller. Made all floaters have resize handles, just disable and make invisible if unused. This simplifies the floater construction logic. Floater header height now lives in floater.xml, not as a global saved setting. Reviewed with Richard. | |||
2009-10-29 | EXT-384 Fix warning about "GrapicsCardTextureMemory" when opening preferences. | James Cook | |
Trivial misspelling, not reviewed. | |||
2009-10-27 | merge | James Cook | |
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 | 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 | 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-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). | |||
2009-10-26 | Merge | callum | |
2009-10-26 | Potential fix for https://jira.lindenlab.com/jira/browse/DEV-41702 | callum | |
and https://jira.lindenlab.com/jira/browse/DEV-38579. Both relate to media not working properly and were likely caused by an uninitialized heartbeat timeout. | |||
2009-10-26 | EXT-1901 Add color inventory icons, remove old art, add references to new art | Erica Firment | |
2009-10-26 | merge | Steve Bennetts | |
2009-10-26 | EXT-1402 - Thousands of "WARNING: LLAssetStorage::getAssetData: Discarding ↵ | Steve Bennetts | |
duplicate request for asset" lines Added a list of requested landmark assets and limited the frequency of multiple requests for the same asset | |||
2009-10-26 | merge | richard | |
2009-10-26 | merge | richard | |
2009-10-26 | tweaked clipping rect for scroll containers to not overlap vertical scrollbar | richard | |
fixed reflow logic when resizing text editors that contain widgets (would make text appear and disappear) reviewed by James | |||
2009-10-26 | Re labled "About Land" links back to "About Land" for 2.0. | Steve Bennetts | |
2009-10-26 | Add some logging to perhaps discern more information about reported crashes | Rick Pasetto | |
2009-10-26 | Merge | callum | |
2009-10-26 | merge from remote repo | Rick Pasetto | |
2009-10-26 | Mac build fix; fix error about hidden functions in llui_libtest.cpp | Rick Pasetto | |
2009-10-26 | merge | Steve Bennetts | |
2009-10-26 | Merge | callum | |
2009-10-26 | Fixed up mouseEvent function to reflect mouse button | callum | |
2009-10-25 | * Changes to enable differentiating between icon texture priority and other ↵ | Steve Bennetts | |
UI texture priority. * Still need to only request smaller mip maps of icon textures | |||
2009-10-24 | DEV-41803 class2 deferred light smoothing wrong in creases | Adam Moss | |
to be reviewed by davep | |||
2009-10-23 | Merge | callum | |
2009-10-24 | EXT-1305 Hook up Script Error preferences -- reviewed by james | angela | |
2009-10-23 | merge | Erica Firment | |