summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelplaceprofile.cpp
AgeCommit message (Collapse)Author
2011-07-29merge changes for storm-1220Oz Linden
2011-07-25STORM-1220 FIXED Localized sim product name (e.g. "Estate / Full Region") ↵Vadim ProductEngine
everywhere.
2011-07-22STORM-1311 FIXED Provide more space for parcel description in the Place ↵Vadim ProductEngine
Profile when coming from search. This also affects the way teleport history items look. In the first place I tried to make the description occupy all available space and follow viewer window shape. However that triggered numerous bugs in the text widgets, which spoiled the whole fix. So I'm coming up with a temporary hacky solution that should fit the ticket requirements.
2011-07-01ER-1016 - "Remove ability for anyone to edit terrain" and ER-910 "Parcelsimon@lindenlab.com
Privacy" changes. Many naming changes for the featureto be "See avatars" instead of "hidden avatars". Also removed the "anyone can edit terrain" checkbox and slammed the value to FALSE.
2011-06-09ER-910: Parcel Privacy. Rename things in code to reflect feature name ↵Dave SIMmONs
change to "hidden avatars"
2011-05-06Viewer UI work to add icons for the nav bar and places profile to indicate ↵Dave SIMmONs
parcel privacy settings. Using engineering art icons.
2010-09-16MergeLeyla Farazha
2010-09-15STORM-92 ADDITIONAL FIX Now state of the Place Profile panel isn't reset on ↵Vadim Savchuk
(un)docking. The accordion was reset whenever the panel visibility was changed. Now that's done only when the panel gets (re-)initialized with a place info.
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-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-07-30Merge with dessie/viewer-releaseLeyla Farazha
2010-07-21EXT-8164 FIXED (Accordions should be reset to default state after Edit ↵Andrew Polunin
Outfit panel reopening) Now accordion on panels 'Edit Outfit', 'Editing Shape', 'Editing Hair', 'Editing Eyes', 'Editing Skin', 'Group Profile' and 'Place Profile' are reset when the panels are closed and then opened again. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/782/ --HG-- branch : product-engine
2010-06-21Merge with q/viewer-releaseLeyla Farazha
2010-06-11EXT-7047 FIXED Overridden tab container's max tab width. Added paddings to ↵Mike Antipov
status message text in inventory folder view. Also fixed crash in LLPanelPlaceProfile if login after places Panel is opened and hidden in UI Preview Tool: * added removing of an idle function when instance is destroyed. Message text has been wrapped into several lines in EXT-7564 (1869e99b5ce2) Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/558/ --HG-- branch : product-engine
2010-05-28WIP Fix miscellaneous display names in UIJames Cook
2010-05-24DEV-50271 FIX SLURL support for non-clickable display namesRichard Nelson
reviewed by James
2010-05-24mergeRichard Nelson
2010-05-21VI-65 - Addition of Quick/Eazy Buy Web based floater.Callum Prentice
Switched off by default for now until Web content ready - turn on with Debug Settings - 'QuickBuyCurrency' Reviewed by Sam/Richard
2010-05-13Fix build errors introduced in last mergeJames Cook
2010-03-29Merge latest viewer-hotfix, approximately equal to Viewer 2.0 finalJames Cook
2010-03-18(EXT-5982) [FRAGMENTATION] L$ kaufen window (Buy L$)Sergei Litovchuk
- Moved hardcoded strings in LLFloaterBuyCurrency::buyCurrency() calls to strings.xml Reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/56/ --HG-- branch : product-engine
2010-03-16Implemented normal task EXT-5982([HARD CODED] on L$ kaufen window (Buy L$)).Andrew Dyukov
- Moved hardcoded strings in LLFloaterBuyCurrency::buyCurrency() calls to strings.xml Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/33/ --HG-- branch : product-engine
2010-02-03mergeJames Cook
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
2010-02-01(EXT-2987) Parcel Characteristics icons aren't refreshedSergei Litovchuk
after changing restrictions - LLViewerParcelMgr refactoring. Changed parcel characteristics accessors to get selected parcel properties. --HG-- branch : product-engine
2010-01-29No ticket, Fixed displaying parcel voice permission in Place Profile.Sergei Litovchuk
--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 place info names to SLID-compatible, probably unusedJames Cook
2010-01-22Fixed (EXT-4589) 'About Land' floater loose information after user quit ↵Sergei Litovchuk
Place Profile - Fixed Places panel not to remove parcel selection when it is used by "About Land" floater. --HG-- branch : product-engine
2009-11-13Refactoring of llviewerprecompiledheaders.h to hopefully increase stabilitybrad kittenbrink
and reduce unnecessary dependencies and incredibuild wedging. Hopefully in the long run this will reduce build time. Also cleaned up a lot of header file usage to conform better to the coding standard. reviewed by james and steve.
2009-11-16Fix for bug EXT-1234. Crash after click on For Sale banner for remote placeDenis Serdjuk
Cause: After teleporting LLViewerParcelMgr resets current selected parcel. Changes: Complementary check of selected parcel has been added. --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-05MergeSteve Bennetts
2009-11-05mergerichard
2009-11-05eliminated various warnings when parsing side trayrichard
2009-11-05- Fixed EXT-2054 "Hook up parcel permission icons to parcel profile"Sergei Litovchuk
implementation: moved icon file names to XML. --HG-- branch : product-engine
2009-11-04Redo Bao's broken mergeBryan O'Sullivan
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-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