summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-09-22instead of exposing mutable container in LLInitParam::Multiple, just expose ↵Richard Linden
access functions, begin(), end(), etc. this allows mutation of param block contents, without being able to change number of elements
2010-09-21fix for mac build and possible crash when responding to notification twiceRichard Linden
2010-09-21FIX crash when clicking on MOTDRichard Linden
2010-09-20EXP-77 FIX Pop-up warning flashes on and off even whan all popups are ↵Richard Nelson
enabled in settings
2010-09-20EXP-82 FIX MOTD open in external browser notification not given until fully ↵Richard Nelson
logged in reviewed by Monroe
2010-09-20EXP-60 FIX not showing after Re-enabling Hints in same sessionRichard Nelson
2010-09-17EXP-60 Hints not showing after Re-enabling Hints in same sessionRichard Linden
2010-09-17made address entry field of media browser select all text on first clickRichard Linden
2010-09-17clear popup notifications on navigateRichard Linden
2010-09-17maded popup alert last foreverRichard Linden
2010-09-17fixed build (again)Richard Linden
2010-09-17MergeRichard Linden
2010-09-17Backed out changeset: d71309f8bd0eRichard Linden
2010-09-17mergeRichard Linden
2010-09-17fix for enable all popups not workingRichard Linden
also popup notification is no longer a singleton
2010-09-17Turn off new inventory hints until defect EXP-62 is fixedcallum
2010-09-17updated comment on MediaEnablePopups setting to reflect new behaviorRichard Linden
2010-09-17fixed buildRichard Linden
2010-09-17allow_popups is now driven by trusted content flagRichard Linden
trusted content is now a const attribute of LLMediaCtrl, set in constructor params
2010-09-17EXP-74 FIX Pop-up warning given for links in Home Side Panel in ViewerRichard Linden
Reviewed by Callum
2010-09-16fixed mergeRichard Linden
2010-09-16mergeRichard Linden
2010-09-16CT-575 WIP ES linguistic, remove invalid FR elementeli_linden
2010-09-16VWR-22340 FIX en_xui_change for all langs, and remove many evil old overrideseli_linden
2010-09-16reverted mediaenablepopups to false by default (desired behavior)Richard Linden
always trigger popup notification and rely on ignore machinery to hide it
2010-09-16fix for all notifications being ignored by defaultRichard Linden
2010-09-16fixed buildRichard Linden
2010-09-16mergeRichard Linden
2010-09-16EXP-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-16popup blocking notifications now handled in all web_browser instances, not ↵Richard Linden
just llfloatermediabrowser
2010-09-16EXP-63 FIX Hint marked as acted upon if hints are disabled while specific ↵Richard Linden
UI hint is open
2010-09-16Mergeeli_linden
2010-09-16VWR-22408 FIX en_xui_change to accommodate text for FR and PTeli_linden
2010-09-16Merge of popup-geometry code.Monroe Linden
2010-09-16mergeTofu Linden
2010-09-16mergeTofu Linden
2010-09-16Mergeeli_linden
2010-09-16VWR-22347 FIX remove FR old overriding parameterseli_linden
2010-09-16STORM-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-16merge snow-107Tofu Linden
2010-09-16mergeTofu Linden
2010-09-16STORM-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-16STORM-183 : Pull and merge in viewer-developmentMerov Linden
2010-09-16merge storm-149Tofu Linden
2010-09-16merge vwr-20694 / storm-157Tofu Linden
2010-09-16STORM-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-16STORM-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-16STORM-92 MERGEAimee Linden
2010-09-16EXP-29 WIP Implement popup blockingRichard Linden
added web popup notification overlay
2010-09-16deprecated 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