summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-15EXT-8284 FIXED ('Add More' panel items aren't sorted by clothing type after ↵Paul Guslisty
it was opened by 'Replace' item of context menu) - Set proper callback for 'Replace' clothing - Renamed onReplaceBodyPartMenuItemClicked to onReplaceMenuItemClicked because now this callback is used not only for Body Parts but for clothing also - Added argument 'const LLUUID& item_id' for 'static void replaceWearable()' to be able to call onReplaceMenuItemClicked with LLUUID argument Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/750/ --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-15merge from PE's viewer-trunk (viewer-public)Tofu Linden
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
2010-07-14EXT-8300 FIX Creator's icon overlaps description text on object's mini-inspectorRichard Linden
reviewed by Leyla
2010-07-14potentially unsafe storage of raw pointer to LLViewerObjectRichard Linden
2010-07-14ND-47671 WIP FR linguisticEli Linden
2010-07-14EXT-8356 FIXED Enabled localization of the "Touch" item of object context menu.Vadim Savchuk
Since label of the "Touch" object context menu item may be overridden by the object with something like "Sit" or "Kiss", i.e. the label can be different from the default one, there is a special code for handling this. The code uses parameter of the on_enable callback as a label for the menu item. So, the fix is to pass localized label to on_enable callback of the "Object Touch" menu item. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/759/ --HG-- branch : product-engine
2010-07-14EXT-8361 FIXED Set a name for a nameless parent panel.Vadim Savchuk
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/755/ --HG-- branch : product-engine
2010-07-14mergeTofu Linden
2010-07-14EXT-7455 PARTIAL viewer crash in LLSurface::getWaterHeightTofu Linden
Somewhere between a band-aid and a real fix. Entirely speculative since there is no repro.
2010-07-14EXT-8400 FIXED Updated default inventory item names ("New Script", etc) on ↵Vadim Savchuk
viewer language switch. Bug reason ========== New inventory items get names like "New Script", "New Undershirt" etc., but the names are translated on-the-fly (see EXT-5839), so the user actually sees "Nouveau script", "Nouveau débardeur" etc., respectively. However when the user changes viewer language, the old localized names still exist in the inventory cache, so, for example, if you create an undershirt in French and then switch to Enlgish, the undershirt will be named "Nouveau d bardeur", which is the old cached localized name with non-ASCII characters replaced with spaces. Fix === To get rid of obsolete translations I clear all caches whenever viewer language gets changed. Other changes ============= - Added a check for agent region being NULL to LLAgentLanguage::update(). - Removed LLAgentLanguage constructor and base classes because it's never instantiated. Reviewed by Seraph at https://codereview.productengine.com/secondlife/r/744/ --HG-- branch : product-engine
2010-07-14automated mergeLoren Shih
2010-07-14Merged from viewer-releaseDessie Linden
2010-07-14EXT-8003 FIXED Changed "short" form of overriding widget's nested params ↵Mike Antipov
with "long" one for accordions. * for My Outfits panel * for Teleport History panel Unfortunately this is required to enable automatization of translation with VLT. NOTE: both "long" and "short" forms can be localized properly. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/740/ --HG-- branch : product-engine
2010-07-14EXT-8319 FIXED Added method to localize inventory categories having ↵Mike Antipov
predefined names, updated predefined keys for "Male - Get lost" and "Female - Get lost". There were two issues: * "Male - Get lost" and "Female - Get lost" gestures have by 2 spaces before "-" in their names. * Folders were not processed to be localize. This was not implemented correctly in EXT-7051. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/753/ --HG-- branch : product-engine
2010-07-14EXT-7880 FIXED (Classifieds and Picks placeholders show old gray X)Andrew Polunin
- Classified and Picks related panels now use default land image as their own default picture. - Also Profile related panels fixed with generic person icon (some of them had the same grey X instead of image). Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/745/ --HG-- branch : product-engine
2010-07-14EXT-8310 FIXED Incorrect currency format in the Buy L$ floater.Vadim Savchuk
Changes in the Buy L$ floater: * Set system locale before formatting currency. * Made money format configurable (via strings.xml). * Placed the "L$" label to the right of the line editor in FR locale. Details: Actually, the proper way to fix this and similar number formatting bugs would be to set the system locale at startup, but: 1. That triggers assertions when parsing locale-agnostic XML files like avatar_skeleton.xml. 2. I'm wary of making such global changes so close to the 2.1 release. Therefore I just temporarily override current locale before formatting a number and restore the previous locale afterwards. Reviewed by Tofu at https://codereview.productengine.com/secondlife/r/751/ --HG-- branch : product-engine
2010-07-14EXT-8318 FIXED Fixed wrong (hardcoded) locale usage to format number of ↵Vadim Savchuk
inventory items in the Inventory SP. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/752/ --HG-- branch : product-engine
2010-07-14Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-07-14fix some wacky casting.Tofu Linden
2010-07-14merge from PE's viewer-releaseTofu Linden
2010-07-13MergeMatthew Breindel (Falcon)
2010-07-13Added AgentPositionSnaps data to ViewerStats to measure frequency and scale ↵Matthew Breindel (Falcon)
of interpolation failures.
2010-07-13trivial: convert to UNIX line endings.Xiaohong Bao
2010-07-13Automated merge with ssh://hg.lindenlab.com/q/viewer-releaseXiaohong Bao
2010-07-13EXT-7940: FIXED: Max # of non-impostor avatars is off by 2Xiaohong Bao
2010-07-13EXT-7500: FIXED: Texture Jamming problems with http texture offXiaohong Bao
2010-07-13EXT-7400: FIXED: 2.0.2 texture queue gets jammed;Xiaohong Bao
EXT-7399: FIXED: 2.0.2 with http textures loads textures slower than 1.23.5
2010-07-13ND-47671 WIP FR PT IT linguisticEli Linden
2010-07-13Automated merge with https://hg.productengine.com/secondlife/viewer-release/Alexei Arabadji
--HG-- branch : product-engine
2010-07-13EXT-8341 FIXED Avoided assertion on receiving object auto return notification.Alexei Arabadji
Details: 1 Provided passing necessary is_group parameter to LLPostponedNotification::add<LLPostponedServerObjectNotification> method call; 3 Corrected handling group name in LLPostponedNotification::onCachedNameReceived; 2 Added check on retrieved name from cache name and replacement with fallback value. reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/743/ --HG-- branch : product-engine
2010-07-13mergeVadim Savchuk
--HG-- branch : product-engine
2010-07-13Manual merge from default branchVadim Savchuk
Resolved conflicts in llpaneloutfitedit.cpp --HG-- branch : product-engine
2010-07-13EXT-8329 FIXED added updating Plus button on COF changesIgor Borovkov
added updating Plus button (Wear Item button) on COF changes (only when Edit Outfit panel is trully visible) Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/742/ --HG-- branch : product-engine
2010-07-13EXT-7668 FIXED prohibited deselecting a single selected item w/o using CTRLIgor Borovkov
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/746/ --HG-- branch : product-engine
2010-07-13EXT-7639 FIXED (Make shop button open different URLs depending on what is ↵Andrew Polunin
selected in outfit editor) - Fixed old market place URL to the new one in the settings.xml. - Implemented the following feature: \"When Add More panel in focus selection inside it should supersede selection in accordions\". To achieve this: -- LLPanelOutfitEdit::getCOFWearablesSelectionType() function was implemented. -- LLPanelOutfitEdit::getAddMorePanelSelectionType() function was implemented. -- LLPanelOutfitEdit::getWearableTypeByItemUUID(const LLUUID& item_uuid) function was implemented. -- LLPanelOutfitEdit::onShopButtonClicked() was rewritten to use those functions. - Fixed the problem with shop button and gender: now shop button for male leads to male links. Reviewed by Vadim Savchuk and Neal Orman at https://codereview.productengine.com/secondlife/r/725/ --HG-- branch : product-engine