Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-13 | STORM-294 FIXED keyboard navigation in Favorites bar overflow menu. | Seth ProductEngine | |
The menu items can now be scrolled cyclically with a keyboard even if not all items are visible at once. | |||
2010-10-11 | fix for default notification form valus not appearing | Richard Linden | |
2010-10-11 | Another merge from http://hg.secondlife.com/viewer-development | Andrew Meadows | |
2010-10-08 | made progressbar derive from lluictrl and take percentage as llsd value | Richard Linden | |
2010-10-08 | potential fix for linux build | Richard Linden | |
2010-10-08 | merged VWR-23239 (fixed memory leak in LLUIString) | Boroondas Gupte | |
2010-10-08 | fixed indentation in lluistring.h | Boroondas Gupte | |
2010-10-08 | VWR-23239 FIXED memory leak in LLUIString | Boroondas Gupte | |
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-07 | Pull and merge of viewer-beta in viewer-development | Merov Linden | |
2010-10-06 | merge | Richard Nelson | |
2010-10-06 | added param block support for empty/undefined elements in XML/LLSD respectively. | Richard Nelson | |
This way <foo/> or LLSD["foo"]; both define a default constructed value for the parameter named foo, useful in the Multiple<T> case | |||
2010-10-06 | Add support for debug setting to disable link highlight & follow in URLs ↵ | callum | |
that appear in XUI widgets | |||
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-10-12 | Merge | Leyla Farazha | |
2010-10-11 | pull viewer-beta into viewer-development | Merov Linden | |
2010-10-11 | STORM-301 : merge to viewer-beta | Merov Linden | |
2010-10-11 | STORM-298 FIXED Don't scroll the My Landmarks panel down when favorites get ↵ | Vadim ProductEngine | |
changed. I'm not sure what the root cause of the problem was (maybe invalid initial selection in folder view), but what seems to be definitely wrong is passing "scroll to rect" event from *invisible* folder views up to accordion control, which is what I've fixed. | |||
2010-10-11 | STORM-301 FIXED Fixed behaviour of camera on undocked 'My Appearance' tab ↵ | Andrew Productengine | |
minimizing. - Added signal to LLFloater that is emitted on minimize. - Set minimize callback for appearance tab floater in LLSideTrayTab::undock. Method from LLSidePanelAppearance that handles camera issues is called on minimization of floater. | |||
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 | DN-114 Paste function into text boxes not working in Viewer | Leyla Farazha | |
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-29 | added max_length_chars to notification params | Leyla Farazha | |
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 | Leyla Farazha | |
2010-09-27 | merge | Richard Nelson | |
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 | |
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-24 | VWR-21377 Script editor ctrl-f fix. | Kelly Washington | |
let some LLViews handle shortcut keys if they want. reviewed with ambroff | |||
2010-09-24 | trivial indentation changes while I'm poking around here. | Tofu Linden | |
(transplanted from 01d8534678f5613c924a036128addf6b7447c92a) | |||
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 |