Commit Graph

4059 Commits (de2f8212f0c8a42d02e636ecd0744d3ddfd0dce9)

Author SHA1 Message Date
Lynx Linden de2f8212f0 DEV-43439: Added calls to query the viewer version.
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-07 20:05:52 +00:00
Lynx Linden 37c7e4059c DEV-43439: Allow Home side panel URL to be customized.
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-07 18:22:52 +00:00
Lynx Linden 1db39c97a5 EXT-3189: Fix tab order and location of Grid pulldown.
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-07 14:25:21 +00:00
Lynx Linden fefb08eef5 DEV-43799: Make the search web view be 650x600. 2009-12-07 13:21:42 +00:00
Nat Goodspeed fde12f0204 DEV-43463: use fixed Boost package on Windows 2009-12-04 17:32:09 -05:00
Nat Goodspeed be9480ab77 DEV-43463: skip() instead of commenting out lllogin_tests 2009-12-04 16:38:12 -05:00
James Cook fa8b2135f5 merge 2009-12-04 10:56:19 -08:00
James Cook 5b695ac56a Nudge Parabuild 2009-12-04 10:29:39 -08:00
James Cook ab6134c231 Fix linux build, newline at end of file 2009-12-04 10:18:53 -08:00
angela 29ed5c88c0 Automated merge with ssh://angela@hg.lindenlab.com/james/gooey 2009-12-04 13:23:20 +08:00
angela 6dcdcb1911 Deleting content inside a prim from build floater deletes prim, rather than content
EXT-2575
2009-12-04 13:22:17 +08:00
angela 59b4d01a0c EXT-1640
Application Icon Misaligned on OSX Installer Dialog
2009-12-04 12:26:46 +08:00
James Cook f9a023e69f merge 2009-12-03 17:39:40 -08:00
James Cook 26a38ab852 EXT-2954 Crash when using the mousewheel in any inventory panel
LLFolderView was explicitly passing scroll events back to its
parent LLScrollContainer, which it didn't need to do.  It may not have
exhibited an infinite loop before due to bugs in the border width
computations for scroll rectangles.  Reviewed with Leyla.
2009-12-03 17:37:10 -08:00
Erica 8c6f3291d4 Automated merge with ssh://hg.lindenlab.com/james/gooey 2009-12-03 16:06:48 -08:00
Leyla Farazha 3d6fa0a5f4 merge 2009-12-30 15:38:30 -08:00
Leyla Farazha 58d65d58a9 EXT-2823 Find window: change default open location to the top-left of screen
EXT-2921   	 [BSI] Default location for Screenshot Floater hides expanded options off screen
reviewed by James
2009-12-30 15:34:30 -08:00
Leyla Farazha d2901ab4ce EXT-2898 Hiding navbar and favbar is broken
reviewed by James
2009-12-30 15:33:34 -08:00
Leyla Farazha b119ee524a EXT-2967 Spinner label font sizes are not rendering consistently between platforms
OSX isn't loading the ui_ctrl.xml file, moving font to individual widgets
reviewed by James
2009-12-30 15:14:59 -08:00
Erica 4e3f00fcad EXT-2450 Extra column in Group panel memberlist 2009-12-03 16:06:33 -08:00
Nat Goodspeed 25b6b5929e Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2009-12-03 15:58:22 -08:00
James Cook 275b4f5849 merge 2009-12-03 15:30:49 -08:00
James Cook 2add7f7045 Added floater_test_text_editor, hooked up UI tests to login Debug menu
Reviewed with Leyla
2009-12-03 15:21:04 -08:00
James Cook 2fe5e55f4f Hack for EXT-2971 Letter R doesn't show when it's the last letter in a text block.
Add 1 pixel of padding to clipping rect computation.  I think there is a deeper
problem in the font width computation code, but I don't know where.  Opened EXT-3112
for the deeper issue.  Reviewed with Leyla.
2009-12-03 15:20:21 -08:00
Nat Goodspeed 3370a87ff5 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2009-12-03 14:57:20 -08:00
Erica 9388a1a938 fixed window resize alignment problem in login form 2009-12-03 14:42:41 -08:00
Rick Pasetto d9a22f6678 Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ 2009-12-03 14:34:03 -08:00
Nat Goodspeed 3d463ec43e Work around Linux viewer test program catch failure 2009-12-03 13:51:44 -08:00
Mark Palange (Mani) 4535fd64fb Merge 2009-12-03 13:21:32 -08:00
James Cook 522fa62487 merge 2009-12-03 13:11:57 -08:00
Mark Palange (Mani) 5729a0a6a3 Fix to windows build breakages.
Reviewed by Brad
2009-12-03 13:11:35 -08:00
James Cook d566f187a3 Fix Linux build, file missing newline at end of file 2009-12-03 13:11:09 -08:00
Erica 90c42f0e5a Automated merge with ssh://hg.lindenlab.com/james/gooey 2009-12-03 12:28:55 -08:00
Erica 329cdc33da Final layout changes to about land, new widget sizes, EXT-3027 About Land dialog:Media panel layout issues 2009-12-03 12:28:40 -08:00
Justin C. Rounds (Chuck) 301f6b45ca Updated to add ellipses on long descriptions, and added a margin beneath the description to keep it from running into the text below.
http://jira.secondlife.com/browse/EXT-2995
2009-12-03 15:19:03 -05:00
Steve Bennetts a0b4aa14d8 Merge from product-engine 2009-12-03 12:15:47 -08:00
Steve Bennetts a5c5a6598c Un-threaded LLTextureFetch to address potential performance and edge case crash issues.
Changed an assert to an llerrs with extra info
Added "HTTP Textures" to "Develop" menu
2009-12-03 12:07:18 -08:00
Steve Bennetts 2d3f9a4832 Fixed a crash when clearing private data twice. 2009-12-03 12:05:50 -08:00
Nat Goodspeed 18901432e9 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2009-12-03 11:51:50 -08:00
Monroe Linden cfe5ac7684 Fix for DEV-43696 (media streams should have hard limit of 8)
This was just an off-by-one error in the hard limit calculation (> instead of >=).
2009-12-03 11:34:53 -08:00
Rick Pasetto 8752f020fc Don't show controls if build tools are up 2009-12-03 11:37:51 -08:00
Justin C. Rounds (Chuck) 1f05abec61 Automated merge with ssh://chuck@hg.lindenlab.com/james/gooey/ 2009-12-03 14:33:07 -05:00
Justin C. Rounds (Chuck) 60bbeeb0c0 Changed ChatToastAgentNameColor to EmphasisColor.
http://jira.secondlife.com/browse/EXT-3072
2009-12-03 14:32:05 -05:00
Rick Pasetto 42fbb0abcd remove fudge factor for controls background rendering 2009-12-03 11:28:26 -08:00
Eric M. Tulla (BigPapi) ed0596cfc7 merge of avatar-pipeline branch into viewer2 2009-12-03 13:58:14 -05:00
James Cook 4feca85dfa EXT-2966 Parcel property icons on nav bar have no tool-tips
Added tooltips in strings.xml so they can be localized.
2009-12-03 10:54:43 -08:00
Nat Goodspeed d805fab31e DEV-43463: swap visit_and_connect() overloads for Linux compiler 2009-12-03 10:01:23 -08:00
Erica bbdfd84e2a moved start location dropdown 2009-12-03 09:52:05 -08:00
skolb 1de537d1bd Fixed broken build 2009-12-03 09:43:50 -08:00
James Cook 6c2101a44e EXT-2984 Fixed crash in LLNormalTextSegment::getDimensions (no repro)
Avoid stepping off end of array when text segment has 0 characters
Reviewed with Ambroff
2009-12-03 09:32:05 -08:00