summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-01-18Fixed low bug EXT-4306 - Landmark name is shown with prefix in the group ↵Dmitry Zaporozhan
notice attachment. --HG-- branch : product-engine
2010-01-15Fixed low bug EXT-4371 - Text from search history drop-down list merge with ↵Dmitry Zaporozhan
landmarks on 'Favorites Bar' --HG-- branch : product-engine
2010-01-15Fixed normal bug (EXT-4156) [BSI] Friendslist doesn't toggle open/close on ↵Sergei Litovchuk
shortcut - Added toggling for friends, groups and nearby people lists. --HG-- branch : product-engine
2010-01-15Fixed major bug EXT-4308 ({Win7} Viewer crashes if drag-and-drop landmark ↵Andrew Dyukov
from 'Places Task Panel ->My Landmarks' to 'Favorites Bar'). --HG-- branch : product-engine
2010-01-15Fixed normal bug EXT-4309 (Gesture button is too wide in the mouse look ↵Eugene Mutavchi
mode): added hack that avoid usage of the LLLayoutStack resizing logic on mouse look mode switching. --HG-- branch : product-engine
2010-01-15Fixed normal bug EXT-4211 (Viewer 2.0 IRC chat style works unlike 1.23)Eugene Mutavchi
--HG-- branch : product-engine
2010-01-15Fixed normal bug EXT-4312 (Landmark occupy random location in the 'Favorites ↵Mike Antipov
Bar' accordion if drag-and-drop it) -- added LLInventoryCallback to rearrange favorite landmarks properly after new on is added. --HG-- branch : product-engine
2010-01-15mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-15Work on normal bug EXT-4312 (Landmark occupy random location in the ↵Mike Antipov
'Favorites Bar' accordion if drag-and-drop it) -- refactoring: move functionality to rearange Favorite landmarks from Inventory Folder bridge to Inventory model -- improved logic to place dragged landmark before target one. --HG-- branch : product-engine
2010-01-15mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-15fix for normal EXT-3997 IM and Profile pictures never fully rez, or are ↵Ychebotarev ProductEngine
too-low resolution no idea why this(...a bit different set of flags and forceToSaveRawImage(0)...) do the job...just copy/past from LLPreviewTexture. --HG-- branch : product-engine
2010-01-15Fixed low priority bug EXT-4372 (Gestures floater: dblclick on item in list ↵Vadim Savchuk
resetes scroll-bar). The list gets rebuilt whenever you activate or play a gesture. And rebuild did not save the scroll position. --HG-- branch : product-engine
2010-01-15Fixed a minor spelling issue.Vadim Savchuk
--HG-- branch : product-engine
2010-01-15EXT-4160 Gesture floater spam when creating new accountDenis Serdjuk
Cause: There is a global observer ( LLOpenTaskOffer ) which observes creation of new inventory items and open appropriated preview UI for them. Looks like simulator () sends a message for all active gestures, when user is logged in first time. Solution: Displaying of the preview gesture floater has been removed from global scope. Also I have added new observer to handle opening gestures as attachment from group notice to avoid regression problems. --HG-- branch : product-engine
2010-01-15Fixed low bug EXT-4311 (Order of items in 'Favorites Bar' folder remains ↵Mike Antipov
non-changed if change its order in the 'Favorites Bar') -- reason: there was two places where identical resorting of Favorite landmarks functionality was implemented: InventoryBridge & Favorite bar. It was not impelnmented properly in favorites bar: LLInventoryObserver::SORT flag was not set after d-n-d. -- fix: moved identical functionality to update & save order of Favorite landmarks from these places to Inventory Panel --HG-- branch : product-engine
2010-01-15fixed EXT-4219 “Chiclets list autoscrolls after clicking on a chiclet”,Alexei Arabadji
avoided redundant rearranging of chiclet panel; --HG-- branch : product-engine
2010-01-15Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Mike Antipov
--HG-- branch : product-engine
2010-01-15Merge with default branchMike Antipov
--HG-- branch : product-engine
2010-01-15Related to EXT-3976 (Voice chat speaking indicators should only display when ↵Mike Antipov
users are in the same voice channel) -- cleanup: remove logging of unnecessary warning messages if there are no any registered speaking indicators for voice participant --HG-- branch : product-engine
2010-01-15EXT-3976: Re-enabled all newview unit tests.Lynx Linden
These were turned off by change 0db87c1f22a9, but I'm assuming this was done in error as the tests compile and run fine and the commit message made no mention or reason for turning them off.
2010-01-14EXT-4271 : Remove "LLInventoryModel::accountForUpdate accounted..." spamLoren Shih
Took out llinfos spam.
2010-01-14automated merge viewer2.0->viewer2.0Loren Shih
2010-01-14EXT-3955 : [ AppearanceSP ] "Add to Current Outfit" confusing for outfits, ↵Loren Shih
remove it Removed "Add to Current Outfit" from right-click outfits context menu.
2010-01-15Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2010-01-15EXT-4340: Fixed and re-enabled the llviewerhelputil unit test.Lynx Linden
2010-01-14Fix for EXT-4207 (Viewer crash clicking on an object that starts a script ↵Monroe Linden
that navigates in a while(1) loop) Don't allow LLViewerMediaImpl to process a navigateInternal during the call to LLPluginClassMedia::idle(). This prevents untimely destruction of the LLPluginClassMedia and LLPluginMessagePipe objects, which was causing the crash. Reviewed by Rick.
2010-01-14Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2010-01-14EXT-4349 : [ Appearance SP ] Hide the "Wear" button when in the Wearing tabLoren Shih
Simple logic fix.
2010-01-14DEV-43688 commit new translations - DE (strings set4h)Ramzi Linden
These are suggested edits from the resident translators, approved by Simone
2010-01-14EXT-4340: Add "debug" flag to Help URL in god mode.Lynx Linden
2010-01-14merge.Tofu Linden
2010-01-14DEV-43134 insert localized hyperlinks for all places in the XUI where the ↵Ramzi Linden
Viewer jumps to the web: floater_html.xml, floater_help_browser.xml, and floater_buy_currency.xml
2010-01-14Related to EXT-4150 ([BSI] Last Landmark in Teleport History disables ↵Eugene Mutavchi
teleport button): fixed Teleport & Map buttons are enabled if nothing is selected --HG-- branch : product-engine
2010-01-14Teleport offers should be recorded to IM history only after they were sent ↵Vadim Savchuk
(EXT-4315). --HG-- branch : product-engine
2010-01-14Fixed normal bug EXT-4216 ( Avatars looks active in group voice chat when ↵Mike Antipov
relogin after has left voice chat) - improved LLCallFloater::validateSpeaker callback to process participants has left group voice chat --HG-- branch : product-engine
2010-01-14automated merge viewer2.0->viewer2.0Loren Shih
2010-01-14EXT-4319 : Category descendent count fails to increment if descendent ↵Loren Shih
received while cat still fetching EXT-4320 : Mismatch in folder descendents count is causing fetch descendents to never complete EXT-2244 : My Outfits bars should be populated from Library on first 2.0 login Implemented a workaround for an issue where descendent count was becoming unsynchronized. EXT-4320 is the workaround, this solves for EXT-2244, and EXT-4319 is the actual bug (whose fix is still pending).
2010-01-14mergeMike Antipov
--HG-- branch : product-engine
2010-01-14Partially fixed normal bug (EXT-4212) There's an ability to send non-latin groupSergei Litovchuk
notices but they turn to '????...' in group profile page - Disabled non-ascii characters in group notice subject editor. - Group notice text editor depends on (EXT-3103) Add an option to restrict entering non-ascii symbols in text editor. --HG-- branch : product-engine
2010-01-14Fixed normal bug (EXT-3794) Controls in Edit Pick side panel cut off bySergei Litovchuk
vertical scrollbar. - Added resizing pick info and pick editing panels when vertical scrollbar appears. - Resized controls on pick info and edit panels to avoid them being overlapped by scrollbar. - Changed pick info description from text box to text editor in read-only mode to allow text scrolling. - Removed text box resizing logic from LLPanelPickEdit. --HG-- branch : product-engine
2010-01-14Work on major bug EXT-3976 (Voice chat speaking indicators should only ↵Mike Antipov
display when users are in the same voice channel) -- cleanup: fixed line endings --HG-- branch : product-engine
2010-01-14mergeMike Antipov
--HG-- branch : product-engine
2010-01-14Work on major bug EXT-3976 (Voice chat speaking indicators should only ↵Mike Antipov
display when users are in the same voice channel) -- cleanup: remove deprecated commented out code --HG-- branch : product-engine
2010-01-14Fixed low bug EXT-4181 - IM window appears after double click on arrow ↵Dmitry Zaporozhan
button from Voice Control Panel. --HG-- branch : product-engine
2010-01-14Fixed low bug EXT-4146 - IM window appears after double click on "i" button.Dmitry Zaporozhan
--HG-- branch : product-engine
2010-01-14Work on major bug EXT-3976 (Voice chat speaking indicators should only ↵Mike Antipov
display when users are in the same voice channel) -- improvements: replace std::vector with std::set to avoid duplicated speaker UUIDs. Added method to get a set of voice participants UUIDs --HG-- branch : product-engine
2010-01-14Fixed normal bug EXT-4072([BSI] Emotes appear as (italic) text chat in plain ↵Eugene Mutavchi
text mode) --HG-- branch : product-engine
2010-01-14At last! Implemented normal task EXT-3477 (Change gesture list implementation).Andrew Dyukov
Created a new widget consisting of button and scrollist. List is added to NonSideTrayView to properly draw it without using topcontrol (because it caused problems). This commit also fixes following bugs: EXT-3301 (Opening Gestures on Bottom Tray Disables Move Button) EXT-3190 (No bottom tray's context menu appears if right mouse click was perform over enabled Gesture button) EXT-2610 ('Gesture' btn: floater opens on OnMouseDown) --HG-- branch : product-engine
2010-01-14Work on major bug EXT-3976 (Voice chat speaking indicators should only ↵Mike Antipov
display when users are in the same voice channel) -- improvements: added more comment for LLOutputMonitorCtrl::switchIndicator --HG-- branch : product-engine
2010-01-14Work on major bug EXT-3976 (Voice chat speaking indicators should only ↵Mike Antipov
display when users are in the same voice channel) -- refactoring: implemented processing of switching indicator on/off in the same way --HG-- branch : product-engine