Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-14 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-07-14 | EXP-880 FIX Enable navigation chrome in search floater | Richard Linden | |
fixed regression where profile window wasn't using requested size | |||
2011-07-14 | Potential fix for SH-1854 and SH-1125 (caps issues) | Don Kjer | |
2011-07-14 | Pacify Linux gcc more thoroughly. | Nat Goodspeed | |
2011-07-14 | #include correct headers for Windows _open() et al. | Nat Goodspeed | |
Also mollify Linux build, which gets alarmed when you implicitly ignore write()'s return value. Ignore it explicitly. | |||
2011-07-14 | Avoid Boost.Filesystem: Boost package improperly built on Windows? | Nat Goodspeed | |
Seems Linden's Boost package and the viewer build might use different settings of the /Zc:wchar_t switch. Anyway, this implementation using open(O_CREAT | O_EXCL) should be more robust. I'm surprised Boost.Filesystem doesn't seem to offer "create a unique file"; all I found was "generate a random filename fairly likely to be unique." | |||
2011-07-14 | FIX STORM-1494 remove duplicate ID and xml snippet | eli | |
2011-07-14 | EXP-1001 Newness is removed on next login if you log out or crash before ↵ | Leyla Farazha | |
opening inventory panel EXP-1002 Single order purchase does not open Received Items panel by default if Inventory panel open when delivered | |||
2011-07-14 | Fix for SH-2061 model crashes viewer - fixed an issue where a corrupted dae ↵ | prep | |
would not disable the calc button | |||
2011-07-14 | wstring_to_utf8str() accepts LLWString rather than std::wstring. | Nat Goodspeed | |
2011-07-14 | STORM-1234 FIXED text editor selection which was skipping the last character ↵ | Seth ProductEngine | |
in line. Added handling of the wrapped lines case when calculating the starting position for selection. The bug is a regression caused by the fix of STORM-320 which was dealing with calculating the position of the input cursor while navigating through the lines of text with word wrapping enabled. | |||
2011-07-14 | Use Linden wstring-to-string conversion, not boost::filesystem's. | Nat Goodspeed | |
On Windows, calling boost::filesystem::path::string() implicitly requests code conversion between std::wstring (the boost::filesystem::path::string_type selected on Windows) and std::string. At least for integration-test program, that produces link errors. Use Linden's wstring_to_utf8str() instead. | |||
2011-07-14 | STORM-1482 Little bit of Windows crash report value logging. | Aaron Stone | |
2011-07-14 | turning on newness | Leyla Farazha | |
2011-07-14 | Attempt to fix minor build errors on Windows. | Nat Goodspeed | |
2011-07-14 | merge | Leyla Farazha | |
2011-07-14 | Eliminate use of PATH_MAX, which is bogus anyway. | Nat Goodspeed | |
2011-07-14 | merge changes for 2.7.5 release | Oz Linden | |
2011-07-14 | Added tag DRTVWR-66_2.7.4-release, 2.7.4-release for changeset 057f319dd8ec | Debi King (Dessie) | |
2011-07-14 | New llsdserialize_test logic needs Boost.Filesystem library. | Nat Goodspeed | |
That, in turn, needs Boost.System library. | |||
2011-07-14 | Work around broken Windows command-line processing. | Nat Goodspeed | |
It's wonderful that the Python interpreter will accept a whole multi-line script as a composite -c argument... but because Windows command-line processing is fundamentally flawed, we simply can't count on it for Windows. Instead, accept script text, write a temporary script file in a system- dependent temp directory, ask Python to run that script and delete the file. Also, on Windows, use _spawnl(), much simpler than adding bizarre Windows wait logic to LLProcessLauncher. Use LLProcessLauncher only on Mac & Linux, with waitpid() to capture rc. | |||
2011-07-14 | EXP-899 No user feedback given when a user attempts to delete a system ↵ | Leyla Farazha | |
folder from their inventory | |||
2011-07-14 | EXP-998 Logging in with different user can remove newness for incorrect user | Leyla Farazha | |
2011-07-14 | Fix for Sh-2047: Partial joint arrays are now able to upload | prep | |
2011-07-14 | merge | Dave Parks | |
2011-07-14 | merge | Dave Parks | |
2011-07-14 | SH-715 Disable simplify/analyze button while counterpart is executing. | Dave Parks | |
2011-07-13 | EXP-880 FIX Enable navigation chrome in search floater | Richard Linden | |
fixed regression where preferred content size was no longer being respected | |||
2011-07-13 | EXP-1009 WIP Teleport links from Search floater and destination guide in ↵ | Richard Linden | |
viewer fail with intrusted browser error in viewer | |||
2011-07-13 | Still trying to fix Windows header-file-order problem. | Nat Goodspeed | |
2011-07-13 | EXP-941 FIX text and url change to the age verification dialog | Richard Linden | |
tweaked url | |||
2011-07-13 | Attempt to fix confusing header-file-order problems on Windows. | Nat Goodspeed | |
2011-07-13 | merge changes for storm-1507 | Oz Linden | |
2011-07-13 | merge changes for open-99 | Oz Linden | |
2011-07-13 | Introduce support for C++ integration tests running Python scripts. | Nat Goodspeed | |
This is in its infancy; tested on Mac; needs to be ironed out on Windows and Linux. Goal is to test at least some cross-language LLSD serialization. | |||
2011-07-13 | Code cleanup for the SOCKS 5 proxy viewer. | Logan Dethrow | |
2011-07-13 | merge changes for eli_viewer-development | Oz Linden | |
2011-07-13 | merge | Brad Payne (Vir Linden) | |
2011-07-13 | merge | Brad Payne (Vir Linden) | |
2011-07-13 | Disabled the fresh item count. The badge on the suitcase button now once again | Leslie Linden | |
reflects the total item count in the Received Items folder and the New badge is no longer initialized and will not be displayed. Reviewed by Richard. | |||
2011-07-13 | SH-1637 FIX, SH-1638 FIX - fixes jittery camera problems | Brad Payne (Vir Linden) | |
2011-07-13 | merge | Brad Payne (Vir Linden) | |
2011-07-13 | STORM-1503 FIXED Find floater doesn't set focus to its browser. | Paul ProductEngine | |
Added tab stop for browser to get focus when find floater is focused. | |||
2011-07-13 | STORM-1112 Fixed network buffers that need to have space for the SOCKS proxy ↵ | Logan Dethrow | |
header. | |||
2011-07-13 | merge | Brad Payne (Vir Linden) | |
2011-07-13 | STORM-1502 FIXED Disable "Delete Water/Sky/Day Preset" dialogs if no user ↵ | Vadim ProductEngine | |
presets exist. | |||
2011-07-12 | EXP-880 FIX Enable navigation chrome for Search floater | Richard Linden | |
search floater derives from floater_web_content all web content now uses floater_web_content instead of media_browser | |||
2011-07-12 | Merge | Don Kjer | |
2011-07-12 | Changes to support SH-1894: Textures uploaded with Mesh do not appear in ↵ | Don Kjer | |
inventory. Reviewed by Andrew | |||
2011-07-13 | Watchdog timeout now set to 60 seconds for long-term use (instead of 20, ↵ | jenn | |
used during crash pile-on). Updated setting description field to describe how setting the value of WatchdogEnabled will affect Viewer behavior. |