summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-09-17STORM-105 : Add compression data gathering, took partial decompression into ↵Merov Linden
account in stats
2010-09-16Pull update from viewer-developmentMerov Linden
2010-09-16CT-575 WIP ES linguistic, remove invalid FR elementeli_linden
2010-09-16VWR-22340 FIX en_xui_change for all langs, and remove many evil old overrideseli_linden
2010-09-16Mergeeli_linden
2010-09-16VWR-22408 FIX en_xui_change to accommodate text for FR and PTeli_linden
2010-09-16mergeTofu Linden
2010-09-16mergeTofu Linden
2010-09-16Mergeeli_linden
2010-09-16VWR-22347 FIX remove FR old overriding parameterseli_linden
2010-09-16STORM-185 FIXED Don't reset accordions in the Outfit Edit panel when a ↵Vadim Savchuk
wearable gets worn. The fix consists of two parts: 1. Saving/restoring scrollbar position when refreshing the clothing/attachments/bodyparts lists (the lists get refreshed on COF change). 2. Not resetting expanded accordion tab upon wearing an item (which was introduced with the fix of EXT-8164). So, apart from preserving scrollbar position (which is what the bug reporter requests), I also fixed that when you wear something, the Clothing accordion was always expanded.
2010-09-16merge storm-130Tofu Linden
2010-09-16merge snow-107Tofu Linden
2010-09-16mergeTofu Linden
2010-09-16STORM-107 FIXED Fixed Polish character corruption in date.Andrew Dyukov
Added polish language to list of languages that use months and days names from localized xmls. It solved the problem of accented Polish characters "approximation" to their ASCII brethren on non-Polish Windows locales. Now all accented symbols look right.
2010-09-16STORM-183 : Pull and merge in viewer-developmentMerov Linden
2010-09-16merge storm-149Tofu Linden
2010-09-16merge vwr-20694 / storm-157Tofu Linden
2010-09-16merge storm-180Tofu Linden
2010-09-16STORM-180 FIXED Fixed crash on login in Japanese locale.Andrew Dyukov
The crash was caused by erroneous getting of month name from vector with week day names in LLStringUtil::formatDatetime(). This code woth introduced in June, so though it didn't work properly, it didn't cause the crash(cause June is 5th month). But when number of current month exceeded number of days in week(this happened in August cause it is 8th) code started getting 8th element from vector with 7. This caused the crash. It reproduced only on Japanese locale because only there code that caused it was used(see STORM-177 for details). This changeset seems to fix STORM-177 too. - Used vector with months names where it should be.
2010-09-16STORM-186 FIXED The "Take Off - Remove from current outfit" option of the My ↵Vadim Savchuk
Outfits gear menu now ignores item selection, taking aff all wearables.
2010-09-16STORM-183 FIXED The "Replace Current Outfit" option of the My Outfits gear ↵Vadim Savchuk
menu (which is only applicable to outfits) wasn't disabled for selected wearables.
2010-09-16STORM-92 MERGEAimee Linden
2010-09-15STORM-181 : add featuretable_xp to the list of files to install for WindowsMerov Linden
2010-09-16STORM-149 FIXED Disabled 'Cut' in My Landmarks context menu when selected ↵Sergei Litovchuk
items contain a folder. Changed some of context menu actions availability checks to be applied to all selected items instead of only the last one.
2010-09-15STORM-157 FIXED A tab might be highlighted while SB was collapsed.Vadim Savchuk
Made sure that a tab can only be highlighted when sidebar is expanended.
2010-09-15STORM-130 : version agnostic libPNG : pulling Boroondas changeMerov Linden
2010-09-15STORM-92 ADDITIONAL FIX Now state of the Place Profile panel isn't reset on ↵Vadim Savchuk
(un)docking. The accordion was reset whenever the panel visibility was changed. Now that's done only when the panel gets (re-)initialized with a place info.
2010-09-15pull fix for VWR-20694 / STORM-155Oz Linden
2010-09-15[STORM-176] Clean up handling of the maximum length of chat messagesOz Linden
2010-09-15[STORM-164] simplify sCurrent calculations for compatibility with gcc 4.4Oz Linden
2010-09-15STORM-148 FIXED Added updating Item Profile info upon changes of objects ↵Sergei Litovchuk
inventory items. The 'Item Profile' panel was observing changes in agent's inventory only, so when an item inside an object was renamed its name wasn't updated in 'Item Profile' panel.
2010-09-15merged STORM-130 (a.k.a. VWR-22769, SNOW-737 Version agnostic libPNG linking)Boroondas Gupte
2010-09-15STORM-121 MERGE Voice client shutdown cleanupAimee Linden
2010-09-15Trivial typo fixAimee Linden
2010-09-15STORM-86 MERGE Double-click TeleportAimee Linden
2010-09-14VWR-21356 FIX added missing translation for stringeli_linden
2010-09-14VWR-22372 fix widen width for partner edit link for all languageseli_linden
2010-09-14STORM-155 Fixed attempt to show an invisible sidebar tab.Vadim Savchuk
Reason: when you detach the bottommost sidebar tab, the fake open/close tab gets selected, which is invisible. Fix: select a normal, visible tab.
2010-09-14STORM-112 FIXED Fixed EOLs display as "squares" in expandable textboxes ↵Andrew Dyukov
after resize. This problem reproduced not only on minimize of certain floaters from description, but for all expandable textboxes after resizes. It happened because of hideExpandText() call in LLTextBoxEx::reshape() that broke lineendings. - Removed it from there so text expands now only when clicking "More" link- it's the only time when it should be shown, and also doesn't have problem with breaking anything because of calling setTextBase() after it.
2010-09-14STORM-121 FIXED Unify clean up of objects on voice client shutdown so that ↵Aimee Linden
it happens consistently.
2010-09-13mergeTofu Linden
2010-09-13mergeTofu Linden
2010-09-13VWR-22975 fix wrong "endonym" for Portuguese language nameeli_linden
2010-09-13STORM-108 FIXED Added scroll container to Item Profile panel.Sergei Litovchuk
Vertical scroll bar appears when reduced panel height becomes insufficient for displaying all controls.
2010-09-13Bunch of trivial typo fixes that were bothering me on another branch!Tofu Linden
2010-09-13VWR-22759 FIX missing pareneli_linden
2010-09-13VWR-22769 : libPNG linking: fixed the non standalone case so that we can ↵Merov Linden
keep things unchanged for those folks (libpng wise) while taking in changes making things easier for standalone builders
2010-09-13merge storm-99Tofu Linden
2010-09-13merge storm-123Tofu Linden