Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-20 | Merge from viewer-development. | Monroe Linden | |
2010-11-18 | SOCIAL-266 WIP HTTP AUTH dialogs no longer work in LLQtWebKit 4.7.1 | Richard Linden | |
initial support for XUI auth dialog | |||
2010-11-15 | merge | Richard Linden | |
2010-11-10 | EXP-428 FIXED Display of llDialog and some other dialogs that should not be ↵ | Richard Linden | |
suppressable is broken | |||
2010-11-08 | EXP-421 FIX Notifications tab in Preferences not working properly | Richard Linden | |
fixed logic so that ignore consistently means *don't show* the notification the ignore settings still store "show the notification if true" values | |||
2010-11-08 | EXP-421 FIX Notifications tab in Preferences not working properly | Richard Linden | |
reverted to old sense where ignore setting of notifications has meaning true=show false=ignore reviewed by Callum | |||
2010-10-11 | fix for default notification form valus not appearing | Richard Linden | |
2010-10-07 | Fixed a problem that prevented notification tags from being parsed. | Monroe Linden | |
Added some lldebugs to the LLNotificationTemplate constructor and LLNotifications::isVisibleByRules() that may be useful in debugging notification issues in the future. | |||
2010-10-05 | changed format of notification_visibility rules to be cleaner | Richard Linden | |
2010-10-04 | Test merge | callum | |
2010-10-01 | More precise control of notifications using notification_visibility.xml. | Monroe Linden | |
Added a "name" property that lets a rule match a specific notification. Added a "response" property that lets a rule specify a response when it matches. Reviewed by Richard. | |||
2010-10-12 | Merge | Leyla Farazha | |
2010-10-08 | Created a floater for setting display name | Leyla Farazha | |
2010-09-30 | Adding tags mechanism to notification visibility rules. | Monroe Linden | |
Also started adding the tag 'fail' to entries in notifications.xml that are failures the user should always be told about. Reviewed by Richard. | |||
2010-09-30 | Cancel hidden notifications instead of using empty responses. | Monroe Williams | |
This is more work on EXP-111. Reviewed by Richard. | |||
2010-09-29 | Change non-visible notifications to return empty response instead of default. | Monroe Linden | |
This is part of EXP-111. Reviewed by Richard. | |||
2010-09-29 | added max_length_chars to notification params | Leyla Farazha | |
2010-09-28 | Add XML validation in LLNotifications when loading notifications.xml and ↵ | Monroe Linden | |
notification_visibility.xml. Reviewed by Richard. | |||
2010-09-28 | Added a mechanism for preventing classes of notifications from being ↵ | Monroe Linden | |
displayed, controlled by the notification_visibility.xml file in the viewer skin. Reviewed by Richard. | |||
2010-09-27 | Merge | Leyla Farazha | |
2010-09-27 | merge | Richard Nelson | |
2010-09-24 | trivial indentation changes while I'm poking around here. | Tofu Linden | |
(transplanted from 01d8534678f5613c924a036128addf6b7447c92a) | |||
2010-09-22 | cleaned up notifications.xml and made global notifications toggle not use or ↵ | Richard Linden | |
modify saved responses | |||
2010-09-22 | instead 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-21 | fix for mac build and possible crash when responding to notification twice | Richard Linden | |
2010-09-20 | EXP-82 FIX MOTD open in external browser notification not given until fully ↵ | Richard Nelson | |
logged in reviewed by Monroe | |||
2010-09-17 | fix for clicking on Invite Friends resulting in disabling popups | Richard Linden | |
2010-09-16 | fix for all notifications being ignored by default | Richard Linden | |
2010-09-16 | added ability to have notification ignore variable point to settings.xml ↵ | Richard Linden | |
variables | |||
2010-09-16 | refactored notification template into own header file | Richard Linden | |
2010-09-14 | finished notifications param block parsing logic | Richard Linden | |
2010-09-14 | converted notifications.xml to paramblock parsing for easier reuse and extension | Richard Nelson | |
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-18 | fix for occasional crash when dismissing hint | Richard Linden | |
2010-08-16 | added ability to cancel all notifications with a given name | Richard Nelson | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-04 | Merge with dessie/viewer-release | Leyla Farazha | |
2010-08-02 | Redo the same merge as in changeset "2026f824953f", but this time with ↵ | Christian Goetze (CG) | |
feeeeling. | |||
2010-07-30 | Merge with dessie/viewer-release | Leyla Farazha | |
2010-07-30 | Merge from q/viewer-release to dessie/viewer-release for 2.1.1 beta 1 | Kent Quirk | |
2010-07-27 | merge fix | Leyla Farazha | |
2010-07-27 | Backed out changeset: 58571b4e704b | Richard Linden | |
2010-07-27 | Merge from dessie/viewer-release | Leyla Farazha | |
2010-07-19 | Merge with dessie/viewer-release | Leyla Farazha | |
2010-07-15 | Reverted changeset 2bb10eae42bf | Dessie Linden | |
2010-07-15 | EXT-8303 FIXED [crashhunters] Crash in inventory_offer_mute_callback | Alexei Arabadji | |
Details: Instead of copying shared pointer, raw pointer was used, that cause crash, since notification responder object was accessed after it was destroyed. Replaced usage copying of raw pointer instead of copying shared pointer of notification responder object, that should live after notification destroyed. --HG-- branch : product-engine | |||
2010-07-13 | EXT-8341 FIXED Avoided assertion on receiving object auto return notification. | Alexei Arabadji | |
Details: 1 Provided passing necessary is_group parameter to LLPostponedNotification::add<LLPostponedServerObjectNotification> method call; 3 Corrected handling group name in LLPostponedNotification::onCachedNameReceived; 2 Added check on retrieved name from cache name and replacement with fallback value. reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/743/ --HG-- branch : product-engine | |||
2010-07-06 | Merge from dessie/viewer-release | Leyla Farazha | |
2010-06-30 | EXT-8172 FIX notification of missing media plugins causes an infinite loop | Richard Linden | |
reviewed by Nyx |