Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-13 | EXP-56 - viewer side of support for file picker dialog requirement. | callum | |
2010-09-13 | merge | Tofu Linden | |
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 | |
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 | DEV-53015 FIX Volume slider disappears when sliding on ↵ | Richard Linden | |
panel_prim_media_controls.xml | |||
2010-09-09 | Merge | Richard Linden | |
2010-09-09 | Backed out changeset: 28f52b3d2e3d | Richard Linden | |
2010-09-09 | fixed link seam in login unit test | Richard Linden | |
2010-09-09 | DEV-53087 FIX TOS does not appear for new users | Richard Linden | |
reviewed by Callum | |||
2010-09-09 | automated merge | Loren Shih | |