Age | Commit message (Collapse) | Author |
|
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
|
|
breaks the navigation history in Picks Floater)
- Allowed to create a new instance of LLPanelPickEdit for each pick
|
|
Search floater, breaks the navigation history in Picks Floater)
- For each classified info create a new instance of LLPanelClassifiedInfo
- Added destructor for LLPanelProfile::ChildStack to avoid memory leak
|
|
|
|
|
|
floater launches People panel with inactive Edit button and access to OLD profile window)
- Opening Floater Picks instead of old profile panel
|
|
secondlife:///app/classified/create)
- Simple NULL checking to avoid crash
|
|
|
|
* The code now opens the "picks" window and starts the "create new classified"
action on it directly.
Reviewed by Richard.
|
|
|
|
- Added a floater for People side tab.
- Replaced calls to LLSideTray with LLFloaterSidePanelContainer.
|
|
- Replaced calls to LLSideTray with LLFloaterSidePanelContainer.
- Removed obsolete code implementing the tri-state behavior of Profile side panel.
- Added People panel XUI which is referenced from Profile panel.
|
|
responding to notification with Don't Quit, clicking on the action again does not show notification
|
|
SOCIAL-609 FIX Create Pick link is available in Basic mode in the web profile
SOCIAL-610 FIX View group info in Viewer sidebar are available in Basic mode
|
|
|
|
|
|
|
|
transparent Avatar Picks accordion.
|
|
By the way, fixed losing focus when switching between panels in Me and Places SP (which made the floater semi-transparent).
|
|
edit pick
|
|
|
|
|
|
|
|
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution
|
|
|
|
|
|
back-out the back-out for this branch. yay.
|
|
Backing out this merge that I pushed (prematurely) to the wrong place.
|
|
|
|
streamlined LLUICtrlFactory's interface
|
|
removed redundant functionality
moved buildPanel to LLPanel
|
|
|
|
|
|
|
|
|
|
|
|
Checker: FORWARD_NULL
Function: LLPanelPicks::onPanelClassifiedEdit()
File: /indra/newview/llpanelpicks.cpp
|
|
Checker: FORWARD_NULL
Function: LLPanelPicks::onPanelClassifiedSave(LLPanelClassifiedEdit *)
File: /indra/newview/llpanelpicks.cpp
|
|
Updated code to be able to receive classifieds list in two or more packets.
|
|
doesn't publish, and doesn't let you edit.
Updated code for disabling verbs for unpublished classified.
--HG--
branch : product-engine
|
|
doesn't publish, and doesn't let you edit.
Changed the way panels handle classified publishing - each classified panel will keep listening to callbacks and will know when classified is published successfuly.
If publish failed, panel will allow user to edit classified and try publishing again.
All unpublished classifieds will be lost on Viewer restart.
--HG--
branch : product-engine
|
|
missing the clickthrough data)).
Updated parameter name.
--HG--
branch : product-engine
|
|
|
|
Updating classieifed click stats when user presses "Teleport" or "Map" button in the picks/classifieds list side panel.
--HG--
branch : product-engine
|
|
Updating click stats on:
* opening classified info
* clicking "Map" or "Teleport" buttons in classified info
* clicking "Details" in the web-based search floater
--HG--
branch : product-engine
|
|
Removed a stub clickthrough info dispatcher.
--HG--
branch : product-engine
|
|
picks tab of another avata)
- Added particular messages for 'PICKS' and 'My Picks' tabs in MyProfile and People panels appropriately. Before there was one message for these tabs.
--HG--
branch : product-engine
|
|
|
|
Checker: FORWARD_NULL
Function: LLPanelPicks::onPanelClassifiedClose(LLPanelClassifiedInfo *)
File: /indra/newview/llpanelpicks.cpp
|
|
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.
|