[opensource-dev] build problem related to boost

2011-01-13 Thread Lance Corrimal
hi there,


I'm trying to add a new feature to my 2.4-based version of dolphinviewer, but 
I'm having serious pains with adding a callback for a new ui element.

I added a combobox to the inventory panel, and two buttons. The buttons work 
ok, but as soon as I put a line in LLPanelMainInventory::postbuild() that is 
supposed to be adding a callback to the code that should be executed when the 
user uses that combobox, the build fails with a boost problem that is way past 
me.

All i can say is that I've looked over all similar places in the code, and I 
do not see any noticeable difference between the way I'm trying to add a 
callback, and the way callbacks are added everywhere else...

ok, the patch in question:
http://dolphinviewer.eregion.de/files/patches/20400-13837/dolphinviewer2-0-
v13837-InventoryQuickfilters_v0.patch.bz2

and here's the error that I keep getting:
http://pastebin.com/Tb1Mkh6Z

anybody around who could help me get that to work?


thanks!


bye,
LC
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] build problem related to boost

2011-01-13 Thread Lance Corrimal

> ok, the patch in question:
> http://dolphinviewer.eregion.de/files/patches/20400-13837/dolphinviewer2-0-
> v13837-InventoryQuickfilters_v0.patch.bz2

https://bitbucket.org/LanceCorrimal/dolphinviewer2/changeset/d8b73e565bea


___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] Pre-processing chat input (was Re: Review Request: STORM-829 Viewer 2 does not parse /me in object Instant Messages

2011-01-13 Thread Argent Stonecutter
On 2011-01-12, at 16:32, Joel Foner wrote:
> Skype still supports /me... Many of the folks I know use /me regularly, for 
> what it's worth. Skype displays the  difference much more obviously, placing 
> the text centered with different styling than normal chat with /me, so it has 
> more emphasis than in sl visually.

I don't understand why it needs to be highlighted at all. Just get rid of the 
":" and if there's punctuation the following space. I find the italics in 
viewer two stupidly annoying.
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] failed to find libboost_system-vc80-mt-1_39.lib in non-standalone

2011-01-13 Thread WolfPup Lowenhar
The same thing happened with the mesh viewer and was fixed in
https://jira.secondlife.com/browse/CTS-317 by LL updating the windows boost
libs to include the missing lib. Btw this is also happening on Windows 7
32-bit using VS2005 PRO.

 

From: opensource-dev-boun...@lists.secondlife.com
[mailto:opensource-dev-boun...@lists.secondlife.com] On Behalf Of Twisted
Laws
Sent: Wednesday, January 12, 2011 11:35 PM
To: SLDEV
Subject: Re: [opensource-dev] failed to find
libboost_system-vc80-mt-1_39.lib in non-standalone

 

of course i forgot to say on Windows 7 64 with vc 2005 express
 

  _  

From: twisted_l...@hotmail.com
To: opensource-dev@lists.secondlife.com
Date: Wed, 12 Jan 2011 20:46:30 -0500
Subject: [opensource-dev] failed to find libboost_system-vc80-mt-1_39.lib in
non-standalone

A fresh clone of viewer-development up to r14487:5f4034c58817 1/12/2011
fails to buid non-standalone because of missing the
libboost_system-vc80-mt-1_39.lib (or debug version).
 

___ Policies and (un)subscribe
information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting
privileges 

  _  

No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1191 / Virus Database: 1435/3376 - Release Date: 01/12/11

___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] Review Request: Storm-844 "More" should be "Less" when Media Control is open

2011-01-13 Thread Alexandrea Fride

---
This is an automatically generated e-mail. To reply, visit:
http://codereview.secondlife.com/r/78/#review147
---


Tested your patch and after testing it works however you do not need to have 
label_selected at all it works as expected without to

- Alexandrea


On Jan. 12, 2011, 6:02 a.m., Jonathan Yap wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://codereview.secondlife.com/r/78/
> ---
> 
> (Updated Jan. 12, 2011, 6:02 a.m.)
> 
> 
> Review request for Viewer.
> 
> 
> Summary
> ---
> 
> "More" should be "Less" when Media Control is open
> 
> This is a trivial text change in an xml file.  The reason I am posting this 
> here is due to some confusion using label_selected.  In this case having it 
> set to a different value than when label is set to seems to have no effect, 
> so I have made them identical.
> 
> I scanned all the xml files and there are only about 5 places where 
> label_selected is different from the preceding label= value.
> 
> Is there any reason to revert back to having them set to different values?
> i.e. label="More" and label_selected="Less"
> 
> 
> This addresses bug storm-844.
> http://jira.secondlife.com/browse/storm-844
> 
> 
> Diffs
> -
> 
>   doc/contributions.txt 179e0754a27d 
>   indra/newview/skins/default/xui/en/panel_nearby_media.xml 179e0754a27d 
> 
> Diff: http://codereview.secondlife.com/r/78/diff
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Jonathan
> 
>

___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] Review Request: Storm-844 "More" should be "Less" when Media Control is open

2011-01-13 Thread Twisted Laws

---
This is an automatically generated e-mail. To reply, visit:
http://codereview.secondlife.com/r/78/#review148
---


To me, this is the wrong solution.  label_selected used to work to allow a 
button to display different text when it was selected, so you could have a 
button that said More until it was pressed or selected and displayed more 
informaiton.  At that time the text could change to Less indicating that 
pressing the button a second time would maybe reduce the information displayed. 
 If the button in question here doesn't change when pressing, that means that 
something down in the control code is wrong. 

- Twisted


On Jan. 12, 2011, 6:02 a.m., Jonathan Yap wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://codereview.secondlife.com/r/78/
> ---
> 
> (Updated Jan. 12, 2011, 6:02 a.m.)
> 
> 
> Review request for Viewer.
> 
> 
> Summary
> ---
> 
> "More" should be "Less" when Media Control is open
> 
> This is a trivial text change in an xml file.  The reason I am posting this 
> here is due to some confusion using label_selected.  In this case having it 
> set to a different value than when label is set to seems to have no effect, 
> so I have made them identical.
> 
> I scanned all the xml files and there are only about 5 places where 
> label_selected is different from the preceding label= value.
> 
> Is there any reason to revert back to having them set to different values?
> i.e. label="More" and label_selected="Less"
> 
> 
> This addresses bug storm-844.
> http://jira.secondlife.com/browse/storm-844
> 
> 
> Diffs
> -
> 
>   doc/contributions.txt 179e0754a27d 
>   indra/newview/skins/default/xui/en/panel_nearby_media.xml 179e0754a27d 
> 
> Diff: http://codereview.secondlife.com/r/78/diff
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Jonathan
> 
>

___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

[opensource-dev] Clarification on contributions.txt

2011-01-13 Thread Jonathan Welch
Hi Oz,

I updated two wiki entries dealing with adding to contributions.txt
and would appreciate it if you could look over what I wrote and tell
me and the mailing list if this is what you would like to have done.

http://wiki.secondlife.com/w/index.php?title=Preparing_Code&diff=1131640&oldid=1028212

Thank you,

-Jonathan
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] storm-34

2011-01-13 Thread Opensource Obscure
Not directly related to storm-34, but slightly related to the general
discussion:

Kirstens Viewer shows in the login screen random screenshots of cool
SL locations
(I think there's a user-contributed shared database of them) - pics
also embed the
address of the location, so one can manually input sim name and coordinates
in the "Start at" text field. Locations can be also browsed in the
login page itself.


Opensource Obscure
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] Review Request: Storm-844 "More" should be "Less" when Media Control is open

2011-01-13 Thread Jonathan Yap


> On Jan. 13, 2011, 8:05 a.m., Twisted Laws wrote:
> > To me, this is the wrong solution.  label_selected used to work to allow a 
> > button to display different text when it was selected, so you could have a 
> > button that said More until it was pressed or selected and displayed more 
> > informaiton.  At that time the text could change to Less indicating that 
> > pressing the button a second time would maybe reduce the information 
> > displayed.  If the button in question here doesn't change when pressing, 
> > that means that something down in the control code is wrong.

I did a test with the floater preview UI (one of the few places that label is 
not the same as label_selected.  There is a >> button there that does change to 
<< when pressed.

However, in this case, there is some code that does the button swapping.  In 
llpanelnearbymedia.cpp / void LLPanelNearByMedia::onMoreLess()

getChild("more_btn")->setVisible(!is_more);
getChild("less_btn")->setVisible(is_more);

If people think refactoring rather then just rewording is the way to go please 
say so.  I always hesitate to "fix what ain't broke".

The vast majority of button definitions in the xml files have identical entries 
for label and label_selected (is having label_selected present a requirement in 
a button definition or are all these entires superfluous?).


- Jonathan


---
This is an automatically generated e-mail. To reply, visit:
http://codereview.secondlife.com/r/78/#review148
---


On Jan. 12, 2011, 6:02 a.m., Jonathan Yap wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://codereview.secondlife.com/r/78/
> ---
> 
> (Updated Jan. 12, 2011, 6:02 a.m.)
> 
> 
> Review request for Viewer.
> 
> 
> Summary
> ---
> 
> "More" should be "Less" when Media Control is open
> 
> This is a trivial text change in an xml file.  The reason I am posting this 
> here is due to some confusion using label_selected.  In this case having it 
> set to a different value than when label is set to seems to have no effect, 
> so I have made them identical.
> 
> I scanned all the xml files and there are only about 5 places where 
> label_selected is different from the preceding label= value.
> 
> Is there any reason to revert back to having them set to different values?
> i.e. label="More" and label_selected="Less"
> 
> 
> This addresses bug storm-844.
> http://jira.secondlife.com/browse/storm-844
> 
> 
> Diffs
> -
> 
>   doc/contributions.txt 179e0754a27d 
>   indra/newview/skins/default/xui/en/panel_nearby_media.xml 179e0754a27d 
> 
> Diff: http://codereview.secondlife.com/r/78/diff
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Jonathan
> 
>

___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] Clarification on contributions.txt

2011-01-13 Thread Oz Linden (Scott Lawrence)
On 2011-01-13 11:37, Jonathan Welch wrote:
> Hi Oz,
>
> I updated two wiki entries dealing with adding to contributions.txt
> and would appreciate it if you could look over what I wrote and tell
> me and the mailing list if this is what you would like to have done.
>
> http://wiki.secondlife.com/w/index.php?title=Preparing_Code&diff=1131640&oldid=1028212

Thank you, Jonathan... you were essentially correct and that's a good 
addition.  I tweaked what you wrote slightly.

___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] failed to find libboost_system-vc80-mt-1_39.lib in non-standalone

2011-01-13 Thread Philippe (Merov) Bossut
Hi,

I noticed too and working on it to resolve it. Strange thing is that a build
on the same code on my test viewer-development-importer repo did work
fine... I'm a bit puzzled as to what is different between the 2. OTOH, it's
just boost and it hasn't changed since June 2010 so it can't be that hard to
fix. Certainly a case of a misplaced lib. Hmmm Any help appreciated of
course (I'll make sure I'll be hanging out on #opensl today).

Cheers,
- Merov

On Thu, Jan 13, 2011 at 6:06 AM, WolfPup Lowenhar
wrote:

> The same thing happened with the mesh viewer and was fixed in
> https://jira.secondlife.com/browse/CTS-317 by LL updating the windows
> boost libs to include the missing lib. Btw this is also happening on Windows
> 7 32-bit using VS2005 PRO.
>
>
>
> *From:* opensource-dev-boun...@lists.secondlife.com [mailto:
> opensource-dev-boun...@lists.secondlife.com] *On Behalf Of *Twisted Laws
> *Sent:* Wednesday, January 12, 2011 11:35 PM
> *To:* SLDEV
> *Subject:* Re: [opensource-dev] failed to find
> libboost_system-vc80-mt-1_39.lib in non-standalone
>
>
>
> of course i forgot to say on Windows 7 64 with vc 2005 express
>
> --
>
> From: twisted_l...@hotmail.com
> To: opensource-dev@lists.secondlife.com
> Date: Wed, 12 Jan 2011 20:46:30 -0500
> Subject: [opensource-dev] failed to find libboost_system-vc80-mt-1_39.lib
> in non-standalone
>
> A fresh clone of viewer-development up to r14487:5f4034c58817 1/12/2011
> fails to buid non-standalone because of missing the
> libboost_system-vc80-mt-1_39.lib (or debug version).
>
>
> ___ Policies and (un)subscribe
> information available here: 
> http://wiki.secondlife.com/wiki/OpenSource-DevPlease read the policies before 
> posting to keep unmoderated posting
> privileges
> --
>
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 10.0.1191 / Virus Database: 1435/3376 - Release Date: 01/12/11
>
> ___
> Policies and (un)subscribe information available here:
> http://wiki.secondlife.com/wiki/OpenSource-Dev
> Please read the policies before posting to keep unmoderated posting
> privileges
>
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] Clarification on contributions.txt

2011-01-13 Thread Boroondas Gupte
[Sent from wrong address, so once again for the list. Sorry Oz for the
duplicate message.]

On 01/13/2011 06:05 PM, Oz Linden (Scott Lawrence) wrote:
> On 2011-01-13 11:37, Jonathan Welch wrote:
>> Hi Oz,
>>
>> I updated two wiki entries dealing with adding to contributions.txt
>> and would appreciate it if you could look over what I wrote and tell
>> me and the mailing list if this is what you would like to have done.
>>
>> http://wiki.secondlife.com/w/index.php?title=Preparing_Code&diff=1131640&oldid=1028212
> Thank you, Jonathan... you were essentially correct and that's a good 
> addition.  I tweaked what you wrote slightly.
Should new entries really always be added below existing ones of the
same person, or could they be added at the 'right' position (if any), as
long as existing entries aren't moved around nor removed?

E.g., if we have

Example Resident
FOO-1000
FOO-3000

and Example Resident implements FOO-2000, should that become

Example Resident
FOO-1000
*   FOO-2000*
FOO-3000

(i.e. added at "right" position) or

Example Resident
FOO-1000
FOO-3000
*   FOO-2000*

(i.e. added below existing entries)?

Also, could you make your metric-generating code public? Maybe someone
can adapt it to not be mislead by re-sorting of issue entries.

Cheers,
Boroondas
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] Clarification on contributions.txt

2011-01-13 Thread Jonathan Welch
Oz,

I updated the similar entry at
https://wiki.secondlife.com/wiki/How_To_Submit_A_Viewer_Change#Readiness_Criteria
with your tweak.
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] failed to find libboost_system-vc80-mt-1_39.lib in non-standalone

2011-01-13 Thread Philippe (Merov) Bossut
Hi,

The problem comes from changes in STORM-477 which is now requiring
boost-system libs but we don't have that lib for windows in the prebuilt
tarball.

It turns out we are in the process of creating a boost-autobuild project so
we'll get that fixed as part of this.

In the meantime though, I'll backout the STORM-477 changes, create a new
task for boost update and make STORM-477 depend on it.

Things should be back to normal within a couple of hours. Sorry for the
disruption.

Cheers,
- Merov

On Thu, Jan 13, 2011 at 9:12 AM, Philippe (Merov) Bossut <
me...@lindenlab.com> wrote:

> Hi,
>
> I noticed too and working on it to resolve it. Strange thing is that a
> build on the same code on my test viewer-development-importer repo did work
> fine... I'm a bit puzzled as to what is different between the 2. OTOH, it's
> just boost and it hasn't changed since June 2010 so it can't be that hard to
> fix. Certainly a case of a misplaced lib. Hmmm Any help appreciated of
> course (I'll make sure I'll be hanging out on #opensl today).
>
> Cheers,
> - Merov
>
> On Thu, Jan 13, 2011 at 6:06 AM, WolfPup Lowenhar  > wrote:
>
>> The same thing happened with the mesh viewer and was fixed in
>> https://jira.secondlife.com/browse/CTS-317 by LL updating the windows
>> boost libs to include the missing lib. Btw this is also happening on Windows
>> 7 32-bit using VS2005 PRO.
>>
>>
>>
>> *From:* opensource-dev-boun...@lists.secondlife.com [mailto:
>> opensource-dev-boun...@lists.secondlife.com] *On Behalf Of *Twisted Laws
>> *Sent:* Wednesday, January 12, 2011 11:35 PM
>> *To:* SLDEV
>> *Subject:* Re: [opensource-dev] failed to find
>> libboost_system-vc80-mt-1_39.lib in non-standalone
>>
>>
>>
>> of course i forgot to say on Windows 7 64 with vc 2005 express
>>
>> --
>>
>> From: twisted_l...@hotmail.com
>> To: opensource-dev@lists.secondlife.com
>> Date: Wed, 12 Jan 2011 20:46:30 -0500
>> Subject: [opensource-dev] failed to find libboost_system-vc80-mt-1_39.lib
>> in non-standalone
>>
>> A fresh clone of viewer-development up to r14487:5f4034c58817 1/12/2011
>> fails to buid non-standalone because of missing the
>> libboost_system-vc80-mt-1_39.lib (or debug version).
>>
>>
>> ___ Policies and (un)subscribe
>> information available here:
>> http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies
>> before posting to keep unmoderated posting privileges
>> --
>>
>> No virus found in this message.
>> Checked by AVG - www.avg.com
>> Version: 10.0.1191 / Virus Database: 1435/3376 - Release Date: 01/12/11
>>
>> ___
>>
>> Policies and (un)subscribe information available here:
>> http://wiki.secondlife.com/wiki/OpenSource-Dev
>> Please read the policies before posting to keep unmoderated posting
>> privileges
>>
>
>
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] Pre-processing chat input (was Re: Review Request: STORM-829 Viewer 2 does not parse /me in object Instant Messages

2011-01-13 Thread Ricky
I tend to agree with you Argent.  Just a simple replace is fine.
While the tools I mentioned seem to all support the "/me" syntax, and
may even specially highlight such messages, I'd rather that they
didn't.

In actual chat I don't find myself using "/me" a lot, whether in SL or
out.  However, I DO use it in LSL extensively.

Ricky
Cron Stardust

On Thu, Jan 13, 2011 at 5:16 AM, Argent Stonecutter
 wrote:
> On 2011-01-12, at 16:32, Joel Foner wrote:
>> Skype still supports /me... Many of the folks I know use /me regularly, for 
>> what it's worth. Skype displays the  difference much more obviously, placing 
>> the text centered with different styling than normal chat with /me, so it 
>> has more emphasis than in sl visually.
>
> I don't understand why it needs to be highlighted at all. Just get rid of the 
> ":" and if there's punctuation the following space. I find the italics in 
> viewer two stupidly annoying.
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] Slightly off topic but need ideas how to fix

2011-01-13 Thread Sythos
On Thu, 13 Jan 2011 11:17:27 -0500
Erin Mallory  wrote:

> 
> This is slightly off topic but as the ramifications of what will
> happen when the old profiles are taken down is starting to get out
> there, merchants and content creators are starting to panic about
> what these new profiles mean for them. There is a a ton of content
> that is going to be broken by this, much of it content that
> businesses rely on heavily. a more full list can be found in web-3509
> but a number of rewards systems, venders, and security devices found
> within hundreds if not thousands of SL stores are built heavily
> around the old profile pages and cannot be easily updated or replaced
> before the old profiles will likely be taken down... Even if
> businesses begin to switch over, that involves changing out sometimes
> hundreds of venders, everything associated with the venders (like
> gift cards etc), and during all of that the ability to make new
> content is affected. Many SL businesses are teetering on the edge of
> bankrupcy already, including many where this is the SOLE or largest
> percentage of income to those that simply are incapable of getting an
> income any other way. So I'm pleading with the lindens and devs on
> this list to PLEASE start putting some thought to how to mitigate
> this... 

i'm sorry but don't understand how web interface to show profile data
can involve business. scripts still work in both directions
(groups, key2name, the new istr about display names), and web interface
is just a re-design of the "old" profile in sidebar (upper piece
SL-photo +SL desc, just under RL photo +info, on a sie groups and
picks), is just a interface design... you can stil ask for friendship,
open an IM, offer a teleport, invite to a group (and bot can still
invite to groups), so how shops, security systems and other can be
involded by web profiles?
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] Slightly off topic but need ideas how to fix

2011-01-13 Thread Cinder Roxley
On Thu, 13 Jan 2011 13:13:32 -0700, Altair Sythos Memo 
wrote:

> On Thu, 13 Jan 2011 11:17:27 -0500
> Erin Mallory  wrote:
>
>>
>> This is slightly off topic but as the ramifications of what will
>> happen when the old profiles are taken down is starting to get out
>> there, merchants and content creators are starting to panic about
>> what these new profiles mean for them. There is a a ton of content
>> that is going to be broken by this, much of it content that
>> businesses rely on heavily. a more full list can be found in web-3509
>> but a number of rewards systems, venders, and security devices found
>> within hundreds if not thousands of SL stores are built heavily
>> around the old profile pages and cannot be easily updated or replaced
>> before the old profiles will likely be taken down... Even if
>> businesses begin to switch over, that involves changing out sometimes
>> hundreds of venders, everything associated with the venders (like
>> gift cards etc), and during all of that the ability to make new
>> content is affected. Many SL businesses are teetering on the edge of
>> bankrupcy already, including many where this is the SOLE or largest
>> percentage of income to those that simply are incapable of getting an
>> income any other way. So I'm pleading with the lindens and devs on
>> this list to PLEASE start putting some thought to how to mitigate
>> this...
>
> i'm sorry but don't understand how web interface to show profile data
> can involve business. scripts still work in both directions
> (groups, key2name, the new istr about display names), and web interface
> is just a re-design of the "old" profile in sidebar (upper piece
> SL-photo +SL desc, just under RL photo +info, on a sie groups and
> picks), is just a interface design... you can stil ask for friendship,
> open an IM, offer a teleport, invite to a group (and bot can still
> invite to groups), so how shops, security systems and other can be
> involded by web profiles?

Poor design that involves grepping world.secondlife.com for information
which is pushed to outworld databases. (something Erin seems
vehemently against in her dozen other recent JIRA bug reports on
webprofiles). I don't see how it's a "critical bug" that content
creators wouldn't be able to mine world.secondlife.com anymore for
userkeys, groups, profile pics, etc on their outworld servers.


-- 
Sent from my Tracfone!
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


[opensource-dev] Daily Scrum Summary - Thursday, January 13, 2011

2011-01-13 Thread Anya Kanevsky
 Thursday, January 13, 2011 General Notes
--

   - MMOTD: Merov

Team Status
--
 Merov Linden
--

*PAST*

   - MM: lots of integration to 2.6, cleared up sprint 9 and sprint 8 lists
   - viewer-development build failure: STORM-477 changes to boost.cmake are
   the issue
   - STORM-748 and STORM-746: looked into those KDU improvements

*FUTURE*

   - Merge Monkeying: need to back out STORM-477
   - STORM-748 : rebuild kdu libs using KDU_X86_INTRINSICS
   - STORM-745 : Produce comprehensive perf baseline:


*IMPEDIMENTS*

   - Windows builds on TC keep timing out. Working with CG on this.

Oz Linden
--

*PAST*

   - Upgrade reviewboard on codereview (STORM-862)
   - Internal team meeting

*FUTURE*

   - Finish (for now) wiki docs on reviews (STORM-691)
   - STORM-692 set up codereview service monitor

*IMPEDIMENTS*

   - Blizzard & Snowblower breakdown (fixed)

Q Linden
--

*PAST*

   - STORM-724, turned out to be obsolete; I eventually closed it but it
   took a couple of hours to figure that out.
   - Internal meetings
   - 2.5 beta 1
   - WFH

*FUTURE*

   - STORM-725
   - triage

*IMPEDIMENTS*
that I don't want anyone to try to fix:

   - Boston Holiday Party tonight

Esbee Linden
--

*PAST*

   - Meetings, Email
   - Review tickets assigned to Aimee and Moss
   - Play with Viewer 2.5 Beta 1

*FUTURE*

   - Boston office holiday party
   - Post and publish Viewer 2.5 Beta 1 blog post
   - Review Snowstorm Team product backlog and bug log
   - PO reviews for open tickets
   - Review Jira for tickets assigned to Aimee or Moss and make some
   decisions about where those tickets should go :(
   - Come up with design for STORM-28 (Might pass this to XD)
   - Look at STORM-812
   - Take another look at Wolfpup's proposal for STORM-236. PE is not
   available to help with this ticket for now, we'll likely have to reconsider
   this ticket for Sprint 11.

*IMPEDIMENTS*

   - none

Paul ProductEngine
--

*PAST*

   - BUG STORM-832 (Two Roles are selected after made changes in one.)
  - Tested and sent for review
   - BUG STORM-433 (Friendship offer shifted up and placed over "Second
   Life" text)
  - Resolved as cannot reproduce
   - BUG STORM-392 (Truncated text between accordions in My Profile > My
   Picks tab)
  - Resolved as cannot reproduce
   - BUG STORM-834 (Color picker remains opened after 'Undo changes' button
   was pressed on 'Edit weareble' panel)
  - WIP. Estimate ~ 3-5 hours

*FUTURE*

   - BUG STORM- (Color picker remains opened after 'Undo changes' button was
   pressed on 'Edit weareble' panel)
   - Other tickets by priority

*IMPEDIMENTS*

   - Waiting for answer in STORM-429 before i begin to fix it.


Seth Productengine
--

*PAST*

   - BUG (STORM-383) Context menu cannot be open for Landmark that are
   located in the My inventory->Trash folder
  - WIP. Added "Restore" context menu item for landmarks in Trash. Works
  only for gear menu so far, it needs to be added to right click menu also.

*FUTURE*
- BUG (STORM-383) Context menu cannot be open for Landmark that are located
in the My inventory->Trash folder

*IMPEDIMENTS*

   - TASK (STORM-797) Parcel SLURL rendering
   - BUG (STORM-447) User is not able to share multi selected objects using
   drag&drop

Vadim Productengine
--

*PAST*

   - Task STORM-2 (Customizable viewer layouts):
  - Reviewed and tested. The feature is not quite ready for publishing.
   - Task STORM-174 (Checkbox needed to save inventory scripts as Mono):
  - Commented in ticket that the feature cannot be implemented without
  changes to simulator.

*FUTURE*

   - Bug STORM-526 (Log out failure during Login causes loss of pending
   offers, including inventory).

*IMPEDIMENTS*

   - Unclear what to do with STORM-174 (Checkbox needed to save inventory
   scripts as Mono):
  - the feature requires simulator work.
   - Need Esbee's answer in STORM-243 (Suppress version change message in
   the viewer).
   - No clear acceptance criteria for STORM-226 (Floating Text aligns
   improperly).

Andrey Productengine
--

*PAST*

   - continued 2.5.0 Beta1 testing
  - started IQA-69 - web profiles and webkit testing
  - proceed with IQA-67 - 2.5.0 bug-fixes verification

*FUTURE*

   - finish IQA-69 stuff testing
   - may be finish bug-fixes verification

*IMPEDIMENTS*

   - none

Jonathan Yap
--

*PAST*

   - STORM-844 ("More" should be "Less" when Media Control is open)
  - Responded to codereview comments.
   - Updated wiki in two places on adding to doc/contributions.txt and
   emailed Oz asking if this

is what he wants.

*FUTURE*

   - STORM - 845

*IMPEDIMENTS*

   - none

Wolfpup Lowenhar
-

Re: [opensource-dev] Clarification on contributions.txt

2011-01-13 Thread Oz Linden (Scott Lawrence)

On 2011-01-13 12:25, Boroondas Gupte wrote:
[Sent from wrong address, so once again for the list. Sorry Oz for the 
duplicate message.]


On 01/13/2011 06:05 PM, Oz Linden (Scott Lawrence) wrote:

On 2011-01-13 11:37, Jonathan Welch wrote:

Hi Oz,

I updated two wiki entries dealing with adding to contributions.txt
and would appreciate it if you could look over what I wrote and tell
me and the mailing list if this is what you would like to have done.

http://wiki.secondlife.com/w/index.php?title=Preparing_Code&diff=1131640&oldid=1028212

Thank you, Jonathan... you were essentially correct and that's a good
addition.  I tweaked what you wrote slightly.
Should new entries really always be added below existing ones of the 
same person, or could they be added at the 'right' position (if any), 
as long as existing entries aren't moved around nor removed?


Insertion anywhere under the right person is fine, so insertion at the 
'right' sorted location is ok.


Also, could you make your metric-generating code public? Maybe someone 
can adapt it to not be mislead by re-sorting of issue entries.


There's a threshold of code cleanliness below which I prefer not to 
publish.   I'll have to think about whether or not this meets that test.




___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges