Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-11 | merge | Dave Parks | |
2010-11-08 | Merge | Loren Shih | |
2010-11-04 | merge fix for STORM-450 | Oz Linden | |
2010-11-04 | STORM-450 FIXED Incorrect help contexts for Sidebar People tab | Paul Guslisty | |
- Added checking whether panel is in visible chain instead of just visibility checking | |||
2010-11-03 | STORM-536 ADDITIONAL FIX Replaced extra calls to getChild() with using a ↵ | Seth ProductEngine | |
member pointer to LLAccordionCtrlTabHeader. | |||
2010-11-03 | STORM-536 FIXED scrolling to collapsed accordion tab with keyboard arrows in ↵ | Seth ProductEngine | |
Places SP->My Landmarks. - Fixed scrolling to selected item when a folder view receives selection inside an accordion tab while being out of visible scrolling area. - Fixed scrolling to collapsed accordion tab when it receives selection while being out of visible scrolling area. | |||
2010-11-02 | Fix for crash when clicking "about land" and land has no owner or something. | Dave Parks | |
Reviewed by Nyx. | |||
2010-11-01 | STORM-430 : merge with viewer-development | Merov Linden | |
2010-10-29 | STORM-501 FIXED Script-editor shows ERRORS in the wrong line. | Vadim ProductEngine | |
LLTextBase::setCursor() sometimes failed to work properly if line wrapping was enabled. This is a slightly optimized version of the patch made by Satomi Ahn. | |||
2010-10-28 | STORM-489 FIXED <nolink>'ed text rendered as URL | Vadim ProductEngine | |
Changes: * Suppressed URLs in object (sender) names of nearby chat messages loaded from history. * Fixed text between <nolink>...</nolink> text being rendered as URL (hand cursor on hover, context menu, context menu, opening Places SP on click). | |||
2010-10-27 | Automated merge up from viewer-development | Loren Shih | |
2010-10-25 | Automated merge up from viewer-development | Loren Shih | |
2010-10-22 | STORM-297 FIXED Fixed "<nolink>" text appearing in confirmation message if ↵ | Vadim ProductEngine | |
there is "<" symbol in Landmarks name. Modified the "<nolink>...</nolink>" clause parsing regexp to allow "<" in the middle. | |||
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 | 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-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-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 | Pull and merge of viewer-beta in viewer-development | Merov Linden | |
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 | merge | Dave Parks | |
2010-09-30 | Put some errant tests under if (LL_TESTS) conditional. | Dave Parks | |
2010-09-30 | Merge | Matthew Breindel (Falcon) | |
2010-09-29 | DN-114 Paste function into text boxes not working in Viewer | Leyla Farazha | |
2010-09-29 | added max_length_chars to notification params | Leyla Farazha | |
2010-09-27 | Merge | Leyla Farazha | |
2010-09-27 | merge | Dave Parks | |
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 | 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 | Minor fixes to simulator console. | Matthew Breindel (Falcon) | |
2010-09-21 | fix for mac build and possible crash when responding to notification twice | Richard Linden | |
2010-09-21 | Fix for build failures - disabling tcmalloc for now | Brad Payne (Vir Linden) | |