Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-15 | STORM-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-15 | pull fix for VWR-20694 / STORM-155 | Oz Linden | |
2010-09-15 | [STORM-176] Clean up handling of the maximum length of chat messages | Oz Linden | |
2010-09-15 | [STORM-164] simplify sCurrent calculations for compatibility with gcc 4.4 | Oz Linden | |
2010-09-15 | STORM-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-15 | merged STORM-130 (a.k.a. VWR-22769, SNOW-737 Version agnostic libPNG linking) | Boroondas Gupte | |
2010-09-15 | STORM-121 MERGE Voice client shutdown cleanup | Aimee Linden | |
2010-09-15 | Trivial typo fix | Aimee Linden | |
2010-09-15 | STORM-86 MERGE Double-click Teleport | Aimee Linden | |
2010-09-14 | Merged lenny build system changes | Christian Goetze (CG) | |
2010-09-14 | VWR-21356 FIX added missing translation for string | eli_linden | |
2010-09-14 | VWR-22372 fix widen width for partner edit link for all languages | eli_linden | |
2010-09-14 | Swap out the order of detecting build failure and grepping for teamcity test ↵ | Christian Goetze (CG) | |
result errors | |||
2010-09-14 | STORM-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-14 | STORM-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-14 | STORM-121 FIXED Unify clean up of objects on voice client shutdown so that ↵ | Aimee Linden | |
it happens consistently. | |||
2010-09-13 | merge lenny build improvements. | Christian Goetze (CG) | |
2010-09-13 | Add a CG BuildParams section for lenny build testing. | Christian Goetze (CG) | |
2010-09-13 | Include libexpat.so.1 in the list of libs to copy. | Christian Goetze (CG) | |
2010-09-13 | merge | Tofu Linden | |
2010-09-13 | Prepend passed in path arguments, except when they are system paths. | Christian Goetze (CG) | |
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 | merge | Tofu Linden | |
2010-09-13 | VWR-22975 fix wrong "endonym" for Portuguese language name | eli_linden | |
2010-09-13 | STORM-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-13 | Bunch of trivial typo fixes that were bothering me on another branch! | Tofu Linden | |
2010-09-13 | VWR-22759 FIX missing paren | eli_linden | |
2010-09-13 | VWR-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-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. |