Re: [qooxdoo-devel] Congratulations

2011-10-21 Thread franck34
Hi > * hard to make contrib in the contrib demo browser way (ie, documented, > clean, full time job to make a good contrib, but quality have a price > (time) > !) > > Do you know that there is a skeleton which takes most of that? > Yep, previous response of this mail show me how > What i like

Re: [qooxdoo-devel] qooxdoo goes Git/Github

2011-10-21 Thread Burak Arslan
On 10/21/11 15:41, Tobias Oetiker wrote: > Today thron7 wrote: > >> I haven't heard enough about sub-repositories yet. How are they created? >> Can you clone them individually? > the https://github.com/qooxdoo user has multiple sub-repositories > already ... a qooxdoo-contrib user could have that t

[qooxdoo-devel] I think there is a logic bug in getContentLocation

2011-10-21 Thread Jim Hunter
Recently (I am using 1.2 version, but the behavior exhibits in 1.5 as well), when I use getContentLocation() I am getting the wrong value for the Top. What it appears is going on is that it is calculating the value based on the accumulated height of items above it. But the problem is that one of th

Re: [qooxdoo-devel] qooxdoo goes Git/Github

2011-10-21 Thread Tobias Oetiker
Today thron7 wrote: > I haven't heard enough about sub-repositories yet. How are they created? > Can you clone them individually? the https://github.com/qooxdoo user has multiple sub-repositories already ... a qooxdoo-contrib user could have that too ... sounds like a very neat solution to me ...

Re: [qooxdoo-devel] qooxdoo goes Git/Github

2011-10-21 Thread panyasan
thron7-2 wrote: > > > Ah, that would be normal repositories for me. If you are just saying > "create a qooxdoo-contrib account, and host each contrib as its > individual repo in there", then I got it. If you mean something else, > correct me. Sub-repositories must be something else, I heard o

Re: [qooxdoo-devel] qooxdoo goes Git/Github

2011-10-21 Thread thron7
Thanks for the hint, Derrell. T. On 10/21/2011 02:22 PM, Derrell Lipman wrote: On Fri, Oct 21, 2011 at 08:17, thron7 > wrote: Sub-repositories must be something else, I heard of them in relation to what 'svn externals' give you. Yes, there is suc

Re: [qooxdoo-devel] qooxdoo goes Git/Github

2011-10-21 Thread Derrell Lipman
On Fri, Oct 21, 2011 at 08:17, thron7 wrote: Sub-repositories must be something else, I heard of them in > relation to what 'svn externals' give you. Yes, there is such a thing. I have not explored it deeply, but talk with Fabian. They use that facility in Ace. There's some way to mark another

Re: [qooxdoo-devel] moving to git: don't lose emailed commit messages

2011-10-21 Thread Derrell Lipman
On Fri, Oct 21, 2011 at 08:06, thron7 wrote: > ** > I'll look into that. > I appreciate it. Gabi's news feed idea doesn't work well for me, because that, too, requires going to look for the messages (opening a special news reader app or window or tab or something). I've found that the "pull" mod

Re: [qooxdoo-devel] qooxdoo goes Git/Github

2011-10-21 Thread thron7
On 10/21/2011 01:23 PM, panyasan wrote: > thron7-2 wrote: >> I haven't heard enough about sub-repositories yet. How are they created? >> Can you clone them individually? >> > Maybe I misunderstood something, but my experience with github is that you > create an account (for example, username "qoo

Re: [qooxdoo-devel] moving to git: don't lose emailed commit messages

2011-10-21 Thread thron7
I'll look into that. T. On 10/21/2011 12:54 PM, Derrell Lipman wrote: One of the features of the current sourceforge svn system that is really critical to me is the emailed commit messages. Using git hooks, I know it's possible to do that, but I haven't seen any projects on github using it. P

Re: [qooxdoo-devel] Missing vendor specific implementation of style and element names?

2011-10-21 Thread Daniel Wagner
Hi Stefan, that's a good point. I'm currently working my way through the framework trying to replace browser switches with dynamic feature checks but of course there are detectable features that we're not using in qooxdoo, so it makes sense to have a public detection API. Regards, Daniel On

Re: [qooxdoo-devel] Style setting functionality missing?

2011-10-21 Thread Daniel Wagner
Hi Stefan, going by your other message, it looks like you've discovered the recent changes to qx.bom.element.Style. So let's continue the discussion in that thread. Regards, Daniel On 10/21/2011 12:18 PM, Stefan Andersson wrote: > Missing automatic checking of vendor specific names when settin

Re: [qooxdoo-devel] qooxdoo goes Git/Github

2011-10-21 Thread panyasan
thron7-2 wrote: > > I haven't heard enough about sub-repositories yet. How are they created? > Can you clone them individually? > Maybe I misunderstood something, but my experience with github is that you create an account (for example, username "qooxdoo-contrib"), and then create as many repo

Re: [qooxdoo-devel] moving to git: don't lose emailed commit messages

2011-10-21 Thread Gabriel Munteanu
Hi, There is a News Feed button, on https://github.com/ when logged in. It alerts you of every change in the projects you are watching. Maybe if you feed reader has some filters you could keep in touch with qooxdoo commit this way. cheers, Gabi -- View this message in context: http://qooxdoo.67

[qooxdoo-devel] moving to git: don't lose emailed commit messages

2011-10-21 Thread Derrell Lipman
One of the features of the current sourceforge svn system that is really critical to me is the emailed commit messages. Using git hooks, I know it's possible to do that, but I haven't seen any projects on github using it. Please, please, please don't lose this facility! Having to go to github to lo

[qooxdoo-devel] Style setting functionality missing?

2011-10-21 Thread Stefan Andersson
Missing automatic checking of vendor specific names when setting styles, f.i. qx.bom.element.Style.setStyles(element, styles); the styles in the map can be for example transform. What are your comments? Stefan --

[qooxdoo-devel] Missing vendor specific implementation of style and element names?

2011-10-21 Thread Stefan Andersson
styles: It seems not possible to use any vendor specific names except the ones registered in __detectVendorProperties in qx.bom.element.Style How is it supposed to detect for example transform? elements: I suggest that you change private to public for __getStylePropertyName in qx.bom.client.

Re: [qooxdoo-devel] qooxdoo goes Git/Github

2011-10-21 Thread thron7
On 10/21/2011 09:07 AM, panyasan wrote: > We could have a qooxdoo-contrib account at github and make each contrib a > sub-repository, couldn't we? So they wouldn't be all lumped together. So for > each new contrib, the devs would create a repository and make the author a > committer. Plus, if one

Re: [qooxdoo-devel] qooxdoo goes Git/Github

2011-10-21 Thread thron7
On 10/21/2011 12:11 AM, Greg Hellings wrote: > T. > > On Thu, Oct 20, 2011 at 5:00 PM, thron7 wrote: >> Greg, >> >>> Will the qooxdoo-contrib project be making the same move at some point? >> as I wrote in the weekly, this is open to discussion. But let's assume >> that for a moment, would it re

[qooxdoo-devel] generate distclean deletes source files

2011-10-21 Thread fprijate
Hi Qx Version: trunk. generate.py distclean cleans everything (not only generated files , but also source files.) Regards -- View this message in context: http://qooxdoo.678.n2.nabble.com/generate-distclean-deletes-source-files-tp6916008p6916008.html Sent from the qooxdoo mailing list archiv

Re: [qooxdoo-devel] generate distclean deletes source files

2011-10-21 Thread fprijate
Hi My fault. I created symbolic link (for debugging) to SRC in distro dir. Regards -- View this message in context: http://qooxdoo.678.n2.nabble.com/generate-distclean-deletes-source-files-tp6916008p6916036.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] qooxdoo goes Git/Github

2011-10-21 Thread panyasan
We could have a qooxdoo-contrib account at github and make each contrib a sub-repository, couldn't we? So they wouldn't be all lumped together. So for each new contrib, the devs would create a repository and make the author a committer. Plus, if one wants to have a contrib outside under their own a