[opensource-dev] Review Request: STORM-519 ( Delete is enabled in the context menu for folders which contain worn items)

2011-07-14 Thread Paul ProductEngine

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

Review request for Viewer.


Summary
---

- Disable Delete menu item in case selected folder contains non-removable 
items.


This addresses bug storm-519.
http://jira.secondlife.com/browse/storm-519


Diffs
-

  indra/newview/llinventorybridge.cpp 68ad362920c1 

Diff: http://codereview.secondlife.com/r/396/diff


Testing
---


Thanks,

Paul

___
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-519 ( Delete is enabled in the context menu for folders which contain worn items)

2011-07-14 Thread Seth ProductEngine

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

Ship it!


Straightforward fix.

- Seth


On July 14, 2011, 2:15 a.m., Paul ProductEngine wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://codereview.secondlife.com/r/396/
 ---
 
 (Updated July 14, 2011, 2:15 a.m.)
 
 
 Review request for Viewer.
 
 
 Summary
 ---
 
 - Disable Delete menu item in case selected folder contains non-removable 
 items.
 
 
 This addresses bug storm-519.
 http://jira.secondlife.com/browse/storm-519
 
 
 Diffs
 -
 
   indra/newview/llinventorybridge.cpp 68ad362920c1 
 
 Diff: http://codereview.secondlife.com/r/396/diff
 
 
 Testing
 ---
 
 
 Thanks,
 
 Paul
 


___
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] An SL appliance...

2011-07-14 Thread Lee ponzu
Does the Linux viewer use X?  If you DISPLAY SL on another computer running
an XServer, does it behave OK.

If so, could you assemble a small Linux host with a high end GPU and then
DISPLAY SL on a different computer on the same local network?

ponzu
___
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] An SL appliance...

2011-07-14 Thread Discrete Dreamscape
If you want to use X forwarding, you're probably not going to be happy with
the results. Machines on the same gigabit switch can even have poor
performance just loading or refreshing a file manager. There may be other
ways, and there are always remote desktop-type layers like NX..


Discrete


On Thu, Jul 14, 2011 at 10:56 AM, Lee ponzu lee.po...@gmail.com wrote:

 Does the Linux viewer use X?  If you DISPLAY SL on another computer running
 an XServer, does it behave OK.

 If so, could you assemble a small Linux host with a high end GPU and then
 DISPLAY SL on a different computer on the same local network?

 ponzu

 ___
 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

[opensource-dev] SOCKS viewer

2011-07-14 Thread Lee ponzu
I notice this work being done on a viewer that can use a SOCKS proxy.  In my
limited knowledge, SOCKS is usually used to get through a firewall, right?
 But there are also SOCKS proxies that cache requests.

So, suppose you had two or more clients using the same cacheing SOCKS proxy.
 If they needed the same data (say the two users were in the same classroom
or sex club), would they both get their data from the SOCKS cache?  For a
classroom with many users, this could be a huge bandwidth win.  Even for a
few people on the same side of a slow network connection, it could be a big
win.  Can we get Wild Blue to put a cacheing SOCKS proxy on the satellite
8-).  Save me 800ms for every request 8-)

Maybe this is the whole point of the effort, and I only just woke up...that
could be a huge win, for me at least 8-)

regards,
ponzu
___
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] An SL appliance...

2011-07-14 Thread Arrehn Oberlander
In the past it has been possible to do accelerated openGL-over-X11 over a
network with particular drivers, specifically some versions of the linux
NVidia drivers. Still, it's quite exotic, limited, and probably would not
result in the effect the original poster intended.

On Thu, Jul 14, 2011 at 11:06 AM, Lance Corrimal
lance.corri...@eregion.dewrote:

 Am Do, 14.07.2011, 16:56 schrieb Lee ponzu:
  Does the Linux viewer use X?

 yes.

  If you DISPLAY SL on another computer running
  an XServer, does it behave OK.

 no. no openGL app does.


  If so, could you assemble a small Linux host with a high end GPU and then
  DISPLAY SL on a different computer on the same local network?

 no. see above.

 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

___
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-519 ( Delete is enabled in the context menu for folders which contain worn items)

2011-07-14 Thread Boroondas Gupte

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



indra/newview/llinventorybridge.cpp
http://codereview.secondlife.com/r/396/#comment917

Why store this in a variable when the result is only used once and the call 
is this simple? (I assume the result of this call wouldn't change between here 
where the value is stored and the below where it's used.)



indra/newview/llinventorybridge.cpp
http://codereview.secondlife.com/r/396/#comment918

We could just use
if (!isItemRemovable())
here, couldn't we?


- Boroondas


On July 14, 2011, 2:15 a.m., Paul ProductEngine wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://codereview.secondlife.com/r/396/
 ---
 
 (Updated July 14, 2011, 2:15 a.m.)
 
 
 Review request for Viewer.
 
 
 Summary
 ---
 
 - Disable Delete menu item in case selected folder contains non-removable 
 items.
 
 
 This addresses bug storm-519.
 http://jira.secondlife.com/browse/storm-519
 
 
 Diffs
 -
 
   indra/newview/llinventorybridge.cpp 68ad362920c1 
 
 Diff: http://codereview.secondlife.com/r/396/diff
 
 
 Testing
 ---
 
 
 Thanks,
 
 Paul
 


___
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] An SL appliance...

2011-07-14 Thread Nick Groenen

On Thu, 14 Jul 2011 17:06:22 +0200
Lance Corrimal lance.corri...@eregion.de wrote:

  If so, could you assemble a small Linux host with a high end GPU and then
  DISPLAY SL on a different computer on the same local network?  
 
 no. see above.
 
 bye,
 LC  

Actually, using VirtualGL[1] this should be possible. 

I've been using it to try and make my Nvidia chip usable on my Optimus
enabled laptop with limited success. I got so far as to make SL run
perfectly with it, so long as I didn't try to select anything inworld.
Doing so resulted in an immediate crash. 

It's only a small step further to make  the X server that VirtualGL
uses run on another PC and stream the data using one of the various
compression options it offers.

 [1]: http://www.virtualgl.org/


signature.asc
Description: PGP signature
___
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] SOCKS viewer

2011-07-14 Thread Monty Brandenberg
On 7/14/2011 11:05 AM, Lee ponzu wrote:

 So, suppose you had two or more clients using the same cacheing SOCKS
 proxy.  If they needed the same data (say the two users were in the same
 classroom or sex club), would they both get their data from the SOCKS
 cache?

Not at this point.  While two viewers will certainly fetch the
same object, they'll do it with different URLs.  Currently,
our URLs are neither Resources nor Locators really and attempting
to cache at the HTTP-level is problematic.  That may change in the
future but right now, that's what we have.  So the immediate *proxy*
work is to get HTTP  SOCKS5 proxying working correctly and
uniformly in the viewer.

As far as asset caching goes  the cache maximum has been bumped
up recently.  Give it a try people and please report back any problems.

m
___
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] An SL appliance...

2011-07-14 Thread Armin Weatherwax
Lee ponzu schrieb:
 Does the Linux viewer use X?  If you DISPLAY SL on another computer
 running an XServer, does it behave OK.

 If so, could you assemble a small Linux host with a high end GPU and
 then DISPLAY SL on a different computer on the same local network?

 ponzu
so far I used yukon only for local opengl capture, but if its network 
streaming works comparably well I guess
 https://github.com/wereHamster/yukon/tree/rewrite and its dependency
 https://github.com/wereHamster/seom/tree/packetized-stream
is fine to DISPLAY SL on a remote computer in a reasonable fast local 
network.

Armin
___
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] icon_SeeAVs_On

2011-07-14 Thread Kiptic ‌

Hi,

I'm trying to compile 19506, and everything works perfectly (as usual), I get 
the new binary, start it, and can even log in. Then after a little while, 
before I actually get on, I get this error:

ERROR: LLPanel::getString: Failed to find string icon_SeeAVs_On in panel 
panel_place_profile

...and the viewer dies.

What's with this? I can see that the string exists in 
indra/newview/skins/default/xui/en/panel_place_profile.xml (since 19504), so 
this shouldn't happen!?

Please help :)

/Kip

  ___
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] icon_SeeAVs_On

2011-07-14 Thread Kiptic ‌

Ohh never mind, I found the problem: the files in my roaming profile thingy 
needed updating. Sorry for the fuss :)

/Kip

  ___
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] Blocked

2011-07-14 Thread aklo
Hey y'all, i had something i wanted to do at work a coupla days ago that i
coulda used SL for.  It installed, but i couldn't get it to connect.  Is
there some kinda proxy setting that i need to fix to get SL to start from
where i work?  They have a proxy server there that all external traffic
has to go through.  i know i have to tell Firefox  everything else about
it all the time to get them to work.  i looked in the XML but didn't see
anything inspiring in the little bit of time i had for it.

The thing i have to do is just a dumb test, but SL is a pretty good thing
to do it with, and an excuse to spend maybe 10 whole minutes doing SL from
work about once a week.

Thx!

- AK

___
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] Blocked

2011-07-14 Thread aklo
Robert,

thx for the info, but i think the page is telling me the answer is
actually, No, because i don't have any access to the company's network
stuff.  They look at you funny if you even ask about it.  i can configure
a test machine any way i want to, but i can't do anything at all at all to
the network.  How depressing :-(

Since it is for a real work project, i think i'll show the page to the IT
guy, but i think this is just going to be another one of those funny looks
experiences, and a I'll get back to you later that ends up being a not
overly polite helpful suggestion from my boss.  But i think it will be
worth it just for the opportunity of getting to explain what i'm doing.

- AK

On Thu, Jul 14, 2011 at 10:17 PM,  a...@skyhighway.com wrote:
  Hey y'all, i had something i wanted to do at work a coupla days ago
that i
  coulda used SL for.  It installed, but i couldn't get it to connect.  Is
  there some kinda proxy setting that i need to fix to get SL to start from
  where i work?
short answer is yes
long answer is
http://wiki.secondlife.com/wiki/Configuring_your_firewall

-- Robert L Martin

___
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] Blocked

2011-07-14 Thread Lance Corrimal
Isn't it a good thing that there's a proxified viewer now... can 
someone point him/her at the downloads for a build with the proxy 
stuff?


bye,
LC


Am Freitag, 15. Juli 2011 schrieb a...@skyhighway.com:
 Robert,
 
 thx for the info, but i think the page is telling me the answer is
 actually, No, because i don't have any access to the company's
 network stuff.  They look at you funny if you even ask about it. 
 i can configure a test machine any way i want to, but i can't do
 anything at all at all to the network.  How depressing :-(
 
 Since it is for a real work project, i think i'll show the page to
 the IT guy, but i think this is just going to be another one of
 those funny looks experiences, and a I'll get back to you later
 that ends up being a not overly polite helpful suggestion from
 my boss.  But i think it will be worth it just for the opportunity
 of getting to explain what i'm doing.
 
 - AK
 
 On Thu, Jul 14, 2011 at 10:17 PM,  a...@skyhighway.com wrote:
   Hey y'all, i had something i wanted to do at work a coupla days
   ago
 
 that i
 
   coulda used SL for.  It installed, but i couldn't get it to
   connect.  Is there some kinda proxy setting that i need to fix
   to get SL to start from where i work?
 
 short answer is yes
 long answer is
 http://wiki.secondlife.com/wiki/Configuring_your_firewall
 
 -- Robert L Martin
 
 ___
 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] Blocked

2011-07-14 Thread Tateru Nino
That's assuming they have the right kind of proxies there. HTTP proxies
are commonplace, but SOCKS proxies are far less common and more tightly
controlled on the corporate networks. He almost certainly has access to
the former, but maybe not to the latter.

On 15/07/2011 3:45 PM, Lance Corrimal wrote:
 Isn't it a good thing that there's a proxified viewer now... can 
 someone point him/her at the downloads for a build with the proxy 
 stuff?


 bye,
 LC


 Am Freitag, 15. Juli 2011 schrieb a...@skyhighway.com:
 Robert,

 thx for the info, but i think the page is telling me the answer is
 actually, No, because i don't have any access to the company's
 network stuff.  They look at you funny if you even ask about it. 
 i can configure a test machine any way i want to, but i can't do
 anything at all at all to the network.  How depressing :-(

 Since it is for a real work project, i think i'll show the page to
 the IT guy, but i think this is just going to be another one of
 those funny looks experiences, and a I'll get back to you later
 that ends up being a not overly polite helpful suggestion from
 my boss.  But i think it will be worth it just for the opportunity
 of getting to explain what i'm doing.

 - AK

 On Thu, Jul 14, 2011 at 10:17 PM,  a...@skyhighway.com wrote:
 Hey y'all, i had something i wanted to do at work a coupla days
 ago
 that i

 coulda used SL for.  It installed, but i couldn't get it to
 connect.  Is there some kinda proxy setting that i need to fix
 to get SL to start from where i work?
 short answer is yes
 long answer is
 http://wiki.secondlife.com/wiki/Configuring_your_firewall

 -- Robert L Martin

 ___
 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

___
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