Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-22 | STORM-426 FIXED Menu button no longer looked pressed while its menu is ↵ | Seth ProductEngine | |
displayed by another control. - LLMenuGL in menu button replaced by LLToggleableMenu that handles visibility change upon clicks inside specific button rect. - Added visibility change signal to LLToggleableMenu to update menu button pressed state. - Added using menu handle in LLMenuButton. | |||
2010-10-21 | Merge with andrew | Kyle Ambroff | |
2010-10-21 | Automated merge up from viewer-development | Loren Shih | |
2010-10-20 | STORM-390 : merge with viewer-development | Merov Linden | |
2010-10-20 | STORM-263 : merge to viewer-development | Merov Linden | |
2010-10-20 | Automated merge up from viewer-development | Loren Shih | |
2010-10-19 | STORM-390 FIXED "Place Profile" appeared instead of "Resident Profile" after ↵ | Vadim ProductEngine | |
clicking on user name in a nearby chat toast. Now clicking an avatar name opens avatar profile; clicking an object name opens object inspector. This change rolls back the fix of STORM-358. | |||
2010-10-18 | EXP-230 FIX "elp" text flashes on and off in upper left corner of skylight ↵ | Richard Linden | |
viewe | |||
2010-10-15 | another attempt at lluistring cleanup | Richard Linden | |
2010-10-15 | fixed build | Richard Linden | |
2010-10-15 | switch ui string args to auto_ptr to do automatic cleanup | Richard Linden | |
2010-10-15 | STORM-263 FIXED popup menu of Cog button in lower-left of sidebar panel ↵ | Seth ProductEngine | |
closing on second click - Changed type of gear menu buttons from LLButton to LLMenuButton in all sidebar panels where gear menu button is used. - Added setMenuPosition(), setMenu() and updateMenuOrigin() to the LLMenuButton. - Moved actions common for displaying a context menu to LLMenuButton::toggleMenu(). - In all sidebar panels where LLButton was replaced with LLMenuButton the following steps were taken: 1. setting gearMenu and its position relative to the menuButton with LLMenuButton::setMenu() 2. setting mouse down callback for the menuButton if needed. 3. calculating the menu origin point with LLMenuButton::updateMenuOrigin() in mouse down callback | |||
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
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 | merge | Dave Parks | |
2010-09-30 | Put some errant tests under if (LL_TESTS) conditional. | Dave Parks | |
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-30 | Merge | Matthew Breindel (Falcon) | |
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 | |