Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-03 | fixed window resize alignment problem in login form | Erica | |
2009-12-03 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-12-03 | Work around Linux viewer test program catch failure | Nat Goodspeed | |
2009-12-03 | Merge | Mark Palange (Mani) | |
2009-12-03 | merge | James Cook | |
2009-12-03 | Fix to windows build breakages. | Mark Palange (Mani) | |
Reviewed by Brad | |||
2009-12-03 | Fix Linux build, file missing newline at end of file | James Cook | |
2009-12-03 | Automated merge with ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/ | Nyx (Neal Orman) | |
--HG-- branch : avatar-pipeline | |||
2009-12-03 | Fixing hair alpha mask borkage by previous alpha mask patches | Nyx (Neal Orman) | |
Forgot hair alpha cutoff levels should be default for better blending. Code reviewed by Bigpapi --HG-- branch : avatar-pipeline | |||
2009-12-03 | automated merge for avp->avp | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-12-03 | EXT-2410 : Accepting an offered item should open the inventorySP | Loren Shih | |
Added a new "Quiet" query for folder types, so I don't have to special case all the folders where we don't want UI notifications from inventory offers. Fixed a bug where a sidepanel was considered active even if the sidetray was closed. --HG-- branch : avatar-pipeline | |||
2009-12-03 | Automated merge with ssh://hg.lindenlab.com/james/gooey | Erica | |
2009-12-03 | Final layout changes to about land, new widget sizes, EXT-3027 About Land ↵ | Erica | |
dialog:Media panel layout issues | |||
2009-12-03 | Updated to add ellipses on long descriptions, and added a margin beneath the ↵ | Justin C. Rounds (Chuck) | |
description to keep it from running into the text below. http://jira.secondlife.com/browse/EXT-2995 | |||
2009-12-03 | Merge from product-engine | Steve Bennetts | |
2009-12-03 | Un-threaded LLTextureFetch to address potential performance and edge case ↵ | Steve Bennetts | |
crash issues. Changed an assert to an llerrs with extra info Added "HTTP Textures" to "Develop" menu | |||
2009-12-03 | Fixed a crash when clearing private data twice. | Steve Bennetts | |
2009-12-03 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-12-03 | Fix for DEV-43696 (media streams should have hard limit of 8) | Monroe Linden | |
This was just an off-by-one error in the hard limit calculation (> instead of >=). | |||
2009-12-03 | Don't show controls if build tools are up | Rick Pasetto | |
2009-12-03 | Automated merge with ssh://chuck@hg.lindenlab.com/james/gooey/ | Justin C. Rounds (Chuck) | |
2009-12-03 | Changed ChatToastAgentNameColor to EmphasisColor. | Justin C. Rounds (Chuck) | |
http://jira.secondlife.com/browse/EXT-3072 | |||
2009-12-03 | remove fudge factor for controls background rendering | Rick Pasetto | |
2009-12-03 | EXT-2410 : Accepting an offered notecard should open the inventorySP | Loren Shih | |
Added logic to choose the side panel if it's open, or open the side panel if no other inventory panels are open. --HG-- branch : avatar-pipeline | |||
2009-12-03 | merge of avatar-pipeline branch into viewer2 | Eric M. Tulla (BigPapi) | |
2009-12-03 | EXT-2966 Parcel property icons on nav bar have no tool-tips | James Cook | |
Added tooltips in strings.xml so they can be localized. | |||
2009-12-03 | merge | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-12-03 | DEV-43463: swap visit_and_connect() overloads for Linux compiler | Nat Goodspeed | |
2009-12-03 | moved start location dropdown | Erica | |
2009-12-03 | Fixed broken build | skolb | |
2009-12-03 | EXT-2984 Fixed crash in LLNormalTextSegment::getDimensions (no repro) | James Cook | |
Avoid stepping off end of array when text segment has 0 characters Reviewed with Ambroff | |||
2009-12-03 | Automated merge with ssh://rick@hg.lindenlab.com/skolb/media | Rick Pasetto | |
2009-12-03 | local merge | skolb | |
2009-12-03 | Merge with recent viewer-2-0 | Nat Goodspeed | |
2009-12-03 | Skip logging test that fails on Linux, no idea why | Nat Goodspeed | |
2009-12-03 | merge of viewer2 into avp branch | Eric M. Tulla (BigPapi) | |
--HG-- branch : avatar-pipeline | |||
2009-12-03 | Resync indra/test's LD_LIBRARY_PATH with ADD_INTEGRATION_TEST | Nat Goodspeed | |
2009-12-03 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-03 | Fixed minor bug EXT-2466 (Call menuitem in the Friends context menu is ↵ | Sergey Borushevsky | |
disabled always) --HG-- branch : product-engine | |||
2009-12-03 | fixed 'accept' of voice group chat | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-03 | Reconcile llsdutil_tut.cpp with Kent's LLSD API change | Nat Goodspeed | |
2009-12-03 | merge | bea@american.lindenlab.com | |
2009-12-03 | merge | bea@american.lindenlab.com | |
2009-12-03 | Add Doxygen comments | bea@american.lindenlab.com | |
2009-12-03 | EXT-2410 : Accepting an offered notecard should open the inventorySP | Loren Shih | |
Preliminary checkin to improve this infrastructure. --HG-- branch : avatar-pipeline | |||
2009-12-03 | EXT-2410 : Accepting an offered notecard should open the inventorySP | Loren Shih | |
Preliminary checkin to improve this infrastructure. --HG-- branch : avatar-pipeline | |||
2009-12-03 | Fixed normal bug EXT-3021 - Viewer crashes on receiving notification for ↵ | Dmitry Zaporozhan | |
creating script(offer) chiclet for same object in second time. --HG-- branch : product-engine | |||
2009-12-03 | fixing bad cast that was causing a compiler error. | Nyx (Neal Orman) | |
Code reviewed by Seraph --HG-- branch : avatar-pipeline | |||
2009-12-03 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-12-03 | Remove targeted swear word. We don't need Mozilla to know that we think ↵ | Loren Shih | |
they're ****ers. --HG-- branch : avatar-pipeline |