Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-31 | EXT-7208 FIXED repositioned tattoo pickers to match the updated spec | Igor Borovkov | |
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/460 --HG-- branch : product-engine | |||
2010-05-29 | EXT-7556 FIXED Update Vivox SDK to 3.1.0001.8821 | Aimee Linden | |
2010-05-29 | merge | Richard Linden | |
2010-05-29 | EXT-7557 - About Second Life > Credits does not open with scrollbar all the ↵ | Richard Linden | |
way at the top also made floaters not update title label every time they are resized | |||
2010-05-29 | added ignore for avatar.log | Richard Linden | |
2010-05-29 | FIXED Linux build. | Sergei Litovchuk | |
Added forward specialization of LLStringUtil::format before use in LLStringUtil::formatDatetime. --HG-- branch : product-engine | |||
2010-05-29 | minor typo fixes: texure->texture | Tofu Linden | |
2010-05-28 | Merge | Richard Linden | |
2010-05-28 | Backed out changeset: 13b29333f1db | Richard Linden | |
2010-05-28 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Xiaohong Bao | |
2010-05-28 | A possible fix for EXT-7032: [crashhunters] crash in libcurl background ↵ | Xiaohong Bao | |
thread on windows. killed accessing the asset server for map textures after http returns 404. | |||
2010-05-28 | texture logging - WIP | Brad Payne (Vir Linden) | |
2010-05-28 | merge | Andrew A. de Laix | |
2010-05-28 | mac llcommon dependent apps like mac-crash-logger get libexception_handler ↵ | Andrew A. de Laix | |
correctly packaged. | |||
2010-05-28 | EXT-7498 WIP Hide share to web button until the code behind it is complete. | Aimee Linden | |
2010-05-28 | Use os x 10.4 deployment target for google_breakpad library package. | brad kittenbrink | |
2010-05-28 | Remove old minidump files on a clean exit, not on startup. | Lynx Linden | |
2010-05-29 | EXT-7198, EXT-7491 FIXED Added mutli-selection support for outfit items and ↵ | Sergei Litovchuk | |
outfit tabs selection support. - Added selecting multiple items from more than one accordion tab. - Integrated context menus from Vadim's patch for EXT-6726 Appearance SP menus (WIP tier 2). - Added selection to accordion control to use it instead of accordion tab focus in cases when focus is lost and outfit tab should stay selected. - Changed "Wear" button behavior: "Wear" puts on currently selected outfit (as the tooltip reads "Wear selected outfit"). There is always an outfit selected when the accordion is focused so for now there are no cases when only some items are selected. Separate items can be worn from context menu. - Added moving accordion tab selection with right click. Fixed (EXT-7491) Right click on an accordion title should move selection to it. Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/437/ --HG-- branch : product-engine | |||
2010-05-28 | automated merge | Loren Shih | |
2010-05-28 | automated merge | Roxie Linden | |
2010-05-28 | EXT-7504 WIP Force decloud after timeout using lower res textures | Loren Shih | |
Code cleanup. Some minor changes in logic for when low res texture is used. Added more metrics to notifications and texture debug output. | |||
2010-05-28 | EXT-7505 FIX stuck in appearance edit mode if close appearance sidebar | Nyx (Neal Orman) | |
Added a check for visibility changes that should prevent users from getting "stuck" in appearance editing mode by closing the appearance editor prematurely (clicking sidebar hide, etc). Camera state should be restored when panel is restored. reviewed by Seraph | |||
2010-05-28 | Use OS X 10.5 build of breakpad library | Nat Goodspeed | |
2010-05-28 | Merged from ssh://hg.lindenlab.com/dessie/viewer-public | Aimee Linden | |
2010-05-28 | fix unloaded no-particle avatar sphere to be fullbright, no black flicker. ↵ | Karl Stiefvater (qarl) | |
reviewed by Nyx. | |||
2010-05-28 | EXT-7466 - [BROKEN STRING] the word "administrator" is broken in strings.xml ↵ | Roxie Linden | |
in 2 places Simple fix | |||
2010-05-28 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | palange | |
2010-05-28 | automated merge | Roxie Linden | |
2010-05-28 | automated merge | Loren Shih | |
2010-05-28 | Fix for compile error in lltexlayer.cpp | Loren Shih | |
2010-05-28 | ND-46735 WIP FR JA linguistic | Eli Linden | |
2010-05-28 | Merged from ssh://hg.lindenlab.com/dessie/viewer-public | Aimee Linden | |
2010-05-28 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | palange | |
2010-05-28 | automated merge | Loren Shih | |
2010-05-28 | Fixed linux compile error due to missing forward declare in lltextureview.h. | Loren Shih | |
2010-05-28 | Fix borked merge, DOH! | Aimee Linden | |
2010-05-28 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2010-05-28 | EXT-7013 FIX time formatting function didn't work for some parameters for ↵ | Yuri Chebotarev | |
Japanise (like weekdays). reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/457/ --HG-- branch : product-engine | |||
2010-05-28 | EXT-7472 FIXED Open add to outfit panel by (+) button click on unwearable ↵ | Paul Guslisty | |
items and by selecting 'Replace' menu item click body part context menu Main changes: - Added callback for a '(+) button' to the LLCOFCallbacks and bind it with LLPanelOutfitEdit::onAddWearableClicked - Created the callback(LLPanelOutfitEdit::onReplaceBodyPartMenuItemClicked) for 'Replace' menu item of context menu Related changes: - Changed LLFilteredWearableListManager so that it can use different functors (subclasses of LLInventoryCollectFunctor) as a criterion for LLInventoryItemsList filtering. Before it used only LLFindNonLinksByMask filter. Moved LLFindNonLinksByMask from to the llfilteredwearablelist.cpp to the llinventoryfunctions.h - Created getter 'LLPanelDummyClothingListItem::getWearableType()' for LLPanelDummyClothingListItem - Made 'add wearables panel' a member of LLPanelOutfitEdit so that not to use findChild each time panel is needed Reviewed by Igor Borovkov at http://jira.secondlife.com/browse/EXT-7472 --HG-- branch : product-engine | |||
2010-05-28 | Automated merge with ssh://hg.lindenlab.com/palange/viewer-2-0 | palange | |
2010-05-28 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | palange | |
2010-05-28 | Merged from ssh://hg.lindenlab.com/dessie/viewer-private | Aimee Linden | |
2010-05-28 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Nyx (Neal Orman) | |
2010-05-28 | AVP-44 WIP architectural cleanup for multi-wearables | Nyx (Neal Orman) | |
Implemented some resident-suggested tweaks to better support multiwearables code reviewed by Seraph | |||
2010-05-28 | Try using mbstowcs() to convert to std::wstring. | Lynx Linden | |
LLWString cannot be converted to std::wstring, apparently. | |||
2010-05-28 | automated merge | Loren Shih | |
2010-05-28 | On Windows, you have to pass the minidump path as a wstring. | Lynx Linden | |
2010-05-28 | Write breakpad minidump files to the SL log directory. | Lynx Linden | |
Also, clean out old minidump files when we start up. | |||
2010-05-28 | EXT-7138 FIXED Merge Voice Morphing from aimee/viewer-trunk_voice-features | Aimee Linden | |
2010-05-28 | CID-442 | Tofu Linden | |
Checker: FORWARD_NULL Function: LLBasicCertificateVector::insert(LLCertificateVector::iterator, LLPointer<LLCertificate>) File: /indra/newview/llsechandler_basic.cpp |