Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-27 | DD-296 : Add options to move or leave behind no copy items when copying a ↵ | Merov Linden | |
folder to the marketplace | |||
2015-01-27 | MAINT-4825 FIXED Cancel button is added. Closing floater will discard ↵ | Mnikolenko ProductEngine | |
changes made to the menu now. | |||
2015-01-26 | MAINT-3560 reverted | Mnikolenko ProductEngine | |
2015-01-26 | MAINT-23 FIXED Don't display icon if user is parcel owner or user is in ↵ | Mnikolenko ProductEngine | |
group which has rights to build/modify objects. | |||
2015-01-25 | DD-296 : Disable move and copy to marketplace if limit passed. Improve perf ↵ | Merov Linden | |
of validate_marketplaceting(). Open marketplace floater on copy or move. String fix. | |||
2015-01-24 | DD-301 : Add show only listing folders as an optional filter | Merov Linden | |
2015-01-24 | DD-303 : Suppress message on activation when associating since we auto ↵ | Merov Linden | |
activate or have another message | |||
2015-01-24 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2015-01-24 | DD-306 : Suppress no issue listings from audit listing dump, add no error ↵ | Merov Linden | |
message when no error, disable some right click menu items in multiselection cases | |||
2015-01-24 | DD-306 : WIP : Add Check Listing to menu to audit listings individually | Merov Linden | |
2015-01-23 | MAINT-4833 Fixed Warning treated as error | ruslantproductengine | |
2015-01-22 | MAINT-4790 WIP Previously selected login location is correctly shown now. ↵ | Mnikolenko ProductEngine | |
Font on the Log In button was changed back. Text offset was set for Locations combobox. | |||
2015-01-21 | MAINT-1722 FIXED Massive slowdown when opening "Place Profile" or "About ↵ | andreykproductengine | |
Land" dialog | |||
2015-01-23 | MAINT-4833 Fixed Warning treated as error | ruslantproductengine | |
2015-01-23 | MAINT-4800 FIXED Offset is changed for French localization | Mnikolenko ProductEngine | |
2015-01-22 | MAINT-4794 FIXED Present informative dialog if mesh upload fails due to ↵ | maksymsproductengine | |
specific reason | |||
2015-01-19 | DD-300 : Drop zone added to marketplace folder | Merov Linden | |
2015-01-19 | MAINT-4790 WIP Show focused background image for login text fields. | Mnikolenko ProductEngine | |
2015-01-17 | DD-300 : WIP : Add drop zone to marketplace (XUI work) | Merov Linden | |
2015-01-16 | Merge downstream code | simon | |
2015-01-16 | MAINT-4804 FIXED Viewer gets stuck in mode sending email with snapshot if ↵ | andreykproductengine | |
that fails | |||
2015-01-15 | DD-303 : Auto activate version folder when only one present on creation or ↵ | Merov Linden | |
association | |||
2015-01-15 | SL-92 WIP - more on hover management | Brad Payne (Vir Linden) | |
2015-01-15 | MAINT-4777 FIXED Confusing 'Save changes?' dialog when hitting the Delete ↵ | andreykproductengine | |
button in notecard edit floater | |||
2015-01-16 | MAINT-4799 FIXED Show complete avatar names in confirmation dialog. | Mnikolenko ProductEngine | |
2015-01-14 | SL-92 WIP - more on region notification and managing hover | Brad Payne (Vir Linden) | |
2015-01-14 | MAINT-4790 WIP code clean-up | Mnikolenko ProductEngine | |
2015-01-14 | MAINT-4790 WIP XML changes | Mnikolenko ProductEngine | |
2015-01-13 | merge | Brad Payne (Vir Linden) | |
2015-01-13 | SL-92 WIP - added signal for simulator features received. Use to keep hover ↵ | Brad Payne (Vir Linden) | |
floater UI synced with region support for hover. | |||
2015-01-13 | Merge viewer-release and become 3.7.25 | maksymsproductengine | |
2015-01-13 | MAINT-4790 WIP XML changes | Mnikolenko ProductEngine | |
2015-01-12 | increment minor version to 3.8 | Oz Linden | |
2015-01-12 | merge changes for 3.7.24-release | Oz Linden | |
2015-01-12 | increment viewer version to 3.7.25 | Oz Linden | |
2015-01-12 | MAINT-2560 reverted | Mnikolenko ProductEngine | |
2015-01-12 | MAINT-2742 FIXED Duplicate Display Names appear once in share picker | Mnikolenko ProductEngine | |
2015-01-10 | DD-305 : Do not call update_marketplace_category on the marketplace listings ↵ | Merov Linden | |
folder itself | |||
2015-01-09 | FIX MAINT-2701 restore 10 translated strings that were lost during an ↵ | eli | |
earlier dev merge (see Jira screenshots for details) | |||
2015-01-09 | MAINT-4169 FIXED grey out all but domain name in SL-links, same as it's done ↵ | Mnikolenko ProductEngine | |
for non-Linden URLs | |||
2015-01-08 | SL-92 WIP - remove hover for self if we receive an appearance with no hover ↵ | Brad Payne (Vir Linden) | |
specified | |||
2015-01-08 | MAINT-3240 Don't show avatar if it's in mute list | Mnikolenko ProductEngine | |
2015-01-07 | merge | Brad Payne (Vir Linden) | |
2015-01-07 | MAINT-4773 FIXED Some transparent textures are rendered as white. | ruslantproductengine | |
This bug fix related also to MAINT-4092. In 4092 sometimes when we don't have information about the texture during the setup the materail (LLVOVolume::setTEMaterialParams()), we should substitute the material with disabled "diffuse alpha mode" (for detail in cases see MAINT-4092 JIRA ticket comment). This bug fix cover the case when after the loading texture we have all information about alpha mode, and in this case we should restore diffuse alpha mode if need. In short: now we always believe that information about the material is valid (LLVOVolume::setTEMaterialParams()). Of course before setup it we check information about texture (if it possible) , if texture is not exist in database or not 32 bit depth (for diffuse) we made changes. But in all other cases (if we can't receive information about texture) we remeber this case in mWaitingTextureInfo multimap. When information about texture will be available we get it in: LLVOVolume::notify AboutCreatingTexture() or Volume::notifyAboutMissingAsset() and again, we recheck it and if need change (substitute) the material parameters. I suppose that this solution is better than was before. If this patch will be accepted , I think that MAINT-4092 should be rechecked again. | |||
2015-03-11 | MAINT-4975 FIXED Sender's name is hidden out of view for inventory offer ↵ | andreykproductengine | |
popups and payment popups | |||
2015-01-07 | MAINT-4773 FIXED Some transparent textures are rendered as white. | ruslantproductengine | |
This bug fix related also to MAINT-4092. In 4092 sometimes when we don't have information about the texture during the setup the materail (LLVOVolume::setTEMaterialParams()), we should substitute the material with disabled "diffuse alpha mode" (for detail in cases see MAINT-4092 JIRA ticket comment). This bug fix cover the case when after the loading texture we have all information about alpha mode, and in this case we should restore diffuse alpha mode if need. In short: now we always believe that information about the material is valid (LLVOVolume::setTEMaterialParams()). Of course before setup it we check information about texture (if it possible) , if texture is not exist in database or not 32 bit depth (for diffuse) we made changes. But in all other cases (if we can't receive information about texture) we remeber this case in mWaitingTextureInfo multimap. When information about texture will be available we get it in: LLVOVolume::notify AboutCreatingTexture() or Volume::notifyAboutMissingAsset() and again, we recheck it and if need change (substitute) the material parameters. I suppose that this solution is better than was before. If this patch will be accepted , I think that MAINT-4092 should be rechecked again. | |||
2015-01-22 | MAINT-4800 FIXED Grid labels in combobox could be localized now. Combobox is ↵ | Mnikolenko ProductEngine | |
wider and separator (empty line) was removed. | |||
2015-01-19 | MAINT-1977 FIXED 'Open' menu item doesn't work for notecard (with 'anyone ↵ | andreykproductengine | |
can copy' permission) in object's content | |||
2015-01-19 | MAINT-4169 ShowGreyQueryInUrls debug setting was removed and the grey part ↵ | Mnikolenko ProductEngine | |
of the link always appears. | |||
2015-01-06 | MAINT-729 FIXED Hide popup menu (which belongs to old chiclet) when new ↵ | Mnikolenko ProductEngine | |
chiclet arrives. |