Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-12 | first pass at hints | Richard Nelson | |
2010-08-11 | cleaned up LLFirstUse and added ignorable_dialogs to project xml | Richard Nelson | |
2010-08-06 | double click to expand all timers in LLFastTimerView | Richard Nelson | |
2010-08-06 | merge | Richard Nelson | |
2010-08-06 | fixes for right click fast timer export | Richard Nelson | |
2010-08-06 | merge | Richard Nelson | |
2010-08-06 | removed spurious parsing of empty text contents | Richard Nelson | |
2010-08-06 | fixed crash on entering build mode | Richard Nelson | |
2010-08-06 | renamed LLFastXUIParser to LLSimpleXUIParser and added support for parsing ↵ | Richard Nelson | |
xml node text contents | |||
2010-08-06 | speed up population of region scripts list | Richard Nelson | |
2010-08-05 | Fix for a crash on startup. | Monroe Linden | |
Richard sent me the diff for this one, just pushing it on his behalf. | |||
2010-08-05 | added newlines at end to make Linux builds happy | Richard Linden | |
2010-08-05 | merge | Richard Linden | |
2010-08-05 | reverted unportable use of typeinfo* as hash key | Richard Linden | |
2010-08-05 | merge | Richard Linden | |
2010-08-05 | Allow targeted links in the embedded browser to open multiple media browser ↵ | Monroe Linden | |
windows. Added an optional "target" parameter" to LLWeb::loadURL and loadInternal. Made LLViewerMediaImpl::handleMediaEvent pass the target attribute of clicked links through. Set floater_media_browser.xml to allow multiple instances. Added LLFloaterMediaBrowser::create() and made LLFloaterMediaBrowser assume the incoming tag is the window's target, not the URL. Reviewed by Richard at http://codereview.lindenlab.com/2641050 | |||
2010-08-04 | first pass at faster XUI parsing (no recursion support yet) | Richard Nelson | |
also made LLSD->param block parsing faster | |||
2010-08-04 | optimized LLUIString construction | Richard Nelson | |
2010-08-04 | optimized font lookups | Richard Nelson | |
2010-08-04 | deprecated ADD_SORTED due to n^2 behavior, set the sort order on the scroll ↵ | Richard Nelson | |
list instead | |||
2010-08-03 | merge from PE's viewer-trunk | Tofu Linden | |
2010-08-03 | merge from viewer-release | Tofu Linden | |
2010-08-03 | merge from PE's viewer-release | Tofu Linden | |
2010-08-02 | Pulled from "dessie/viewer-release" | Christian Goetze (CG) | |
2010-08-02 | merge from dessie/viewer-release | Richard Nelson | |
2010-08-02 | EXT-8545 FIX Button art and other images are positioned incorrectly when UI ↵ | Richard Nelson | |
scale != 1.0 | |||
2010-08-02 | Redo the same merge as in changeset "2026f824953f", but this time with ↵ | Christian Goetze (CG) | |
feeeeling. | |||
2010-08-02 | EXT-8540 - Implement mime type override for web_browser ctrl | Richard Nelson | |
reviewed by Monroe | |||
2010-08-02 | Fixed build (unit tests linking errors). | Sergei Litovchuk | |
--HG-- branch : product-engine | |||
2010-08-02 | CT-575 WIP FR PT linguistic | Eli Linden | |
2010-08-02 | EXT-7676 FIXED Restored fix (47df1b3fd94e) reverted in merge 5b5cc4a8642d ↵ | Sergei Litovchuk | |
with slight modifications. - Replaced pointers passed to 'Add More' gear menu with LLHandle. - Removed storing 'Add More' panel sort order from settings because the order is changed each time the panel opens. - Replaced creating items comparator in LLPanelOutfitEdit::postBuild() with a static comparator in llwearableitemslist.cpp. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/826/. --HG-- branch : product-engine | |||
2010-08-02 | EXT-5609 FIXED Avoided showing script floater undocked if it was created in ↵ | Andrew Dyukov | |
mouselook mode. Commiting on behalf of Alex Productengine. - Added check if floater is constructed in mouselook mode and added forcing dock state when floater is shown after constructing in mouselook mode. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/830/ --HG-- branch : product-engine | |||
2010-08-02 | Manual merge from default branch. Resolved conflicts in ↵ | Vadim Savchuk | |
indra/newview/llfloatercamera.cpp. --HG-- branch : product-engine | |||
2010-08-02 | EXT-6542 Localized the "none/none" in the About land floater. | Vadim Savchuk | |
This is an additional fix to the one made in rev. 6788ff579917. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/828/ --HG-- branch : product-engine | |||
2010-07-30 | Merge. | Kent Quirk | |
2010-07-30 | fixed windows build | Richard Nelson | |
2010-07-30 | merge | Richard Nelson | |
2010-07-30 | optimizations in button rendering | Richard Nelson | |
2010-07-30 | Automated merge with ssh://richard@hg.lindenlab.com/dessie/viewer-public | Rick Pasetto | |
2010-07-30 | fix for mac | Rick Pasetto | |
2010-07-30 | Fix mac build. | Monroe Linden | |
2010-07-30 | fix for mac build | Rick Pasetto | |
2010-07-30 | Fix for EXT-8533 | Monroe Linden | |
When sending the MIME type probe, tell LLCurl to allow cookies in the response. This works around an issue with some sites that will get into an infinite redirect loop when cookies are disabled. | |||
2010-07-30 | Upgraded NVIDIA 120 and 220 to class 1. They're performing too well. | Palmer | |
2010-07-30 | fixed windows build | Richard Nelson | |
2010-07-30 | merge | Richard Nelson | |
2010-07-30 | further UI rendering performance improvements | Richard Nelson | |
2010-07-30 | Fix for EXT-8339 | Monroe Linden | |
Added a couple of new nav states to LLViewerMediaImpl: MEDIANAVSTATE_FIRST_LOCATION_CHANGED_SPURIOUS and MEDIANAVSTATE_COMPLETE_BEFORE_LOCATION_CHANGED_SPURIOUS. These behave just like the corresponding states without the _SPURIOUS suffix, but will be used if the new navigate doesn't change the current URL of the impl. This allows us to catch cases like the repro of this issue and discard the spurious navigate events. | |||
2010-07-30 | fix for DEV-52379 (viewer is not successfully caching object goemetry) | Andrew Meadows | |
There was a typo between the files saved and those loaded. saved in sobjects_gridx_gridy.slc bload loaded from objects_gridx_gridy.slc Q will review later ;-) | |||
2010-07-30 | remove useless assert and its temp variable that broke the build. | Kent Quirk | |