summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
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-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-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-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-28Hear them doggies merginPalmer
2010-06-28EXT-8111 - gpu table settings added. No code changedPalmer
2010-06-28CT-575 WIP DA translation for set 13Eli Linden
2010-06-28CT-575 WIP DA translation for set 13Eli Linden
2010-06-28MergeAimee Linden
2010-06-28VWR-7054 FIXED Flycam movement in build mode is reduced.Aimee Linden
Removed hard coded scaling of movements when in build mode, made it a debug setting defaulted to 1 to disable it.
2010-06-28MergeLeyla Farazha
2010-06-28EXT-8030 Can't edit worn Tattoos - Texture and Color pickers won't openLeyla Farazha
EXT-8029 Edit Wearable > Skirt, Jacket, Socks - Can't open texture or color picker, texture appears as gray X EXT-7770 Revert on shirt edit doesn't revert the fabric or color/tint icons back to their originals fixes color swatch/texture ctrl disabled issue and "undo changes" not reverting textures on avatar does not fix grey tattoo preview issue reviewed by Nyx
2010-06-28automated mergeLoren Shih
2010-06-28EXT-8033 FIXED Selecting multiple inventory items can give incorrect ↵Loren Shih
right-click context menus EXT-8093 FIXED No "open" or "properties" items for gestures Re-added open/properties to gestures Fixed right-click inventory selection so that it does something logical & consistent for multiple items. Had to add a "getLastVisible" to LLView to support this.
2010-06-25Fix for EXT-8025 ('+' button on My Appearance > Edit Outfit panel does nothing)Monroe Linden
Button now gets disabled in the early-exit case in LLPanelOutfitEdit::onInventorySelectionChange(). onInventorySelectionChange() also uses the new predicate get_can_item_be_worn(), which both checks whether the item is already being worn and whether it's of a type that could be worn. Reviewed by Nyx at http://codereview.lindenlab.com/2451030 .
2010-06-25Fix EXT-8074: unregister floater as message handler on destruction to ↵Andrew A. de Laix
prevent race from user closing dialog and receiving price message.
2010-06-25EXT-7914 FIXED Current outfit can be removed via My Inventory -> Trash buttonLoren Shih
Now disabling remove if an outfit is linked in the COF.
2010-06-25Automated merge with ssh://hg.lindenlab.com/q/viewer-releaseAndrew A. de Laix
2010-06-25Fix EXT-8075: close signal connection on destruction to prevent callbacks ↵Andrew A. de Laix
after LLInspectToast is, well, toast.
2010-06-25MergeEli Linden
2010-06-25ND-47583 WIP DE translation for set 13Eli Linden
2010-06-25ND-47583 WIP DE translation for set 13Eli Linden
2010-06-25mergeRichard Nelson
2010-06-25EXT-7957 - clothing editor does not open when editing clothesRichard Nelson
reviewed by nyx
2010-06-25removed some parsing error spam due to invalid attributesRichard Nelson
2010-06-25MergeEli Linden
2010-06-25EXT-7887 FIX mark URL string as non-translatableEli Linden
2010-06-25merge from PE's viewer-releaseTofu Linden
2010-06-25mergeTofu Linden
2010-06-25mergeRichard Nelson
2010-06-25EXT-8071 FIX Viewer crashes in login screen when moving mousewheel in login ↵Richard Nelson
fields.
2010-06-25merge from dessie/viewer_releaseKent Quirk
2010-06-25EXT-8039 - further fix to allow mac/linux to build properlyKent Quirk
2010-06-25EXT-4872 FIXED hiding Start IM button for ad-hoc call invitationIgor Borovkov
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/658/ --HG-- branch : product-engine
2010-06-25EXT-7446 Spatial Partition Crash. reviewed by Richard.Karl Stiefvater (qarl)
2010-06-25EXT-7872 FIXED Removed disabling of movement controls when sitting.Andrew Dyukov
- Removed code responsible for disabling actions panel when sitting. - Removed LLFloaterMove::setEnabled() and replaced calls to it with calls showModeButtons() because it was the only code which remained there after first step of this fix. Reviewed by Leyla Farazha at https://codereview.productengine.com/secondlife/r/655/ --HG-- branch : product-engine
2010-06-25EXT-7972 FIXED (My Outfits: Add \"Add to current outfit\" menu item into ↵Andrew Polunin
gear menu) - Added menu item 'Wear - Add to Current Outfit' (menu_outfit_gear.xml). - Added menu item handler onAdd(). Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/657/ --HG-- branch : product-engine
2010-06-25Merge from q/viewer-releaseKent Quirk
2010-06-25EXT-7914 FIXED (Update context menu for worn clothing in the Edit Outfit panel)Andrew Polunin
- Removed the following menu items: Move Up a Layer, Move Down a Layer. - Added 'Replace' menu item. - Implemented method replaceWearable() - handler for the 'Replace' menu item. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/642/ --HG-- branch : product-engine
2010-06-25mergeMike Antipov
--HG-- branch : product-engine
2010-06-25EXT-7703 FIXED Made text padding in accordion message in my outfits panel ↵Mike Antipov
the same as in flat list view. Also tuned Wearing tab a bit to match My Outfits (size/color/position). Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/652/ --HG-- branch : product-engine
2010-06-25EXT-8040 FIXED Prevented stealing focus by script error window.Alexei Arabadji
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/656/ --HG-- branch : product-engine
2010-06-24Fix EXT-8039: change from std::vector to std::list to permit appending ↵Andrew A. de Laix
during iteration and prevent random crashes.
2010-06-24automated mergeLoren Shih
2010-06-24CT-575 WIP FR linguisticEli Linden