Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-14 | pull late fixes from beta | Oz Linden | |
2010-10-14 | merge old 2.1.1-release head that was lying around | Oz Linden | |
2010-10-14 | STORM-376 FIXED Toast close button sometimes didn't disappear. | Vadim ProductEngine | |
Reason: Each toast's panel lies on an invisible floater which is a bit bigger than the panel. Notification toasts were displayed so close to each other that the floaters were overlapped by 2 pixels. Because of the overlapping, toasts sometimes didn't receive mouse-leave events, thus not hiding their close buttons. Fix: Increased padding between toasts by 2 pixels (from 5 to 7) to eliminate overlapping. | |||
2010-10-14 | STORM-211 FIXED Only the hovered toasts now persists until you move mouse ↵ | Vadim ProductEngine | |
away (all toasts used to freeze). | |||
2010-10-14 | merge | Vadim ProductEngine | |
2010-10-14 | STORM-381 FIXED Restored ability to join/create group from People tab > My ↵ | Vadim ProductEngine | |
Groups. Backing out changeset fe6c8e0a4a23 (which was made to fix STORM-263). We'll examine and fix the faulty changes. | |||
2010-10-13 | Automated merge with http://bitbucket.org/seraph/viewer-development-shining | Xiaohong Bao | |
2010-10-13 | Merge | Xiaohong Bao | |
2010-10-13 | merge REV-13dc54d03e13 from skylight: fix for EXP-195: Custom login progress ↵ | Xiaohong Bao | |
screen blurry when first presented to user as the image fully loads | |||
2010-10-13 | some debug code for SH-288: [crashhunters] LLImageGL::setSubImageFromFrameBuffer | Xiaohong Bao | |
2010-10-13 | fix issue with last merge due to trusted browser changes | Roxie Linden | |
2010-10-13 | making profiles look nicer when display names isn't on | Leyla Farazha | |
2010-10-13 | DN-165 User cannot reset name to default if they are throttled because they ↵ | Leyla Farazha | |
receive the Sorry you cannot change your display name until [time] message. They cannot access the change display name dialog to hit reset when throttled. | |||
2010-11-12 | DN-170 Info icon covers name in Inventory > Properties view in side panel | Leyla Farazha | |
DN-171 Landmark > More information panel can have name information clipped off for creator and owner | |||
2010-10-13 | Added tag 2.2.0-beta3 for changeset b0cd7e150009 | Dessie Linden | |
2010-10-13 | Automated merge up from viewer-development | Loren Shih | |
2010-10-13 | SH-325 FIXED Add terminal / to SearchURL in viewer settings.xml | Loren Shih | |
Added "/". Simple fix. | |||
2010-10-13 | automated merge | Roxie Linden | |
2010-10-13 | merge fix for STORM-196 | Oz Linden | |
2010-10-13 | merge fix for STORM-304 | Oz Linden | |
2010-10-13 | Automated merge with ↵ | Oz Linden | |
ssh://bitbucket.org/merov_linden/viewer-development-storm-137 | |||
2010-10-13 | STORM-196 FIXED 'Undo changes' button is absent on 'Edit wearable' panel | Paul Guslisty | |
-Added "top" parameter to the button to put button in visible area -Added "left_pad" and changed "width" parameters for proper positioning inside layout_panel | |||
2010-10-12 | EVE-47 - Event formatting should appear in "Profile" window | Roxie Linden | |
EVE-74 - Change in-viewer support for 'notify me' to be maintainable via app slurl EVE-72 - Modify viewer to make the event profile window be an html control This is basically a reworking of the event profile display to remove all in-viewer specific event display rendering, in preparation for richtext descriptions. Most was removal of code. | |||
2010-10-12 | Merge | Leyla Farazha | |
2010-10-13 | STORM-294 FIXED keyboard navigation in Favorites bar overflow menu. | Seth ProductEngine | |
The menu items can now be scrolled cyclically with a keyboard even if not all items are visible at once. | |||
2010-10-12 | add debug code for SH-207: viewer crash in LLVertexBuffer::mapBuffer | Xiaohong Bao | |
2010-10-12 | add a debug function to output gl error information to the log file without ↵ | Xiaohong Bao | |
crashing the viewer. No need to test because there are no negative effects. | |||
2010-10-12 | merge fixes for STORM-374 | Oz Linden | |
2010-10-12 | ECC-10 FIXED Antialiasing is broken | Loren Shih | |
Updated default RenderUseFBO setting to "TRUE" in settings.xml. | |||
2010-10-12 | Automated merge up from viewer-beta | Loren Shih | |
2010-10-12 | SH-319 FIXED Anti-aliasing enable/disable not preserved correctly when ↵ | Loren Shih | |
cancel out of preferences Added RenderUseFBO to list of parameters to be restored upon preference dialog cancel. | |||
2010-10-12 | Pull update from viewer-development | Merov Linden | |
2010-10-12 | Added tag 2.2.0-beta4 for changeset 00a831292231 | Dessie Linden | |
2010-10-12 | ECC-10 FIXED Antialiasing is broken | Loren Shih | |
Updated some legacy files to correspond to default settings. | |||
2010-10-12 | Added tag 2.2.0-beta3 for changeset b0cd7e150009 | Dessie Linden | |
2010-10-12 | Merge | Leyla Farazha | |
2010-10-12 | DN-120 "As a Viewer Developer, I want to update general preferences, so that ↵ | Leyla Farazha | |
"Show Display Names" appears less intrusive" DN-160 View Display Names Preference extends below border in preference | |||
2010-10-12 | DN-164 Edit Partner link not active in Edit Profile Panel | Leyla Farazha | |
2010-10-12 | STORM-263 : merge to viewer-beta | Merov Linden | |
2010-10-12 | merged SNOW-756 / VWR-23385 / STORM-374 (fixed standalone LD_LIBRARY_PATH ↵ | Boroondas Gupte | |
for unit tests) | |||
2010-10-12 | pull fixes for STORM-368 (enable LL_TESTS on all tests) | Oz Linden | |
2010-10-12 | merge up to latest viewer-development | Oz Linden | |
2010-10-12 | STORM-279 FIXED Fixed "Avatar cloth" checkbox in graphics settings. | Andrew Productengine | |
- Bug was caused by too small height of panel that contained checkbox, so most part of checkbox didn't work(it was hanging outside of panel). Increased height of panel, so now checkbox is completely inside panel and works. | |||
2010-10-12 | merge fixes for VWR-23296 | Oz Linden | |
2010-10-12 | STORM-359 FIXED Disable higlighting URLs in object names inside ↵ | Vadim ProductEngine | |
llDialog/llGiveInventory/llLoadURL and script question dialogs. | |||
2010-10-12 | STORM-360 FIXED Disabled higlighting of URLs in object names inside IM well ↵ | Vadim ProductEngine | |
window. | |||
2010-10-12 | STORM-358 FIXED Disabled higlighting URLs in object names inside nearby chat ↵ | Vadim ProductEngine | |
toasts. | |||
2010-10-12 | merged SNOW-654: Added missing "if (LL_TESTS)" in indra/CMakeLists.txt | Boroondas Gupte | |
2010-10-12 | merged SNOW-651: Added missing "if (LL_TESTS)" in ↵ | Boroondas Gupte | |
indra/llplugin/slplugin/CMakeLists.txt | |||
2010-10-12 | Allow the passing of addational fmod lib names via FMOD_NAMES from the build ↵ | Techwolf Lupindo | |
envorment. This will allow one to pass via command line custom fmod lib names. ie: -DFMOD_NAMES:STRING:"fmod-4.44" |