Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-13 | Clean up the LD_LIBRARY_PATH list prior to re-assembling it into a string. | Christian Goetze (CG) | |
2010-09-13 | Add debug output to "indra/cmake/run_build_test.py". | Christian Goetze (CG) | |
2010-09-13 | VWR-22975 fix wrong "endonym" for Portuguese language name | eli_linden | |
2010-09-13 | VWR-22759 FIX missing paren | eli_linden | |
2010-09-13 | merge storm-99 | Tofu Linden | |
2010-09-13 | merge storm-123 | Tofu Linden | |
2010-09-13 | merge storm-114 | Tofu Linden | |
2010-09-13 | merge VWR-20694 | Tofu Linden | |
2010-09-13 | STORM-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-13 | STORM-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-13 | Little refactoring. | Andrew Dyukov | |
Removed unused "mask" arguments from three sidetray methods. | |||
2010-09-13 | STORM-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-13 | STORM-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-10 | Pull from lindenlab/viewer-development | Merov Linden | |
2010-09-10 | merge storm-93 | Tofu Linden | |
2010-09-10 | merge STORM-89 | Tofu Linden | |
2010-09-10 | merge SNOW-98 | Tofu Linden | |
2010-09-10 | merge SNOW-91 | Tofu Linden | |
2010-09-10 | STORM-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-10 | merge. | Tofu Linden | |
2010-09-10 | Fix Linux build failure... one would hope. | Tofu Linden | |
2010-09-10 | STORM-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-10 | STORM-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-10 | Merge | Aimee Linden | |
2010-09-10 | VWR-21253 SUPPLEMENTARY Permission icons in the friends list | Aimee Linden | |
Incorporate code review feedback. | |||
2010-09-10 | Update BuildParams, hopefully correctly, for new staging area. | Tofu Linden | |
2010-09-10 | merge the latest ECC/Shining sprint work. ↵ | Tofu Linden | |
http://bitbucket.org/seraph/viewer-development-shining | |||
2010-09-10 | merge storm-94 | Tofu Linden | |
2010-09-10 | merge storm-97 | Tofu Linden | |
2010-09-10 | STORM-89 FIXED Undocked profile panels loses verb buttons after minimize/restore | Paul Guslisty | |
2010-09-10 | merge STORM-96 / STORM-92 (as part of vwr-20694). | Tofu Linden | |
2010-09-09 | automated merge | Loren Shih | |
2010-09-09 | dummy commit test | Loren Shih | |
2010-09-09 | VWR-22759 : port of SNOW-667, fix drop down mangled language spelling | Merov Linden | |
2010-09-09 | STORM-97 FIXED Fixed position of back button in Landmark info panel on width ↵ | Andrew Dyukov | |
resize Corrected "follows" attribute for button in xml. | |||
2010-09-09 | STORM-92 FIXED Avoid redundant visibility changes when attaching/detaching ↵ | Vadim Savchuk | |
side tray tabs. Also happens to fix STORM-96 (Empty space appears in the top of Home side panel after redocking). | |||
2010-09-09 | Pull from lindenlab/viewer-development | Merov Linden | |
2010-09-09 | STORM-94 FIXED Increased minimum width and height allowed for undocked panels. | Andrew Dyukov | |
Set minimum width of undocked panels to their width in sidetray (333). Minimum width was set to 440 to make sure expandable textbox in My Profile doesn't spread out from floater if it has maximum height. Reviewed by Vadim Savchuk. | |||
2010-09-09 | VWR-22052 FIX tons of processAvatarAppearance spam, may be flooding server | Nyx (Neal Orman) | |
Added a timeout so that we will only send this message a max of once a minute. Investigated cause of server not sending visual params with texture message, it appears it only happens if the sim cannot find the visual params to send. Not sure what causes that condition. Code reviewed by Seraph | |||
2010-09-09 | Automated merge with http://bitbucket.org/seraph/viewer-development-shining | Nyx (Neal Orman) | |
2010-09-09 | automated merge | Loren Shih | |
2010-09-09 | pull up from viewer-development | Loren Shih | |
2010-09-09 | dummy whitespace change | Brad Payne (Vir Linden) | |
2010-09-09 | Hmm, the automated backout missed a bit (SNOW-606 fallout). Hopefully this ↵ | Tofu Linden | |
is the magic sauce. | |||
2010-09-09 | CID-503 | Tofu Linden | |
Checker: REVERSE_INULL Function: LLOutfitsList::refreshList(const LLUUID &) File: /indra/newview/lloutfitslist.cpp | |||
2010-09-09 | merge backout. | Tofu Linden | |
2010-09-09 | Backed out changeset 1c8d9c22bf94 | Tofu Linden | |
2010-09-09 | merge backout. | Tofu Linden | |
2010-09-09 | Backed out changeset dfb1d2c23122 | Tofu Linden | |
2010-09-09 | CID-504 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLWearableItemTypeNameComparator::LLWearableTypeOrder::LLWearableTypeOrder() File: /indra/newview/llwearableitemslist.h |