Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-20 | STORM-411 FIXED The most of additional options in the Teleport History ↵ | Paul Guslisty | |
profile are always disabled - Deleted unimplemented menu items from XML - Hide "Make a Landmark" menu item in case "Teleport History Place Profile" panel is opened | |||
2010-12-20 | merge fix for storm-412 | Oz Linden | |
2010-12-20 | merge fix for storm-801 | Oz Linden | |
2010-12-18 | STORM-467 Fix for minimap zoom does not persist to the next session | Jonathan Yap | |
2010-12-18 | STORM-511 FIXED Display tooltip for sender name on group notices. | Vadim ProductEngine | |
Changes: * Set tooltip for sender name. * Overridden handleTooltip() for the tooltip to be of normal (yellow) color. | |||
2010-12-18 | STORM-412 FIXED Resident profile controls aren't reshaped on changing panel ↵ | Paul Guslisty | |
width - Added parameters for text boxes to follow right side of panel | |||
2010-12-18 | STORM-460 FIXED "Go" button is cropped from right in the Media Browser | Paul Guslisty | |
- Decreased button width | |||
2010-12-18 | STORM-801 FIXED Wrong checkbox label in panel preferences, advanced tab | Paul Guslisty | |
- Corrected checkbox label | |||
2010-12-17 | STORM-744 : Add llkdu unit tests, turn on and fix llworldmap unit tests in ↵ | Merov Linden | |
newview | |||
2010-12-17 | SOCIAL-395 (FIX) LLWebContentFloater not handling Javascript size and window ↵ | callum | |
position parameters in Change to llfloaterwebcontent.cpp is a whitespace change only to fix a broken checkin | |||
2010-12-17 | SOCIAL-371 (PARTIAL) HTTP Auth sites do not load / allow login on Media on a ↵ | callum | |
Prim faces in Webkit 4.7 Fixes broken text substituition of realm/host only. | |||
2010-12-17 | Adding newline char at EOF so linux version builds (sigh) | callum | |
2010-12-17 | Merge from viewer-development post 2.4 release | Monty Brandenberg | |
2010-12-17 | STORM-669 FIXED 'Security browsing' icon is overlapped by 'More' button in ↵ | Paul Guslisty | |
object info mini-inspector - Moved 'Security browsing' icon before URL. Now icon is in one line with URL. | |||
2010-12-17 | Adjust parameter in call to setFocusOnAvatar to be more efficient (don't ↵ | Jonathan Yap | |
animate) | |||
2010-12-16 | ESC-237 No static init of LLAtomics and move TFRequest out of unnamed namespace. | Monty Brandenberg | |
Linux startup crash appears to be due to static/global C++ init of LLAtomic types. The initializer with explicit value makes some runtime calls and it looks like these assume, at least on Linux, that apr_initialize() has been called. So move the static POST count to a member and provide accessors and increment/decrement. Command queue was built on a pointer to a class in anonymous namespace and that's not quite valid. Made it a nested class (really a nested forward declaration) while keeping the derived classes in anonymous. | |||
2010-12-16 | SOCIAL-370 FIX (2) Links to External Web Pages not working in Floaters such ↵ | callum | |
as Search in Webkit 4.7 branch | |||
2010-12-16 | SOCIAL-393 FIX Need a keyboard shortcut to open the Web Content floater | callum | |
2010-12-16 | SOCIAL-392 FIX Web Content Panel does not save location history between sessions | callum | |
2010-12-16 | merge fix for storm-529 | Oz Linden | |
2010-12-16 | merge fix for storm-776 | Oz Linden | |
2010-12-16 | clearer message. | Andrew A. de Laix | |
2010-12-16 | Vary install failed message depending on whether it was required or not. | Andrew A. de Laix | |
2010-12-16 | STORM-529 FIXED Added Undo/Redo items to the Build menu. | Vadim ProductEngine | |
2010-12-15 | SOCIAL-389 FIX Stop button in Web Content panel does not stop page content ↵ | callum | |
from loading or progress bar So many things wrong here it wasn't funny - button not enabled, button not connected to function, wrong call to stop browser etc. | |||
2010-12-15 | SOCIAL-387 FIX Clicking on links in TOS during account activation in the ↵ | callum | |
viewer do not launch browser in Webkit 4.7 Mis-assumption about floaters that spawn web-content | |||
2010-12-16 | STORM-771 FIXED Pasting wearable items from clipboard to Current Outfit or ↵ | Seth ProductEngine | |
an outfit folder now creates links to these items. | |||
2010-12-15 | don't ask before quitting when login or download progress is being shown. | Andrew A. de Laix | |
2010-12-15 | ESC-235 Truncation of over-sized metrics reports wasn't working. | Monty Brandenberg | |
Legacy of the LLSD::Map-to-LLSD::Array conversion, this ended up performing an erase on the array rather than the map taking out all the regions. So, there *was* a metrics report, it was just empty of regions. Fixed and scanned for more array/map problems and corrected the data type for duration sorts (should have been Real). | |||
2010-12-15 | STORM-800 FIXED Crash in LLRemoteParcelInfoProcessor::processParcelInfoReply() | Kitty Barnett | |
2010-12-15 | STORM-799 FIXED Crash in LLVivoxVoiceClient::notifyStatusObservers() | Kitty Barnett | |
2010-12-15 | pulling fixes back from viewer-beta | Oz Linden | |
2010-12-15 | STORM-776 : unable to change permissions to "no trans" on item in avatar ↵ | Wolfpup Lowenhar | |
inventory applied Kitty's code changes listed in STROM-288 as it is a related issue and this actualy fixed both issues! | |||
2010-12-15 | STORM-786 ADDITIONAL FIX Fixed Windows build. | Vadim ProductEngine | |
2010-12-15 | STORM-786 FIXED Fixed disappearing controls in avatar picks list. | Vadim ProductEngine | |
Caused by an improper fix of STORM-690. Made the way we switch between profile view panels (profile view / pick_info / pick_edit) more robust. It now suits both My Profile and Profile View panels. | |||
2010-12-14 | SOCIAL-369 FIX Hitting reload on the media browser removes entries from ↵ | Monroe Linden | |
location history for that session in Webkit 4.7 | |||
2010-12-14 | SWAT-352: when loading lleventhost, call apr_dso_error() function. | Nat Goodspeed | |
In addition to its usual apr_sterror() function, APR defines a special function specifically for errors relating to the apr_dso_*() functions. Introduce ll_apr_warn_status() and ll_apr_assert_status() overloads accepting apr_dso_handle_t* to call apr_dso_error() as well as apr_strerror() and log its output. Use new ll_apr_warn_status() in LLAppViewer::loadEventHostModule() for apr_dso_load() and apr_dso_sym() calls. Instead of shorthand ll_apr_assert_status(), use with llassert_always() so check is still performed even in Release build. Add more lleventhost-related debugging output, e.g. full pathname of the DLL. On Mac and Linux, call 'file' command to report nature of the DLL too. | |||
2010-12-14 | SOCIAL-383 FIX Sites with no titles do not show web address in title bar in ↵ | callum | |
Web Content Browser | |||
2010-12-14 | SOCIAL-384 FIX Menu bar images do not have tooltips in Web Content Browser | callum | |
2010-12-14 | SOCIAL-381 FIX WEB CONTENT shown in title bar of Web Content Browser when ↵ | callum | |
opening a popup window | |||
2010-12-14 | SOCIAL-366 FIX UI Issues with HTTP Dialogs in Webkit 4.7 | callum | |
2010-12-14 | SOCIAL-373 FIX Media browser does not show https secure icon in address bar ↵ | callum | |
when a site is loaded over https | |||
2010-12-14 | merge fix for storm-713 | Oz Linden | |
2010-12-14 | merge fix for storm-401 | Oz Linden | |
2010-12-14 | merge fix for storm-434 | Oz Linden | |
2010-12-14 | merge fix(es) for storm-378 | Oz Linden | |
2010-12-14 | STORM-352 FIXED Vertical scrollbar isn't reshaped in resident profile panel ↵ | Paul Guslisty | |
after decreasing panel height - Set height of scroll container the same as bounding panel's height | |||
2010-12-14 | STORM-434 FIXED Tooltips don't appear on Mini-Location bar. | Paul Guslisty | |
- Added localized tooltips for icons and info button in LLPanelTopInfoBar | |||
2010-12-14 | STORM-713 FIXED XML/UI issues in llTextBox | Paul Guslisty | |
- As the class LLToastNotifyPanel is deprecated, made the class LLToastScriptTextbox derived directly from LLToastPanel. - Added callback for ignore button. Now LLToastScriptTextbox has its own XML, therefore it's not needed to dynamically create toast panel. Since LLToastNotifyPanel is deprecated all new notification toasts should be created this way. | |||
2010-12-13 | STORM-766 : pull into viewer-development | Merov Linden | |