summaryrefslogtreecommitdiff
path: root/indra/newview/llpanellandmarkinfo.cpp
AgeCommit message (Collapse)Author
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-07-13MAINT-5347 FIXED Set Landmark title field as the name of the region with ↵Mnikolenko ProductEngine
coordinates, if the name of parcel is blank.
2015-04-28Merge viewer-release, become version 3.7.29Mnikolenko ProductEngine
2015-03-31build fixMnikolenko ProductEngine
2015-03-30fix for MAINT-5021: landmarks not populating correctly when parcel data is ↵Glenn Glazer
missing
2014-12-10Rename llround(..) to ll_round(..) because of a collision with MS llround ↵callum_linden
(long long round) in VS2013
2014-03-12merge with releaseRichard Linden
2014-02-05MAINT-3555 crash in LLPanel::~LLPanel() on shutdown:maksymsproductengine
- memory leaks fixing;
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-07-30Summer cleaning - removed a lot of llcommon dependencies to speed up build timesRichard 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-04-19merge changes for DRTVWR-294Oz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-10-11Updating linux build to gcc4.6Don Kjer
2010-12-06STORM-690 FIXED Underlying panels were visible in undocked sidepanels.Vadim ProductEngine
By the way, fixed losing focus when switching between panels in Me and Places SP (which made the floater semi-transparent).
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-26EXT-8391 FIXED Landmark creation and error handling.Sergei Litovchuk
- Added displaying error messages in Create Landmark panel upon remote parcel request fail. - Moved landmark creation from LLPanelLandmarkInfo::processParcelInfo() because we use only agent's current coordinates instead of waiting for remote parcel request to complete. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/793/. --HG-- branch : product-engine
2010-05-28WIP Fix miscellaneous display names in UIJames Cook
2010-05-13Fix build errors introduced in last mergeJames Cook
2010-05-11merge from dessie/viewer-public right before SLE code landedJames Cook
2010-03-31Merge from default branchMike Antipov
--HG-- branch : product-engine
2010-03-30EXT-3415 : INFRASTRUCTURE : Move LLInventoryCollectFunctors to separate classLoren Shih
Moved all the LLInventoryModelCOllectFunctors from LLInventoryModel to LLInventoryFunctions
2010-03-29Merge latest viewer-hotfix, approximately equal to Viewer 2.0 finalJames Cook
2010-03-24Normal task (EXT-6251) [HARD CODED]? Side bar: Landmarks > + button > Create ↵Sergei Litovchuk
Landmark > Landmark location dropdown > Landmarks/Japanese - Fixed translating category name in Landmark location dropdown list for cases when localized name is a part of folder's full name. Reviewed by Mike Antipov https://codereview.productengine.com/secondlife/r/32/ --HG-- branch : product-engine
2010-03-16Implemented normal task (EXT-6251) [HARD CODED]? Side bar: Landmarks > + ↵Sergei Litovchuk
button > Create Landmark > Landmark location dropdown > Landmarks/Japanese. Normal task (EXT-6251) [HARD CODED]? Side bar: Landmarks > + button > Create Landmark > Landmark location dropdown > Landmarks/Japanese. Reviewed by Richard Nelson https://codereview.productengine.com/secondlife/r/32/ --HG-- branch : product-engine
2010-03-02MergeJames Cook
2010-02-13CID-132Tofu Linden
Checker: NULL_RETURNS Function: LLPanelLandmarkInfo::getFullFolderName(const LLViewerInventoryCategory *) File: /indra/newview/llpanellandmarkinfo.cpp
2010-02-11MergeJames Cook
2010-02-11CID-83 follow-upTofu Linden
2010-02-11CID-83Tofu Linden
Checker: FORWARD_NULL Function: LLPanelLandmarkInfo::populateFoldersList() File: /indra/newview/llpanellandmarkinfo.cpp
2010-02-03mergeJames Cook
2010-01-29Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Mike Antipov
--HG-- branch : product-engine
2010-01-27Work on major bug EXT-3985 ([BSI] Landmarks created in Viewer 2.0 show up ↵Mike Antipov
with 1@ in Viewer 1.23.x) -- Implemented storage to save favorite landmarks order in local file. -- Previously implemented solution to store sort index in Landmark's name replaced with using the storage. For now all landmarks are shown as is (with sort LM prefix if it exists). -- Some deprecated methods are marked to be removed later -- Reverted fixes for: EXT-4306, EXT-1237, EXT-1615 as not necessary, these bugs should be verified again. --HG-- branch : product-engine
2010-01-27CID-388Tofu Linden
Checker: UNINIT_CTOR Function: LLPanelPlaceInfo::LLPanelPlaceInfo() File: /indra/newview/llpanelplaceinfo.cpp
2010-01-26Fixed normal bug (EXT-4720) N/A is displayed in the Create Landmark panel ↵Sergei Litovchuk
while data is retrieved. --HG-- branch : product-engine
2010-01-22Converted landmark info names to SLID-compatibleJames Cook
2010-01-19Update for normal bug EXT-3749 - Clicking landmark attachment on Group ↵Dmitry Zaporozhan
notices doesn't open side panel. --HG-- branch : product-engine
2009-12-26Fixed low bug EXT-2296 "View LM: Unnecessary green rectangle appears around ↵Sergei Litovchuk
title of LM after click on it" Fixed low bug EXT-2297 "View LM: Implement ellipsis for LM title" --HG-- branch : product-engine
2009-11-19fixed minor bug EXT-1615 Landmark name is truncated before @ character after ↵Andrew Polunin
placing landmark on Favorites Bar --HG-- branch : product-engine
2009-11-07Fixed normal bug EXT-2314 "Restore maturity rating in "Landmark" and ↵Sergei Litovchuk
"Teleport History" views": - Added rating icons and text to "Landmark" and "Teleport History" views. - Removed code for "Last Visited" from Teleport History. --HG-- branch : product-engine
2009-11-04Merge changes from https://hg.aws.productengine.com/secondlife/viewer-2-0/Steve Bennetts
2009-11-04No ticket. Removed extra includes. Fixed copyright years.Sergei Litovchuk
--HG-- branch : product-engine
2009-11-04Implemented major task EXT-2054 "Hook up parcel permission icons to parcel ↵Sergei Litovchuk
profile": - Added icon representation of parcel permissions to Place Profile panel. --HG-- branch : product-engine
2009-11-03merge fixes. Includes a refactoring of LLParticipantList to fix compile ↵Steve Bennetts
errors on Windows.
2009-11-03Implemented sub-task EXT-1452 '"places" title should not be on thisSergei Litovchuk
panel': - Made LLPlaceInfo a base class for two derived LLPlaceProfile and LLLandmarkInfo classes each representing a separate panel with its own XUI layout. - Fixed broken title change for Place Profile and Landmark cases. --HG-- branch : product-engine