Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-10 | CHOP-151 Hooked up app exit callback, cleaned up early exit. Rev. by Brad | Mark Palange (Mani) | |
2010-11-10 | DN-203 [crashhunters] LLIMModel::LLIMSession::onAvatarNameCach | Leyla Farazha | |
2010-11-10 | EXP-428 FIXED Display of llDialog and some other dialogs that should not be ↵ | Richard Linden | |
suppressable is broken | |||
2010-11-09 | Automated merge with file:///Users/oz/Work/viewer-development | Oz Linden | |
2010-11-09 | Merge down from beta | Kent Quirk | |
2010-11-09 | STORM-535 FIXED PLEASE allow adjustable transparency of "Nearby Chat" ↵ | Paul Guslisty | |
window, Chat History and Chat "Toasts" in Viewer 2.0! - Added to the settings.xml values of transparency for active and inactive floaters - Added three members to the LLFloater. These members store current transparency of floater, transparency of active and inactive floaters. - Added callbacks that update transparency value of active and inactive floater. Also in these callbacks value of current floater transparency updated. - In panel preferences advanced added two spinners: transparency of active floaters and inactive ones. See screenshot. | |||
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-11-08 | pull beta changes back to development | Oz Linden | |
2010-11-05 | SEC-784 | Kent Quirk | |
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-01 | STORM-430 : merge with viewer-development | Merov Linden | |
2010-10-29 | Merge with lindenlab/viewer-development | Kyle Ambroff | |
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-26 | fixed checkboxes growing larger over time | Richard Linden | |
2010-10-25 | EXP-297 FIX Gray Bar shown on top of Skylight Viewer login screen during ↵ | Richard Linden | |
login on Gaikai | |||
2010-10-25 | Merge with lindenlab/viewer-development | Kyle Ambroff | |
2010-10-22 | EXP-273 FIXED Add button/tray for avatar picker | Richard Linden | |
made "toggleable" radio group | |||
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-21 | made layout stack open/close time configurable | Richard Linden | |
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-20 | STORM-390 : merge with viewer-development | Merov Linden | |
2010-10-20 | STORM-263 : merge to viewer-development | Merov Linden | |
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 | 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. |