Kelly Washington
0080ed8e29
Merge
2011-03-31 14:07:54 -07:00
Richard Linden
592294a6ac
SOCIAL-615 FIX Selecting create group, classified, or pick in profile and responding to notification with Don't Quit, clicking on the action again does not show notification
2011-03-01 20:11:49 -08:00
Richard Linden
e062a2778b
SOCIAL-608 FIX Create Classified link is available in Basic mode
...
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
2011-02-28 23:43:05 -08:00
Richard Linden
e02b83c350
SOCIAL-608 WIP Classified link is available in Basic mode
2011-02-28 22:06:21 -08:00
Brad Payne (Vir Linden)
8d2c4369da
Validation check for edit classified and edit pick slapps
2011-01-06 16:31:27 -05:00
Brad Payne (Vir Linden)
3c00c1ba45
merge viewer-development into web-profiles
2010-12-07 15:05:57 -05:00
Vadim ProductEngine
37c65e371d
STORM-690 ADDITIONAL FIX Hide "Loading..." text that can be seen under transparent Avatar Picks accordion.
2010-12-06 16:14:50 +02:00
Vadim ProductEngine
8acc2ec9f6
STORM-690 FIXED Underlying panels were visible in undocked sidepanels.
...
By the way, fixed losing focus when switching between panels in Me and Places SP (which made the floater semi-transparent).
2010-12-06 15:01:36 +02:00
Brad Payne (Vir Linden)
7b1dd1c84e
SOCIAL-84 FIX, SOCIAL-85 FIX - new slapps for edit classified, create and edit pick
2010-10-22 11:35:58 -04:00
Brad Payne (Vir Linden)
53eeee7b70
support for edit classified slapp
2010-10-21 14:41:42 -04:00
Brad Payne (Vir Linden)
dd1b70f712
SOCIAL-84, SOCIAL-85 WIP
2010-10-20 17:03:36 -04:00
Leyla Farazha
a4b223248e
Merge
2010-09-27 17:54:52 -07:00
Aimee Linden
ffae589843
Post-convert merge by convert_monolith.py from /Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution
2010-09-03 17:41:39 +01:00
Aimee Linden
0a74d15935
Merge between james/viewer-identity-evolution and dessie/viewer-public
2010-09-03 15:30:16 +01:00
Monroe Linden
b62b10dd26
Post-convert merge by convert_monolith.py from ./viewer-experience
2010-08-27 16:58:33 -07:00
Tofu Linden
e416840f85
Backed out changeset c3d41f18ce2b
...
back-out the back-out for this branch. yay.
2010-08-24 19:22:00 +01:00
Tofu Linden
98cc236503
Backed out changeset a62bf7c0af21
...
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24 18:44:39 +01:00
Tofu Linden
6ba23344c9
merge heads. whew.
2010-08-24 18:37:53 +01:00
Richard Nelson
02d8197019
changed buildPanel/buildFloater to member functions buildFromFile
...
streamlined LLUICtrlFactory's interface
2010-08-20 10:14:28 -07:00
Richard Nelson
c20bd2dfee
cleaned up LLUICtrlFactory...
...
removed redundant functionality
moved buildPanel to LLPanel
2010-08-16 15:00:51 -07:00
Oz Linden
06b0d72efa
Change license from GPL to LGPL (version 2.1)
2010-08-13 07:24:57 -04:00
Richard Nelson
566e3969f9
deprecated LLPanel::child*() methods
2010-07-30 10:02:30 -07:00
James Cook
2b7153c26a
merge from dessie/viewer-public right before SLE code landed
2010-05-11 16:11:09 -07:00
Tofu Linden
8421d3dcd3
PE merge
2010-04-01 17:01:08 +01:00
James Cook
ecc2c72650
Merge latest viewer-hotfix, approximately equal to Viewer 2.0 final
2010-03-29 16:55:22 -07:00
Tofu Linden
af77b77134
CID-450
...
Checker: FORWARD_NULL
Function: LLPanelPicks::onPanelClassifiedEdit()
File: /indra/newview/llpanelpicks.cpp
2010-03-23 14:02:41 +00:00
Tofu Linden
a375db6d75
CID-451
...
Checker: FORWARD_NULL
Function: LLPanelPicks::onPanelClassifiedSave(LLPanelClassifiedEdit *)
File: /indra/newview/llpanelpicks.cpp
2010-03-23 13:58:41 +00:00
Dmitry Zaporozhan
dc3c0c6016
Fixed normal bug EXT-6436 - Not showing all classifieds in Profile sidebar.
...
Updated code to be able to receive classifieds list in two or more packets.
2010-03-23 12:09:57 +02:00
Dmitry Zaporozhan
d6b32cd0a8
Update for major bug EXT-5942 - Entering a Classified with a banned keyword doesn't publish, and doesn't let you edit.
...
Updated code for disabling verbs for unpublished classified.
--HG--
branch : product-engine
2010-03-10 11:24:22 +02:00
Dmitry Zaporozhan
2197304984
Fixed major bug EXT-5942 - Entering a Classified with a banned keyword 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
2010-03-10 10:21:19 +02:00
Dmitry Zaporozhan
b513811c7b
Update for commit 10217 : 158e0438a11b (WIP on EXT-5687 (Classifieds are missing the clickthrough data)).
...
Updated parameter name.
--HG--
branch : product-engine
2010-03-09 15:20:42 +02:00
James Cook
18ebacefcf
Merge with viewer 2 beta 4
2010-03-08 10:54:23 -08:00
Vadim Savchuk
b60274fad4
WIP on EXT-5687 (Classifieds are missing the clickthrough data).
...
Updating classieifed click stats when user presses "Teleport" or "Map" button in the picks/classifieds list side panel.
--HG--
branch : product-engine
2010-03-05 19:30:31 +02:00
Vadim Savchuk
eeb6e89e60
WIP on EXT-5687 (Classifieds are missing the clickthrough data).
...
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
2010-03-05 19:03:00 +02:00
Vadim Savchuk
739dee86c9
WIP on EXT-5687 (Classifieds are missing the clickthrough data).
...
Removed a stub clickthrough info dispatcher.
--HG--
branch : product-engine
2010-03-05 18:50:38 +02:00
Paul Guslisty
a52a761460
Fixed normal bug EXT - 5426 (Invalid message is shown while viewing empty 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
2010-02-18 15:19:57 +02:00
James Cook
9dd7924b19
Merge
2010-02-11 10:09:23 -08:00
Tofu Linden
e7e414e8d2
CID-84
...
Checker: FORWARD_NULL
Function: LLPanelPicks::onPanelClassifiedClose(LLPanelClassifiedInfo *)
File: /indra/newview/llpanelpicks.cpp
2010-02-11 13:04:38 +00:00
James Cook
c0b7c93c18
Converted all gCacheName->getName to getFullName for SLID compatibility
...
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-04 20:38:40 -08:00
Sergei Litovchuk
c804211cef
Fixed major bug (EXT-3903) Adding ten Profile Picks blocks Classifieds creation
...
- Fixed disabling only "New Pick" menu when picks amount reaches the limit of 10, Classifieds can still be created.
--HG--
branch : product-engine
2010-01-05 17:05:19 +02:00
Loren Shih
d215cd5c24
automated merge PE->viewer2.0
2009-12-21 15:20:41 -05:00
Lynx Linden
82b0a42f86
DEV-44357: Close classified/pick details when closing Pick panel.
...
When we close the Pick panel, we now also close any specific
classified or pick that was opened from the pick panel.
2009-12-21 16:45:23 +00:00
Администратор
c353e640fa
Fixed low bug EXT-3353 - There's an ability to create classified w/o title and description.
...
--HG--
branch : product-engine
2009-12-21 16:13:09 +02:00
Loren Shih
10de771316
product engine -> viewer2.0 merge
2009-12-16 15:07:50 -05:00
Lynx Linden
3eea3281af
DEV-44351: Add a new secondlife:///app/classified/create SLapp.
...
Also cleaned up the code for the existing app/classified/{UUID}
support. Much nicer now.
2009-12-16 12:26:52 +00:00
brad kittenbrink
cb9b874b17
Merge of my old precompiled headers dependency cleanup with tip of viewer-2-0.
2009-12-14 11:07:29 -08:00
Andrew Dyukov
ffcf4dee52
Fixed low bug EXT-3188 ("There are no picks/classfields here" message
...
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
2009-12-16 17:11:41 +02:00
Lynx Linden
7c34cd8eb6
EXT-3408: Added support for secondlife:///app/classified SLurls
...
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.
2009-12-11 20:14:23 +00:00
Eugene Mutavchi
d53bee8b6e
Fixed low bug EXT-3023('Edit' in Pick Info does nothing after saving changes to pick)
...
--HG--
branch : product-engine
2009-12-07 14:29:36 +02:00
Paul Guslisty
876762d714
fixed normal bug EXT-3039 (Overflow menu for Pick/Classified contain duplicated entries)
...
--HG--
branch : product-engine
2009-12-02 19:28:12 +02:00