Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-16 | SL-15312 Legacy profiles remake #9 | Andrey Kleshchev | |
Cleanup obsolete properties processesing | |||
2022-04-16 | SL-15312 Legacy profiles remake #8 | Andrey Kleshchev | |
Progress indicators, loading states and 'embedded' cleanup | |||
2022-04-06 | SL-15312 Legacy profiles remake #1 | Andrey Kleshchev | |
Initial layout | |||
2019-03-04 | Added viewer based profiles | Kadah_Coba | |
Split picks and classifieds in to separate panels Moved getProfileURL to LLAvatarActions Removed dead XUI panels Removed picks/classifieds floater | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
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-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2011-11-18 | EXP-1576 FIXED (Remove old profile window from People panel) | Paul ProductEngine | |
- Removed old profile window from People panel with all subpanels and dependencies | |||
2011-09-06 | EXP-1196 FIX Fix param block template ordering | Richard Linden | |
changed ordering of template loading relative to constructor setting of params moved a lot of constructor-set params to template files reviewed by Leslie | |||
2011-05-05 | Work in progress on CHOP-609 / CHOP-624 build time improvements. Eliminated ↵ | brad kittenbrink | |
a bunch of unnecesary header dependencies. | |||
2011-02-01 | merge changes back from beta branch | Oz Linden | |
2011-01-29 | correct DOS line endings | Oz Linden | |
2011-01-28 | STORM-934 POSSIBLE FIX [crashhunters] crash at [2] ↵ | callum | |
LLPanelAvatarProfile::got_full_name_callback(LLUUID const &,std::basic_string,std::allocator > const &,bool) [secondlife-bin llpanelavatar.cpp] | |||
2011-01-06 | SOCIAL-423 FIX Display name and username are wrong in My Profile tab | callum | |
2011-01-05 | SOCIAL-304 FIX Modify side panel to reflect Profiles changes | callum | |
2010-12-15 | STORM-799 FIXED Crash in LLVivoxVoiceClient::notifyStatusObservers() | Kitty Barnett | |
2010-11-24 | STORM-666 FIXED Menu spawned by the overflow button had invalid position in ↵ | Vadim ProductEngine | |
Place Profile and Avatar Profile panels. Changes: * Changed the button class from LLButton to LLMenuButton to avoid duplicating menu positioning logic. * Enabled LLMenuButton to support aligning menu to the top right corner of the button. | |||
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-09-03 | Merge between james/viewer-identity-evolution and dessie/viewer-public | Aimee Linden | |
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-07-06 | Merge from dessie/viewer-release | Leyla Farazha | |
2010-06-24 | EXT-7046 FIX User profile using wrong placeholder/generic profile pic art | Richard Linden | |
2010-06-22 | EXT-7729 WIP LLWARNS: Tons of "Making dummy class..." warnings on startup | Richard Linden | |
reviewed by Leyla | |||
2010-06-02 | notification fixes | leyla | |
2010-05-26 | LLNameBox -> LLTextBox | Leyla Farazha | |
2010-05-13 | merge pull from dessie/viewer-public, picking up SLE code | James Cook | |
2010-05-11 | merge from dessie/viewer-public right before SLE code landed | James Cook | |
2010-04-21 | Automated merge | Roxie Linden | |
2010-04-19 | Fixed bug EXT-6842 ([I18N] Date format in Profile - mm/dd/yyyy needs to be: ↵ | Vadim Savchuk | |
yyyy/mm/dd for Japanese). - Made avatar registration date localizeable. - Specified localization templates for English, Japanese and German. Reviewed by Mike: https://jira.secondlife.com/browse/EXT-6842 --HG-- branch : product-engine | |||
2010-04-07 | Re-insert backed out SLE checkin so we can fix it | Roxie Linden | |
2010-04-07 | Backed out changeset 63b699f90efd | Tofu Linden | |
2010-03-29 | Merge latest viewer-hotfix, approximately equal to Viewer 2.0 final | James Cook | |
2010-03-22 | Weekly automated merge from viewer 2.0 | Roxie Linden | |
2010-03-19 | Done normal task EXT-6267 ([TRUNCATION] [EN XUI REWORK] - Side panel, ↵ | Mike Antipov | |
profiles: the teleport button is truncated. need 'en' xui designer rework) * moved Map Button into the dropdown menu (with enable/click logic). New <menu_item_call label="Map" name="show_on_map"> is added into the menu_profile_overflow.xml * redesigned rest of buttons to accommodate available space Now buttons' widths are enough to not truncate labels in all locales. NOTE: New "Map" item menu should be localized (just move values from panel_profile.xml to menu_profile_overflow.xml) in other locales. Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/59/ --HG-- branch : product-engine | |||
2010-03-08 | Merge with viewer 2 beta 4 | James Cook | |
2010-03-02 | Merge | James Cook | |
2010-02-23 | Fixed low priority bug EXT-5653 (View Profile: Hand-pointer is shown when ↵ | Vadim Savchuk | |
hovering mouse above homepage that isn't a valid URL). Removed an unnecessary on-click callback (that caused the cursor change) from the textbox. --HG-- branch : product-engine | |||
2010-02-22 | Fixed low bug (EXT-5136) Add the "Map" item to the people context menu. | Sergei Litovchuk | |
--HG-- branch : product-engine | |||
2010-02-19 | No ticket. Replaced calls of LLVoiceClient::getInstance() to ↵ | Andrew Dyukov | |
LLVoiceClient::instanceExists() in checks before removal of voice client status observers. These checks were introduced in changeset bc6a6ab2ce54. --HG-- branch : product-engine | |||
2010-02-16 | EXT-3620 Unable to locate other avatars in God mode on map via "map" button ↵ | Tofu Linden | |
(previously "show on map") | |||
2010-02-15 | Fixed low bug EXT-5069 (Bad user experience while blocking avatar from view ↵ | Paul Guslisty | |
profile panel). Replaced using of menu_item_check with menu_item_call --HG-- branch : product-engine | |||
2010-02-11 | Merge | James Cook | |
2010-02-05 | Fixed critical bug EXT-4947 (Viewer crashes after 'See my online status' ↵ | Mike Antipov | |
check-box was checked for deleted from friends avatar) - added updating of allowed rights when friendship is terminated/started to disable/enable checkboxes - also added validation of avatar's relationship before committing and log a warning if it is absent. --HG-- branch : product-engine | |||
2010-02-04 | Converted all gCacheName->getName to getFullName for SLID compatibility | James Cook | |
Also eliminated notification "ObjectGiveItemUnknownUser" because the SLURL-based name lookup will always retrieve the user name. Fixed a bug with ObjectGiveItem where the SLURL would be incorrect for a group. | |||
2010-02-03 | Fixed bug EXT-2915 ([BSI] Pay Button is hard to find on small resolutions). | Vadim Savchuk | |
Added a "Block/Unblock" item to the profile view panel overflow menu to make the menu more visible. --HG-- branch : product-engine |