summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-03-30EXT-3414 : Move static backgroundfetch methods and variables to ↵Loren Shih
llinventorymodel subclass Created LLInventoryModelBackgroundFetch file for handling background fetch.
2010-03-30mergeVadim Savchuk
--HG-- branch : product-engine
2010-03-30Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-03-30EXT-6589 "Are you sure you want to teleport.." dialog has broken ↵Tofu Linden
"[LOCATION]" tag
2010-03-30fix linux build error.Tofu Linden
2010-03-30Completed normal task EXT-3397 (Hide well buttons if there are no active IM ↵Mike Antipov
sessions and unresolved notifications) * Implemented hiding of bottom tray's wells if there are no active IMs or unresolved notifications (via LLBottomTray::notifyParent) * Also refactored initializing code to init a pointer to a chiclet panel and map with bottomtray parts in postBuild BEFORE initializing start wells' visibility. For now minimal viewer width when all buttons are still visible (and have non-truncated labels in the 'EN' locale) with opened sidetray is 1041 px; with short Speak button (without text label) is 990 px. (with implemented patch in https://codereview.productengine.com/secondlife/r/126/) Each well button takes 37 px (with a padding). So, they can free up to 74 px when invisible. reviewed by Vadim at https://codereview.productengine.com/secondlife/r/136/ --HG-- branch : product-engine
2010-03-30Fixed bug EXT-6270 (No confirm teleport dialog appears, while teleporting ↵Vadim Savchuk
from teleport history tab). Added teleport confirmation dialog to the teleport history panel. Reviewed by Mike: https://codereview.productengine.com/secondlife/r/135/ --HG-- branch : product-engine
2010-03-30mergeYuri Chebotarev
--HG-- branch : product-engine
2010-03-30fix for normal EXT-5882 Max. Contribution field on groups -> land and assets ↵Yuri Chebotarev
tab miscalculates after first group fetch. reviewed vsavchuk https://codereview.productengine.com/secondlife/r/133/ --HG-- branch : product-engine
2010-03-30HUGE merge from viewer-trunk. Many conflicts resolved.Tofu Linden
2010-03-30fixed EXT-6509 URL-name of object is shown as hyperlink in widget style ↵Igor Borovkov
Nearby chat set allow_html to false for Message Header and Name field of Object Inspector Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/127/ --HG-- branch : product-engine
2010-03-30Fixed normal bug EXT-5696 (chiclets bar minimal width doesn't match design ↵Mike Antipov
specification) * Increased the minimal width of Chiclet panel up to 95 px. * Also set default width between chiclet panel & im well the same as minimal (4 px). For now minimal viewer width when all buttons are still visible (and have non-truncated labels in the 'EN' locale) with opened sidetray is 1042 px; with short Speak button (without text label) is 991 px. Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/126/ See also EXT-3397 --HG-- branch : product-engine
2010-03-30Fixed normal bug EXT-6390 (inventory loses focus after renaming a inventory ↵Paul Guslisty
item) - Discard NULL'ing item after renaming it, to avoid focus losing of this item Reviewed by Samuel Kolb at https://codereview.productengine.com/secondlife/r/128/ --HG-- branch : product-engine
2010-03-29Default MediaShowOnOthers setting to false.Monroe Linden
--HG-- branch : EXT-4880
2010-03-29mergeRichard Nelson
2010-03-29EXT-3258 - Viewer freezes while external web browser loads pageRichard Nelson
reviewed by Callum
2010-03-29EXT-5940 : Typedef all vector<LLUUID>'sLoren Shih
Superficial cleanup to change all typedef std::vector<LLUUID> to use a common typedef uuid_vec_t instead.
2010-03-29VWR-17649 en_xui_changeEli Linden
2010-03-29EXT-6572 (major bug) DE workaround to remove the word "Kaufen" and leave ↵Eli Linden
just the L$ link to avoid obvious linguistic error due to poor source design, at Simone's request
2010-03-29VWR-17644 undo old 'es' overridesEli Linden
2010-03-29EXT-3075 : Remove swear words from comments across viewerLoren Shih
This bugs me in a minor way. Did a search-and-cleanup on various swear words.
2010-03-29automated mergeLoren Shih
2010-03-29EXT-6536 : Make LLVOAvatarSelf a singletonLoren Shih
No longer explicitly deleting gAgentAvatarp due to reference counting.
2010-03-29Automated merge with ssh://hg.lindenlab.com/q/viewer-trunkXiaohong Bao
2010-03-29EXT-6536 : Make LLVOAvatarSelf a singletonLoren Shih
Fix for cleaning up gAgentAvatar on app shutdown.
2010-03-29automated mergeLoren Shih
2010-03-29EXT-6536 : Make LLVOAvatarSelf a singletonLoren Shih
Fix for cleaning up gAgentAvatar on app shutdown.
2010-03-29fix for EXT-6435: crash at writeEntriesAndClose: ASSERT (num_entries == ↵Xiaohong Bao
mHeaderEntriesInfo.mEntries)
2010-03-29fix for EXT-6566: crash at LLTextureCache::updatedHeaderEntriesFile ↵Xiaohong Bao
[secondlife-bin lltexturecache.cpp:1292]
2010-03-29merge.Tofu Linden
2010-03-29merge from viewer-hotfixTofu Linden
2010-03-29MergeAimee Linden
2010-03-29MergeLoren Shih
2010-03-29EXT-6536 : Make LLVOAvatarSelf a singletonLoren Shih
Superficial cleanup to replace all instances of "gAgentAvatar" with "gAgentAvatarp".
2010-03-29EXT-6536 : Make LLVOAvatarSelf a singletonLoren Shih
Superficial cleanup to replace all instances of "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject" with "gAgentAvatar".
2010-03-29mergeVadim Savchuk
--HG-- branch : product-engine
2010-03-29Manual merge from default branchVadim Savchuk
Resolved conflicts in indra/newview/llchathistory.cpp in favor of trunk version. --HG-- branch : product-engine
2010-03-29Fixed normal bug EXT-6048 (Shortcut for Groups Ctrl-Shift-G)Paul Guslisty
-Added tag for shortcut to the XML Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/131/ --HG-- branch : product-engine
2010-03-29For EXT-4666: changed LLGestureManager to LLGestureMgr throughoutBrad Payne (Vir Linden)
2010-03-29For EXT-4666: changed LLAppearanceManager to LLAppearanceMgr throughoutBrad Payne (Vir Linden)
2010-03-29mergeBrad Payne (Vir Linden)
2010-03-29EXT-6031 Refactoring of voice volume representationAimee Linden
Standardizes representation of volume as [0.0 - 1.0] logarithmic with 0db at 0.5 within LLVoiceClient Reviewed by Tofu.
2010-03-29done EXT-6547 Rename stuff related with Panel Look Info to Panel Outfit EditIgor Borovkov
renamed panel_look_info.xml to panel_outfit_edit.xml renamed llpanellookinfo.cpp/llpanellookinfo.h to llpaneloutfitedit.cpp/llpaneloutfitedit.h renamed LLPanelLookInfo to LLPanelOutfitEdit Reviewed at https://codereview.productengine.com/secondlife/r/130/ --HG-- branch : product-engine
2010-03-29ss reflections tweakage:Tofu Linden
+ // Offset the guess source a little according to a trivial + // checkerboard dither function and spec.a. + // This is meant to be similar to sampling a blurred version + // of the diffuse map. LOD would be better in that regard. + // The goal of the blur is to soften reflections in surfaces + // with low shinyness, and also to disguise our lameness.
2010-03-29EXT-6515 Turn off Vivox automatic crash reportingAimee Linden
2010-03-28ss reflections: make the guess less far from the source.Tofu Linden
2010-03-28merge from viewer-2-0Tofu Linden
2010-03-28viewer-2-0 mergeTofu Linden
2010-03-27IT translation review of set3Eli Linden
2010-03-27merge from viewer-2-0Tofu Linden