Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-22 | Disabled QAModeMetrics by default, prior to general release | Brad Payne (Vir Linden) | |
2013-03-22 | SH-4001 FIX - made local texture loading universal. | Brad Payne (Vir Linden) | |
2013-03-22 | Moved LastUpdateCOF stuff to avatar, so we can track last received for ↵ | Brad Payne (Vir Linden) | |
non-self avs | |||
2013-03-22 | CHUI-486 FIXED Update Preferences -> Chat XUI: implemented new bthavior; ↵ | AlexanderP ProductEngine | |
deleted spaghetti code | |||
2013-03-22 | CHUI-879 FIXED Expand and then collapse message pane when floater opens to ↵ | Mnikolenko ProductEngine | |
avoid UI issues. | |||
2013-03-21 | merge changes for 3.5.0-beta5 | Oz Linden | |
2013-03-21 | Added tag 3.5.0-beta5 for changeset dd058a6093c4 | Oz Linden | |
2013-03-21 | Pull merge from lindenlab/viewer-chui | Merov Linden | |
2013-03-21 | CHUI-871, CHUI-738 : Fixed! Name tags existence was using a bogus test. ↵ | Merov Linden | |
Using a boolean for existence and straight logic, no intermediate string | |||
2013-03-21 | merge changes for DRTVWR-304 | Oz Linden | |
2013-03-21 | tag merge of DRTVWR-304 | Oz Linden | |
2013-03-21 | merge | Gilbert Gonzales | |
2013-03-21 | CHUI-881 ([CHUIBUG]Viewer crashes when user drag and drop the participant ↵ | Gilbert Gonzales | |
from the people floater to the one of the tool bars): Problem was that the item dragged from the people list was not of type inventoryitem. Instead of casting to an inventoryitem and checking if the item being dragged is a widgit, instead look at the cargo type (which also specifies that the dragged item is a widgit but doesn't need to typecast). | |||
2013-03-21 | CHUI-878 FIXED Torn off conversation window width can be reduced and lose ↵ | AlexanderP ProductEngine | |
vertical scroll bar: manually setting of the floater's minimal size | |||
2013-03-21 | CHUI-855 FIXED Text entry bar auto expand does not resize | maksymsproductengine | |
2013-03-21 | CHUI-880 FIXED Show Button panel if floater is torned off. Don't show ↵ | Mnikolenko ProductEngine | |
Conversation floater in Mouselook, if Nearby chat is torned off. | |||
2013-03-21 | merge changes for 3.5.0-beta4 | Oz Linden | |
2013-03-21 | CHUI-858 FIXED Text can be clipped by text input bar in message panel | AlexanderP ProductEngine | |
2013-03-20 | Added tag 3.5.0-beta4 for changeset 53cffdde0b3c | Oz Linden | |
2013-03-20 | Merge with viewer-chui | prep@lindenlab.com | |
2013-03-20 | merge changes for DRTVWR-303 | Oz Linden | |
2013-03-20 | tag merge of DRTVWR-303 | Oz Linden | |
2013-03-20 | CHUI-873 FIXED [CHUIBUG]Torn off nearby chat with message panel hidden has ↵ | maksymsproductengine | |
huge bottom padding when opening in mouselook mode | |||
2013-03-20 | CHUI-857 Nearby chat opens as torn off on first login: changed initial ↵ | AlexanderP ProductEngine | |
setting for nearby chat docked state | |||
2013-03-20 | merge | Nyx Linden | |
2013-03-20 | SH-3978 FIX Unsaved changes/save options not shown after adding new pants. | Nyx Linden | |
UI was incorrectly assuming that saving a wearable meant that the outfit did not need to be saved as well. Updated panel switching to actually check whether the outfit matches the base outfit. | |||
2013-03-20 | Removed avatar stuff from asset metrics, again. Must have gotten broken in a ↵ | Brad Payne (Vir Linden) | |
merge at some point. | |||
2013-03-20 | CHUI-870 FIXED Expand Message panel after clicking toast. | Mnikolenko ProductEngine | |
2013-03-20 | CHUI-860 FIXED Don't call onSlide() to change Participant list's state | Mnikolenko ProductEngine | |
2013-03-20 | CHUI-869 FIXED Clicking on toast will restore Message pane. | Mnikolenko ProductEngine | |
2013-03-20 | merge | mberezhnoy | |
2013-03-19 | CHUI-843 ([CHUIBUG]Suggested alteration to toolbar_panel in ↵ | Gilbert Gonzales | |
floater_im_container in CHUI): Adjusted button layout in conversation floater. | |||
2013-03-19 | CHUI 796 (User doesn't get all messages in 'do not disturb' mode): Now IM ↵ | Gilbert Gonzales | |
DND notifications will be stored as p2p, ad-hoc or group. When loading these notifications upon app start ad-hoc/group notifications will launch the conversation log and play a sound. | |||
2013-03-19 | still more build failure fixing | Brad Payne (Vir Linden) | |
2013-03-19 | CHUI-812 ([CHUIBUG]Resizing "Nearby chat" window creates confusing layout) | mberezhnoy | |
2013-03-18 | merge | Gilbert Gonzales | |
2013-03-18 | CHUI-864 ([crashhunters] crash in LLConversationLog): Found a probable ↵ | Gilbert Gonzales | |
cause. It is likely that the user was missing the user settings variable called 'KeepConversationLogTranscripts.' If this variable doesn't exist or is deleted then the CHUI viewer would try to extract data from this non-existent variable. Resolution, now perform a check to make sure the 'KeepConversationLogTranscripts' settings variable exists before extracting data. | |||
2013-03-18 | merge | Brad Payne (Vir Linden) | |
2013-03-18 | SH-3980 FIX - fixed most cases of server-bake blurring by disabling caching ↵ | Brad Payne (Vir Linden) | |
of server bakes. A better solution is desirable, may not be for initial release | |||
2013-03-18 | merge | prep | |
2013-03-18 | Fix for sh-4014. This was a regression caused by fix for sh-3650. | prep | |
2013-03-18 | merge | Cho | |
2013-03-18 | Fix for build error | Brad Payne (Vir Linden) | |
2013-03-18 | more urgent notification (DEBUG->WARN) for some texture fetch error cases | Brad Payne (Vir Linden) | |
2013-03-18 | CHUI-826 FIX [CHUIBUG]User nametags (nametag floaters) intermittently ↵ | Cho | |
disappear in CHUI builds. Added check in LLVOAvatar::idleUpdateNameTagText() to account for case where mNameString is literally "" (two quotes) | |||
2013-03-18 | cut back log spam | Brad Payne (Vir Linden) | |
2013-03-18 | merge | Gilbert Gonzales | |
2013-03-18 | merge | Brad Payne (Vir Linden) | |
2013-03-18 | merge | Brad Payne (Vir Linden) | |
2013-03-18 | BUILDFIX new appearance utility src for fixing a runtime error | Nyx Linden | |