Re: [qooxdoo-devel] Moving Dialog qooxdoo contrib project to github

2012-08-10 Thread panyasan
Hi omri, good suggestions. You already filed one bug for both, right? http://bugzilla.qooxdoo.org/show_bug.cgi?id=5747 However, could you file two separate bugs, I think that would be better. And since I do not actively work on the Dialog contrib at the moment, patches or better: github pull req

Re: [qooxdoo-devel] Moving Dialog qooxdoo contrib project to github

2012-08-09 Thread omrihar
Hi, great contrib - thanks! Have you thought about implementing CheckBoxes as well (as a simple boolean variable)? I had to subclass the form renderer to make it use a colSpan:2 for the CheckBoxes to appear in a more logical way, but you already have a custom form renderer so it's not a problem.

Re: [qooxdoo-devel] Moving Dialog qooxdoo contrib project to github

2012-08-05 Thread csfahey
Thanks. It is working now. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Moving-Dialog-qooxdoo-contrib-project-to-github-tp7580882p7580897.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] Moving Dialog qooxdoo contrib project to github - Done!

2012-08-05 Thread panyasan
Migration of the Dialog contrib is now completed. You can download the current master from https://github.com/cboulanger/qx-contrib-Dialog/zipball/master or get it with git from git://github.com/cboulanger/qx-contrib-Dialog.git After this has been tested for a while, I will tag the 0.

Re: [qooxdoo-devel] Moving Dialog qooxdoo contrib project to github

2012-08-05 Thread panyasan
And no, using the generator "contrib.//" magic with github doesn't work yet. See http://bugzilla.qooxdoo.org/show_bug.cgi?id=6674 You'll need to download the code as a ZIP from GitHub https://github.com/cboulanger/qx-contrib-Dialog/zipball/master extract it, and then point the manifest path t

Re: [qooxdoo-devel] Moving Dialog qooxdoo contrib project to github

2012-08-05 Thread panyasan
Oh, I am sorry. I didn't think anyone was using trunk because it was reported to be broken anyways. Can you use 0.5, it should have exactly the same features, minus some patches that had been integrated in the trunk (and reportedly broke the trunk) "manifest" : "contrib://Dialog/0.5/Manifest.json

Re: [qooxdoo-devel] Moving Dialog qooxdoo contrib project to github

2012-08-04 Thread csfahey
I am using your Dialog class which is nice but now that you have moved it my build is broken. Any idea how to fix it? "jobs" : { // Uncomment the following entry to add a contrib or library to your // project; make sure to adapt the path to the Manifest.json; if you are // using a

[qooxdoo-devel] Moving Dialog qooxdoo contrib project to github

2012-08-04 Thread panyasan
Hi, in preparation of the new "qooxdoo-contrib 2.0" framework (which does not exist yet), I am moving the trunk of qooxdoo-contrib "Dialog" to github (and will finally fix the unresolved bugs): https://github.com/cboulanger/qx-contrib-Dialog I expected this move to cause me some headache, but