Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-18 | Backed out revision cbc793dcd3db to disable libcurl verbose logging. | Logan Dethrow | |
2011-08-18 | LLProxy: Renamed a setting to better describe what it controls. | Logan Dethrow | |
2011-08-16 | Backed out changeset 694594710de2 | Logan Dethrow | |
2011-08-15 | Backed out rev 42d5f5df0a6a. Code was apparently needed afterall. | Logan Dethrow | |
2011-08-15 | Back out later: Turned on curl verbose logging for debugging purposes. | Logan Dethrow | |
2011-08-15 | LLProxy: Removed unneeded call to LLProxy::applyProxySettings, since it was ↵ | Logan Dethrow | |
already being called. | |||
2011-08-12 | merge | Logan Dethrow | |
2011-08-12 | LLProxy: xui string cleanup. | Logan Dethrow | |
2011-08-11 | merge back late beta fix for storm-1060 | Oz Linden | |
2011-08-11 | merge changes for storm-1427 | Oz Linden | |
2011-08-11 | merge changes for storm-632 | Oz Linden | |
2011-08-11 | merge changes for STORM-1534 | Oz Linden | |
2011-08-11 | update default value for Lindens list | Oz Linden | |
2011-08-10 | convert linden names list to string | Oz Linden | |
2011-08-10 | storm-1060: yet another attempt to fix windows icons | Oz Linden | |
2011-08-09 | storm-1549 | Oz Linden | |
2011-08-09 | EXP-880 FIX Disable address bar copy menu and open in external browser button | Richard Linden | |
when using trusted browser or explicitly disabling address bar | |||
2011-08-09 | merge late beta fixes for storm-1060 | Oz Linden | |
2011-08-09 | merge changes for vwr-26458 | Oz Linden | |
2011-08-09 | merge changes for storm-1473 | Oz Linden | |
2011-08-09 | merge changes for storm-1436 | Oz Linden | |
2011-08-09 | merge changes for storm-1309 | Oz Linden | |
2011-08-09 | merge changes for storm-1540 | Oz Linden | |
2011-08-09 | merge changes for storm-1194 | Oz Linden | |
2011-08-09 | merge changes for storm-1186 | Oz Linden | |
2011-08-08 | merge changes for storm-1060 | Oz Linden | |
2011-08-08 | more idiosyncracies for beta channel | Oz Linden | |
2011-08-08 | merge | Logan Dethrow | |
2011-08-08 | merge beta fix for storm-1060 | Oz Linden | |
2011-08-08 | merge | Vadim ProductEngine | |
2011-08-08 | fix idiosyncratic name for beta viewer channel icon recognition | Oz Linden | |
2011-08-08 | STORM-632 ADDITIONAL_FIX Disallow showing URL-like avatar display names as ↵ | Vadim ProductEngine | |
Web links in the ShareItemsConfirmation notification. Updating the <nolink> tag parsing regexp to enable multiple <nolink>...</nolink> clauses in a single textbox. | |||
2011-08-08 | Fixed numerous comment spelling errors in llerror.cpp and llerror.h | Logan Dethrow | |
2011-08-08 | LLProxy cleanup. | Logan Dethrow | |
Made the socks proxy start first in llstartup.cpp Moved initialization of the proxy to before the HTTP table fetch Added Doxygen comments to LLProxy methods. Removed call to applyProxySettings in llxmlrpctransaction.cpp since the ctor of LLCurlEasyRequest will apply the proxy settings. | |||
2011-08-08 | increment viewer version to 3.0.1 | Oz Linden | |
2011-08-08 | correct xml syntax error | Oz Linden | |
2011-08-08 | correct version number typo | Oz Linden | |
2011-08-08 | correct merge-induced error in settings.xml | Oz Linden | |
2011-08-08 | merge back beta tags | Oz Linden | |
2011-08-08 | increment viewer version to 3.0.0 | Oz Linden | |
2011-08-08 | merge changes for storm-1060 | Oz Linden | |
2011-08-05 | merged .hgtags | Debi King (Dessie) | |
2011-08-05 | add reading Linden names at build time from enviroment-specified file | Oz Linden | |
2011-08-05 | STORM-1427 FIXED Fixed a debug assertion triggered in the world map floater. | Vadim ProductEngine | |
Apparently, passing empty region name to the MapNameRequest makes server return empty name in MapBlockReply, which triggered the assertion. | |||
2011-08-05 | undo Mac app name change (again) | Oz Linden | |
2011-08-05 | Merging STORM-565 | Vadim ProductEngine | |
2011-08-05 | STORM-1540 FIXED Fixed missing and duplicated names in ↵ | Vadim ProductEngine | |
floater_build_options.xml and floater_model_wizard.xml. | |||
2011-08-05 | undo Mac app name change | Oz Linden | |
2011-08-05 | STORM-1309 WIP Fixed maturity rating icon overlapping the floater right border. | Vadim ProductEngine | |
The code that places it now takes into account possible text truncation. | |||
2011-08-05 | STORM-1309 WIP Proper truncation of region type, estate name and estate ↵ | Vadim ProductEngine | |
owner text. * Use ellipses for truncation. * Where applicable, set tooltip to contain the uncut text. * Leave a few pixels of padding between the text and the floater right border. LLView::getChild<T>() never returns NULL, so no need to check its return value. |