summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2009-10-27Revert 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-27Renamed Toast.png to Toast_Background.png for consistency with Window and ↵James Cook
Inspector background images.
2009-10-27EXT-1352 First pass background images for floaters and panels, including ↵James Cook
pretty header. Reviewed with Leyla.
2009-10-27Use consistent LLPointer<LLUIImage> return values for buttons. Reviewed ↵James Cook
with Richard.
2009-10-27mergeJames Cook
2009-10-27EXT-1739 workaround, add "(old window)" button for legacy voice device ↵James Cook
settings so I can switch mic inputs.
2009-10-27Extra debugging info for EXT-1456Palmer
Reviewed by Bao
2009-10-27mergerichard
2009-10-27ext-1917 rename floater_preview_gestures_backup to floater_preview_gesturesLis Pardi
2009-10-27removed typorichard
2009-10-27EXT-1727 Chat history widget has no context menu for copy/paste operationsrichard
added ignore for dbghelp.dll reviewed by James
2009-10-27EXT-760 Move Tap tap hold to run to Preferences > Advanced , and make the ↵angela
default to false
2009-10-27disable media title to make it read only at all timeangela
2009-10-26Fixed a crash on exit in gInventory destructor.Steve Bennetts
2009-10-26EXT-5 - Fixed ESC and other shortcuts, again.Steve Bennetts
Moved Shortcuts from Develop menu to Advanced.
2009-10-26EXT-1548 - Fix for Crash on restart of a regionSteve Bennetts
2009-10-27mergeangela
2009-10-26Fix 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-26Volume 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-26Mergecallum
2009-10-26Potential fix for https://jira.lindenlab.com/jira/browse/DEV-41702callum
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-26EXT-1901 Add color inventory icons, remove old art, add references to new artErica Firment
2009-10-26mergeSteve Bennetts
2009-10-26EXT-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-26mergerichard
2009-10-26mergerichard
2009-10-26tweaked clipping rect for scroll containers to not overlap vertical scrollbarrichard
fixed reflow logic when resizing text editors that contain widgets (would make text appear and disappear) reviewed by James
2009-10-26Re labled "About Land" links back to "About Land" for 2.0.Steve Bennetts
2009-10-26Add some logging to perhaps discern more information about reported crashesRick Pasetto
2009-10-26Mergecallum
2009-10-26merge from remote repoRick Pasetto
2009-10-26Mac build fix; fix error about hidden functions in llui_libtest.cppRick Pasetto
2009-10-26mergeSteve Bennetts
2009-10-26Mergecallum
2009-10-26Fixed up mouseEvent function to reflect mouse buttoncallum
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-24DEV-41803 class2 deferred light smoothing wrong in creasesAdam Moss
to be reviewed by davep
2009-10-23Mergecallum
2009-10-24EXT-1305 Hook up Script Error preferences -- reviewed by jamesangela
2009-10-23mergeErica Firment
2009-10-23EXT-1702, EXT-1692, Viewer 2.0 Fit & Finish Pass: People Panel - ProfileErica Firment
2009-10-23mergeJames Cook
2009-10-23EXT-968 Side tray buttons have "selected" appearance when each tab is selected.James Cook
Changed mTabs to hold LLSideTrayTab* so we don't have to dynamic_cast<> everywhere Reviewed with Leyla.
2009-10-23Main change is pointing install.xml for Windows to new version of LLQtWebKit ↵callum
that has DLLs with no manifest as per recent build change. Tweaked bookamrks for test app too. Finally, added fix for DEV-41392 (Home URL Preview should be next to the Home URL)
2009-10-23Merged change to auto play pref (DEV-41787)skolb
2009-10-23DEV-41787 Media Auto Play controls were removed from prefs. Also made auto ↵skolb
play override prim settings.
2009-10-23EXT-1809 Wearing an item doesn't update avatarNeal Orman
Two part fix: prevented the copying of wearable parameters to the avatar to trigger a rebake. Then: Called wearableUpdated every time a wearable was added/removed/replaced and ensured it properly invalidated the composite Confirmed working fix on developer machine. Code reviewed by Seraph.
2009-10-23Changes to match new version of llqtwebkit -- passing modifier keys through ↵Monroe Linden
to most user events and using new scroll wheel event.
2009-10-23mergeSteve Bennetts
2009-10-23mergeSteve Bennetts