summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
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-21Automated merge up from viewer-developmentLoren Shih
2010-10-20STORM-390 : merge with viewer-developmentMerov Linden
2010-10-20STORM-263 : merge to viewer-developmentMerov Linden
2010-10-20Automated merge up from viewer-developmentLoren Shih
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-13correct licenses (fix problem with license change merge)Oz Linden
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.
2010-10-07Pull and merge of viewer-beta in viewer-developmentMerov Linden
2010-10-06mergeRichard Nelson
2010-10-06added 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-06Add support for debug setting to disable link highlight & follow in URLs ↵callum
that appear in XUI widgets
2010-10-05changed format of notification_visibility rules to be cleanerRichard Linden
2010-10-04Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-4/Monroe Linden
2010-10-04Fix 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-04Test mergecallum
2010-10-01More 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-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
2010-09-30Adding 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-30mergeDave Parks
2010-09-30Put some errant tests under if (LL_TESTS) conditional.Dave Parks
2010-09-30Cancel hidden notifications instead of using empty responses.Monroe Williams
This is more work on EXP-111. Reviewed by Richard.
2010-09-30MergeMatthew Breindel (Falcon)
2010-09-29Change non-visible notifications to return empty response instead of default.Monroe Linden
This is part of EXP-111. Reviewed by Richard.
2010-09-29DN-114 Paste function into text boxes not working in ViewerLeyla Farazha
2010-09-29removed unworkable subclassing support from LLHandle<T>Richard Linden
2010-09-29fix for crash on exitRichard Linden
also made handle subtyping work
2010-09-29added max_length_chars to notification paramsLeyla Farazha
2010-09-28mergeRichard Linden
2010-09-28made mIsFocusRoot a XUI paramRichard Linden