summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-09-21SH-178 FIXED As a non-god, I don't want to see admin optionsLoren Shih
Admin options are now enabled by a debug setting.
2010-09-20Automated merge from viewer-development-shiningLoren Shih
2010-09-20Automated merge from viewer-development-shiningLoren Shih
2010-09-20merge storm-159Tofu Linden
2010-09-18merge storm-192Tofu Linden
2010-09-18merge storm-153Tofu Linden
2010-09-17STORM-183 : Pull in fix from VadimMerov Linden
2010-09-17Automated merge with http://bitbucket.org/seraph/viewer-development-shiningXiaohong Bao
2010-09-17fix for SH-115: investigate texture related network traffic between viewer ↵Xiaohong Bao
2.x and 1.23.
2010-09-18STORM-159 FIXED Added sharing inventory item by dropping it on resident's ↵Sergei Litovchuk
Profile SP even when no IM session is started with that resident.
2010-09-17STORM-183 ADDITIONAL FIX Disabled the "Replace Current Outfit" option of the ↵Vadim Savchuk
inventory context menu for incomplete outfits.
2010-09-17STORM-192 FIXED Ctrl-Shift-W not to disable nearby chat toasts.Vadim Savchuk
Bug reason: The fix of EXT-1419 disables showing nearby chat showing toasts at all whenever you close one. That was done to prevent a crash when viewer is exiting, but closing a toast manually should be handled differently. Fix: If a toast is being closed (destroyed) manually, just remove it from the toast pool (to prevent further references to the invalid pointer), but keep on showing new toasts. I've overriden LLFloater::onClose() to differentiate the two cases.
2010-09-17STORM-153 FIXED Localized Conference and non-existent IM session name strings.Andrew Dyukov
- Moved the "no session" string to XML and used it in code instead of hardcode. - Conference string turned out to be already translated, but the way translation was happening ad-hoc chat log files on disk would get localized names, and thus be inconsistent (and that would create problems with browsing them later). It didn't happen already just because this string wasn't translated in other locales somewhy. So moved localization of session name after the the creation of log file. Also changed value of string according to Eli's comment in ticket.
2010-09-17Merge in lenny workChristian Goetze (CG)
2010-09-17merge.Tofu Linden
2010-09-17merge dead-code removal from Andrew@PETofu Linden
2010-09-17merge storm-154Tofu 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-16[STORM-175] Fix Ping Interpolate Object PositionOz Linden
2010-09-16Automated merge from viewer-development-shiningLoren Shih
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-16STORM-156 FIXED Increased "Add Friend" button width. Disabled owerflow ↵Sergei Litovchuk
button resizing to get more space for other buttons.
2010-09-16STORM-154 FIXED Resized Group Info panel buttons to prevent Group Call ↵Sergei Litovchuk
button label truncation. Removed commented out button and extra layout stack from panel_group_info_sidetray.xml Resized buttons to use remaining free space when Create Group button is invisible.
2010-09-16debug code for SH-115: investigate texture related network traffic between ↵Xiaohong Bao
viewer 2.x and 1.23.
2010-09-16A little refactoring.Andrew Dyukov
Removed unused code and xml data which were once used for date in status bar.
2010-09-16Mergeeli_linden
2010-09-16VWR-22347 FIX remove FR old overriding parameterseli_linden
2010-09-16Merging work to make lenny buildChristian Goetze (CG)
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-15Merge in lenny build fixes.Christian Goetze (CG)