Re: [opensource-dev] Mac & Linux testers needed

2011-11-12 Thread Lance Corrimal
Am Samstag, 12. November 2011 schrieb Jonathan Welch: > I need someone who has built the viewer from tip on the 11th or > later on both mac and linux to perform a quick test: can you > resize your viewer window below 1024x768? > > If so would you please comment on VWR-27482 (Unable to resize > vie

Re: [opensource-dev] I could use a little help with boost and callbacks and stuff

2011-11-12 Thread Lance Corrimal
I guess I wasn't exactly clear... What I need to know is how I have to modify my classes to make them work with boost::bind and the CallbackRegistry. When I try to just duplicate the way that other classes in the viewer use to register methods in the CallbackRegistry, I get tons of boost erro

Re: [opensource-dev] I could use a little help with boost and callbacks and stuff

2011-11-12 Thread Ricky
Is something like: std::bind1st(std::mem_fun(&MyClass::MyMethod), myParameter) what you are looking for? You can see working code using that on lines 350-390 of https://bitbucket.org/kf6kjg/gsp-420-engine-design-graphics/src/120a2081bb2f/src/audio_core/AudioCore.cpp (This was code I wrote while he

Re: [opensource-dev] Mac & Linux testers needed

2011-11-12 Thread Ricky
Can an official build be used to test this, or does the test actually require a custom build? Ricky Cron Stardust On Sat, Nov 12, 2011 at 11:55 AM, Jonathan Welch wrote: > I need someone who has built the viewer from tip on the 11th or later > on both mac and linux to perform a quick test: can y

[opensource-dev] I could use a little help with boost and callbacks and stuff

2011-11-12 Thread Lance Corrimal
Hi there, I'm banging my head against a problem here... I want to add buttons to the toolboxes. The actuall adding is easy, but I have trouble figuring out what I need to do to register some callbacks into the classes I need. I have two classes that I need to "buttonize"... one represents the

[opensource-dev] Mac & Linux testers needed

2011-11-12 Thread Jonathan Welch
I need someone who has built the viewer from tip on the 11th or later on both mac and linux to perform a quick test: can you resize your viewer window below 1024x768? If so would you please comment on VWR-27482 (Unable to resize viewer window below 1024x768)? https://jira.secondlife.com/browse/VWR

Re: [opensource-dev] Review Request: Mouse pointer flickers when hovering over any active/clickable UI item

2011-11-12 Thread Lance Corrimal
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/513/ --- (Updated Nov. 12, 2011, 11:14 a.m.) Review request for Viewer. Changes --

Re: [opensource-dev] Review Request: Mouse pointer flickers when hovering over any active/clickable UI item

2011-11-12 Thread ardylay
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/513/#review1074 --- Mouse cursor behavior is much better with this patch applied. -

Re: [opensource-dev] Build of the viewer with Xcode on Leopard

2011-11-12 Thread Geenz
There is a way around the UI texture problem that's proven to work (though seems to cut OS X 10.5 out of the equation in the process). At this point, until 3p-apr is patched, you have to compile against the system's APR libraries. This seemingly fixes the UI issue, and you can find more detail

Re: [opensource-dev] Build of the viewer with Xcode on Leopard

2011-11-12 Thread Stone Linden
You can build with Xcode 3.2 on Lion right now. If you have Xcode 4.2 on Lion, you'll need this patch to the Viewer's indra/cmake/Variables.cmake config: https://codereview.secondlife.com/r/502/ It compiles and runs for me, but all UI textures are marked missing with messages like this: 2011-11-

Re: [opensource-dev] Review Request: Mouse pointer flickers when hovering over any active/clickable UI item

2011-11-12 Thread Jonathan Yap
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/513/#review1073 --- indra/llui/llview.cpp

[opensource-dev] Build of the viewer with Xcode on Leopard

2011-11-12 Thread Laurent Bechir
Hello, My Mac is on Lion and I don't have anymore Snow Leopard DVD. Will I be able to build the viewer with Xcode on Leopard ? When will we be able to build the viewer using Xcode on Lion ? Thank you ___ Policies and (un)subscribe information availab

[opensource-dev] Review Request: Mouse pointer flickers when hovering over any active/clickable UI item

2011-11-12 Thread Lance Corrimal
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/513/ --- Review request for Viewer. Summary --- Mouse pointer flickers when hov