summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-20automated mergeLoren Shih
2010-07-20EXT-8448 FIXED [crashhunters] Crash in LLFolderBridge::folderOptionsMenu(), ↵Loren Shih
and Trash folder options incorrect Minor fix to previous checkin for this crash. This fixes the UI issue where you're seeing the context options for the previous folder you clicked when you click on trash/library.
2010-07-20mergeBrad Payne (Vir Linden)
2010-07-20EXT-8360 FIX - cleanupBrad Payne (Vir Linden)
2010-07-20EXT-8360 FIX - item name changes get propagated to the various appearance ↵Brad Payne (Vir Linden)
panel widgets
2010-07-20mergeBrad Payne (Vir Linden)
2010-07-20EXT-8458 FIXED ensure that static pointer to instance of ↵Mike Antipov
LLPanelStandStopFlying is always valid to prevent crash. Consequences of root cause: Static pointer to LLPanelStandStopFlying in LLPanelStandStopFlying::getInstance() becomes invalid when the instance of the LLPanelStandStopFlying is a child of floater while it is destroying. Next usage of that pointed cause a crash. Root Cause: 1. LLFloater::closeFloater sets floater invisible and marks floater as "dead" but does not destroy it. 2. But that instance was still in LLFloaterReg map. It is removed in LLFloater's destructor. 3. So it was possible on low fps to get "dead" floater with LLFloaterReg, LLFloaterMove in this case. 4. Then LLMortician deleted floater instance shown on previous step. Call of setVisible(false) from the LLFloater's destructor does not call overridden LLFloaterMove's method (which is expected behavior.) So, child panel LLPanelStandStopFlying was not re-parented to Main View and was destroyed with LLFloaterMove. That leaded to the "Top Reason" described above. FIX: 1. Ensure that LLPanelStandStopFlying is not a child of LLFloaterMove on its destroying. 2. Synchronized removing of a floater instance from the LLFloaterReg when it is marked as "dead". Note: both changes fixes this bug independently, but I included both of them into result patch to avoid similar but in the future. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/781/ --HG-- branch : product-engine
2010-07-19Automated merge with ssh://hg.lindenlab.com/q/viewer-releaseXiaohong Bao
2010-07-19EXT-8448 FIX [crashhunters] Crash in LLFolderBridge::folderOptionsMenu()Richard Linden
reviewed by Callum
2010-07-19trivial: replace some very small constant numbers with "F_ALMOST_ZERO".Xiaohong Bao
2010-07-19EXT-8360 WIP - propagating COF item name changes various placesBrad Payne (Vir Linden)
2010-07-19EXT-7400: FIXED: 2.0.2 texture queue gets jammedXiaohong Bao
2010-07-19CT-575 WIP Set15 translation for 8 languagesEli Linden
2010-07-19Merged: Use teamcity service message to record failure to improve build log ↵Christian Goetze (CG)
annotation.
2010-07-19automated mergeLoren Shih
2010-07-19merge from PE's viewer-releaseTofu Linden
2010-07-16CT-575 WIP l10n catchup with set15 translation for Viewer 2.1, part 2/2Eli Linden
2010-07-16EXT-7639 FIXED (Make shop button open different URLs depending on what is ↵Andrew Polunin
selected in outfit editor) - 'Add More' panel multiple selection behavior Implemented the following behavior: \"if multiple selection is made in the Add More panel then default marketplace home URL can be used\". Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/769/ --HG-- branch : product-engine
2010-07-16EXT-8358 FIXED Added one more server hardcoded string to global strings in ↵Mike Antipov
notifications.xml to make it localizable. Added "You died and have been teleported to your home location" string. It requires localization efforts. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/776/ --HG-- branch : product-engine
2010-07-16Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-07-16merge from PE's viewer-releaseTofu Linden
2010-07-15CT-575 WIP l10n catchup with set15 translation for Viewer 2.1, part 1/2Eli Linden
2010-07-15CT-575 WIP l10n catchup of translation up to set14, new files, for Viewer 2.1Eli Linden
2010-07-15CT-575 WIP l10n catchup of translation up to set14, for Viewer 2.1Eli Linden
2010-07-15EXT-8135 FIXED Textures blurry when in Appearance Edit modeLoren Shih
Trivial fix to correct for wrong debug message printed out due to use of wrong timer.
2010-07-15EXT-8135 FIXED Textures blurry when in Appearance Edit modeLoren Shih
EXT-8445 Reduce baked texture timeout fro 120sec to 60sec default Also did some minor infrastructure cleanup, added code comments, etc. There is now separate logic for determining how to handle update (versus upload) requests. Also made a trivial change to llvoavatar to properly encapsulate mAppearanceAnimating. Also reduced the baked texture timeout to 60s (in settings.xml)
2010-07-15Automated merge with ssh://hg.lindenlab.com/q/viewer-releaseXiaohong Bao
2010-07-15EXT-8301: FIXED: crash at LLViewerFetchedTexture::cleanup() [secondlife-bin ↵Xiaohong Bao
llviewertexture.cpp]
2010-07-15Reverted changeset 2bb10eae42bfDessie Linden
2010-07-15mergeBrad Payne (Vir Linden)
2010-07-15EXT-8385 FIXED Fixed simultaneous availability to click "Sit here" and ↵Andrew Dyukov
"Stand Up" on object. Made only one of them enabled in the same time, didn't make disabled one invisible because it was decided so in EXT-8094. - This bug is the result of EXT-8094 fix. Corrected logic of enabling "Sit here" and "Stand up" both in xml and code. - Removed class LLObjectEnableSitOrStand because it's not needed anymore, and it's handleEvent() method duplicates is_object_sittable() function. - Renamed Object.EnableSit to Object.EnableGearSit because its name is now used for enabling object menu sit, and this "simple" version is used only from object inspector's gear menu. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/761 --HG-- branch : product-engine
2010-07-15EXT-8283 FIX - allow saveWearable to change name of wearable, split off ↵Brad Payne (Vir Linden)
logic for saveAs case. Some remaining UI issues will be filed separately. Reviewed by Nyx
2010-07-15Automated merge with https://hg.productengine.com/secondlife/viewer-release/Alexei Arabadji
--HG-- branch : product-engine
2010-07-15EXT-8303 FIXED [crashhunters] Crash in inventory_offer_mute_callbackAlexei Arabadji
Details: Instead of copying shared pointer, raw pointer was used, that cause crash, since notification responder object was accessed after it was destroyed. Replaced usage copying of raw pointer instead of copying shared pointer of notification responder object, that should live after notification destroyed. --HG-- branch : product-engine
2010-07-15EXT-8373 FIXED Fixed translation of attachment points in "Attach..." / ↵Vadim Savchuk
"Attach To..." menus (AE and inventory). There is an on_enable callback set for the menu items. It tries adding a suffix like "(obj_name)" if there is already an attachment on the attachment point. No matter whether the suffix has been actually added, the callback resets the menu item label to its parameter (cbparams["label"]). The problem was that we passed the original English attachment point name to the callback, that set it as the menu item name, thus screwing up translation. The fix is to pass translated attachment point name to the on_enable callback. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/768/ --HG-- branch : product-engine
2010-07-15EXT-8343 FIXED Fixed inability to rename a wearable containing non-ASCII ↵Vadim Savchuk
character in the name. It is actually possible to edit a default item name in My Inventory: when user clicks on the input field, all its text gets selected, so user can just enter the new name (although editing the old name is disallowed). This fix implements the same behavior in the Edit Wearable panel by selecting the name when the input field gets focused. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/763/ --HG-- branch : product-engine
2010-07-15EXT-8372 FIXED Added possibility to localize some system device names.Mike Antipov
All device names including "No Device" are get from the Vivox plugin. So, just common names are added to localize table. * "Default system device" * "No device" "Microphone" is a part of device name and can not be localized without a hack. NOTE: this code will only work on English OS. On other system locales devices will be shown on system language independent on viewer locale. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/767/ --HG-- branch : product-engine
2010-07-15EXT-8374 FIXED Added possibility to localize "None" action value for ↵Mike Antipov
Animation and Sound Actions. Also changed hardcoded "until animations are done" value for Wait with label from the appropriate Floater checkbox. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/762/ --HG-- branch : product-engine
2010-07-15EXT-7511 FIXED Fixed disappearance of selected item's border in flatlistviews.Andrew Dyukov
- This issue was a regression caused by EXT-8052. Bug was caused by setting visibility of border to FALSE without respect to boolean argument passed to setNoItemsCommentVisible(). setNoItemsCommentVisible() is called on every rearrange, so border disappeared quite often. Fixed it by setting border's visibility depending on passed argument. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/764/ --HG-- branch : product-engine
2010-07-15EXT-8275 FIXED (Build > Group > Edit Group - Replace checkbox with new Edit ↵Paul Guslisty
icon, and move to the right of group name) - Connected callback that closes Group Floater when object selection changes Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/739/ --HG-- branch : product-engine
2010-07-15Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-07-15EXT-8364 FIXED Added more predefined system strings to be translated into ↵Mike Antipov
dictionary. They are 4 from ticket and 3 more from library->gestures category: * "New Gesture" * "Female - Chuckle" * "Female - Cry" * "Female - Embarrassed" * "Female - Hey baby" * "Female - Looking good" * "Female - Over here" * "Female - Please" Also added missing string to be localized: "InvFolder Initial Outfits" They should be translated then. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/756/ --HG-- branch : product-engine
2010-07-15EXT-8351 FIXED Added missing "name" attribute for items in the "Library" list.Mike Antipov
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/758/ --HG-- branch : product-engine
2010-07-15slightly hairy merge from PE's viewer-releaseTofu Linden
2010-07-15Tidy up LLPanelPlaces::onOverflowButtonClicked() by replacing magic strings ↵Aimee Linden
with the existing consts
2010-07-15EXT-8325 (VWR-20161) FIXED Map button not enabled when Place Profile opened ↵Aimee Linden
via a SLapp Enables the Map button when Place Profiles are opened from SLapps in chat history, search etc.
2010-07-14Automated merge with ssh://hg.lindenlab.com/q/viewer-releaseXiaohong Bao
2010-07-14EXT-8411: FIXED: load unnecessarily large icon textures.Xiaohong Bao
2010-07-14EXT-8386: FIXED: link grass rendering to the Trees Mesh detail sliderXiaohong Bao
2010-07-14mergeRichard Linden