Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-07 | DEV-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-07 | DEV-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-07 | DEV-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-07 | EXT-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-07 | DEV-43799: Make the search web view be 650x600. | Lynx Linden | |
2009-12-04 | merge | James Cook | |
2009-12-04 | Nudge Parabuild | James Cook | |
2009-12-04 | Fix linux build, newline at end of file | James Cook | |
2009-12-04 | Automated merge with ssh://angela@hg.lindenlab.com/james/gooey | angela | |
2009-12-04 | Deleting content inside a prim from build floater deletes prim, rather than ↵ | angela | |
content EXT-2575 | |||
2009-12-04 | EXT-1640 | angela | |
Application Icon Misaligned on OSX Installer Dialog | |||
2009-12-03 | merge | James Cook | |
2009-12-03 | EXT-2954 Crash when using the mousewheel in any inventory panel | James Cook | |
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 | Automated merge with ssh://hg.lindenlab.com/james/gooey | Erica | |
2009-12-30 | merge | Leyla Farazha | |
2009-12-30 | EXT-2823 Find window: change default open location to the top-left of screen | Leyla Farazha | |
EXT-2921 [BSI] Default location for Screenshot Floater hides expanded options off screen reviewed by James | |||
2009-12-30 | EXT-2898 Hiding navbar and favbar is broken | Leyla Farazha | |
reviewed by James | |||
2009-12-30 | EXT-2967 Spinner label font sizes are not rendering consistently between ↵ | Leyla Farazha | |
platforms OSX isn't loading the ui_ctrl.xml file, moving font to individual widgets reviewed by James | |||
2009-12-03 | EXT-2450 Extra column in Group panel memberlist | Erica | |
2009-12-03 | merge | James Cook | |
2009-12-03 | Added floater_test_text_editor, hooked up UI tests to login Debug menu | James Cook | |
Reviewed with Leyla | |||
2009-12-03 | fixed window resize alignment problem in login form | Erica | |
2009-12-03 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-12-03 | merge | James Cook | |
2009-12-03 | Fix Linux build, file missing newline at end of file | James Cook | |
2009-12-03 | Automated merge with ssh://hg.lindenlab.com/james/gooey | Erica | |
2009-12-03 | Final layout changes to about land, new widget sizes, EXT-3027 About Land ↵ | Erica | |
dialog:Media panel layout issues | |||
2009-12-03 | Updated to add ellipses on long descriptions, and added a margin beneath the ↵ | Justin C. Rounds (Chuck) | |
description to keep it from running into the text below. http://jira.secondlife.com/browse/EXT-2995 | |||
2009-12-03 | Merge from product-engine | Steve Bennetts | |
2009-12-03 | Un-threaded LLTextureFetch to address potential performance and edge case ↵ | Steve Bennetts | |
crash issues. Changed an assert to an llerrs with extra info Added "HTTP Textures" to "Develop" menu | |||
2009-12-03 | Fixed a crash when clearing private data twice. | Steve Bennetts | |
2009-12-03 | Fix for DEV-43696 (media streams should have hard limit of 8) | Monroe Linden | |
This was just an off-by-one error in the hard limit calculation (> instead of >=). | |||
2009-12-03 | Don't show controls if build tools are up | Rick Pasetto | |
2009-12-03 | Automated merge with ssh://chuck@hg.lindenlab.com/james/gooey/ | Justin C. Rounds (Chuck) | |
2009-12-03 | Changed ChatToastAgentNameColor to EmphasisColor. | Justin C. Rounds (Chuck) | |
http://jira.secondlife.com/browse/EXT-3072 | |||
2009-12-03 | remove fudge factor for controls background rendering | Rick Pasetto | |
2009-12-03 | merge of avatar-pipeline branch into viewer2 | Eric M. Tulla (BigPapi) | |
2009-12-03 | EXT-2966 Parcel property icons on nav bar have no tool-tips | James Cook | |
Added tooltips in strings.xml so they can be localized. | |||
2009-12-03 | moved start location dropdown | Erica | |
2009-12-03 | Automated merge with ssh://rick@hg.lindenlab.com/skolb/media | Rick Pasetto | |
2009-12-03 | local merge | skolb | |
2009-12-03 | merge of viewer2 into avp branch | Eric M. Tulla (BigPapi) | |
--HG-- branch : avatar-pipeline | |||
2009-12-03 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-03 | Fixed minor bug EXT-2466 (Call menuitem in the Friends context menu is ↵ | Sergey Borushevsky | |
disabled always) --HG-- branch : product-engine | |||
2009-12-03 | fixed 'accept' of voice group chat | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-03 | Fixed normal bug EXT-3021 - Viewer crashes on receiving notification for ↵ | Dmitry Zaporozhan | |
creating script(offer) chiclet for same object in second time. --HG-- branch : product-engine | |||
2009-12-03 | fixing bad cast that was causing a compiler error. | Nyx (Neal Orman) | |
Code reviewed by Seraph --HG-- branch : avatar-pipeline | |||
2009-12-03 | EXT-2575 [BSI] Deleting content inside a prim from build floater deletes ↵ | angela | |
prim, rather than content | |||
2009-12-03 | EXT-2313 Add auto-close behavior to mini-inspector floater | angela | |
2009-12-03 | fix for normal EXT-3077 [BSI] Object chat of objects without a name bork ↵ | Yuri Chebotarev | |
nearby chat toasts and log for information - since I think that messages from nowhere is bad practice for user - if object that send message has no name I use object id as name --HG-- branch : product-engine |