summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2010-12-03pull latest fixes back from viewer-betaOz Linden
2010-12-01Fix STORM-716 by re-fixing STORM-530 in a different way.Kent Quirk
2010-11-29Pull viewer-beta into viewer-developmentMerov Linden
2010-11-29STORM-498 : Pull into viewer-developmentMerov Linden
2010-11-29STORM-666 : pull into viewer-developmentMerov Linden
2010-11-27STORM-498 FIXED reshaping dockable floater to ensure there is some vertical ↵Seth ProductEngine
space between a floater and a control to which it is docked.
2010-11-25STORM-530 FIXED Combobox drop down menu appears upon 'Down Arrow' key press ↵Seth ProductEngine
even if last combobox item is selected.
2010-11-24STORM-666 FIXED Menu spawned by the overflow button had invalid position in ↵Vadim ProductEngine
Place Profile and Avatar Profile panels. Changes: * Changed the button class from LLButton to LLMenuButton to avoid duplicating menu positioning logic. * Enabled LLMenuButton to support aligning menu to the top right corner of the button.
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-18Merge with viewer-developmentMark Palange (Mani)
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-25Merge with lindenlab/viewer-developmentKyle Ambroff
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-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-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-11Another merge from http://hg.secondlife.com/viewer-developmentAndrew Meadows
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-07Pull and merge of viewer-beta in viewer-developmentMerov Linden
2010-10-01STORM-307 FIXED Disabled highlighting of URLs in outfit names.Vadim ProductEngine
Affected: My Outfits and Edit Outfit panels.
2010-10-12MergeLeyla Farazha
2010-10-11pull viewer-beta into viewer-developmentMerov Linden
2010-10-11STORM-301 : merge to viewer-betaMerov Linden
2010-10-11STORM-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-11STORM-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-08Created a floater for setting display nameLeyla Farazha