Re: [Bf-committers] developer.blender.org open!

2013-11-15 Thread Ton Roosendaal
Hi Brecht, > The names of the tools can be considered confusing, this is the > reasoning behind it: > http://www.quora.com/Phabricator/Why-is-the-Browse-feature-called-Diffusion-and-not-just-Browse Honestly, after 10 lines of reading the reasoning there I already gave up. My sincere hope is that

Re: [Bf-committers] developer.blender.org open!

2013-11-15 Thread Brecht Van Lommel
On Fri, Nov 15, 2013 at 1:25 PM, Ton Roosendaal wrote: > Hi Brecht, > >> The names of the tools can be considered confusing, this is the >> reasoning behind it: >> http://www.quora.com/Phabricator/Why-is-the-Browse-feature-called-Diffusion-and-not-just-Browse > > Honestly, after 10 lines of readin

[Bf-committers] developer.blender.org

2013-11-15 Thread Gaia
Hi; I played a bit with the developer.blender.org pages. And here is a bit of hopefully useful feedback: - 1.) When i open one of the main areas "Differential", "Maniphest", etc... Then i get a top line (bread-crumb?) with the selected area's ic

Re: [Bf-committers] developer.blender.org

2013-11-15 Thread Brecht Van Lommel
On Fri, Nov 15, 2013 at 4:38 PM, Gaia wrote: > I played a bit with the developer.blender.org pages. > And here is a bit of hopefully useful feedback: > > - > 1.) When i open one of the main areas "Differential", > "Maniphest", etc... Then i get a

Re: [Bf-committers] developer.blender.org

2013-11-15 Thread Yousef Hurfoush
hi, some feedback the details column is pretty narrow, and most of the commit space wasted on non readable data, is there anyway to re-size columns in phabricator, or customize it per user? thanks Regards Yousef Harfoush ba...@msn.com _

Re: [Bf-committers] developer.blender.org

2013-11-15 Thread Sergey Sharybin
Are you talking about Detaisl column there http://developer.blender.org/diffusion/B/ ? If so Details seems reasonably sized here. We might squeeze Revision column, but all the rest seems reasonably to have. It also might be some browser-specific render glitch. Do you mind making a screenshot? :)

Re: [Bf-committers] developer.blender.org

2013-11-15 Thread Jorge Bernal
Hi, only a remark, "browse patches" jumps to patches from addons project. 2013/11/15 Sergey Sharybin > Are you talking about Detaisl column there > http://developer.blender.org/diffusion/B/ ? > > If so Details seems reasonably sized here. We might squeeze Revision > column, but all the rest se

Re: [Bf-committers] developer.blender.org

2013-11-15 Thread Sergey Sharybin
Jorge, fixed now. On Fri, Nov 15, 2013 at 11:57 PM, Jorge Bernal wrote: > Hi, > > only a remark, "browse patches" jumps to patches from addons project. > > > 2013/11/15 Sergey Sharybin > > > Are you talking about Detaisl column there > > http://developer.blender.org/diffusion/B/ ? > > > > If so

[Bf-committers] Guidelines to format commit logs

2013-11-15 Thread Brecht Van Lommel
Hi all, Sending a reminder for after the switch to git, we have guidelines for how to format your commit logs to keep it all easy to scan quickly, understand for users and turn into release notes. The wiki page with guidelines is here: http://wiki.blender.org/index.php/Dev:Doc/New_Committer_Info#

Re: [Bf-committers] developer.blender.org

2013-11-15 Thread Yousef Hurfoush
here is a snap shot, my screen is 1600 *1200, and i trimmed the address bar: http://www.pasteall.org/pic/show.php?id=62660 Regards Yousef Harfoush ba...@msn.com > Date: Fri, 15 Nov 2013 23:18:19 +0600 > From: sergey@gmail.com > To: bf-committers@blender.org > Subject: Re: [Bf-committers]

Re: [Bf-committers] developer.blender.org

2013-11-15 Thread Yousef Hurfoush
one other thing it seems that the details are CUT after a certain width, can you make it so that all commit's text appear instead of needing to enter the commit to read, cause that will be a pain to navigate, thanks. Regards Yousef Harfoush ba...@msn.com From: ba...@msn.com To: bf-committers@

Re: [Bf-committers] developer.blender.org

2013-11-15 Thread Brecht Van Lommel
The revision columns is quite empty, but it should fill up as we start doing more code reviews and the numbers increase, so I don't think we can remove or shrink that even though it seems strange now. Showing the entire commit text seems like it goes against what this view is trying to do, which i

Re: [Bf-committers] developer.blender.org

2013-11-15 Thread Yousef Hurfoush
http://git.blender.org/gitweb/gitweb.cgi/blender.git/log ok this view helps A Lot, thanks. Regards Yousef Harfoush ba...@msn.com > From: brechtvanlom...@pandora.be > Date: Sat, 16 Nov 2013 01:12:58 +0100 > To: bf-committers@blender.org > Subject: Re: [Bf-committers] developer.blender.org > >

[Bf-committers] building error with the new git blender

2013-11-15 Thread Yousef Hurfoush
hi i get this from trying to build blender from the new git repo.: scons: *** [H:\blender\build\win64-mingw\locale\ar.mo] Explicit dependency `H:\b lender\build\win64-mingw\msgfmt' not found, needed by target `H:\blender\build\w in64-mingw\locale\ar.mo'. i think that because of mingw lib folder

Re: [Bf-committers] building error with the new git blender

2013-11-15 Thread Sergey Sharybin
We don't use msgfmt from lib at all. It's being compiled from intern/locale/msgfmt.cc. Can you please run scons in a single thread and pasteall the whole output log? On Sat, Nov 16, 2013 at 12:32 PM, Yousef Hurfoush wrote: > hi > > i get this from trying to build blender from the new git repo.