Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-05 | Support QAModeTermCode var for unattended shutdown on LL_ERRS. | Nat Goodspeed | |
Normally LL_ERRS in a developer build of the viewer pops up an OS message box with the text of the LL_ERRS log message, requiring user intervention to proceed. This isn't good for unattended testing, especially on Parabuild machines. Running the viewer with '--set QAModeTermCode n' for some 0 < n < 256 will, on LL_ERRS, cause the viewer to terminate immediately with _exit(n). | |||
2009-11-05 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Brad Payne (Vir Linden) | |
2009-11-05 | trivial dead code removal. | Tofu Linden | |
2009-11-05 | merge the heads. | Tofu Linden | |
2009-11-05 | fix that speak button on trunk. | Tofu Linden | |
2009-11-05 | Merge from viewer2voiceparity, conflicts resolved, and I fixed the 'speak' ↵ | Tofu Linden | |
button which is broken on trunk. | |||
2009-11-05 | DEV-38840: cosmetic fix to the Pay Resident/Group floater in 2.0. | Lynx Linden | |
Previously the title for this floater was set to "" and a text string was positioned over the title bar based upon whether you are paying a resident or a group. This could mess up the position of the floater "title" and was also truncating the "Pay Resident" title. Now, we use setTitle() to actually set the floater title appropriately. | |||
2009-11-05 | merge | angela | |
2009-11-05 | in object inspector: change secure browsing image and make it hide by default | angela | |
2009-11-04 | Merge changes from https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Steve Bennetts | |
2009-11-04 | EXT-2220 Make envelope icon for unread messages | Erica | |
2009-11-04 | Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/ | Justin C. Rounds (Chuck) | |
2009-11-04 | Changed rollover graphic on Favorites links. | Justin C. Rounds (Chuck) | |
http://jira.secondlife.com/browse/EXT-2218 | |||
2009-11-04 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-11-04 | Fix for DEV-32672 / VWR-13349. Prim move grid display wasn't mipmapping ↵ | Eric M. Tulla (BigPapi) | |
properly. | |||
2009-11-04 | merge with remote repo | Rick Pasetto | |
2009-11-04 | Fix typo in XUI file that broke media controls | Rick Pasetto | |
2009-11-04 | Fix for DEV-42076 (media controls should not fade out while mouse is hovered ↵ | Monroe Linden | |
over them). Updated LLPanelPrimMediaControls::isMouseOver() to do the right thing with the new structure of the panel. | |||
2009-11-04 | Small cleanup in LLAgentWearables.cpp | Brad Payne (Vir Linden) | |
2009-11-04 | Merge the work lost in 49c9461937df back into the tree | Bryan O'Sullivan | |
2009-11-04 | merge | Leyla Farazha | |
2009-11-04 | EXT-1739 Preferences > Sounds > Device settings -- Input/Output controls ↵ | Leyla Farazha | |
don't work EXT-2073 Need ability to change font style of tab headers EXT-1505 Kill text drop shadow on Menu and Tabs reviewed by Richard | |||
2009-11-04 | For EXT-1985: Clothing previously taken off is re-worn when creating a new ↵ | Brad Payne (Vir Linden) | |
clothing item in appearance mode. General problem with failing to update the COF when clothing items were removed. Added hook in removeWearableFinal, which should guarantee that we're always removing clothing links when we need to. | |||
2009-11-04 | Redo Bao's broken merge | Bryan O'Sullivan | |
2009-11-04 | No ticket, removed unnecessary warnings from 3d35bc1f0cc6 commit. | Eugene Mutavchi | |
--HG-- branch : product-engine | |||
2009-11-04 | LLTalkButton -> LLSpeakButton, 'cos that's what it is. | Tofu Linden | |
2009-11-04 | merge | richard | |
2009-11-04 | LLAppearanceManager::wearItem() - always check for extra links of same type, ↵ | Brad Payne (Vir Linden) | |
even if requested object is already linked. | |||
2009-11-04 | reverted uniqueness constraint on mime_type errors due to bug in ↵ | richard | |
notifications uniqueness filtering | |||
2009-11-04 | Implemented normal sub-task EXT-2144 (IM P2p control panel should contain ↵ | Eugene Mutavchi | |
avatar name under avatar icon aligned to the left side) --HG-- branch : product-engine | |||
2009-11-04 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-11-04 | Fix for EXT-2050 - Duplicate entries in strings.xml | Eric M. Tulla (BigPapi) | |
Removed all duplicates (verifying their dupe status and removing the second example). | |||
2009-11-04 | merge | richard | |
2009-11-04 | updated floater_test_textbox to test case of texbox too big for its text | richard | |
removed picture_style from sidepanel_object_info.xml made mime_type error notification unique on mime type reviewed by Leyla | |||
2009-11-04 | Added placeholder art for missing icons. | Brad Payne (Vir Linden) | |
2009-11-04 | Fixed minor bug EXT-1769 (Edit Pick: '+' icon blinks on mouse over) | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-04 | Implemented major sub-task EXT-2131 - Output monitor contols should only be ↵ | Eugene Kondrashev | |
shown for Group Chat and Adhoc Chat when in a Voice Call. Added onStateChange callback support for voice channel. Added showing/hiding logic of speaking indicator. --HG-- branch : product-engine | |||
2009-11-04 | fix up the refactoring... | Tofu Linden | |
2009-11-04 | fixed up bad merge | richard | |
2009-11-04 | merge | richard | |
2009-11-04 | added newline at end of llbutton.cpp | richard | |
removed non-localized, invisible labels from scrollbar and tab container arrows EXT-1626 - there is text overlaping in group info mini inspector reviewed by James | |||
2009-11-04 | more refactoring/paring/splitting.... | Tofu Linden | |
2009-11-04 | split code. | Tofu Linden | |
2009-11-04 | more splitting of code. | Tofu Linden | |
2009-11-04 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Sergei Litovchuk | |
--HG-- branch : product-engine | |||
2009-11-04 | Implemented normal task EXT-704 "Remove Place Media panel". | Sergei Litovchuk | |
- Removed Place Media panel. This also fixes bug EXT-454 "Place - Media: Gear near 'All nearby media' shoudl be removed according to the latest changes in the spec". --HG-- branch : product-engine | |||
2009-11-04 | Major sub-task EXT-2142, additional commit: moved call buttons panel to ↵ | Eugene Mutavchi | |
control panel bottom, removed other buttons from panel_call_button --HG-- branch : product-engine | |||
2009-11-04 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Brad Payne (Vir Linden) | |
2009-11-04 | Remove existing wearables of a type when putting on new ones. This will ↵ | Brad Payne (Vir Linden) | |
need to be revisited when we go to multi-wearables. | |||
2009-11-04 | Implemented normal task EXT-2149 (IM Text Editors should display grayed text ↵ | Sergey Borushevsky | |
"TO [avatar_name/group_name/ad-hoc conference]") --HG-- branch : product-engine |