Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-10 | fix resume crash. | Andrew A. de Laix | |
2010-11-10 | fixing group invite name scrubbing to work with server changes | Leyla Farazha | |
2010-11-10 | DN-203 [crashhunters] LLIMModel::LLIMSession::onAvatarNameCach | Leyla Farazha | |
2010-11-10 | fix race between resume and download check. | Andrew A. de Laix | |
2010-11-10 | Merge Backout rev 994c6639b393 DN-132 top scripts change - it was breaking ↵ | Leyla Farazha | |
name filtering | |||
2010-11-10 | Backed out changeset: 994c6639b393 | Leyla Farazha | |
2010-11-10 | Automated merge with https://bitbucket.org/mani_linden/viewer-development/ | Andrew A. de Laix | |
2010-11-10 | copy script to temp if needed before installing. | Andrew A. de Laix | |
2010-11-10 | Merge | Mark Palange (Mani) | |
2010-11-10 | CHOP-151 Adding startup updater flow to drive update installation and resume. | Mark Palange (Mani) | |
2010-11-10 | CHOP-151 Imported patch from server-trunk to support preprocessor at unit ↵ | Mark Palange (Mani) | |
tests. Rev. by Brad | |||
2010-11-11 | STORM-578 FIXED SLURL to object or user name in nearby chat toast now uses ↵ | Seth ProductEngine | |
the font color selected in Preferences->Chat. Removed unused "ChatToastAgentNameColor" setting from colors.xml. | |||
2010-11-10 | EXP-428 FIXED Display of llDialog and some other dialogs that should not be ↵ | Richard Linden | |
suppressable is broken | |||
2010-11-10 | STORM-575 FIXED Layout cleanup in the Chat tab of Preferences | Paul Guslisty | |
- Deleted color swatchers - Repositioned rest controls according to the specification | |||
2010-11-10 | Automated merge with https://bitbucket.org/mani_linden/viewer-development/ | Andrew A. de Laix | |
2010-11-10 | Add dependency to fix viewer manifest exception in build modes other than all. | Andrew A. de Laix | |
2010-11-10 | STORM-583 ADDITIONAL_FIX Added missing "URLs" label to "Colors" tab. | Andrew Productengine | |
2010-11-10 | STORM-583 FIXED Moved colors-related preferences to the new Colors tab. | Andrew Productengine | |
- Copied "My effects" from General. - Copied "Font colors" from Chat. - Copied "Bubble Chat" color and opacity slider from Advanced. - Fixed color swatches moved to this tab using attribute introduced in STORM-592 fix. Now only colored area is clickable. Controls weren't removed from places they were before- it will be (or already was) done in "layout cleanup" subtasks of STORM-31. | |||
2010-11-10 | STORM-570 FIXED Layout cleanup in the General tab of Preferences | Paul Guslisty | |
- Adjusted vertical padding between all controls - Set position and order of checkboxes between "Name tags" radio group and "Away timeout" checkbox according to the specification - Deleted "My effects" color swatch | |||
2010-11-10 | STORM-592 FIXED Added xml attribute that allows to customize color swatch ↵ | Andrew Productengine | |
label height. This height was uncustomizable even by explicitly changing height of textbox in xml (i.e. writing caption_text.height = "value"), because it anyway received hardcoded value in LLColorSwatchCtrl's constructor. - Added new label_height optional attribute to color swatch and used it in code. P.S. Removing unused space in all color swatches in viewer should be done in some separate issue. | |||
2010-11-10 | STORM-572 FIXED Move "Bubble Chat" preference from Advanced to Chat | Paul Guslisty | |
- Moved checkbox "Bubble Chat" from Advanced to Chat panel of Preferences floater | |||
2010-11-10 | STORM-566 FIXED Added new tabs to preferences floater. | Andrew Productengine | |
Their panels are currently empty and will be filled in later tasks. | |||
2010-11-09 | dummy checkin to fix builds | Dessie Linden | |
2010-11-09 | Fix for dll linkage errors. | brad kittenbrink | |
2010-11-09 | Fix for linux eol failures. | brad kittenbrink | |
2010-11-09 | merge fixes for STORM-546 | Oz Linden | |
2010-11-09 | Automated merge with file:///Users/oz/Work/viewer-development | Oz Linden | |
2010-11-09 | Merge down from beta | Kent Quirk | |
2010-11-09 | start of a thread safe queue | Andrew A. de Laix | |
2010-11-09 | Merge notifications prefs fix | Kent Quirk | |
2010-11-09 | merge fix for STORM-577 | Oz Linden | |
2010-11-09 | merge fix for STORM-535 | Oz Linden | |
2010-11-09 | Merge from beta | Kent Quirk | |
2010-11-09 | Added Tofu Buzzard to the contributors list. | Seth ProductEngine | |
2010-11-09 | merge storm-102 branch back to default | Oz Linden | |
2010-11-09 | SH-412 -- fix the way that redraws happen to eliminate flickering on resize ↵ | Kent Quirk | |
-- patch from davep and seraph, I'm just applying it. | |||
2010-11-09 | Automated merge with https://bitbucket.org/mani_linden/viewer-development/ | Andrew A. de Laix | |
2010-11-09 | Add name, value info to convert_from_llsd<> specialization LL_ERRS. | Nat Goodspeed | |
Prior to this, you could get a viewer crash whose ERROR: message said only: convert_from_llsd<std::string>: Invalid string value This gave no hint as to *which value* was wrong, or where to go fix it. Ironically, each convert_from_llsd<> specialization already has the control_name and LLSD value in hand; added these to each such LL_ERRS message. | |||
2010-11-09 | Automated merge with https://bitbucket.org/mani_linden/viewer-development/ | Andrew A. de Laix | |
2010-11-09 | beginnings of the update installer (with simple install script for darwin). | Andrew A. de Laix | |
2010-11-09 | Shut down thread if viewer closed while downloading; fix problem of download ↵ | Andrew A. de Laix | |
marker path failing to expand correctly because it was happening too early in start up. | |||
2010-11-09 | Fix crash if thread is manually shut down before it is destroyed. | Andrew A. de Laix | |
2010-11-09 | fixing transposed characters | Bill Curtis | |
2010-11-09 | STORM-569 FIXED Add a Preference to enable Viewer UI Hints | Paul Guslisty | |
- Added checkbox to the floater Preferences->panel General to Enable\Disable UI Hints | |||
2010-11-09 | SH-412 Only blank screen if the actual window resized, fixes blinking on ↵ | Dave Parks | |
snapshot etc. | |||
2010-11-09 | Automated merge with https://bitbucket.org/mani_linden/viewer-development | Andrew A. de Laix | |
2010-11-09 | Fix some stream bugs that were affecting windows download and validation. | Andrew A. de Laix | |
2010-11-09 | STORM-535 FIXED PLEASE allow adjustable transparency of "Nearby Chat" ↵ | Paul Guslisty | |
window, Chat History and Chat "Toasts" in Viewer 2.0! - Added to the settings.xml values of transparency for active and inactive floaters - Added three members to the LLFloater. These members store current transparency of floater, transparency of active and inactive floaters. - Added callbacks that update transparency value of active and inactive floater. Also in these callbacks value of current floater transparency updated. - In panel preferences advanced added two spinners: transparency of active floaters and inactive ones. See screenshot. | |||
2010-11-09 | merge up from v-d | Tofu Buzzard | |
2010-11-08 | EXP-421 FIX Notifications tab in Preferences not working properly | Richard Linden | |
fixed logic so that ignore consistently means *don't show* the notification the ignore settings still store "show the notification if true" values |