Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-25 | Fix 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-25 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Andrew A. de Laix | |
2010-06-25 | Fix 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-25 | Fix for EXT-8089 (Log spam from SLPlugin about "autoreleased with no pool in ↵ | Monroe Linden | |
place - just leaking") Added slplugin-objc.mm. Made SLPlugin do the cocoa setup during initialization, and create/delete an autorelease pool each time through its main loop. This should make plugin code that's using autorelease correctly not leak. Fixed a bug in the version of setupCocoa() used in the viewer (it was never setting its "inited" variable). | |||
2010-06-25 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Andrew A. de Laix | |
2010-06-25 | Fix EXT-8075: close signal connection on destruction to prevent callbacks ↵ | Andrew A. de Laix | |
after LLInspectToast is, well, toast. | |||
2010-06-25 | Merge | Eli Linden | |
2010-06-25 | ND-47583 WIP DE translation for set 13 | Eli Linden | |
2010-06-25 | ND-47583 WIP DE translation for set 13 | Eli Linden | |
2010-06-25 | merge | Richard Nelson | |
2010-06-25 | EXT-7957 - clothing editor does not open when editing clothes | Richard Nelson | |
reviewed by nyx | |||
2010-06-25 | removed some parsing error spam due to invalid attributes | Richard Nelson | |
2010-06-25 | Merge | Eli Linden | |
2010-06-25 | EXT-7887 FIX mark URL string as non-translatable | Eli Linden | |
2010-06-25 | merge from PE's viewer-release | Tofu Linden | |
2010-06-25 | merge | Tofu Linden | |
2010-06-25 | merge | Richard Nelson | |
2010-06-25 | EXT-8071 FIX Viewer crashes in login screen when moving mousewheel in login ↵ | Richard Nelson | |
fields. | |||
2010-06-25 | merge from dessie/viewer_release | Kent Quirk | |
2010-06-25 | EXT-8039 - further fix to allow mac/linux to build properly | Kent Quirk | |
2010-06-25 | EXT-4872 FIXED hiding Start IM button for ad-hoc call invitation | Igor Borovkov | |
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/658/ --HG-- branch : product-engine | |||
2010-06-25 | EXT-7446 Spatial Partition Crash. reviewed by Richard. | Karl Stiefvater (qarl) | |
2010-06-25 | EXT-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-25 | EXT-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-25 | Merge from q/viewer-release | Kent Quirk | |
2010-06-25 | EXT-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-25 | merge | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-06-25 | EXT-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-25 | EXT-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-24 | Fix EXT-8039: change from std::vector to std::list to permit appending ↵ | Andrew A. de Laix | |
during iteration and prevent random crashes. | |||
2010-06-24 | automated merge | Loren Shih | |
2010-06-24 | CT-575 WIP FR linguistic | Eli Linden | |
2010-06-24 | EXT-7902 FIXED Corrupted context menu appears on "Add More" panel if both ↵ | Loren Shih | |
worn and not-worn items were selected Added "no options" menu item instead of showing blank context menu. | |||
2010-06-24 | merge | Brad Payne (Vir Linden) | |
2010-06-24 | merge | Richard Linden | |
2010-06-24 | EXT-7999 FIX avatars have bent knees | Richard Linden | |
EXT-7567 FIX My feet are missing when walking on the ground reviewed by Nyx | |||
2010-06-24 | EXT-7932 FIX - reviewed by Nyx | Brad Payne (Vir Linden) | |
2010-06-24 | fix xml glitch. | Tofu Linden | |
2010-06-24 | merge | Tofu Linden | |
2010-06-24 | EXT-7747 FIXED Turn on multiattachments for 2.1 as debug setting | Loren Shih | |
This #ifdef is now keyed to MultipleAttachments debug setting | |||
2010-06-24 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release/ | Nyx (Neal Orman) | |
2010-06-24 | EXT-7838 FIX - viewer 2.1 avatars look ruth-shaped to viewer-2 users | Nyx (Neal Orman) | |
Added a third visual param group VISUAL_PARAM_GROUP_TWEAKABLE_NO_TRANSMIT to specify visual params that are user-tweakable, but should not be sent over the network. We should have this group *only* for new user-tweakable visual parameters that should not be sent over the network. These should only be used for *new* parameters that only contribute to the generation of baked textures. Code reviewed by Richard | |||
2010-06-24 | EXT-7046 FIX User profile using wrong placeholder/generic profile pic art | Richard Linden | |
wrong image names | |||
2010-06-24 | EXT-7046 FIX User profile using wrong placeholder/generic profile pic art | Richard Linden | |
2010-06-24 | merge from PE's viewer-release | Tofu Linden | |
2010-06-24 | EXT-7967 FIXED Hyperlink in clothing offer dialog does nothing | Loren Shih | |
Fixed incorrect logic for auto_open and added some comments to explain expected behavior. | |||
2010-06-24 | automated merge | Loren Shih | |
2010-06-24 | EXT-7818 FIXED Click on Take Off on my shoes fro inventory doesn't remove shoe | Loren Shih | |
Added additional logic to tell if you're in edit outfit mode, removed some bad code that was causing removed wearables to never send out an appearance update. | |||
2010-06-24 | ND-47148 WIP DE translation for set 11, set 12 new files | Eli Linden | |
2010-06-24 | ND-47148 DE translation for set 11, set 12, and new files | Eli Linden | |