Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-07 | Merge downstream version 3.7.8 code | simon | |
2014-05-07 | Pull and merge viewer-release as version 3.7.8 | simon | |
2014-03-12 | MAINT-2726 FIXED confirm before sharing items flag not working if sharing a ↵ | andreykproductengine | |
folder merged InventoryCategory processing with other objects. Removed one of explicit GiveAcceptable checks (there were three, one per step). | |||
2013-12-12 | MAINT-3519 (Resident is able to share worn clothes.) | MaximB ProductEngine | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-10-01 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-10-04 | MAINT-3270 FIXED crash in LLControlCache<unsigned int>::LLControlCache: ↵ | maksymsproductengine | |
Control named RenderAutoMuteFunctionsnot found | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-06-20 | NORSPEC-262 make drag and drop aware of editing context so that editing ↵ | Graham Linden | |
normal/spec textures causes application to the correct tex channel | |||
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-11 | Viewer-chui merge | prep | |
2013-03-06 | renamed LLTrace stat gathering classes/methods to make the structure of ↵ | Richard Linden | |
LLTrace clearer Count becomes CountStatHandle Count.sum becomes sum(Count, value), etc. | |||
2012-12-10 | SH-3606 WIP - replaced several LLInventoryCallback subclasses with ↵ | Brad Payne (Vir Linden) | |
boost::func equivalents | |||
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-08-17 | Expanding region flags to 64 bits. Adding region protocol flags | Don Kjer | |
2012-07-30 | CHUI-217 FIX Items are not visible in Merchant Outbox | Richard Linden | |
cleaned up a lot custom code for folder view item creation in inbox and outbox proper initialization of views from inventory panel starting folder | |||
2012-07-27 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-07-06 | MAINT-1228 FIX Can not put more than one object into the contents of an object | callum | |
Reviewed by Paul PE | |||
2012-06-13 | CHUI-120 WIP Modified chat participants drag and drop not to use LLClipboard. | Seth ProductEngine | |
2012-06-08 | Merge pull from richard/viewer-chui | Merov Linden | |
2012-06-08 | CHUI-120 WIP Added conversations participants drag and drop from avatar ↵ | Seth ProductEngine | |
lists to IM floaters. - Added new drag and drop type DAD_PERSON and source SOURCE_PEOPLE to avoid highliting the toolbars when using SOURCE_VIEWER. - Disabled calling card drop support as it is considered obsolete. | |||
2012-03-01 | Pull from viewer-experience | Merov Linden | |
2012-02-02 | EXP-1856 FIX -- Calling cards, library items, 'no transfer' objects can be ↵ | Leslie Linden | |
copied to Merchant outbox via ctrl-v * Viewer now applies the same logic as inventory drag and drop to clipboard paste operations. | |||
2012-02-01 | EXP-1862 : Make LLClipboard an LLSingleton and clean up the internals (set ↵ | Merov Linden | |
up for toolbar and never used) | |||
2012-01-12 | EXP-1795 FIX -- Update warning dialog for dragging and dropping no-copy ↵ | Leslie Linden | |
items to Merchant Outbox * Any drag and drop or copy operation to the merchant outbox that contains one or more no-copy items now brings up a single modal dialog prompting the user to move the no-copy items to the outbox or to leave them all behind. | |||
2012-01-09 | EXP-1159 FIX -- User can get No transfer items into Merchant Outbox by ↵ | Leslie Linden | |
rezzing object from Outbox, including No Transfer item in contents, and then taking back into Inventory * Drag and drop to the 3D world is now disabled from the outbox | |||
2012-01-04 | EXP-1738 FIX -- Disable drag and drop to folders in the outbox that would ↵ | Leslie Linden | |
create a hierarchy that contains too many folders * Updated drag and drop to correctly handle moving to and from outbox as opposed to within the outbox when dealing with folder and item count limitations related to depth and total folder count. | |||
2011-10-06 | EXP-1303 FIX Drag and dropping button over viewer area can select objects ↵ | Richard Nelson | |
inworld fixed close button not working on floaters against right edge of window fixed drag and drop only working once per toolbar button reimplemented drag and drop threshold | |||
2011-10-03 | EXP-1286 : First pass at Drag and Drop of tools. Not functional. Most hooks ↵ | Merov Linden | |
into the LLToolDragAndDrop system in to support the new AT_WIDGET and SOURCE_VIEWER | |||
2011-09-12 | Removed windows line endings to conform to coding policy. | Leslie Linden | |
2011-08-23 | EXP-1068 Disallow marketplace listing of items that are currently being worn | Leyla Farazha | |
2011-08-18 | EXP-1068 Disallow dragging of outbox items onto avatar | Leyla Farazha | |
2011-08-16 | EXP-1100 WIP Show tooltips when drag and drop operations are not allowed | Richard Linden | |
unblock drag and drop tooltips | |||
2011-05-16 | merge | Dave Parks | |
2011-05-05 | Work in progress on CHOP-609 / CHOP-624 build time improvements. Eliminated ↵ | brad kittenbrink | |
a bunch of unnecesary header dependencies. | |||
2011-03-30 | STORM-1117 FIXED Disabled placing calling cards in prims inventory. | Seth ProductEngine | |
2011-04-19 | merge | Dave Parks | |
2011-01-04 | SH-739 Meshes can no longer be moved into subfolders of the "Meshes" folder | Loren Shih | |
Did this ever work? The code for handling drag&drop is broken completely for meshes; you can't drag them anywhere in inventory. Also did some formatting/cleanup of related code. | |||
2010-10-20 | Automated merge up from viewer-development | Loren Shih | |
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-09-27 | Merge | Leyla Farazha | |
2010-09-27 | merge | Dave Parks | |
2010-09-22 | Remove LL_MESH_ENABLED macros (fixes drag and drop). Add mesh stitching ↵ | Dave Parks | |
type back into tools floater. | |||
2010-09-21 | Fix for build failures - disabling tcmalloc for now | Brad Payne (Vir Linden) | |
2010-09-22 | CID-512: | Tofu Linden | |
Checker: DEADCODE Function: show_item_sharing_confirmation(std::basic_string<char, std::char_traits<char>, std::allocator<char>>, LLViewerInventoryItem *, const LLSD &, const LLUUID &, const LLUUID &) File: /indra/newview/lltooldraganddrop.cpp | |||
2010-09-18 | STORM-159 FIXED Added sharing inventory item by dropping it on resident's ↵ | Sergei Litovchuk | |
Profile SP even when no IM session is started with that resident. |