summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-06-30EXT-8094 FIXED Avoided resizing object menu after menu was shown.Alexei Arabadji
Replaced controlling of menu item visibility with controlling of enabled state. reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/669/ --HG-- branch : product-engine
2010-06-30Cleanup - moved small utility classBrad Payne (Vir Linden)
2010-06-30EXT-8044 FIXED Prevented incorrect displaying of toasts in mouselook mode.Alexei Arabadji
Added virtual method LLToast::reshape to prevent calling LLModalDialog::reshape method that changes toasts position. Toasts position should be controlled by toast screen channel. Ideally toasts should have different implementation for alerts and other kind of toasts, but it will leads to vast unwilling for 2.1 changes. reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/666/ --HG-- branch : product-engine
2010-06-30EXT-7827 FIXED (Search floater with capital characters in search field opens ↵Andrew Polunin
from 'Pick: Texture' floater) Changed 'upper_case_search_string' to the 'search_string' Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/674/ --HG-- branch : product-engine
2010-06-30mergeBrad Payne (Vir Linden)
2010-06-30EXT-8095 FIXED set visibility to false (xml) of a couple menusIgor Borovkov
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/670/ --HG-- branch : product-engine
2010-06-30Automated merge with ssh://hg.lindenlab.com/q/viewer-release/Nyx (Neal Orman)
2010-06-30EXT-8115 FIX outfits saved under 2.0 load with "unsaved changes"Nyx (Neal Orman)
Added code to save order information to outfits on loading / reverting them. Order information is updated not only in COF, but also in base outfit folder. This is only safe to do when we are explicitly loading a saved outfit, as the COF may have deviated from the saved outfit. This will also help fix order discrepencies in saved outfits that have been manually modified through inventory operations. Fix will only be effective after server 1.40 has rolled out. Tested results on Aditi to verify effectiveness. Code Reviewed by Seraph
2010-06-30mergeVadim Savchuk
--HG-- branch : product-engine
2010-06-30Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-06-30EXT-7793 FIXED Implemented "Wear" button tooltip changing depending on ↵Andrew Dyukov
selection. - Added check to LLPanelOutfitsInventory::updateListCommands() which takes place on selection change and depending on hasItemSelected() sets tooltip for "Wear" button. Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/665/ --HG-- branch : product-engine
2010-06-30EXT-7737 FIXED Resolved minor problems in appearance UI.Andrew Dyukov
Fixed issues from bug except accordion header color changing and changing T-Shirt icon to newer one which are to follow later. Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/660/ --HG-- branch : product-engine
2010-06-30merge from PE's viewer-releaseTofu Linden
2010-06-30EXT-7979 FIX always reset "dirty" flag after applying changesYuri Chebotarev
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/663/ --HG-- branch : product-engine
2010-06-29DEV-35247 - Update CA.pem according to instructions from MarkFKent Quirk
2010-06-29I got 99 problems, and a merge ain't one.Palmer
2010-06-29Merging in Davep's code for EXT-7835 which should help ext-8076Palmer
2010-06-29ND-46735 WIP JA and ES (vendor) translation for set 13Eli Linden
2010-06-29ND-46735 WIP JA and ES (vendor) translation for set 13Eli Linden
2010-06-29ND-47581 WIP IT translation for set 13Eli Linden
2010-06-29ND-47581 WIP IT translation for set 13Eli Linden
2010-06-29EXT-8133 - fix to gpu table to make it detect "NVIDIA Corporation" properlyPalmer
2010-06-29mergeBrad Payne (Vir Linden)
2010-06-29EXT-8048 FIX - message wordingBrad Payne (Vir Linden)
2010-06-29Made accordion headers 3px taller.Andrew Dyukov
- Increased height off all accordion headers by 3 pixels by changing HEADER_HEIGHT constant from llaccordionctrltab.cpp. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/667/ --HG-- branch : product-engine
2010-06-29EXT-7711 FIXED Changed string for maturity help topic to "maturity_rating".Vladimir Pchelko
Now clicking on help topic for location input goes onto correct help page. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/662/ --HG-- branch : product-engine
2010-06-29EXT-7962 FIXED Background color for "add more button / filter dropdown ↵Vladimir Pchelko
panel" was changed to the sidetray color (i.e. background rendering was disabled). Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/639/ --HG-- branch : product-engine
2010-06-29EXT-7648 FIXED Added handler for "PreferredMaturity" property which updates ↵Vladimir Pchelko
visibility and values for mature/adults check_box/icon/label. Reviewed by Sergey Litovchuk and Mike Antipov at https://codereview.productengine.com/secondlife/r/633/ --HG-- branch : product-engine
2010-06-29EXT-8014 FIXED Enabled "Take off" in My Outfits gear menu if any of selected ↵Sergei Litovchuk
items can be taken off or selected outfit contains items that can be taken off. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/649/. --HG-- branch : product-engine
2010-07-01EXT-5403 FIXED Removed marking filter applied to inventory panel as default ↵Sergei Litovchuk
to fix scrolling to currently selected texture. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/679/. --HG-- branch : product-engine
2010-07-01EXT-7737 FiXED Fixed t-short icon blurring in My AppearanceAndrew Dyukov
- Used "Shirt_Large" icon instead of "TabIcon_Appearance_Off" and moved icon a bit for better look. Trivial changes, so no review. --HG-- branch : product-engine
2010-07-01EXT-8183 FIXED Changed text shown in attachments accordion when no atachment ↵Andrew Dyukov
is worn. - Changed no items text for attachments flatlist to "No attachments worn". Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/684/ --HG-- branch : product-engine
2010-07-01EXT-8158 FIXED Replaced toggling with show functionality of outfit edit panel.Alexei Arabadji
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/677/ --HG-- branch : product-engine
2010-06-29ND-47582 WIP PT translation for set 13Eli Linden
2010-06-29ND-47582 WIP PT translation for set 13Eli Linden
2010-06-29ND-47580 WIP FR translation for set 13Eli Linden
2010-06-29ND-47580 WIP FR translation for set 13Eli Linden
2010-06-29EXT-8063 FIX, EXT-7986 FIX - enforce wearable counts in ↵Brad Payne (Vir Linden)
updateApperanceFromCOF() if UI lets any improper state through
2010-06-29mergeYuri Chebotarev
--HG-- branch : product-engine
2010-06-29EXT-8045 FIX shift ScreenChannel rect when "SidebarCameraMovement" change.Yuri Chebotarev
reviewed by Mike Antipov, Alexei Arabadji at https://codereview.productengine.com/secondlife/r/654/ --HG-- branch : product-engine
2010-06-29mergeVadim Savchuk
--HG-- branch : product-engine
2010-06-29EXT-7976 FIXED The panel with Gear and Trash button was moved into ↵Vladimir Pchelko
panel_outfits_list.xml and (without trash button) panel_outfits_wearing.xml. Note: MY OUTFITS and WEARING controls size/positions were corrected to be similar to Places and Inventory. Reviewed by Mike Antipov and Neal Orman at https://codereview.productengine.com/secondlife/r/650/ --HG-- branch : product-engine
2010-06-29mergeBrad Payne (Vir Linden)
2010-06-29Message wordingBrad Payne (Vir Linden)
2010-06-28Hear them doggies merginPalmer
2010-06-28EXT-8111 - gpu table settings added. No code changedPalmer
2010-06-28EXT-8063 WIP - last-ditch filtering of item counts in updateAppearanceFromCOFBrad Payne (Vir Linden)
2010-06-28Line endings.Dave Parks
2010-06-28Porting VBO changes from davep/viewer-release.Dave Parks
Better usage of LLVertexBuffer::sEnableVBOs. Added RenderUseStreamVBO debug setting for controlling usage of VBOs for particles/avatars/etc.
2010-06-28CT-575 WIP DA translation for set 13Eli Linden