summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2010-11-23STORM-491 FIXED Fixed black arrows appearance near column's titles in scrollist.Andrew Productengine
Bug was caused by setting image overlay with arrows that have "transparent" color when arrows are not needed. When scrollist was disabled while refreshing, they somewhy were visible in black color. - Now null image overlay is set when arrow shouldn't be visible.
2010-11-19SOCIAL-266 WIP HTTP AUTH dialogs no longer work in LLQtWebKit 4.7.1Richard Linden
factored out llwindowshade control for slide-in notifications
2010-11-18SOCIAL-266 WIP HTTP AUTH dialogs no longer work in LLQtWebKit 4.7.1Richard Linden
initial support for XUI auth dialog
2010-11-18Merge with viewer-developmentMark Palange (Mani)
2010-11-15build fixesRichard Linden
2010-11-15mergeRichard Linden
2010-11-15Merge with lindenlab/viewer-developmentKyle Ambroff
2010-11-10CHOP-151 Hooked up app exit callback, cleaned up early exit. Rev. by BradMark Palange (Mani)
2010-11-10DN-203 [crashhunters] LLIMModel::LLIMSession::onAvatarNameCachLeyla Farazha
2010-11-10EXP-428 FIXED Display of llDialog and some other dialogs that should not be ↵Richard Linden
suppressable is broken
2010-11-09Automated merge with file:///Users/oz/Work/viewer-developmentOz Linden
2010-11-09Merge down from betaKent Quirk
2010-11-09STORM-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-08EXP-421 FIX Notifications tab in Preferences not working properlyRichard 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-08EXP-421 FIX Notifications tab in Preferences not working properlyRichard Linden
reverted to old sense where ignore setting of notifications has meaning true=show false=ignore reviewed by Callum
2010-11-08pull beta changes back to developmentOz Linden
2010-11-05SEC-784Kent Quirk
2010-11-04merge fix for STORM-450Oz Linden
2010-11-04STORM-450 FIXED Incorrect help contexts for Sidebar People tabPaul Guslisty
- Added checking whether panel is in visible chain instead of just visibility checking
2010-11-03STORM-536 ADDITIONAL FIX Replaced extra calls to getChild() with using a ↵Seth ProductEngine
member pointer to LLAccordionCtrlTabHeader.
2010-11-03STORM-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-01STORM-430 : merge with viewer-developmentMerov Linden
2010-10-29Merge with lindenlab/viewer-developmentKyle Ambroff
2010-10-29STORM-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-28STORM-489 FIXED <nolink>'ed text rendered as URLVadim 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-26fixed checkboxes growing larger over timeRichard Linden
2010-10-25EXP-297 FIX Gray Bar shown on top of Skylight Viewer login screen during ↵Richard Linden
login on Gaikai
2010-10-25Merge with lindenlab/viewer-developmentKyle Ambroff
2010-10-22EXP-273 FIXED Add button/tray for avatar pickerRichard Linden
made "toggleable" radio group
2010-10-22STORM-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-21made layout stack open/close time configurableRichard Linden
2010-10-22STORM-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-21Merge with andrewKyle Ambroff
2010-10-20STORM-390 : merge with viewer-developmentMerov Linden
2010-10-20STORM-263 : merge to viewer-developmentMerov Linden
2010-10-19STORM-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-15another attempt at lluistring cleanupRichard Linden
2010-10-15fixed buildRichard Linden
2010-10-15switch ui string args to auto_ptr to do automatic cleanupRichard Linden
2010-10-15STORM-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-13STORM-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-11fix for default notification form valus not appearingRichard Linden
2010-10-11Another merge from http://hg.secondlife.com/viewer-developmentAndrew Meadows
2010-10-08made progressbar derive from lluictrl and take percentage as llsd valueRichard Linden
2010-10-08potential fix for linux buildRichard Linden
2010-10-08merged VWR-23239 (fixed memory leak in LLUIString)Boroondas Gupte
2010-10-08fixed indentation in lluistring.hBoroondas Gupte
2010-10-08VWR-23239 FIXED memory leak in LLUIStringBoroondas Gupte
2010-10-07Fixed 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.