Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-17 | Merge | Richard Linden | |
2010-09-17 | Backed out changeset: d71309f8bd0e | Richard Linden | |
2010-09-17 | merge | Richard Linden | |
2010-09-17 | fix for enable all popups not working | Richard Linden | |
also popup notification is no longer a singleton | |||
2010-09-17 | Turn off new inventory hints until defect EXP-62 is fixed | callum | |
2010-09-17 | updated comment on MediaEnablePopups setting to reflect new behavior | Richard Linden | |
2010-09-17 | fixed build | Richard Linden | |
2010-09-17 | allow_popups is now driven by trusted content flag | Richard Linden | |
trusted content is now a const attribute of LLMediaCtrl, set in constructor params | |||
2010-09-17 | EXP-74 FIX Pop-up warning given for links in Home Side Panel in Viewer | Richard Linden | |
Reviewed by Callum | |||
2010-09-16 | fixed merge | Richard Linden | |
2010-09-16 | merge | Richard Linden | |
2010-09-16 | CT-575 WIP ES linguistic, remove invalid FR element | eli_linden | |
2010-09-16 | EXP-73 FIX hint cannot be dismissed with X and crashes browser when hint is ↵ | Richard Linden | |
triggered by user taking an object from inworld into inventory | |||
2010-09-16 | VWR-22340 FIX en_xui_change for all langs, and remove many evil old overrides | eli_linden | |
2010-09-16 | reverted mediaenablepopups to false by default (desired behavior) | Richard Linden | |
always trigger popup notification and rely on ignore machinery to hide it | |||
2010-09-16 | fix for all notifications being ignored by default | Richard Linden | |
2010-09-16 | fixed build | Richard Linden | |
2010-09-16 | merge | Richard Linden | |
2010-09-16 | EXP-73 FIX hint cannot be dismissed with X and crashes browser when hint is ↵ | Richard Linden | |
triggered by user taking an object from inworld into inventory | |||
2010-09-16 | popup blocking notifications now handled in all web_browser instances, not ↵ | Richard Linden | |
just llfloatermediabrowser | |||
2010-09-16 | added ability to have notification ignore variable point to settings.xml ↵ | Richard Linden | |
variables | |||
2010-09-16 | renamed isProvided() to anyProvided() and fixed partial params (missing ↵ | Richard Linden | |
mandatory elements) not merging over complete params | |||
2010-09-16 | EXP-63 FIX Hint marked as acted upon if hints are disabled while specific ↵ | Richard Linden | |
UI hint is open | |||
2010-09-16 | Merge | eli_linden | |
2010-09-16 | VWR-22408 FIX en_xui_change to accommodate text for FR and PT | eli_linden | |
2010-09-16 | Merge of popup-geometry code. | Monroe Linden | |
2010-09-16 | merge | Tofu Linden | |
2010-09-16 | merge | Tofu Linden | |
2010-09-16 | Merge | eli_linden | |
2010-09-16 | VWR-22347 FIX remove FR old overriding parameters | eli_linden | |
2010-09-16 | STORM-185 FIXED Don't reset accordions in the Outfit Edit panel when a ↵ | Vadim Savchuk | |
wearable gets worn. The fix consists of two parts: 1. Saving/restoring scrollbar position when refreshing the clothing/attachments/bodyparts lists (the lists get refreshed on COF change). 2. Not resetting expanded accordion tab upon wearing an item (which was introduced with the fix of EXT-8164). So, apart from preserving scrollbar position (which is what the bug reporter requests), I also fixed that when you wear something, the Clothing accordion was always expanded. | |||
2010-09-16 | merge storm-130 | Tofu Linden | |
2010-09-16 | merge snow-107 | Tofu Linden | |
2010-09-16 | merge | Tofu Linden | |
2010-09-16 | STORM-107 FIXED Fixed Polish character corruption in date. | Andrew Dyukov | |
Added polish language to list of languages that use months and days names from localized xmls. It solved the problem of accented Polish characters "approximation" to their ASCII brethren on non-Polish Windows locales. Now all accented symbols look right. | |||
2010-09-16 | STORM-183 : Pull and merge in viewer-development | Merov Linden | |
2010-09-16 | merge storm-149 | Tofu Linden | |
2010-09-16 | merge vwr-20694 / storm-157 | Tofu Linden | |
2010-09-16 | merge storm-180 | Tofu Linden | |
2010-09-16 | STORM-180 FIXED Fixed crash on login in Japanese locale. | Andrew Dyukov | |
The crash was caused by erroneous getting of month name from vector with week day names in LLStringUtil::formatDatetime(). This code woth introduced in June, so though it didn't work properly, it didn't cause the crash(cause June is 5th month). But when number of current month exceeded number of days in week(this happened in August cause it is 8th) code started getting 8th element from vector with 7. This caused the crash. It reproduced only on Japanese locale because only there code that caused it was used(see STORM-177 for details). This changeset seems to fix STORM-177 too. - Used vector with months names where it should be. | |||
2010-09-16 | STORM-186 FIXED The "Take Off - Remove from current outfit" option of the My ↵ | Vadim Savchuk | |
Outfits gear menu now ignores item selection, taking aff all wearables. | |||
2010-09-16 | STORM-183 FIXED The "Replace Current Outfit" option of the My Outfits gear ↵ | Vadim Savchuk | |
menu (which is only applicable to outfits) wasn't disabled for selected wearables. | |||
2010-09-16 | STORM-92 MERGE | Aimee Linden | |
2010-09-16 | EXP-29 WIP Implement popup blocking | Richard Linden | |
added web popup notification overlay | |||
2010-09-16 | refactored notification template into own header file | Richard Linden | |
2010-09-16 | deprecated text_enabled_color and text_disabled_color from LLCheckBoxCtrl in ↵ | Richard Linden | |
favor of label_text.text_color and label_text.text_readonly_color, respectively | |||
2010-09-16 | added duration and icon to PopupAttempt notification | Richard Linden | |
2010-09-16 | added missing attribute | Richard Linden | |
2010-09-16 | streamlined llsd serialization logic of param blocks | Richard Linden | |
2010-09-16 | made LLView::getUseBoundingRect() const and used it internally | Richard Linden | |