summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpermissions.cpp
AgeCommit message (Collapse)Author
2018-07-02MAINT-8618 Viewer attempting to edit action when it has no permissionandreykproductengine
2018-06-13MAINT-8731 Click action to disable clicking objects, per-object in a linksetandreykproductengine
2018-05-08MAINT-8586 XUI cleanupAndrey Kleshchev
2018-05-04MAINT-8622 FIXED "Share" checkbox becomes gray after sharing the object (no ↵maxim_productengine
modify) for the group
2018-05-04MAINT-8616 FIXED Edit Tool often displays the wrong Creator and/or Owner of ↵maxim_productengine
an object
2018-05-02MAINT-8616 FIXED Edit Tool often displays the wrong Creator and/or Owner of ↵maxim_productengine
an object
2017-04-26MAINT-1239 Fixed fontandreykproductengine
2017-04-18MAINT-1239 Fixed There is no icon of owner and creator in build dialogandreykproductengine
2016-12-06MAINT-6963 Object's name is not changed in inventory if object in attached ↵Mnikolenko Productengine
state was renamed through Edit floater.
2016-05-06merge 4.0.4-release and MAINT-5974Oz Linden
2016-04-06MAINT-1539 'L$' indicator doesn't disappear when object is not for saleandreykproductengine
2016-04-05Backed out changeset: a481e543cc74andreykproductengine
2016-03-16merge changes for DRTVWR-417Oz Linden
2016-02-26MAINT-1539 'L$' indicator doesn't disappear when object is not for saleandreykproductengine
2016-02-24MAINT-1429 Incorrect display of permissions in Edit Tab while change focusMnikolenko ProductEngine
2016-01-15MAINT-1429 Show permissions correctly for single non-root object and hide it ↵Mnikolenko ProductEngine
if we didn't get valid base permissions.
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-11-07MAINT-1333 FIXED Disable "for sale" controls for attached primMnikolenko ProductEngine
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-06-05merge with viewer-releaseRichard Linden
2013-04-19merge changes for DRTVWR-294Oz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-22merge with viewer-releaseRichard Linden
2013-01-24merging in viewer-beta.Nyx Linden
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh.
2012-10-17SH-3405 WIP convert existing stats to lltrace systemRichard Linden
started conversion of llviewerassetstats removed old, dead LLViewerStats code made units tracing require units declaration clean up of units handling
2012-10-15MAINT-1598 Edit Linked Parts isn't returning creator/ownerKelly Washington
* Show creator, owner and group information when only selecting a single prim in a linkset. reviewed with Simon
2012-10-11Updating linux build to gcc4.6Don Kjer
2012-06-22PATH-760: Adding another pathfinding test method to the selection manager.Todd Stinson
2012-06-21PATH-760: Ensuring that the pathfinding attribute field works correctly with ↵Todd Stinson
multiple objects selected.
2012-06-21PATH-760: Renaming some methods of LLSelectMgr.Todd Stinson
2012-06-20PATH-760: First pass at Leo's new design for the build floater.Todd Stinson
2012-06-13PATH-713: Disabling all editable object fields on the build tools floater ↵Todd Stinson
when a static pathfinding object is in not in the current region.
2012-03-29PATH-450: BUGFIX Ensuring that permanent objects cannot be linked in frozen ↵Todd Stinson
mode. Displaying a modal notification if user attempts.
2010-09-03Post-convert merge by convert_monolith.py from ↵Aimee Linden
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution
2010-09-03Merge between james/viewer-identity-evolution and dessie/viewer-publicAimee Linden
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24merge heads. whew.Tofu Linden
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-07-30deprecated LLPanel::child*() methodsRichard Nelson
2010-05-11merge from dessie/viewer-public right before SLE code landedJames Cook
2010-03-22fix for EXT-3868 Edit Window: Group name shown when no object is selectedYuri Chebotarev
--HG-- branch : product-engine
2010-02-11MergeJames Cook
2010-02-05EXT-5025 - Tooltips block mouse clicksrichard
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-02-01Support returning full_name (and SLID) for LLCacheName::get() callsJames Cook
Changed callback signature to full_name instead of first_name,last_name Eliminated all calls to legacy (non-signal/non-boost-bind) lookup mechanism Change Pay dialog names to SLURL links Tweaked layout of Pay Resident and Pay via Object floaters to make SLURLs fit Consolidate name first + " " + last concatenation in LLCacheName::buildFullName() Reviewed with Kelly
2009-12-08Incorporated code formatting cleanup from llsidepaneltaskinfo into ↵Loren Shih
llpanelpermissions. No functionality changes. --HG-- branch : avatar-pipeline
2009-11-25Created lightweight LLNotificationsUtil::add(), switched most alerts to use itJames Cook
Cuts number of includes of llnotifications.h from 300+ to 40.
2009-11-24Removed include llnotifications.h from llfloater.h trying to speed buildsJames Cook
Fixed many other includes related to this file. Cleaned out llfloatertestlistview to be an empty test floater.
2009-11-19 EXT-2094 Add click-to-zoom as a one-click settable option for objectsangela
2009-11-17EXT-2403 Object name, description now forced to be ASCII characters onlyJames Cook
Also fixes EXT-172, EXT-2399. Semantics now are: Object name, object desc, parcel name, region name, inventory item name all are ASCII only. Parcel desc allows arbitrary Unicode chars. Group names force ASCII only. Reviewed with Leyla