Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-09 | merge fix for STORM-577 | Oz Linden | |
2010-11-09 | merge fix for STORM-535 | Oz Linden | |
2010-11-09 | Merge from beta | Kent Quirk | |
2010-11-09 | SH-412 -- fix the way that redraws happen to eliminate flickering on resize ↵ | Kent Quirk | |
-- patch from davep and seraph, I'm just applying it. | |||
2010-11-09 | STORM-535 FIXED PLEASE allow adjustable transparency of "Nearby Chat" ↵ | Paul Guslisty | |
window, Chat History and Chat "Toasts" in Viewer 2.0! - Added to the settings.xml values of transparency for active and inactive floaters - Added three members to the LLFloater. These members store current transparency of floater, transparency of active and inactive floaters. - Added callbacks that update transparency value of active and inactive floater. Also in these callbacks value of current floater transparency updated. - In panel preferences advanced added two spinners: transparency of active floaters and inactive ones. See screenshot. | |||
2010-11-09 | STORM-577 FIXED Increased classified description maximum length to 256 ↵ | Seth ProductEngine | |
characters. | |||
2010-11-08 | pull beta changes back to development | Oz Linden | |
2010-11-08 | CT-633 WIP PT DE translation for Delta Set19, new files, for Viewer 2.3 | Eli Linden | |
2010-11-08 | CT-633 WIP PT translation for Delta Set19 for Viewer 2.3 | Eli Linden | |
2010-11-08 | CT-633 WIP DE translation for Delta Set19 for Viewer 2.3 | Eli Linden | |
2010-11-08 | merge fix for STORM-284 | Oz Linden | |
2010-11-08 | merge fix for STORM-189 | Oz Linden | |
2010-11-05 | Fix type mismatch in loop variable. | Christian Goetze (CG) | |
2010-11-05 | SEC-784 | Kent Quirk | |
2010-11-05 | merge | Kent Quirk | |
2010-11-04 | CT-633 WIP FR linguistic | Eli Linden | |
2010-11-04 | CT-633 WIP FR translation for Viewer 2.3, Set19, new file | Eli Linden | |
2010-11-04 | c | Eli Linden | |
2010-11-04 | CT-633 WIP FR linguistic | Eli Linden | |
2010-11-04 | INTL-6 WIP missing translations ES and PT | Eli Linden | |
2010-11-04 | STORM-284 FIXED Disabled "+" sign when user tries to drop a landmark to ↵ | Seth ProductEngine | |
Favorites bar from any location besides My Inventory or Library. | |||
2010-11-04 | merging up latest changes from viewer-development | Oz Linden | |
2010-11-04 | STORM-189 FIXED truncations in NL locale in Build Tools floater. | Seth ProductEngine | |
2010-11-04 | INTL-5 FIX ES fix for missing translations | Eli Linden | |
2010-11-04 | CT-633 WIP PL translation for Viewer 2.3, Set19 | Eli Linden | |
2010-11-04 | CT-633 WIP PL translation for Viewer 2.3, Set19, new file | Eli Linden | |
2010-11-04 | ER-281: Object cache limit is too low in the viewer | Kyle Ambroff | |
* Bump CacheNumberOfRegionsForObjects up to 20k in the default settings. * Make LLVOCache *actually* use this setting, with no upper bound. Reviewed with Kelly. | |||
2010-11-04 | DN-188 Fixed users with lastname residents not having inspectors in chat history | Leyla Farazha | |
2010-11-04 | DN-189 ??? Showing in tooltip over profile image in IM history | Leyla Farazha | |
2010-11-04 | DN-132 Top scripts now show complete names | Leyla Farazha | |
2010-11-04 | automated merge from http://hg.secondlife.com/viewer-beta | Loren Shih | |
2010-11-04 | automated merge up from viewer-beta | Loren Shih | |
2010-11-04 | Pushing 2.3.0-beta2 tag to repo | Dessie Linden | |
2010-11-04 | Added tag 2.3.0-beta2 for changeset db0fe9bb6518 | Dessie Linden | |
2010-11-04 | merge fix for STORM-450 | Oz Linden | |
2010-11-04 | merge fix for STORM-261 | Oz Linden | |
2010-11-04 | merge fix for STORM-194 | Oz Linden | |
2010-11-04 | merge fix for STORM-536 | Oz Linden | |
2010-11-04 | Automated merge up from viewer-development | Loren Shih | |
2010-11-04 | STORM-450 FIXED Incorrect help contexts for Sidebar People tab | Paul Guslisty | |
- Added checking whether panel is in visible chain instead of just visibility checking | |||
2010-11-04 | STORM-261 FIXED Changed line number color in script editor. | Andrew Productengine | |
- Changed text_readonly_color in script editor to darker gray, so that line numbers are visible when scrip editor is out of focus. | |||
2010-11-03 | STORM-194 FIXED 'Show' button in inventory offer notification to open 'My ↵ | Seth ProductEngine | |
Inventory' SP if attachments were offered. Removed the check preventing inventory SP from opening when an item of IT_ATTACHMENT type has been offered. | |||
2010-11-03 | STORM-536 ADDITIONAL FIX Replaced extra calls to getChild() with using a ↵ | Seth ProductEngine | |
member pointer to LLAccordionCtrlTabHeader. | |||
2010-11-03 | STORM-536 FIXED scrolling to collapsed accordion tab with keyboard arrows in ↵ | Seth ProductEngine | |
Places SP->My Landmarks. - Fixed scrolling to selected item when a folder view receives selection inside an accordion tab while being out of visible scrolling area. - Fixed scrolling to collapsed accordion tab when it receives selection while being out of visible scrolling area. | |||
2010-11-03 | pull fix for STORM-422 | Oz Linden | |
2010-11-03 | CT-633 WIP ES translation for Viewer 2.3, Set19 | Eli Linden | |
2010-11-03 | SH-281 Make UI in snapshot off by default. | Dave Parks | |
2010-11-03 | STORM-472 Fixed crash that happened while decoding jpg image. | Andrew Productengine | |
In case of files provided in ticket problem occured in libjpeg's jpeg_start_decompress(to be more specofic- inside it's _jinit_color_deconverter()) because if cinfo's out_color_space is RGB, then jpeg_color_space can't be JCS_YCCK (JCS_YCCK jpeg_color_space is possible for JCS_CMYK out_color_space). So when the combination of RGB and JCS_YCCK was encountered, jpeglib called ERREXIT() inside which exit() was called and viewer crashed. - Checking for this combination before calling jpeg_start_decompress() would solve this problem in this specific case, but there are a lot of possible error combinations which cause libjpeg to exit and thus crash viewer, so copypasting checks from it into viewer code would be cumbersome, uneffective and ugly. So another approach was used instead- by default libjpeg calls exit() after encountering an error, but user can provide his own error handling function instead. on_jpeg_error() function was added in fix for this. It sets true a boolean flag that is used to determine whether there were errors in getImageDimensionsJpeg(), and this function's return value depends on it. | |||
2010-11-02 | Merge | brad kittenbrink | |
2010-11-02 | Bugfix for build.sh overwriting log files when build-link-parallel is disabled. | brad kittenbrink | |