summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-12-16merge fix for storm-776Oz Linden
2010-12-16STORM-771 FIXED Pasting wearable items from clipboard to Current Outfit or ↵Seth ProductEngine
an outfit folder now creates links to these items.
2010-12-15pulling fixes back from viewer-betaOz Linden
2010-12-15STORM-776 : unable to change permissions to "no trans" on item in avatar ↵Wolfpup Lowenhar
inventory applied Kitty's code changes listed in STROM-288 as it is a related issue and this actualy fixed both issues!
2010-12-15STORM-786 ADDITIONAL FIX Fixed Windows build.Vadim ProductEngine
2010-12-15STORM-786 FIXED Fixed disappearing controls in avatar picks list.Vadim ProductEngine
Caused by an improper fix of STORM-690. Made the way we switch between profile view panels (profile view / pick_info / pick_edit) more robust. It now suits both My Profile and Profile View panels.
2010-12-14merge fix for storm-713Oz Linden
2010-12-14merge fix for storm-401Oz Linden
2010-12-14merge fix for storm-434Oz Linden
2010-12-14merge fix(es) for storm-378Oz Linden
2010-12-14STORM-352 FIXED Vertical scrollbar isn't reshaped in resident profile panel ↵Paul Guslisty
after decreasing panel height - Set height of scroll container the same as bounding panel's height
2010-12-14STORM-434 FIXED Tooltips don't appear on Mini-Location bar.Paul Guslisty
- Added localized tooltips for icons and info button in LLPanelTopInfoBar
2010-12-14STORM-713 FIXED XML/UI issues in llTextBoxPaul Guslisty
- As the class LLToastNotifyPanel is deprecated, made the class LLToastScriptTextbox derived directly from LLToastPanel. - Added callback for ignore button. Now LLToastScriptTextbox has its own XML, therefore it's not needed to dynamically create toast panel. Since LLToastNotifyPanel is deprecated all new notification toasts should be created this way.
2010-12-13STORM-766 : pull into viewer-developmentMerov Linden
2010-12-13STORM-693 : pull into viewer-developmentMerov Linden
2010-12-13STORM-622 : pull into viewer-developmentMerov Linden
2010-12-13STORM-431 : pull into viewer-developmentMerov Linden
2010-12-13STORM-391 : pull into viewer-developmentMerov Linden
2010-12-13STORM-401 FIXED Add recepients of teleport offers to the recent people list.Vadim ProductEngine
2010-12-13STORM-781 FIXED Added support for editing multiple scripts within inventory ↵Vadim ProductEngine
of the same object using external editor. The bug was caused by using the object ID as temporary file name for editing script, which of course didn't work for multiple scripts in the same object inventory. The fix is to use MD5("object id" + "script inventory item id") for the file name.
2010-12-11STORM-766 ADDITIONAL FIX Made day cycle image in the advanced sky editor ↵Vadim ProductEngine
honor floater opacity settings.
2010-12-11STORM-391 FIXED Dismiss toasts that don't fit on screen.Vadim ProductEngine
Make sure older toasts don't appear after newer ones fade out.
2010-12-11STORM-391 WIP Removed unused methods.Vadim ProductEngine
2010-12-10Merge from viewer-developmentMonroe Linden
2010-12-10STORM-378 ADDITIONAL FIX REVERTED Backed out changeset: f858446d207fSeth ProductEngine
2010-12-10STORM-378 FIX REVERTED Backed out changeset: 1bce3dd882dfSeth ProductEngine
2010-12-10STORM-693 FIXED Preview thumbnails in the Edit Wearable and Edit Body Parts ↵Seth ProductEngine
panels now follow opacity settings for inactive floater. When the floater is active the thumbnails are opaque. The behavior is similar to texture control's.
2010-12-10STORM-431 FIXED Hot keys did't work with autocompletion in search field.Vadim ProductEngine
2010-12-10STORM-622 FIXED Texture picker screws up when multiple textures are opened.Paul Guslisty
Reason: In viewer 2 ability was added to set aspect ratio while previewing textures. It was achieved by resizing the floater containing a texture, instead of proportionally resize the texture. The problem happened when multifloater was opened with texture preview floaters and for some floaters textures were not loaded yet. After texture was loaded, the floater (in multifloater) which contained just loaded texture resized to fit with the new texture's size and texture preview floaters screwed up from the multifloater. Solution: Proportionally resizing a texture inside the floater instead of the floater itself. Also two issues was fixed: 1. when floater resized the texture streched in the floater and lost its proportions. 2. When docking texture floater to the multifloater, multifloater resized to fit with docked floater and other texture lost their proportions.
2010-12-09STORM-727 : Pull into viewer-developmentMerov Linden
2010-12-09STORM-578 : Pull into viewer-developmentMerov Linden
2010-12-09STORM-728 : Pull into viewer-developmentMerov Linden
2010-12-09STORM-436 : pull into viewer-developmentMerov Linden
2010-12-09STORM-584 : pull into viewer-developmentMerov Linden
2010-12-09STORM-732, STORM-733, STORM-735, STORM-766, STORM-774 : pull into ↵Merov Linden
viewer-development
2010-12-09Pull from viewer-betaMerov Linden
2010-12-09STORM-763, STORM-773, STORM-775 : pull into viewer-betaMerov Linden
2010-12-09CT-634 WIP PT DA translation including new files for Viewer 2.4, for viewer-betaEli Linden
2010-12-09STORM-774 FIXED Made notification toasts (e.g. IM toasts) respect ↵Vadim ProductEngine
transparency settings: * Normally toasts are as opaque as specified by "inactive floater opacity" setting. * When mouse is hovering a toast, the toast uses "active floater opacity" setting. * Fading toasts have 1/2 of "inactive floater opacity".
2010-12-09STORM-774 WIP Misc renames to improve readability.Vadim ProductEngine
2010-12-09STORM-774 WIP Partially reverted transparency fix for nearby chat toasts ↵Vadim ProductEngine
(STORM-717) to develop a more generic one (applicable to all notification toasts).
2010-12-09STORM-728 FIXED Fixed crash when choosing to send snapshot by email in ↵Vadim ProductEngine
mouselook mode. - Fixed dereferencing a NULL pointer. - Added EMAIL SNAPSHOT floater to the list of floaters allowed in mouselook mode.
2010-12-09STORM-727 FIXED Don't disable Close and Back buttons in the Create Landmark ↵Vadim ProductEngine
panel, so you can go back if the landmark fails to load. The bug was introduced in the fix of EXT-4700 (Creating a landmark brings up the Landmark sidepanel info twice). To avoid reopening the "Create Landmark" panel, its Back and Close buttons were disabled. However, the same fix removed the code for reopening the panel, so I can't see why we need to disable the buttons at all.
2010-12-08EXP-465 FIX Viewer window does not fill screen on Mac and Linux using ↵Richard Linden
--fullscreen disabled fullscreen mode for merge to viewer-development
2010-12-08EXP-445 FIXED Skylight view hint shown in main viewer skin and not dismissed ↵Richard Linden
when using orbit pan zoom tools. better fix that uses tag to isolate all skin specific notifications
2010-12-08EXP-445 FIXED Skylight view hint shown in main viewer skin and not dismissed ↵Richard Linden
when using orbit pan zoom tools.
2010-12-08CT-634 WIP DE ES FR translation (new files) for Viewer 2.4 for viewer-betaEli Linden
2010-12-08CT-634 WIP DE ES FR translation for Viewer 2.4 for viewer-betaEli Linden
2010-12-08merge with viewer-devRichard Linden
2010-12-08EXP-448 FIX Notification not found error for NofileExtension given when ↵Richard Linden
uploading file with no file extension during Bulk Upload