Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-11 | merge performance data tracking system STORM-104 | Oz Linden | |
2010-11-11 | merge fix for STORM-559 | Oz Linden | |
2010-11-11 | STORM-583 ADDITIONAL_FIX Fixed top_pad of topmost control in "Colors" so ↵ | Andrew Productengine | |
that it is consistent with other preferences tab. | |||
2010-11-11 | STORM-586 FIXED Layout cleanup in the Setup tab of Preferences | Paul Guslisty | |
- Deleted Mouselook settings - Increased vertical padding between "Cache size" and "Cache location" controls | |||
2010-11-11 | STORM-582 FIXED Moved movement and camera control preferences from Advanced ↵ | Andrew Productengine | |
to the new Move & View tab. In addition to moving existing controls, created stub checkbox and radiobuttons for double-click behavior. Logic will be hooked up to them in STORM-576. | |||
2010-11-11 | STORM-585 FIXED Layout cleanup in the Privacy tab in Preferences | Paul Guslisty | |
- Increased vertical paddings between checkbox groups - Changed label of IM checkbox group from "Logs:" to "Chat Logs:" - Changed label of checkbox from "Add timestamp" to "Add timestamp to each line in chat log" - Added checkbox "Add datestamp to log file name". For now this checkbox is not working, it's just a stub for a future functionality. - Added descriptive text for the "Block List" button | |||
2010-11-11 | STORM-570 ADDITIONAL FIX Layout cleanup in the General tab of Preferences | Paul Guslisty | |
- Decreased vertical padding between controls to insert radio group - Added "Pressing letter keys:" radio group. For now these radio buttons are not working, they are just a stub for a future functionality. | |||
2010-11-10 | ER-301 : increase allowable bandwidth. Bumped up to 3 mbps. | Dave SIMmONs | |
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 | 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-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 | 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 | Trivial change to force a build in Team City. | callum | |
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 | 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 | 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 | 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 | |||
2010-11-08 | STORM-105 : takes Vadim's comments into account, clean up use of static ↵ | Merov Linden | |
globals and magic strings, enforce naming conventions | |||
2010-11-08 | ER-290 : New motion prediction in the viewer has avatars settle a bit too ↵ | Dave SIMmONs | |
deeply underground when the simulator is paused, also no angular velocity damping. Put Z limit on AVs, but not regular objects nor stopping rotation. Reviewed by Kelly. | |||
2010-11-08 | EXP-421 FIX Notifications tab in Preferences not working properly | Richard Linden | |
reverted to old sense where ignore setting of notifications has meaning true=show false=ignore reviewed by Callum | |||
2010-11-09 | STORM-577 FIXED Increased classified description maximum length to 256 ↵ | Seth ProductEngine | |
characters. | |||
2010-11-09 | STORM-559 FIXED crash upon quitting the viewer while an outfit is being saved. | Seth ProductEngine | |
2010-11-08 | pull beta changes back to development | Oz Linden | |
2010-11-08 | CT-633 WIP PT DE translation for Delta Set19, new files, for Viewer 2.3 | Eli Linden | |
2010-11-08 | CT-633 WIP PT translation for Delta Set19 for Viewer 2.3 | Eli Linden | |
2010-11-08 | CT-633 WIP DE translation for Delta Set19 for Viewer 2.3 | Eli Linden | |
2010-11-08 | merge fix for STORM-284 | Oz Linden | |
2010-11-08 | merge fix for STORM-189 | Oz Linden | |
2010-11-08 | STORM-102: STORM-143: Refactored the STORM-103 code to pull the proper plain ↵ | Wolfpup Lowenhar | |
test log no matter when it was generated or if it has the date stamp in the name of the log or not. --HG-- branch : storm-102 | |||
2010-11-05 | STORM-105 : Take Vadim code review into account, code clean up | Merov Linden | |