Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-21 | Merge master (v 6.3.8) into DRTVWR-440 | Dave Houlton | |
2019-09-10 | Merge viewer-release 6.3.2 | Graham Linden | |
2019-10-02 | SL-11963 Notecard external Editor breaks the order of embeded content | maxim_productengine | |
2018-11-28 | MAINT-8833 Don't cause dummy spam | andreykproductengine | |
2019-05-09 | SL-11121 FIXED Viewer crashes after clicking the 'Edit' button in the ↵ | maxim_productengine | |
notecard floater | |||
2019-04-03 | SL-10782 External edit button for Notecards | maxim_productengine | |
2018-02-26 | Added settings inventory object with subtype | Rider Linden | |
2017-09-26 | MAINT-7824 FIXED Items inside other notecards with full perms refuse to copy ↵ | Mnikolenko Productengine | |
into inventory when being looked at inside an object. | |||
2017-08-25 | MAINT-7752 FIXED Crash in LLPreviewNotecard::handleSaveChangesDialog | Mnikolenko Productengine | |
2016-06-16 | MAINT-6495 Problem with saving notecard embedded in object | Mnikolenko Productengine | |
2016-05-19 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2016-04-22 | MAINT-2063 Fixed User had ability to delete Notecards and textures from library | andreykproductengine | |
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2016-01-15 | Merge VR | Rider Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-09-10 | MAINT-909 FIXED Opening a notecard with the same name as one that is already ↵ | Mnikolenko ProductEngine | |
open does not work | |||
2015-08-25 | Merge | Rider Linden | |
2015-08-18 | MAINT-5506: Fix ugly timing bug in llurlentry static initialization. | Nat Goodspeed | |
The problem was that class-static LLUrlEntryParcel::sRegionHost was being initialized by copying class-static LLHost::invalid. Naturally, these two statics are initialized in different source files. Since C++ makes no promises about the relative order in which objects in different object files are initialized, it seems we hit a case in which we were trying to initialize sRegionHost by copying a completely uninitialized LLHost::invalid. In general we might attempt to address such cross-translation-unit issues by introducing an LLSingleton. But in this particular case, the punch line is that LLHost::invalid is explicitly constructed identically to a default-constructed LLHost! In other words, LLHost::invalid provides nothing we couldn't get from LLHost(). All it gives us is an opportunity for glitches such as the above. Remove LLHost::invalid and all references, replacing with LLHost(). | |||
2015-07-23 | Remove unused code and llassetuploadresponders files. | Rider Linden | |
2015-07-17 | LSL Compile and upload from task object. Fix auto open when finished on all ↵ | Rider Linden | |
uploads... | |||
2015-07-15 | LSL Script upload from inventory. | Rider Linden | |
2015-07-11 | MAINT-5351: Finish messy merge restoring 'selfless' changes. | Nat Goodspeed | |
2015-07-10 | MAINT-5356: Conversion of Notecards and Gesture to use new coroutine uploading. | Rider Linden | |
Minor reorganization of Upload Info classes. | |||
2015-01-15 | MAINT-4777 FIXED Confusing 'Save changes?' dialog when hitting the Delete ↵ | andreykproductengine | |
button in notecard edit floater | |||
2015-01-19 | MAINT-1977 FIXED 'Open' menu item doesn't work for notecard (with 'anyone ↵ | andreykproductengine | |
can copy' permission) in object's content | |||
2014-12-25 | MAINT-1863 FIXED 'Delete' button is always disabled for Notecard that was ↵ | andreykproductengine | |
opened from object's content | |||
2014-05-07 | Merge downstream version 3.7.8 code | simon | |
2014-04-10 | MAINT-1695 FIXED Close floater after saving notecard. | Mnikolenko ProductEngine | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-10-17 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
started conversion of llviewerassetstats removed old, dead LLViewerStats code made units tracing require units declaration clean up of units handling | |||
2012-10-15 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
converted all remaining LLViewerStats to lltrace | |||
2012-03-27 | CHOP-854: move change_(item|category)_parent() into LLInventoryModel. | Nat Goodspeed | |
It's not really clear why they're in llinventoryfunctions.{h,cpp} instead of LLInventoryModel, and in fact LLInventoryModel::removeItem() already contains code essentially cloned from change_item_parent() -- or perhaps vice-versa. This changeset addresses only migrating the functions, and fixing up existing references, to simplify code review. | |||
2011-06-17 | STORM-1368 Code more defensively around notecard upload. | Aaron Stone | |
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-16 | moved buildFloater out of lluictrlfactory to llfloater.cpp | Richard Nelson | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-07-30 | deprecated LLPanel::child*() methods | Richard Nelson | |
2010-04-29 | fixed EXT-6736 Notecard floater missing Keep/Discard Buttons (vwr 2.0) | Alexei Arabadji | |
Added missing 'Delete' button to the Notecard Preview dialog; reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/330/ --HG-- branch : product-engine | |||
2010-04-05 | EXT-6703 : LLInventory.h cleanup and create new LLInventoryDefines | Loren Shih | |
Took out enums and flags from LLInventory into LLInventoryDefines Did a bunch of header file reformatting for LLInventory.h Change made to simulator files as well. | |||
2010-03-25 | Fixed low bug EXT-6444 - Long notecard titles continue under Locked and Help ↵ | Dmitry Zaporozhan | |
icons on title bar. Changed the way floater title is reshaped. Calculations takes title buttons into account instead of using hardcoded values. --HG-- branch : product-engine | |||
2010-02-05 | EXT-5025 - Tooltips block mouse clicks | richard | |
EXT-4547 [BSI] it is possible to highlight multiple layers of chat EXT-3844 Mouse wheel camera zoom is not reflected on View popup slider EXT-3103 Add an option to restrict entering non-ascii symbols in text editor. reviewed by Leyla | |||
2010-01-18 | work on EXT-4322 Remove the Communicate floater | Ychebotarev ProductEngine | |
leave some LLFloaterChat usages commented for later review... --HG-- branch : product-engine | |||
2009-12-11 | implemented EXT-2323 “Get rid from obsolete notification widgets”; | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-11-25 | Created lightweight LLNotificationsUtil::add(), switched most alerts to use it | James Cook | |
Cuts number of includes of llnotifications.h from 300+ to 40. |