summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-09-16merge storm-149Tofu Linden
2010-09-16merge vwr-20694 / storm-157Tofu Linden
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-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-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-13merge storm-99Tofu Linden
2010-09-13merge storm-123Tofu Linden
2010-09-13merge storm-114Tofu Linden
2010-09-13merge VWR-20694Tofu Linden
2010-09-13STORM-101 FIXED Moved floater settings (rect, visibility, docked state) to ↵Vadim Savchuk
account-specific XML file. The settings are now stored to settings_per_account.xml. This change affects all floaters having save_rect/save_visibility/save_dock_state params set to "true", not just detached sidebar tabs as the ticket requests.
2010-09-13STORM-114 FIXED Removed showing of images inside notifications in IM in ↵Andrew Dyukov
plaintext mode. - Added argument show_images to constructors of LLIMToastNotifyPanel and LLToastNotifyPanel. Depending on it plaintext attribute for textbox with notification text is set. Used this argument when adding notification to chat history if IM is in plaintext mode.
2010-09-13Little refactoring.Andrew Dyukov
Removed unused "mask" arguments from three sidetray methods.
2010-09-13STORM-123 FIXED Fixed resize availability of nearby chat in bottomtray.Andrew Dyukov
Cursor didn't change to "resize" state, because handlehover of bottomtray wasn't working correctly. It happened because LLPanel::handleHover() wasn't called in LLBottomtray::handleHover(). - There was no good reason to override habdleHover() in LLBottomTray so new method onDraggableButtonHover() was introduced to be called from bottomtray buttons(as it was already done for mouse up and down).
2010-09-13STORM-99 FIXED Fixed wrong name of item shown in confirmation popup when ↵Andrew Dyukov
sharing items from undocked sidetray inventory. I couldn't repro situation when select was disabled, but problem with wrong items reproduced for me all the time. It happened because all detached tab floaters were getting name "floater", so couldn't be found by sidetray's getPanel(), and even if inventory could be found is_inventorysp_active() in LLInventoryPanel::getActiveInventoryPanel() would not let us reach point of getting it. - Added setting name of floater to sidebar tab's name on it's detach. - Added search of detached inventory tab to LLInventoryPanel::getActiveInventoryPanel() and if it is detached, inventory panel is found there, and z-order of floater is stored and later compared with z-orders of "inventory" floaters(the ones that are opened via Ctrl+Shift+I).
2010-09-10Pull from lindenlab/viewer-developmentMerov Linden
2010-09-10merge storm-93Tofu Linden
2010-09-10merge STORM-89Tofu Linden
2010-09-10merge SNOW-98Tofu Linden
2010-09-10merge SNOW-91Tofu Linden
2010-09-10STORM-98 FIXED Updated art for People and Groups default/placeholder icons.Vadim Savchuk
Replaced the old icons with the ones provided by Epic.
2010-09-10merge.Tofu Linden
2010-09-10Fix Linux build failure... one would hope.Tofu Linden
2010-09-10STORM-93 FIXED Added Take Off function to the gear menu and implemented this ↵Paul Guslisty
functionality using helper methods: canTakeOffSelected() - checking whether selected item(s) can be taken off hasItemSelected() - checking whether any item selected getSelectedItemsUUIDs() - returns selected items ids
2010-09-10STORM-91 FIXED Corrupted vertical scroll bar appears on 'Edit Outfit' panel ↵Paul Guslisty
if height of 'Add More' panel was changed -Increased min height of panel
2010-09-10MergeAimee Linden
2010-09-10VWR-21253 SUPPLEMENTARY Permission icons in the friends listAimee Linden
Incorporate code review feedback.
2010-09-10merge the latest ECC/Shining sprint work. ↵Tofu Linden
http://bitbucket.org/seraph/viewer-development-shining
2010-09-10merge storm-94Tofu Linden