Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2011-08-05 | STORM-1309 WIP Fixed timestamp (last modified date) value truncation. | Vadim ProductEngine | |
2011-08-05 | change parameters to test build for release | Oz Linden | |
2011-08-05 | STORM-1309 WIP Appended a space after the colon in "Last modified:". | Vadim ProductEngine | |
It seems to have been mistakenly omitted by translators. | |||
2011-08-04 | remove parameter used in test builds | Oz Linden | |
2011-08-04 | merge changes for SH-2218 | Oz Linden | |
2011-08-04 | merge changes for SH-2218 | Oz Linden | |
2011-08-04 | Sync with viewer-development | Merov Linden | |
2011-08-04 | Added tag DRTVWR-72_2.8.1-release, 2.8.1-release for changeset 29e93d7e1999 | Debi King (Dessie) | |
2011-08-04 | storm-1060 : add windows (thanks Kadah and Michelle), remove some files I ↵ | Oz Linden | |
think are no longer used | |||
2011-08-04 | merge changes for storm-1538 | Oz Linden | |
2011-08-04 | merge changes for storm-1355 | Oz Linden | |
2011-08-04 | merge changes for storm-1458 | Oz Linden | |
2011-08-04 | merge changes for storm-1291 | Oz Linden | |
2011-08-04 | fix path choice for project branches, attempt to fix linux icon | Oz Linden | |
2011-08-04 | correct default channel | Oz Linden | |
2011-08-04 | merge back disabling of watchdog | Oz Linden | |
2011-08-04 | fix license headers | Oz Linden | |
2011-08-04 | fix DOS line endings | Oz Linden | |
2011-08-04 | merge changes for storm-1537 : releasable mesh branch | Oz Linden | |
2011-08-04 | storm-1060 (temporary) adjust build params for icon selection test | Oz Linden | |
2011-08-04 | storm-1060 (partial) : update icon selection for Mac and Linux builds | Oz Linden | |
2011-08-03 | SH-2218 WORK AROUND -- v2.8.x Viewers crash consistently when I actively use ↵ | Leslie Linden | |
other applications * Just removed mac memory stats to make a low-risk work-around. | |||
2011-08-03 | Automated merge with file:///Users/oz/Work/V-PR | Oz Linden | |
2011-08-02 | re-re-re-enable watchdog | Oz Linden | |
2011-08-02 | merge back late beta fixes | Oz Linden | |
2011-08-02 | merge back late release fix | Oz Linden | |
2011-08-02 | merge changes for storm-1535 | Oz Linden | |
2011-08-02 | disable watchdog | Oz Linden | |
2011-08-02 | Pull from richard/viewer-experience | Merov Linden | |
2011-08-02 | SH-2202 FIX physics costs have increased | Nyx (Neal Orman) | |
Changed the default to use low LOD for single hull generation, will fall back to medium or high if not present. | |||
2011-08-02 | Sync with lindenlab/viewer-development | Merov Linden | |
2011-08-02 | pulling latest viewer-development into mesh merge branch. | Nyx (Neal Orman) | |
2011-08-02 | Attempt to fix Linux build failure | Merov Linden | |
2011-08-02 | merged .hgtags | Debi King (Dessie) | |
2011-08-02 | Fix build of llimage_libtest | Merov Linden | |
2011-08-02 | SH-2183 Thread local storage initialization is unreliable. | Dave Parks | |
2011-08-02 | SH-2183 Only apply multi-threaded curl on the main thread. | Dave Parks | |
2011-08-02 | STORM-1291 FOLLOWUP Localized common (unisex) gestures. | Vadim ProductEngine | |
2011-08-01 | SH-2183 Add a debug setting to control whether or not to use multiple ↵ | Dave Parks | |
threads in LLCurl | |||
2011-08-01 | merge changes for storm-1535 | Oz Linden | |
2011-08-01 | remove accidentally checked-in patch file | Oz Linden | |
2011-08-01 | STORM-1186 FIXED Removed the "no mCurrentRMessageTemplate" warning message. | Vadim ProductEngine | |
The mCurrentRMessageTemplate member seems to only be non-NULL for a short while after an incoming message was validated and parsed, thus there is no guarantee that we can obtain name of the last received message at any given time. So if we can't we'll simply return an empty string without spamming the log with warnings. | |||
2011-08-01 | increment viewer version to 2.8.4 | Oz Linden | |
2011-08-01 | Added tag 2.8.3-start for changeset ac0f1a132d35 | Oz Linden | |
2011-07-29 | Include some certs that were missed in the latest cert update. Specifically, | Roxie Linden | |
paypal had a verisign -2 CA cert, and the new trust list only includes -3. Also, disable use of the system cert store. Just use our list. | |||
2011-07-29 | EXP-1057 FIX Cursor doesn't go to the input field on the Find Floater due to ↵ | Richard Linden | |
lack of window focus also allow right clip to copy url from disabled address bar | |||
2011-07-29 | SH-2200 Fix for BSOD on 7800 Go on Vista when setting graphics detail to "High" | Dave Parks | |
2011-07-29 | STORM-1512 Fix for crash when rendering impostors. | Dave Parks | |
2011-07-29 | EXP-1056 FIX Web popup issues with Web Content Browser | Richard Linden | |
changed browser id back to a string so it accepts malformed uuid strings coming from webkit - "{uuid}" instead of "uuid" |