summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-07EXP-156 FIXED custom Skylight hintsRichard Linden
moved move hint down to bottom of screen made destination hint go away on teleport
2010-10-07removed word "below" from View HintRichard Linden
2010-10-07mergeRichard Linden
2010-10-07enabled alternate move hint in skylight skin onlyRichard Linden
2010-10-07Made VoiceCallsRejectAll apply to group voice invites as well as p2p and ↵Monroe Linden
ad-hoc invites. Fixed some code in LLIMMgr that had the incoming call dialog confused with a notification. Reviewed by Richard.
2010-10-07Pull and merge of viewer-beta in viewer-developmentMerov Linden
2010-10-07Updating display name hint text per Jack's request.Leyla Farazha
2010-10-07Mergecallum
2010-10-07EXP-167: Quit On Login Page Activated - viewer code /default settingcallum
2010-10-07fix for gccRichard Linden
2010-10-07Adding viewer hint for setting display name the when edit profile is opened ↵Leyla Farazha
with no display name set
2010-10-07STORM-296 FIXED Item types that can be dropped to Places SP->My Landmarks ↵Seth ProductEngine
restricted to landmarks and folders only.
2010-10-07FIXED STORM-302 Parcel lists scroll bar overlaps with other components if ↵Paul Guslisty
panel is undocked - Added missing column to the xml of the scroll list - Adjusted columns width to show all columns
2010-10-07STORM-263 FIXED Cog button in lower-left of sidebar panel does not close ↵Paul Guslisty
popup menu on second click - In all places of sidebar panel where gear menu button is used changed type of gear menu buttons from LLButton to LLMenuButton - Added setMenuPosition and setMenu to the LLMenuButton interface as public methods - In all sidebar panels where LLButton was replaced with LLMenuButton the algorithm of replacing is simple and the same for all sidebar panels. In general the algorithm is: 1. set gearMenu to the menuButton using LLMenuButton::setMenu 2. set mouse down callback for the menuButton 3. in callback for mouse down set the menu position where it should be shown using LLMenuButton::setMenuPosition
2010-10-06STORM-299 : mergeMerov Linden
2010-10-06STORM-187 : mergeMerov Linden
2010-10-06EXP-156 WIP Implement custom Skylight hintsRichard Nelson
2010-10-06STORM-306 : Fix black flickering of water on Mac when atm shading offMerov Linden
2010-10-06STORM-306 : Fix black flickering of water on Mac when atm shading offMerov Linden
2010-10-06mergeRichard Nelson
2010-10-06allow passing LLSD arguments on command lineRichard Nelson
2010-10-06Fix for a compile error.Monroe Linden
Reviwed by Richard.
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-06Added DisableExternalBrowser setting.Monroe Linden
Reviewed by Callum.
2010-10-06PLAT-40 Fix changing the lang code for polish from 'da' to 'pl' reviewed by bradMark Palange (Mani)
2010-10-06Add support for debug setting to disable link highlight & follow in URLs ↵callum
that appear in XUI widgets
2010-10-06Propagating Viewer 2.2.0 Beta tags back to viewer-developmentDessie Linden
2010-10-06Added tag 2.2.0-beta2 for changeset 9822eb3e25f7Dessie Linden
2010-10-06STORM-187 ADDITIONAL FIX Fixed buttons autohiding in bottomtray on resize.Andrew Productengine
The bug was caused by moving nearby chat bar into panel inside layout panel instead of being layout panel itself in changeset 741eb25e921c without modifying get_panel_min_width() call which used that layout panel. This broke behaviour of LLBottomTray::processWidthDecreased(). - Fixed it by using this new nearby chat container layout panel in this call.
2010-10-06merged VWR-20893: "class Linux_x86_64Manifest" missing from ↵Boroondas Gupte
viewer_manifest.py Breaking linux 64-bit build. (transplanted https://bitbucket.org/Techwolf/viewer-development/changeset/111a293c0e1c to create an isolated daggy fix)
2010-10-06STORM-299 FIXED World map floater opening instead Mini-map if double-click ↵Andrew Productengine
on minimized Mini-map. - What map floater is shown on Mini-map doublecklick now differs depending on whether it is minimized.
2010-10-05Fix for EXP-131 "Call dialog shown in locked position when a Resident calls ↵Monroe Linden
a Skylight visitor" Added the setting VoiceCallsRejectAll, which causes the viewer to silently reject all incoming voice calls. Reviewed by Callum.
2010-10-05DN-130 As a resident I want to show usernames in local chat if username ↵Leyla Farazha
preference is set so that I can follow the conversation when people are changing their display name
2010-10-05DN-135 adding highlight color to the username for consistency in person ↵Leyla Farazha
inspector
2010-10-05tighter packing of boolean params by shuffling member variablesRichard Linden
2010-10-05changed format of notification_visibility rules to be cleanerRichard Linden
2010-10-04Pull fixes from viewer-betaMerov Linden
2010-10-04EXP-138 FIXED Chat and IM notices not aligned with Bottom bar in Skylight ViewerRichard Nelson
2010-10-04mergeRichard Nelson
2010-10-04fixed merging of textures.xml between current skin and baseRichard Nelson
now possible to define new textures in current skin
2010-10-04EXP-138 WIP Chat and IM notices not aligned with Bottom bar in Skylight ViewerRichard Nelson
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-04mergeRichard Nelson
2010-10-04removed dead codeRichard Nelson
2010-10-04Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-4/Monroe Linden
2010-10-04MergeEli Linden