Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-477 WIP Re-implemented LLDir::getNextFileInDir() as an iterator object. | Seth ProductEngine | |
- Added a class implementing directory entries iteration with pattern matching which is used in unit tests instead of LLDir::getNextFileInDir. STORM-550 FIXED Fixed LLDir unit test which failed for some complex wildcard combinations. | |||
2010-12-17 | Automated merge with https://bitbucket.org/mani_linden/viewer-development | Andrew A. de Laix | |
2010-12-17 | ich bin stupid; this should actually fix the windows build. | Andrew A. de Laix | |
2010-12-17 | don't rely on stream cast to bool behavior; use explicit fail call. | Andrew A. de Laix | |
2010-12-17 | STORM-744 : Turn llimage/tests/ on again | Merov Linden | |
2010-12-17 | and don't break other builds. | Andrew A. de Laix | |
2010-12-17 | fix windows build (suppress warning from lexical_cast) | Andrew A. de Laix | |
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 | Updated contributions.txt for STORM-799 and STORM-800 | Kitty Barnett | |
2010-12-17 | Adjust parameter in call to setFocusOnAvatar to be more efficient (don't ↵ | Jonathan Yap | |
animate) | |||
2010-12-16 | ER-414: Add object update type debug rendering view | Don Kjer | |
2010-12-16 | Disabled debug viewer stats recorder | Don Kjer | |
2010-12-16 | Merge from don_linden/viewer-dev | Don Kjer | |
2010-12-16 | Dummy placeholder code for ER-414: Add object update type debug rendering view | Don Kjer | |
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 | fix for SH-445: debug settings -> "CacheNumberOfRegionsForObjects" does not ↵ | Xiaohong Bao | |
limit the number of object cache files | |||
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 | Automated merge with file:///Users/oz/Work/viewer-development | Oz Linden | |
2010-12-16 | Merge | Kent Quirk | |
2010-12-16 | Merge new tag | Kent Quirk | |
2010-12-16 | Merge | Dessie Linden | |
2010-12-16 | Added tag 2.4.0-release for changeset 1ed382c6a08b | Dessie Linden | |
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 | STORM-796 FIXED Implemented rendering /app/region/ SLapps into ↵ | Vadim ProductEngine | |
human-readable strings. Example: secondlife:///app/region/Ahern/10/20/30/ is displayed as "Ahern (10,20,30)". | |||
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-16 | Fix for compile issue | Don Kjer | |
2010-12-16 | Fix for compile issue | Don Kjer | |
2010-12-15 | STORM-151 : Suppress unused code, clean up code formating, fix typos | Merov Linden | |
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 | Merge | callum | |
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-15 | fix for SH-446: viewer crashed after clearing cache and relogging | Xiaohong Bao | |
2010-12-15 | fix for SH-367: mesh viewer lock up: Problem removing object.cache - ↵ | Xiaohong Bao | |
errorcode: 13 | |||
2010-12-15 | Merged viewer-sandbox | Don Kjer | |
2010-12-15 | Modified cache purge entry threshold (part of ER-401) | Don Kjer | |
2010-12-15 | Merge from don_linden/viewer-sandbox | Don Kjer | |
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 | SOCIAL-376 FIX Tooltips with unicode characters show ???????? in Webkit 4.7 | Monroe Linden | |
Rebuild of Mac llqtwebkit library from revision 7a78d43fe8d2 in hg.secondlife.com/llqtwebkit. | |||
2010-12-15 | STORM-453 : Points to the 7.21 curl libs, fixes curl cmake, fixes ↵ | Merov Linden | |
mac_updater build | |||
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 | VWR-24254: Add support for using ld.gold on linux. | Aleric Inglewood | |
To use ld.gold configure with: -DCMAKE_EXE_LINKER_FLAGS:STRING="-Wl,-use-gold". ld.gold links the viewer on my machine in 8 seconds, as opposed to 19 seconds with ld.bfd. Moreover, it uses a LOT less memory during linking (about 750 MB instead of 2.5 GB!). VWR-24254: Don't link with fontconfig on non-linux. While we already added fontconfig in the above patch, that code turned out to also be used by Windows and Darwin (contrary to the comments in the code). After looking at the history of commits and a discussion on IRC it was decided that the original coder (Kyle Ambroff <ambroff@lindenlab.com>) really meant (LINUX AND VIEWER) instead of (NOT LINUX OR VIEWER). | |||
2010-12-20 | VWR-24261: Configuration with cmake 2.8 is extremely slow | Aleric Inglewood | |
Add non-broken FindZLIB.cmake. |