summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-07-12ND-47671 WIP IT translation for set 14Eli Linden
2010-07-12ND-47674 WIP ES and JA translation for set 14, new filesEli Linden
2010-07-12ND-47674 WIP ES and JA translation for set 14Eli Linden
2010-07-12ND-47673 WIP DE translation for set 14, new filesEli Linden
2010-07-12ND-47673 DE translation for set 14Eli Linden
2010-07-12ND-47670 WIP FR translation for set14, new filesEli Linden
2010-07-12ND-47670 WIP FR translation for set14Eli Linden
2010-07-12CT-575 WIP PL translation for sets 10-14, DA for set14, new filesEli Linden
2010-07-12CT-575 WIP PL translation for sets 10-14, DA for set14. FR and DE linguisticEli Linden
2010-07-12mergeRichard Nelson
2010-07-12Merged from viewer-releaseDessie Linden
2010-07-12EXT-7796 FIXED disabling/enabling presets and camera modes on switching ↵Igor Borovkov
to/from camera customize mode Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/732/ --HG-- branch : product-engine
2010-07-12Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-07-10merge from PE's viewer-releaseTofu Linden
2010-07-09Mergecallum
2010-07-09VWR-20182 - Turn off Win32 minidump writes temporarily because they are ↵callum
triggered for all exceptions and lead to deadlocks
2010-07-10EXT-8190 PARTIAL FIX Fixed loading indicator infinite spins upon pressing ↵Sergei Litovchuk
'Save' for outfit with non-link items. - Added inventory collector functor to select items by their actual type. - Fixed outfit "dirtiness" calculation so only link items are checked. Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/728/. --HG-- branch : product-engine
2010-07-12Merge with another head in branchMike Antipov
--HG-- branch : product-engine
2010-07-12EXT-7884 (\"Set Default Upload Permissions\" may make more sense in the ↵Andrew Polunin
Upload sub-menu) - In viewer menu 'Set Default Upload Permissions' menu item was moved from 'Options' menu to the 'Upload' menu. - 'Set Default Upload Permissions' menu item was added to the inventory menu. - Removed stray separators. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/734/ --HG-- branch : product-engine
2010-07-12EXT-8322 FIXED Added second string for the Favorites folder with ↵Mike Antipov
name="InvFolder favorite". "Favorites" folder is created on first login for new account. Historically it can have default name started from "f" or "F" on different accounts. So, we have to localize both of them with the same value. Reviewed by Loren Shih at https://codereview.productengine.com/secondlife/r/731/ --HG-- branch : product-engine
2010-07-12Merge with another head in branchMike Antipov
--HG-- branch : product-engine
2010-07-12EXT-8048 FIXED Implemented fix in more proper way after 412588eb49a2 ↵Mike Antipov
(EXT-8003 FIX, EXT-8048 FIX) is backed out. Restoring string "You don't have any outfits yet. Try [secondlife:///app/search/all/ Search]" for case when there are no any outfits yet after backout. --HG-- branch : product-engine
2010-07-12Restored "PanelContentsTooltip" string committed in 412588eb49a2 by mistake ↵Mike Antipov
(and backed out in b9dbc7055df2) --HG-- branch : product-engine
2010-07-12Automated merge with https://hg.productengine.com/secondlife/viewer-release/Alexei Arabadji
--HG-- branch : product-engine
2010-07-12EXT-8274 FIXED Avoided message truncation on tip toasts.Alexei Arabadji
Details: Made max message line count configurable and by default 10 lines. reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/730/ --HG-- branch : product-engine
2010-07-12Merge after backout of 412588eb49a2Mike Antipov
--HG-- branch : product-engine
2010-07-12Backed out changeset: 412588eb49a2Mike Antipov
That patch leaded to two issues: * broken message for empty accordion in Teleport History Panel. For now it looks like "Missing String (Didn't find... [Search].)" * there are multiple warnings like "LLTrans::getString: ONCE (10th time seen): Missing String in strings.xml: []" for accordions which have empty default strings (Friends list for ex.) --HG-- branch : product-engine
2010-07-12EXT-5403 FIXED Disabled auto selecting first filtered item because it takes ↵Sergei Litovchuk
away selection from the item set by LLTextureCtrl owning the texture picker floater. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/679/. --HG-- branch : product-engine
2010-07-12EXT-8323 FIXED added "name" attributes to facilitate translationIgor Borovkov
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/733/ --HG-- branch : product-engine
2010-07-12EXT-8209 FIXED Avoid escaping human-readable location when copying text from ↵Vadim Savchuk
the location input. Reason: LLSLURL constructor failed to determine invalid SLURLs (see EXT-8335). It's late to try fixing it, so I introduced a workaround. By the way, fixed a regression with SLURLs not being shown unescaped in the location input. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/726/ --HG-- branch : product-engine
2010-07-12EXT-8124 FIXED Avoided saving processed notifications that spawns script ↵Alexei Arabadji
floater. Details: 1 Avoided memory leak in LLScriptFloaterManager caused not destroying processed notifications. 2 Provided destroying notification if user initiate closing script floater and not destroying if viewer exit. reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/721/ --HG-- branch : product-engine
2010-07-12EXT-4301 FIXED Now instance of the LLAvalineListItem is created with "hide ↵Mike Antipov
phone number" = false. Note: changes in the llparticipantlist.cpp is a fix of initial implementation in 79c0487c2280 changeset. "waiting" is shown instead of phone number. It was not reproduced before because phone was not shown anywhere until this patch. Reviewed by Aimee Walton at https://codereview.productengine.com/secondlife/r/729/ --HG-- branch : product-engine
2010-07-12Merge from default branchMike Antipov
--HG-- branch : product-engine
2010-07-12EXT-8246 FIXED Disabling an adding of items into Recent People list in case ↵Mike Antipov
of incoming ad-hoc chat. REASON: it was implemented in EXT-5694 to add all ad-hoc participants when user send a message to session created himself. Participants IDs are known in this case. But in case of incoming ad-hoc chat those IDs are not known. Container used to get IDs contains only Ad-hoc Session ID. So, (???) is expected in this case in Recent People Panel. FIX: disabling adding of items into Recent People list in case of incoming ad-hoc chat. Note: participants will be added to the list once they send a message to chat. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/724/ --HG-- branch : product-engine
2010-07-09mergeRichard Linden
2010-07-09forgot to remove a fileRichard Linden
2010-07-09EXT-8237 FIX Opening up Edit Outfit- Add More->Shirt causes FPS to drop from ↵Richard Linden
60fps to 18fps for a really long time EXT-8235 FIX HUGE long delay when reopening and/or closing edit outfit sidepanel if "Add More..." is active EXT-7695 FIX UI lockup after add wearable, right click av -> Change Outfit reviewed by Vir
2010-07-09MergeAndrew A. de Laix
2010-07-09Don't write windows os minidumps if running from a debugger.Andrew A. de Laix
2010-07-09EXT-8003 EXT-8004 fix remove duplicated string ID/contentEli Linden
2010-07-09ND-47580 WIP FR linguisticEli Linden
2010-07-09EXT-8259 FIXED Fixed occasional truncation of the "More" link in expandable ↵Vadim Savchuk
textboxes. The bug seems to happen when the text contains trailing newlines. So the workaround is to strip those newlines. I use a workaround because a proper fix might require changing LLTextBase which is undesirable at this point. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/722/ --HG-- branch : product-engine
2010-07-09Merged from viewer-releaseDessie Linden
2010-07-09EXT-7406 FIXED excluded inventory links from Add More list view (panel ↵Igor Borovkov
outfit edit) Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/723 --HG-- branch : product-engine
2010-07-09EXT-7786 FIXED COF Wearables List is updated only when visible (panel outfit ↵Igor Borovkov
eidt) Every single delete/create operation in the COF causes LLCOFWearables to be updated - on each update its contained LLFlatListView is repopulated. That means massive creation of LLPanel's instances (LLUICtrlFactory::buildPanel(...)). Half of the panel creation time is spent in the EXPAT xml library on parsing the .xml files of the panel item. I've forbidden updates of LLCOFWearables when Panel Outfit Edit is not in the visible chain. Panel Outfit Edit is now updated only when it is visible Also LLCOFWearables refures to refresh its content if COF category version hasn't been changed since the last refresh. Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/715 --HG-- branch : product-engine
2010-07-09EXT-7911 FIXED Avoided saving unresolved LLDialog notifications.Alexei Arabadji
Details: Made ScriptDialogGroup, ScriptDialog, LoadWebPage notifications non-persistent. reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/711/ --HG-- branch : product-engine
2010-07-09automated mergeLoren Shih
2010-07-09EXT-8221 WIP Crash in LLGesture::notifyObserversLoren Shih
Code cleanup for help with diagnosing this issue.
2010-07-09Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-07-09merge from PE's viewer-releaseTofu Linden