Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-05 | changed format of notification_visibility rules to be cleaner | Richard Linden | |
2010-10-04 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-4/ | Monroe Linden | |
2010-10-04 | Fix for EXP-140 -- After logging into Skylight Viewer - User is required to ↵ | Monroe Linden | |
click on Viewer window before using movement keys / flying In LLMenuHolderGL::handleKey(), in the highlightNextItem() case, don't return true if highlightNextItem() did nothing. Reviewed by Richard. | |||
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-01 | STORM-307 FIXED Disabled highlighting of URLs in outfit names. | Vadim ProductEngine | |
Affected: My Outfits and Edit Outfit panels. | |||
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 | removed unworkable subclassing support from LLHandle<T> | Richard Linden | |
2010-09-29 | fix for crash on exit | Richard Linden | |
also made handle subtyping work | |||
2010-09-28 | merge | Richard Linden | |
2010-09-28 | made mIsFocusRoot a XUI param | Richard Linden | |
2010-09-28 | made menus work with empty contents | Richard Linden | |
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-28 | fix for crash when background image not specified for line editor | Richard Linden | |
2010-09-28 | don't show empty context menus | Richard Linden | |
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-24 | VWR-21377 Script editor ctrl-f fix. | Kelly Washington | |
change to better / more consistent naming | |||
2010-09-24 | VWR-21377 Script editor ctrl-f fix. | Kelly Washington | |
let some LLViews handle shortcut keys if they want. reviewed with ambroff | |||
2010-09-22 | merge | Richard Linden | |
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-22 | EXP-109 WIP strip down main_view.xml | Richard Linden | |
made menu keyboard access only work when menus are visible dummy widgets are now added with a parent view that is invisible popupview can now be default-built | |||
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-20 | merge from http://bitbucket.org/boroondas/viewer-development-vwr-20583 | Tofu Linden | |
2010-09-20 | STORM-192 ADDITIONAL FIX Fixed crash on pressing Ctrl+Shift+W (which closes ↵ | Vadim Savchuk | |
all floaters). The crash was introduced by my previous fix of this ticket in changeset 8ceebd3612f0. The problem was that, suprisingly, even invisible (faded) toasts were destroyed when you hit Ctrl_Shift+W, however they were still referenced by the toast pool, so the references were invalidated. The easiest fix would be to remove all references to the toast being destroyed, no matter is it visible or not. However, then we'd have to search for each destroyed toast in the pool, which is slow. Besides, removing toasts from the pool compromises the whole idea of pooling (which was introduced to speed up creation of new toasts). Another possible fix is not to destroy any nearby chat toasts when user hits Ctrl+Shift+W. That would save us from any crashes at a price of changing existing behaviour (the toasts will remain visible). So I went for a third option: when closing all floaters, skip invisible ones. Then there won't be attempts to destroy invisible (pooled) toasts, so the crash won't happen, and we don't seem to change any existing behavior. However I'm not 100% sure of the latter statement, so the fix requires extensive testing. | |||
2010-09-17 | fix for clicking on Invite Friends resulting in disabling popups | Richard Linden | |
2010-09-17 | fix for enable all popups not working | Richard Linden | |
also popup notification is no longer a singleton | |||
2010-09-16 | fixed merge | 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 | fix for all notifications being ignored by default | 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 | 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-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 | streamlined llsd serialization logic of param blocks | Richard Linden | |
2010-09-16 | made LLView::getUseBoundingRect() const and used it internally | Richard Linden | |
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 | implemented param block -> LLSD serialization | Richard Linden | |
2010-09-14 | converted notifications.xml to paramblock parsing for easier reuse and extension | Richard Nelson | |
2010-09-13 | STORM-101 FIXED Moved floater settings (rect, visibility, docked state) to ↵ | Vadim Savchuk | |
account-specific XML file. The settings are now stored to settings_per_account.xml. This change affects all floaters having save_rect/save_visibility/save_dock_state params set to "true", not just detached sidebar tabs as the ticket requests. | |||
2010-09-09 | DEV-53015 FIX Volume slider disappears when sliding on ↵ | Richard Linden | |
panel_prim_media_controls.xml | |||
2010-09-09 | Merge | Richard Linden | |
2010-09-09 | Backed out changeset: 28f52b3d2e3d | Richard Linden | |