Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-22 | EXT-4295 FIXED Added gear and context menus for Wearing tab. | Sergei Litovchuk | |
- Moved My Outfits gear menu from llpaneloutfitsinventory.cpp to lloutfitslist.cpp Revieved by Neal Orman and Mike Antipov at https://codereview.productengine.com/secondlife/r/604/. --HG-- branch : product-engine | |||
2010-06-22 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2010-06-22 | EXT-7654 FIX "AddText" didn't create image segment now, use appendImageSegment | Yuri Chebotarev | |
reviewed by Richard Nelson, Vadim Savchuk at https://codereview.productengine.com/secondlife/r/616/ --HG-- branch : product-engine | |||
2010-06-22 | EXT-7882 FIX Set caption when floater minimized and remove when maximized. | Yuri Chebotarev | |
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/624/ --HG-- branch : product-engine | |||
2010-06-22 | Reformatted panel_edit_wearable.xml file with UI Preview Tool | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-06-22 | EXT-7820 FIX escape only parameters of slurl | Yuri Chebotarev | |
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/614/ --HG-- branch : product-engine | |||
2010-06-22 | merge | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-06-22 | Merge after backout changeset: f0e9147baf74 | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-06-22 | EXT-7875 FIXED Implemented resetting of selection inside outfit on accordion ↵ | Andrew Dyukov | |
collapse/expand. - Added method which resets selection and tied it up to DropDownStateChangedCallback. Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/628/ --HG-- branch : product-engine | |||
2010-06-22 | merge from PE's viewer-release | Tofu Linden | |
2010-06-22 | EXT-7789 FIXED reverted changes with removing "Rename Outfit" from gear menu | Mike Antipov | |
Backed out changeset: f0e9147baf74 --HG-- branch : product-engine | |||
2010-06-22 | merge. | Tofu Linden | |
2010-06-22 | EXT-7889 FIXED Linux fails to load splash screen and side panel home tab. | Tofu Linden | |
2010-06-22 | hairy merge of glib restoration | Tofu Linden | |
2010-06-22 | EXT-7889 PARTIAL Linux fails to load splash screen and side panel home tab. | Tofu Linden | |
Start to restore manual glib handling. Backed out changeset ff86a9f5b917 | |||
2010-06-22 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Lynx Linden | |
2010-06-22 | EXT-4919 WIP Fix build breakage on Linux. | Lynx Linden | |
2010-06-22 | fix java-esque build error in llstartup change. | Tofu Linden | |
2010-06-22 | EXT-7928 FIXED replace member pointer to LLViewerInventoryItem with calling ↵ | Mike Antipov | |
LLInventory::getItem() Reason: access to deleted pointer to LLViewerInventoryItem in LLWearableItemsList::updateChangedItems. Fix: replaced member pointer to LLViewerInventoryItem with its LLUUID. Also improved a bit logic of the updateChangedItems() to avoid redundant iterations. Reviewed by Vadim Savchuk and Neal Orman at https://codereview.productengine.com/secondlife/r/613/ --HG-- branch : product-engine | |||
2010-06-22 | EXT-7947 FIXED Added "language" parameter with LLUI::getLanguage() value ↵ | Mike Antipov | |
into web site info. Reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/627/ --HG-- branch : product-engine | |||
2010-06-22 | Merge with default branch | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-06-21 | Merge | Leyla Farazha | |
2010-06-21 | EXT-7771 Right-click context menu is missing "Edit My Outfit/Shape" if do ↵ | Leyla Farazha | |
right-click on an attachment EXT-2485 [BSI] Drop and Detach are too close | |||
2010-06-21 | ND-47487 WIP PT translation for set 12 new files | Eli Linden | |
2010-06-21 | ND-47487 WIP PT translation for set 12 | Eli Linden | |
2010-06-21 | Remove tab chars inherited with file... | Nat Goodspeed | |
2010-06-21 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release/ | Nat Goodspeed | |
2010-06-21 | merge | Brad Payne (Vir Linden) | |
2010-06-21 | EXT-4919 WIP - log file spam reduction | Brad Payne (Vir Linden) | |
2010-06-21 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release/ | Nat Goodspeed | |
2010-06-21 | ND-46735 WIP JA and ES translation for set 12, new files | Eli Linden | |
2010-06-21 | ND-46735 WIP JA and ES translation for set 12 | Eli Linden | |
2010-06-21 | removed unused strings | Richard Nelson | |
2010-06-21 | EXT-5808 ADDITIONAL FIX (Add coordinates and parcel settings to top menu bar ↵ | Andrew Polunin | |
when nav bar is hidden and flags are set) - fixed Mini-Location panel visibility in mouse look mode Added code to the LLAgent::endAnimationUpdateUI() which shows/hides Mini-Location panel depending on the mouse look mode and user preferences. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/623/ --HG-- branch : product-engine | |||
2010-06-21 | Automated merge with ssh://192.168.2.107/c:/linden/viewer-release/ | Nat Goodspeed | |
2010-06-21 | EXT-7926: fix broken LD_LIBRARY_PATH handling on Windows. | Nat Goodspeed | |
Recent checkins introduced two different CMake macros SET_TEST_LIST (which returned a CMake list of PATH directory strings) and SET_TEST_PATH (which returned a single platform-appropriate PATH string). On Windows, whose path-separator character is ';', SET_TEST_PATH interacted badly with CMake: in CMake, a single string containing ';' characters is indistinguishable from a list of strings. Eliminate the return-single-string form, redirecting the name SET_TEST_PATH to the macro that returns a CMake list. Make LL_TEST_COMMAND expect a list value, prepending each directory string with run_build_test.py's -l switch. | |||
2010-06-21 | EXT-4919 WIP - fixed problems with inventory fetch failing to time out, ↵ | Brad Payne (Vir Linden) | |
added copying/activation of more gesture folders | |||
2010-06-21 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release/ | Nat Goodspeed | |
2010-06-21 | Merge | Aimee Linden | |
2010-06-21 | DEV-36437 FIXED (VWR-2485) Menu remains after switch to Mouselook | Aimee Linden | |
Ported from Snowglobe. | |||
2010-06-21 | DEV-36441 FIXED Minor coding standards fix-up to previous fix for VWR-14765. | Aimee Linden | |
2010-06-21 | EXT-7777 Just added more descriptive comment. | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-06-21 | Merge from default branch | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-06-21 | EXT-7921 FIXED Added a check whether message is what we expecting in ↵ | Mike Antipov | |
LLInventoryAddItemByAssetObserver::changed. Reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/618/ --HG-- branch : product-engine | |||
2010-06-19 | EXT-7945 FIXED Duplicate XUI ID in floater_voice_effect.xml | Aimee Linden | |
2010-06-18 | Specify a MIME type in the navigate in ↵ | Monroe Linden | |
LLFloaterBuyCurrencyHTML::navigateToFinalURL(), so it can skip the MIME type probe. | |||
2010-06-18 | ND-47486 WIP Italian translation for set12, new files | Eli Linden | |
2010-06-18 | ND-47486 WIP Italian translation for set12 | Eli Linden | |
2010-06-18 | MD-47488 WIP German translation for set 12, new files | Eli Linden | |
2010-06-18 | MD-47488 WIP German translation for set 12 | Eli Linden | |