<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/newview/llviewerhome.cpp, branch cef_147</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=cef_147</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=cef_147'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2024-04-29T04:56:09Z</updated>
<entry>
<title>#824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed</title>
<updated>2024-04-29T04:56:09Z</updated>
<author>
<name>Andrey Lihatskiy</name>
<email>alihatskiy@productengine.com</email>
</author>
<published>2024-04-29T04:43:28Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=1b68f71348ecf3983b76b40d7940da8377f049b7'/>
<id>urn:sha1:1b68f71348ecf3983b76b40d7940da8377f049b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove execute permission from many files that should not have it</title>
<updated>2015-11-10T14:48:56Z</updated>
<author>
<name>Oz Linden</name>
<email>oz@lindenlab.com</email>
</author>
<published>2015-11-10T14:48:56Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=c8726aba303bcf1207b730a344536e25491420bc'/>
<id>urn:sha1:c8726aba303bcf1207b730a344536e25491420bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Mac and Windows breakpad builds to latest</title>
<updated>2013-03-29T14:50:08Z</updated>
<author>
<name>Graham Madarasz</name>
<email>graham@lindenlab.com</email>
</author>
<published>2013-03-29T14:50:08Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=bf6182daa8b4d7cea79310547f71d7a3155e17b0'/>
<id>urn:sha1:bf6182daa8b4d7cea79310547f71d7a3155e17b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change license from GPL to LGPL (version 2.1)</title>
<updated>2010-08-13T11:24:57Z</updated>
<author>
<name>Oz Linden</name>
<email>oz@lindenlab.com</email>
</author>
<published>2010-08-13T11:24:57Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=06b0d72efa96b6a0ed665f7cd46f358c48929e7b'/>
<id>urn:sha1:06b0d72efa96b6a0ed665f7cd46f358c48929e7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DEV-44861: Support a home_sidetray_url from login.cgi</title>
<updated>2010-01-13T11:06:50Z</updated>
<author>
<name>Lynx Linden</name>
<email>lynx@lindenlab.com</email>
</author>
<published>2010-01-13T11:06:50Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=3f07a635c877332ecd49efef4d83da1e856a4fc9'/>
<id>urn:sha1:3f07a635c877332ecd49efef4d83da1e856a4fc9</id>
<content type='text'>
The URL for the Home side tray is specified in settings.xml. It can
now be overriden on a grid-level via a "home_sidetray_url" token sent
by login.cgi.

I also updated the Home URL in settings.xml to pass through a bunch of
information to the web server as query params. These include:

p= : the authentication token from login.cgi
lang= : the user's current two-letter language setting
channel= : the viewer's channel name, e.g., "Second Life Beta",
"Second Life Release", "Snowglobe", etc.
version= : the viewer's version number, e.g., "2.0.0.200712"
major= : the viewer's major version number, e.g. "2"
minor= : the viewer's minor version number, e.g. "0"
</content>
</entry>
<entry>
<title>EXT-3496: Add a common authentication key for search and home.</title>
<updated>2009-12-15T23:45:38Z</updated>
<author>
<name>Lynx Linden</name>
<email>lynx@lindenlab.com</email>
</author>
<published>2009-12-15T23:45:38Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=931591c0ab434cc330cfdfa324a27278bc4a1270'/>
<id>urn:sha1:931591c0ab434cc330cfdfa324a27278bc4a1270</id>
<content type='text'>
Search and the Home sidetray now have their own specific
authentication keys that they support from login.cgi, but they
fallback to a common key as follows:

Search: "search_token", fallback to "auth_token"
Home: "home_sidetray_token", fallback to "auth_token"
</content>
</entry>
<entry>
<title>EXT-3441: Support various substitutions for Search URL.</title>
<updated>2009-12-15T16:00:28Z</updated>
<author>
<name>Lynx Linden</name>
<email>lynx@lindenlab.com</email>
</author>
<published>2009-12-15T16:00:28Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=870d4449f5eec1c2a7e5e4627a0433846ab256aa'/>
<id>urn:sha1:870d4449f5eec1c2a7e5e4627a0433846ab256aa</id>
<content type='text'>
The search URL is now specified in app_settings/settings.xml (instead
of in floater_search.xml), and it is now defined more flexibly with
support for various substitution strings, such as [QUERY], [AUTH_KEY],
[MATURITY], [GODLIKE], etc.

I pulled the common substitution code out into a new static method,
LLWeb::expandURLSubstitutions(). This provides support for common
strings like [VERSION], [CHANNEL], [LANGUAGE], [OS], etc. The Help and
Home sidetray code has been updated to use this new function, to avoid
replicating this behavior 3 times.

I also cleaned up the app_settings/settings.xml file and removed the
old search keys of: SearchURLDefault, SearchURLQuery, and
SearchURLSuffix2.
</content>
</entry>
<entry>
<title>DEV-43439: Created new LLVersionInfo API.</title>
<updated>2009-12-08T14:56:19Z</updated>
<author>
<name>Lynx Linden</name>
<email>lynx@lindenlab.com</email>
</author>
<published>2009-12-08T14:56:19Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=98111a40ec907f994841d2b934246d8096317f60'/>
<id>urn:sha1:98111a40ec907f994841d2b934246d8096317f60</id>
<content type='text'>
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 &amp;getVersion();
        static const std::string &amp;getShortVersion();
        static const std::string &amp;getChannel();

All viewer code has been updated to use this API. Viewer code no
longer directly includes llversionviewer.h from llcommon.
</content>
</entry>
<entry>
<title>DEV-43439: Added support for GRID substitution variable.</title>
<updated>2009-12-08T10:51:33Z</updated>
<author>
<name>Lynx Linden</name>
<email>lynx@lindenlab.com</email>
</author>
<published>2009-12-08T10:51:33Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=57769268076a1a01b730dfcdb4a0552bc15c44fe'/>
<id>urn:sha1:57769268076a1a01b730dfcdb4a0552bc15c44fe</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>DEV-43439: Rename llviewerbuild.{cpp|h} -&gt; llviewerversion.{cpp|h}</title>
<updated>2009-12-07T20:30:29Z</updated>
<author>
<name>Lynx Linden</name>
<email>lynx@lindenlab.com</email>
</author>
<published>2009-12-07T20:30:29Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=24cba353a45f6c261169fcda03cb9ac860ef8d9f'/>
<id>urn:sha1:24cba353a45f6c261169fcda03cb9ac860ef8d9f</id>
<content type='text'>
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.
</content>
</entry>
</feed>
