Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-14 | removed garbage from notifications.xml file | Richard Linden | |
2010-09-14 | fixed full path not appearing in debug output for param block errors by ↵ | Richard Linden | |
using full path for LLDir::mAppRODataDir | |||
2010-09-14 | implemented param block -> LLSD serialization | Richard Linden | |
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 | Automated merge with http://demeter.lindenlab.com:8000 | Richard Linden | |
2010-09-14 | converted notifications.xml to paramblock parsing for easier reuse and extension | Richard Nelson | |
2010-09-14 | EXP-29 WIP Added popup blocking notification | Richard Nelson | |
2010-09-14 | fixed text contents parsing for LLSimpleXUIParser...each contiguous range of ↵ | Richard Nelson | |
text is submitted as a new "value" element whenever an open/close tag is encountered | |||
2010-09-14 | added non-const accessor to Multiple<T> containers, might need to revert | Richard Nelson | |
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 | As a resident I should also see the local chat message about me changing my ↵ | Leyla Farazha | |
display name so that my own chatlogs include my own changes. | |||
2010-09-13 | EXP-56 - Final piece of this task -refer to new LLQtWebKit in the viewer. ↵ | callum | |
(Windows version) | |||
2010-09-13 | Add a CG BuildParams section for lenny build testing. | Christian Goetze (CG) | |
2010-09-13 | Merge | Leyla Farazha | |
2010-09-13 | DEV-52931 Toggling "View Display Names" doesn't take effect right away in ↵ | Leyla Farazha | |
the Friends list | |||
2010-09-13 | EXP-56 - viewer side of support for file picker dialog requirement. | callum | |
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 | callum | |
2010-09-13 | Revert reference in install.xml to LLQtWebKit back to version 4.6.0 | callum | |
We were using 4.7.0 but this is not officially released for a week or two and we want to push this out to Snowstorm. | |||
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 | merge | Richard Nelson | |
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 | EXP-24 FIX Menu disable all viewer hints | Richard Nelson | |
2010-09-10 | EXP-23 FIX Tail for chat box hint should be slantways instead of horizontal | Richard Nelson | |
2010-09-10 | EXP-22 FIX Change hints background to white | Richard Nelson | |
2010-09-10 | Added support for a media plugin message that asks the viewer to open a file ↵ | Monroe Linden | |
picker on the plugin's behalf. Reviewed by Callum. | |||
2010-09-10 | EXP-14 FIX Voice morphing drop down missing and layout issue in ↵ | Richard Nelson | |
floater_voice_controls.xml | |||
2010-09-10 | DEV-53093 FIX Layout issue in nearby voice panel | Richard Nelson | |