summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-03-16New snapshot/social media floaterLeyla Farazha
reviewed by Richard
2010-03-15merge from viewer-2-0Tofu Linden
2010-03-15PE merge.Tofu Linden
2010-03-15mergeYuri Chebotarev
--HG-- branch : product-engine
2010-03-15Fixed normal bug (EXT-5834) Inventory SP: context menu for empty search ↵Sergei Litovchuk
result contain inappropriate items. - Fixed folder_view and inventory_panel resizing in LLFolderView::arrange() when all visible items are filtered out. This fixed context menu for "Search" SLURL in Places->My Landmarks. - Added check for visible items to display correct context menu when right-clicking on "Search" SLURL for empty search results in any inventory panel. Reviewed by Leyla Farazha https://codereview.productengine.com/secondlife/r/14/ --HG-- branch : product-engine
2010-03-15fix for EXT-5989 [HARD CODED]. ".... paid you...... L$... " - message needs ↵Yuri Chebotarev
translation --HG-- branch : product-engine
2010-03-15Fixed normal task EXT-6018 - [TRANSLATED BUT IN EN] "Save" button on notecardDmitry Zaporozhan
Removed deprecated string to resolve duplicated names(string.save and button.save). Reviewed by Callum Prentice https://codereview.productengine.com/secondlife/r/12/ --HG-- branch : product-engine
2010-03-15Fixed normal task EXT-6024 - [TRANSLATED BUT IN EN] Side Bar > Edit Pick - ↵Dmitry Zaporozhan
"(will update after save)" Replaced hardcoded string with xml string. Reviewed by Leyla Farazha https://codereview.productengine.com/secondlife/r/8/ --HG-- branch : product-engine
2010-03-15Fixed normal task EXT-6260 - [NAMELESS STRING] - Menu Preferences, Tab Chat: ↵Dmitry Zaporozhan
Show IMs in: and (requires restart) need to be localized (panel_preferences_chat.xml) Added widget missing names to make localization tool work. Reviewed by Callum Prentice https://codereview.productengine.com/secondlife/r/7/ --HG-- branch : product-engine
2010-03-12ES missing strings from set4-6; linguisticEli Linden
2010-03-12MergeEli Linden
2010-03-12linguisticEli Linden
2010-03-12EXT-2180 final linguistic edits of set1 and set6b by NovellaEli Linden
2010-03-12(for B5) Fix for EXT-5823 "Include language in user-agent string" ↵Callum Prentice
(implemented via JavaScript - not in ua string) (for B5) Fix for EXT-5314 "Inworld Browser blanks out at credit card entry" Note: also includes an update to install.xml that points to a new version of LLQtWebKit that is required for these fixes
2010-03-12EXT-5983 manual fix for changed EN root element name= (VLT bug; didn't flag ↵Eli Linden
change before)
2010-03-12undid change for VLT testEli Linden
2010-03-12temp test VLT functionality on root element name changeEli Linden
2010-03-12EXT-5988Eli Linden
2010-03-12MergeEli Linden
2010-03-12linguisticEli Linden
2010-03-12merge from viewer-2-0Tofu Linden
2010-03-12PE mergeTofu Linden
2010-03-12completed EXT-6305 (Remove "ScriptToast" notification in xui/en and all ↵Igor Borovkov
localizations) just cleaned up notifications.xml reviewed by Richard and Tofu at https://codereview.productengine.com/secondlife/r/1/ --HG-- branch : product-engine
2010-03-12fixed EXT-3607 (Cancelling a Land Sale to Specific Person Allows Land to be ↵Igor Borovkov
Set For Sale to Anyone Briefly) added additional check so that "for sale to anyone" text is shown only when a parcel is on sale reviewed by Richard at https://codereview.productengine.com/secondlife/r/4/ --HG-- branch : product-engine
2010-03-11MergeEli Linden
2010-03-11VWR-18254 en_xui_changeEli Linden
2010-03-11mergeBrad Payne (Vir Linden)
2010-03-11For EXT-5333: Bodyparts missing from appearance and COF. Recovered wearables ↵Brad Payne (Vir Linden)
were failing to get added correctly due to wrong timeout logic. Reviewed by Nyx.
2010-03-11linguistic changesEli Linden
2010-03-11VWR-18253 en_xui_changeEli Linden
2010-03-11MergeEli Linden
2010-03-11linguistic changeEli Linden
2010-03-11Merge some stuff I'd been saving for viewer 2.1.Tofu Linden
2010-03-11merge from viewer-2-0Tofu Linden
2010-03-11merge.Tofu Linden
2010-03-11The 'strict' fix for EXT-6288. Stricter than the lower-risk fix which is ↵Tofu Linden
intended for viewer 2.0.
2010-03-11mergeangela
2010-03-11Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/angela
2010-03-11merge from repoangela
2010-03-10a try to fix EXT-5845: crash on LLTexLayerTemplate::render [secondlife-bin ↵Xiaohong Bao
lltexlayer.cpp:1898]
2010-03-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Xiaohong Bao
2010-03-10debug code for EXT-6093: crash at LLTextureCache::updateTextureEntryList ↵Xiaohong Bao
[secondlife-bin lltexturecache.cpp:847]
2010-03-10First draft of changes for avatar outfit panel, so PE can start working on it.Nyx (Neal Orman)
Demo code, will get cleaned up / extended through future work on the project - just need to check it in to collaborate.
2010-03-10VWR-18046 en_xui_changeEli Linden
2010-03-10MergeEli Linden
2010-03-10linguistic changeEli Linden
2010-03-10PE mergeTofu Linden
2010-03-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Lynx Linden
2010-03-10EXT-6114: Ignore secondlife:///app/login SLapps if logged in.Lynx Linden
If you were already logged in, clicking on these SLapps would crash your viewer (crash was in experimental reg-in-client code). We now ignore these SLapps if the user is already logged in, and a one-time warning is emitted in this case.
2010-03-10Update for major bug EXT-5942 - Entering a Classified with a banned keyword ↵Dmitry Zaporozhan
doesn't publish, and doesn't let you edit. Updated code for disabling verbs for unpublished classified. --HG-- branch : product-engine