summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2009-12-08merge.Tofu Linden
2009-12-08DEV-43679: Pass god mode through to search.Lynx Linden
The state of gAgent.isGodlike() is now passed through to the Search web pages via a new g=[0|1] query parameter.
2009-12-08DEV-43439: Created new LLVersionInfo API.Lynx Linden
Renamed llviewerversion to llversioninfo, to avoid confusion with llversionviewer in llcommon (llversion is already used by llwindow). Created new LLVersionInfo class with the following methods: static S32 getMajor(); static S32 getMinor(); static S32 getPatch(); static S32 getBuild(); static const std::string &getVersion(); static const std::string &getShortVersion(); static const std::string &getChannel(); All viewer code has been updated to use this API. Viewer code no longer directly includes llversionviewer.h from llcommon.
2009-12-08EXT-2350: Added a help link to login panel.Lynx Linden
There is now a new "Need help logging in?" link on the right-hand side of the login panel. Clicking on this brings up the help browser with the pre_login_help topic (the same as pressing F1).
2009-12-08EXT-2427: Added an About > Report Bug menuLynx Linden
This menu brings up the Help Browser with the report_bug topic. To support this, I've created a new ShowHelp function that can be accessed from XUI. You can supply an optional help topic parameter, or if you specify no parameter then the default (F1) help is shown.
2009-12-08DEV-43439: Added support for GRID substitution variable.Lynx Linden
The Home side panel URL, specified in settings.xml, now additionally supports a [GRID] substitution variable, with potential values equal to: "None", "Agni", "Aditi", etc.
2009-12-08DEV-43439: Remove Back/Forward/Home buttons from Home side panel.Lynx Linden
As per request from Yoz. They will add navigation buttons to the actual HTML content.
2009-12-08DEV-41358: Updated the Search URL to the new staging area.Lynx Linden
2009-12-08 DEV-43897 linux viewer2 corrupted vorbis problemTofu Linden
we were accidentally linking the duff fmod vorbis first because our dependancies weren't well-defined.
2009-12-07EXT-2855 delete 2 more entries in strings.xml that are not actually user-visibleRamzi Linden
2009-12-07MergeSteve Bennetts
2009-12-07merge fixesSteve Bennetts
2009-12-07L10N: Add much-needed linguistic context in the comments of strings.xml;Ramzi Linden
L10N: consistency in phrasing on the 2 separate places in the Nav Bar where you create/edit a Landmark Also, add a separator to menu_NavBar so its easier to parse visually.
2009-12-07Merge from product-engineSteve Bennetts
2009-12-07Made viewerclient.py a bit more robust against timing problems on startup.brad kittenbrink
It now successfully retries to connect on windows. reviewed by nat.
2009-12-07Fixed normal bug EXT-3018([BSI] Hook up "Go to My Dashboard" in Profile to ↵Eugene Mutavchi
link to http://secondlife.com/my) --HG-- branch : product-engine
2009-12-07Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2009-12-07DEV-43439: Rename llviewerbuild.{cpp|h} -> llviewerversion.{cpp|h}Lynx Linden
This module now contains general viewer version routines, not just access to the viewer build number, so I've renamed it from llviewerbuild to llviewerversion.
2009-12-07DEV-43439: Added calls to query the viewer version.Lynx Linden
Rather than copy/paste the same version string formatting pattern again, I added new string-based version routines: /// return the full viewer version as a string like "2.0.0.200030" const std::string &llGetViewerVersion(); /// return the viewer version as a string like "2.0.0" const std::string &llGetViewerShortVersion(); /// return the viewer build version as a string, e.g., "200130" const std::string &llGetViewerBuildVersion();
2009-12-07No ticket. Removed inventory offer fake notification.Eugene Mutavchi
--HG-- branch : product-engine
2009-12-07Implemented normal sub-task EXT-3142("new message" indicator for object ↵Eugene Mutavchi
chiclets) --HG-- branch : product-engine
2009-12-07automated merge viewer2.0->viewer2.0Loren Shih
2009-12-07Fix for major bug EXT-3135 "Crash after dragging LM from 'Inventory' ↵Sergei Litovchuk
accordion to fav bar". - Added method to get currently active tab in sidetray. - Disabled opening sidetray inventory panel upon receiving new inventory item or after drag-n-drop operations with landmarks in sidetray places panel. --HG-- branch : product-engine
2009-12-07DEV-43439: Allow Home side panel URL to be customized.Lynx Linden
The URL for the Home side panel is now specified via a new "HomeSidePanelURL" string in app_settings/settings.xml. This string supports the following substitutions: CHANNEL = the channel name for the viewer VERSION = the full version string for the viewer LANGUAGE = the current language set in the viewer AUTH_KEY = the authentication key (see below) The authentication key is an optional string that is read from the dictionary of strings returned by login.cgi. If login.cgi returns a key called "home_sidetray_token", then the value of that key is used for the AUTH_KEY substitution. This lets the server provide a piece of blind data that can be passed to the Home panel web page to support authentication. The viewer does not interpret the token in any way. This change adds a new module, llviewerhome.{cpp|h} to contain the model functionality, used by the view module, llpanelhome.{cpp|h}.
2009-12-07automated merge viewer2.0->avpLoren Shih
--HG-- branch : avatar-pipeline
2009-12-07EXT-3124 : Add lookup for finding all linked items to an itemLoren Shih
Commented this feature out since the viewer can't ask the server to change assetIDs of its inventory items. --HG-- branch : avatar-pipeline
2009-12-07 implemented Task EXT-2304 Offer Notifications should include a link ↵Denis Serdjuk
that highlights the landmark or item in the appropriate side panel Changes: 1.highlighting of landmarks was broken by LLInventoryPanel::getActiveInventoryPanel(). 2. escaping of urls --HG-- branch : product-engine
2009-12-07Merge viewer 2.0 into mediaskolb
2009-12-07tast EXT-3096 (Notification toasts mouse hovering behavior), fade behavior ↵Igor Borovkov
is now being reset for all toasts on hovering --HG-- branch : product-engine
2009-12-07EXT-3124 : Add lookup for finding all linked items to an itemLoren Shih
EXT-3195 : Regenerat Links sometimes pairs to library items Excluding library when repairing broken links. Reselecting original selected broken link after repairing. --HG-- branch : avatar-pipeline
2009-12-07Completed normal task EXT-3148 (Implement updating of the IM Well message ↵Mike Antipov
counter). -- added broken constants' initialization (in Changeset: f0931dcb0481) --HG-- branch : product-engine
2009-12-07Fixed normal bug EXT - 3074 (Resident name tabs in IM window should not be ↵Paul Guslisty
capitalized) --HG-- branch : product-engine
2009-12-07mergeYuri Chebotarev
--HG-- branch : product-engine
2009-12-07EXT-2989 Chiclet overlaps the voice indicator of another chicletYuri Chebotarev
see comments for details --HG-- branch : product-engine
2009-12-07mergeVadim Savchuk
--HG-- branch : product-engine
2009-12-07Fix for critical bug EXT-3166 "MyInventory/Library Places accordions are ↵Sergei Litovchuk
causing massive inventory background fetch on startup" - MyInventory/Library Places accordions aren't expanded on startup now. --HG-- branch : product-engine
2009-12-07Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-07mergeVadim Savchuk
--HG-- branch : product-engine
2009-12-07EXT-3189: Fix tab order and location of Grid pulldown.Lynx Linden
The (optional) Grid pulldown on the login screen is now located below the Starting Location pulldown, rather than below the Last Name text entry field. The tab order is also now more obvious.
2009-12-07Minor comments cleanup.Vadim Savchuk
--HG-- branch : product-engine
2009-12-07mergeVadim Savchuk
--HG-- branch : product-engine
2009-12-07Manual merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-07Work on normal task EXT-3148 (Implement updating of the IM Well message ↵Mike Antipov
counter). Fixed Linux build -- move constats into class --HG-- branch : product-engine
2009-12-07Implemented normal task EXT-3084 (Update Notifications window behavior).Andrew Dyukov
- Added hiding window when focus is lost. --HG-- branch : product-engine
2009-12-07DEV-43799: Make the search web view be 650x600.Lynx Linden
2009-12-07Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-12-07implemented EXT-2797 “Making friendship offer should be recorded into IM ↵Alexei Arabadji
history” --HG-- branch : product-engine
2009-12-07Work on normal task EXT-3148 (Implement updating of the IM Well message ↵Mike Antipov
counter). Completed -- added updating count of unread messages in IM Well counter while closing any session. --HG-- branch : product-engine
2009-12-07Aditional changes for normal task EXT-3081 (Separate Message Well on ↵Mike Antipov
Notifications Well and IM Well) -- set different titles for IM & Notification Well windows -- set different anchors for IM & Notification Well windows --HG-- branch : product-engine
2009-12-07Aditional changes for normal task EXT-3081 (Separate Message Well on ↵Mike Antipov
Notifications Well and IM Well) -- moved Notification well specific functionality from the "LLSysWellChiclet" into derived "LLNotificationChiclet" class --HG-- branch : product-engine