Age | Commit message (Collapse) | Author |
|
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.
|
|
- Fixed disabling only "New Pick" menu when picks amount reaches the limit of 10, Classifieds can still be created.
--HG--
branch : product-engine
|
|
|
|
When we close the Pick panel, we now also close any specific
classified or pick that was opened from the pick panel.
|
|
and description.
--HG--
branch : product-engine
|
|
|
|
Also cleaned up the code for the existing app/classified/{UUID}
support. Much nicer now.
|
|
|
|
should appear in "Picks" tab after the server response and not to).
- added "Loading..." message
- changed condition on which "There are no picks/classfields here" is
shown and moved message string to strings.xml
--HG--
branch : product-engine
|
|
I added a handler for this SLurl type that displays the classifieds
details in the side tray.
In order to do this, you have to open the profile of the classified's
creator first. Which means that I have to ask the server for the
classified's description in order to get the creator id. This is done
with an LLAvatarPropertiesObserver observer. One complication here is
that this observer takes the avatar id as a parameter, but we don't
know that (that's what we're trying to find out) - so I made it
possible to pass in a null avatar id - it's only used to filter out
non-interested observers in the notifyObserver() call.
|
|
to pick)
--HG--
branch : product-engine
|
|
duplicated entries)
--HG--
branch : product-engine
|
|
Cuts number of includes of llnotifications.h from 300+ to 40.
|