RE: Meet 'marmotinni', an ASJS testing framework

2013-04-15 Thread Tigran Najaryan
If we go a step further and also emit Flex class name in another property (perhaps in the 'class' property of DOM elements) we could make RIATest automatically recognize which Flex component does each DOM element represent and even aim to have a universal syntax for test scripts that can be

Re: Meet 'marmotinni', an ASJS testing framework

2013-04-15 Thread Alex Harui
On 4/14/13 11:30 PM, Tigran Najaryan tig...@gmail.com wrote: If we go a step further and also emit Flex class name in another property (perhaps in the 'class' property of DOM elements) we could make RIATest automatically recognize which Flex component does each DOM element represent and

Git equiv of viewvc?

2013-04-15 Thread Justin Mclean
Hi, When we were in SVN we had this: https://svn.apache.org/repos/asf/flex/sdk/branches/develop/ And even better this: http://svn.apache.org/viewvc/flex/sdk/branches/develop/ I found this but it not exactly useful or the same. http://git.apache.org/flex-sdk.git/ Do we have a git equiv of ether

CS Extensions

2013-04-15 Thread Harbs
I'd like to start that project to export FXG from creative suite apps. Some questions: 1) Should I start this on a personal github account, or have we settled on something else? 2) CS Extensions have dependencies on a number of Adobe swcs. How do we handle the project vis a vis Apache's

RE: Meet 'marmotinni', an ASJS testing framework

2013-04-15 Thread Tigran Najaryan
OK, but given that we trans-compile AS to JS and your test language is ES- like, there is no way to wrap things so they work? I don't think so. The problem is that tests on Flex apps compiled to SWF use action names specific to each component (usually corresponding to appropriate Flex event

Re: Git equiv of viewvc?

2013-04-15 Thread Harbs
Maybe there's a way to get gitweb installed? [1] [1]https://git.wiki.kernel.org/index.php/Gitweb On Apr 15, 2013, at 10:10 AM, Justin Mclean wrote: Hi, When we were in SVN we had this: https://svn.apache.org/repos/asf/flex/sdk/branches/develop/ And even better this:

Re: CS Extensions

2013-04-15 Thread OmPrakash Muppirala
Exciting stuff! I would love to help you on this one, time permitting. On Mon, Apr 15, 2013 at 12:35 AM, Harbs harbs.li...@gmail.com wrote: I'd like to start that project to export FXG from creative suite apps. Some questions: 1) Should I start this on a personal github account, or have we

Web site content need updating SVN - Git

2013-04-15 Thread Justin Mclean
Hi, This page still mentions snv for creating patches - anyone want to fix? http://flex.apache.org/community-getinvolved.html Justin

Re: Git equiv of viewvc?

2013-04-15 Thread Cyrill Zadra
What is about https://git-wip-us.apache.org/repos/asf?p=flex-sdk.git and for branch 'develop' https://git-wip-us.apache.org/repos/asf?p=flex-sdk.git;a=tree;h=refs/heads/develop;hb=develop ? Sent from my iPhone On 15.04.2013, at 15:10, Justin Mclean jus...@classsoftware.com wrote: Hi,

Re: Git equiv of viewvc?

2013-04-15 Thread Justin Mclean
Hi, What is about https://git-wip-us.apache.org/repos/asf?p=flex-sdk.git That better. and for branch 'develop' https://git-wip-us.apache.org/repos/asf?p=flex-sdk.git;a=tree;h=refs/heads/develop;hb=develop ? Sadly clicking on summary takes you off the develop branch. How did you navigate

Re: Git equiv of viewvc?

2013-04-15 Thread Justin Mclean
Hi, What is about https://git-wip-us.apache.org/repos/asf?p=flex-sdk.git and for branch 'develop' https://git-wip-us.apache.org/repos/asf?p=flex-sdk.git;a=tree;h=refs/heads/develop;hb=develop ? Might be good to add this info to: http://flex.apache.org/dev-sourcecode.html Justin

Re: [FalconJx] JSGoogEmitter ClasstCastException

2013-04-15 Thread Erik de Bruin
Cyrill, Excellent contribution, thank you. While you're on a roll, would you mind having a look at some of the ToDo's scattered throughout the code? Only one technical detail: if you're using Eclipse, can you please use this 'formatter' before committing code:

Re: [DISCUSS] How do we want to handle Whiteboard?

2013-04-15 Thread OmPrakash Muppirala
Thanks Mark, you are a good man :-) Om On Sun, Apr 14, 2013 at 5:31 AM, Mark Kessler kesslerconsult...@gmail.comwrote: I ended up creating a GITHub account... however, I will probably redo the repo on it since I uploaded a clone of the Flex-SDK with my changes already in it. This means the

Re: CS Extensions

2013-04-15 Thread Harbs
I'm a bit crazy for trying to start this right now. I'm off to a conference in less than two weeks, and time is not exactly a commodity in large supply right now… ;-) It will likely remain largely a skeleton for a few weeks, but at least I can get it started. I figure the support will come in

Re: Web site content need updating SVN - Git

2013-04-15 Thread Harbs
I'm on it. Harbs On Apr 15, 2013, at 10:54 AM, Justin Mclean wrote: Hi, This page still mentions snv for creating patches - anyone want to fix? http://flex.apache.org/community-getinvolved.html Justin

[jira] [Updated] (FLEX-33476) Get Involved Page Outdated

2013-04-15 Thread Harbs (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harbs updated FLEX-33476: - Assignee: Harbs Get Involved Page Outdated -- Key: FLEX-33476

Re: Web site content need updating SVN - Git

2013-04-15 Thread Harbs
One question: There's a link for [Mustella tests][5] on the page, but there's no link on the bottom. Where's it supposed to link to? On Apr 15, 2013, at 10:54 AM, Justin Mclean wrote: Hi, This page still mentions snv for creating patches - anyone want to fix?

Re: Web site content need updating SVN - Git

2013-04-15 Thread Justin Mclean
Hi, I'm on it. Thanks - much appreciated. Justin

Re: Web site content need updating SVN - Git

2013-04-15 Thread Harbs
Please check my corrections before I publish it: http://flex.staging.apache.org/community-getinvolved.html On Apr 15, 2013, at 11:47 AM, Justin Mclean wrote: Hi, I'm on it. Thanks - much appreciated. Justin

[FalconJS] populating the 'id' property at runtime

2013-04-15 Thread Tigran Najaryan
I am trying to understand how to make sure the 'id' property is available on the DOM elements. It looks like if I simply modify function org.apache.flex.core.UIBase.prototype.set_id() to directly assign the 'value' to this.element.id it works, the id property becomes available at runtime and is

Re: Web site content need updating SVN - Git

2013-04-15 Thread Justin Mclean
HI, Please check my corrections before I publish it: http://flex.staging.apache.org/community-getinvolved.html I go ahead and publish it has to better than what was there before :-) Perhaps someone can commit on git show vs git format-patch as I'm not sure what the best way of doing it.

Re: Web site content need updating SVN - Git

2013-04-15 Thread Justin Mclean
Hi, Or git diff??? Justin

Re: [FalconJS] populating the 'id' property at runtime

2013-04-15 Thread Erik de Bruin
I can't think of no other reason than it wasn't needed. Unless somehow having an id attribute would mess with JS calls to the object that has the element... But since all JS objects exist in separate namespaces, I don't think it should matter. How about you submit a patch, I create a new public

Re: Git equiv of viewvc?

2013-04-15 Thread Cyrill Zadra
On bottom of page https://git-wip-us.apache.org/repos/asf?p=flex-sdk.git all branches are listed. Click tree on develop an you'll be there :-). On 15.04.2013, at 16:07, Justin Mclean jus...@classsoftware.com wrote: Hi, What is about https://git-wip-us.apache.org/repos/asf?p=flex-sdk.git

RE: [DISCUSS] How do we want to handle Whiteboard?

2013-04-15 Thread Kessler CTR Mark J
Oops, I posted the link [1] in my user page, but not in the dev list. [1] https://github.com/KesslerConsulting/example -Mark -Original Message- From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of OmPrakash Muppirala Sent: Monday, April 15, 2013 4:16 AM To:

Re: Web site content need updating SVN - Git

2013-04-15 Thread Harbs
Yeah. I was wondering about that. In the meanwhile, I published it. If someone with more git knowhow wants to change that, feel free… ;-) On Apr 15, 2013, at 12:31 PM, Justin Mclean wrote: HI, Please check my corrections before I publish it:

[jira] [Resolved] (FLEX-33476) Get Involved Page Outdated

2013-04-15 Thread Harbs (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harbs resolved FLEX-33476. -- Resolution: Fixed Get Involved Page Outdated -- Key:

Re: Git equiv of viewvc?

2013-04-15 Thread Cyrill Zadra
Oh yeah... Even better ;-). Thanks Cyrill On Mon, Apr 15, 2013 at 7:37 PM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Now we have FishEye, https://fisheye6.atlassian.com/browse/flex-sdk and https://fisheye6.atlassian.com/graph/flex-sdk should give you what you need -Fred -Message

Re: Web site content need updating SVN - Git

2013-04-15 Thread Frédéric THOMAS
'git format-patch BRANCH --stdout FLEX-007.patch' where BRANCH is the branch you want your patch be merged into from whether the branch you're working on, you can omit it if the origin and destination branch are the same and FLEX-007, the Jira Issue Id relative to your patch. -Fred

Re: Components donation

2013-04-15 Thread Frédéric THOMAS
Hi guys, Is there someone who can indicate the next steps or if we need a vote before accepting any new components ? Thanks, -Fred -Message d'origine- From: Frédéric THOMAS Sent: Tuesday, March 12, 2013 10:01 AM To: dev@flex.apache.org Subject: Re: Components donation Hi Jérémy,

Re: Components donation

2013-04-15 Thread Erik de Bruin
I don't think a VOTE is strictly necessary. A DISCUSS might be nice, though. Also, we need to make sure all legal obligations are met and all proper documents are filed. When in doubt, we need to check with Apache's legal department, I think. EdB On Mon, Apr 15, 2013 at 2:08 PM, Frédéric

Re: Web site content need updating SVN - Git

2013-04-15 Thread Harbs
Thanks. I changed it. On Apr 15, 2013, at 2:57 PM, Frédéric THOMAS wrote: 'git format-patch BRANCH --stdout FLEX-007.patch' where BRANCH is the branch you want your patch be merged into from whether the branch you're working on, you can omit it if the origin and destination branch are the

Re: Git equiv of viewvc?

2013-04-15 Thread Harbs
Nice! I'll add this to the web page… On Apr 15, 2013, at 2:37 PM, Frédéric THOMAS wrote: Now we have FishEye, https://fisheye6.atlassian.com/browse/flex-sdk and https://fisheye6.atlassian.com/graph/flex-sdk should give you what you need -Fred -Message d'origine- From: Cyrill

[DISCUSS] Components donation (was: Components donation)

2013-04-15 Thread Frédéric THOMAS
Hi all, Jérémy Reynaud, CTO and co-founder of KeepCore, proposes to donated 2 of their components [1], a dual slider[2] and a progress spinner[3], is there any interests accepting those components as part of the Flex-sdk ? I personally think the DualSlider could be a great addition, maybe

Re: Git equiv of viewvc?

2013-04-15 Thread Frédéric THOMAS
I just noticed from the commit you just did, that you send the user to the commit graph history instead of the file browsing link. -Fred -Message d'origine- From: Harbs Sent: Monday, April 15, 2013 2:21 PM To: dev@flex.apache.org Subject: Re: Git equiv of viewvc? Nice! I'll add

Re: Git equiv of viewvc?

2013-04-15 Thread Harbs
Yes. Is that a problem? On Apr 15, 2013, at 3:39 PM, Frédéric THOMAS wrote: I just noticed from the commit you just did, that you send the user to the commit graph history instead of the file browsing link. -Fred -Message d'origine- From: Harbs Sent: Monday, April 15, 2013 2:21

Re: Git equiv of viewvc?

2013-04-15 Thread Frédéric THOMAS
I think you can tell them to review the commit history, in that case, the link you provided is ok, or you keep what you wrote and send them to the browse link, just swap graph with browse in the link you provided. -Fred -Message d'origine- From: Harbs Sent: Monday, April 15, 2013

Re: Git equiv of viewvc?

2013-04-15 Thread Harbs
Well, I did write project progress. ;-) If you think commit history is better, I'll be happy to change it. I thought a generalized term was more accurate. The reason I linked to the graph was that I thought the graph is a nice visualization and it's more obvious how to get to the file view

Re: [DISCUSS] Components donation (was: Components donation)

2013-04-15 Thread Harbs
I agree. Harbs On Apr 15, 2013, at 3:31 PM, Frédéric THOMAS wrote: Hi all, Jérémy Reynaud, CTO and co-founder of KeepCore, proposes to donated 2 of their components [1], a dual slider[2] and a progress spinner[3], is there any interests accepting those components as part of the Flex-sdk

Re: Git merge of README and RELEASE_NOTES

2013-04-15 Thread Frédéric THOMAS
From your clean develop branch: git checkout origin/release4.9 RELEASE_NOTES FILE2 FILEX git commit -m Merge RELEASE_NOTES, etc.. from release4.9 branch git push -Message d'origine- From: Justin Mclean Sent: Monday, April 15, 2013 10:26 AM To: dev@flex.apache.org Subject: Git merge

Re: Git equiv of viewvc?

2013-04-15 Thread Frédéric THOMAS
As you like. -Fred -Message d'origine- From: Harbs Sent: Monday, April 15, 2013 3:04 PM To: dev@flex.apache.org Subject: Re: Git equiv of viewvc? Well, I did write project progress. ;-) If you think commit history is better, I'll be happy to change it. I thought a generalized term

[FalconJX] JSGoogEmitter.emitMethod

2013-04-15 Thread Cyrill Zadra
HI Erik Got following scenario: public function TestClass() { super(); } JSGoogEmiter produces following javascript - /** * @constructor */ TestClass = function() { var self = this; goog.base(this); }; .. which produces a google closure error - ERROR - incorrect use of

Re: [FalconJx] JSGoogEmitter ClasstCastException

2013-04-15 Thread Cyrill Zadra
Yep .. try to help you out. Cyrill On Mon, Apr 15, 2013 at 4:14 PM, Erik de Bruin e...@ixsoftware.nl wrote: Cyrill, Excellent contribution, thank you. While you're on a roll, would you mind having a look at some of the ToDo's scattered throughout the code? Only one technical detail: if

Re: [FalconJX] JSGoogEmitter.emitMethod

2013-04-15 Thread Erik de Bruin
Cyrill, I'm (usually) not easily offended ;-) My code is written in a whatever gets me there first style, so if you want to break it up, please feel free to refactor! On the topic of your code: will such code ever come from Flash Builder (or another IDE)? I mean: the code calls super(), but

Re: [FalconJX] JSGoogEmitter.emitMethod

2013-04-15 Thread Cyrill Zadra
Cool ... I'll give it a try :-) On the topic of your code: will such code ever come from Flash Builder (or another IDE)? I mean: the code calls super(), but there is no super class... Not saying we shouldn't handle this properly, just want to make sure I understand the test case. Yes from

Re: [FalconJX] JSGoogEmitter.emitMethod

2013-04-15 Thread Erik de Bruin
See, I'd never have thought to look that deep into the abyss of the SDK :-) Go forth and fix! :) EdB On Mon, Apr 15, 2013 at 4:29 PM, Cyrill Zadra cyrill.za...@gmail.com wrote: Cool ... I'll give it a try :-) On the topic of your code: will such code ever come from Flash Builder (or

Re: [FalconJS] populating the 'id' property at runtime

2013-04-15 Thread Kevin Newman
There are issues with the id of elements in HTML being unique. If they are not unique, they seem to have a negative affect on screen readers. I don't know if that would be a reason to disabled that, but it's something to know. It's for this reason (and the fact that document.getElementById

Re: [FalconJS] populating the 'id' property at runtime

2013-04-15 Thread Erik de Bruin
As an alternative to using the browser's native id attribute (in cases where that might be a problem) you can use a data attribute: input data-flex-id=myid That sounds like the proper way to do this, if RIATest can run on that type of attributes. I didn't check, but doesn't the compiler on

Re: [DISCUSS] Components donation (was: Components donation)

2013-04-15 Thread Arnoud Bos
+ 1, the dual slider looks very nice and useful, arnoud On 15-04-2013, at 15:05, Harbs harbs.li...@gmail.com wrote: I agree. Harbs On Apr 15, 2013, at 3:31 PM, Frédéric THOMAS wrote: Hi all, Jérémy Reynaud, CTO and co-founder of KeepCore, proposes to donated 2 of their

Re: Meet 'marmotinni', an ASJS testing framework

2013-04-15 Thread Alex Harui
On 4/15/13 12:39 AM, Tigran Najaryan tig...@gmail.com wrote: OK, but given that we trans-compile AS to JS and your test language is ES- like, there is no way to wrap things so they work? I don't think so. The problem is that tests on Flex apps compiled to SWF use action names specific to

Re: [DISCUSS] Components donation (was: Components donation)

2013-04-15 Thread OmPrakash Muppirala
On Apr 15, 2013 8:02 AM, Alex Harui aha...@adobe.com wrote: Fine with me. FWIW, I think we do need an official vote. My current understanding is that the only non-committer contributions that don't need a vote are patches. I am sorry, but I don't think that is a vote is required. Can you

Re: CS Extensions

2013-04-15 Thread Alex Harui
FWIW, Adobe made the CS extension for PS available here: http://download.macromedia.com/pub/photoshop/photoshopcs5_fxg_p2_mac_093010. zxp http://download.macromedia.com/pub/photoshop/photoshopcs5_fxg_p2_win32_09301 0.zxp http://download.macromedia.com/pub/photoshop/photoshopcs5_fxg_p2_win64_09301

Re: [DISCUSS] Components donation (was: Components donation)

2013-04-15 Thread Frédéric THOMAS
What if some components are or are not willed by some of us, a decision as to be taken, maybe a lazy vote could stand ? -Fred -Message d'origine- From: OmPrakash Muppirala Sent: Monday, April 15, 2013 5:09 PM To: dev@flex.apache.org Subject: Re: [DISCUSS] Components donation (was:

RE: [DISCUSS] Components donation (was: Components donation)

2013-04-15 Thread Kessler CTR Mark J
I'm guessing we are going to need these for the Flex site when we figure them out. 1. Steps / requirements for new components. 2. Steps / requirements for new Features that add onto existing components. -Mark -Original Message- From: omup...@gmail.com [mailto:omup...@gmail.com] On

[jira] [Created] (FLEX-33495) Flex FileReference.browse() opens a save dialog in Firefox - NOT an open dialog

2013-04-15 Thread James Chow (JIRA)
James Chow created FLEX-33495: - Summary: Flex FileReference.browse() opens a save dialog in Firefox - NOT an open dialog Key: FLEX-33495 URL: https://issues.apache.org/jira/browse/FLEX-33495 Project:

Re: [FalconJX] JSGoogEmitter.emitMethod

2013-04-15 Thread Gordon Smith
the code calls super(), but there is no super class The implicit superclass is Object. - Gordon Sent from my iPad On Apr 15, 2013, at 7:07 AM, Erik de Bruin e...@ixsoftware.nl wrote: Cyrill, I'm (usually) not easily offended ;-) My code is written in a whatever gets me there first

Re: CS Extensions

2013-04-15 Thread Alex Harui
On 4/15/13 1:19 AM, Harbs harbs.li...@gmail.com wrote: 2) CS Extensions have dependencies on a number of Adobe swcs. How do we handle the project vis a vis Apache's policies and binaries? I don't think those dependencies can be includedŠ We can always have a build script that

Re: [FalconJS] populating the 'id' property at runtime

2013-04-15 Thread Alex Harui
On 4/15/13 7:45 AM, Erik de Bruin e...@ixsoftware.nl wrote: As an alternative to using the browser's native id attribute (in cases where that might be a problem) you can use a data attribute: input data-flex-id=myid That sounds like the proper way to do this, if RIATest can run on that

View source

2013-04-15 Thread Kessler CTR Mark J
Is there an easy way to enable View Source without FB? -Mark

[jira] [Assigned] (FLEX-33495) Flex FileReference.browse() opens a save dialog in Firefox - NOT an open dialog

2013-04-15 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler reassigned FLEX-33495: --- Assignee: Mark Kessler Flex FileReference.browse() opens a save dialog in Firefox - NOT

RE: Meet 'marmotinni', an ASJS testing framework

2013-04-15 Thread Tigran Najaryan
From: Alex Harui [mailto:aha...@adobe.com] OK, but FlexJS is essentially wrapping JS constructs and presenting them in AS. The goal for the components is the present the same APIs to the developer by wrapping and emulating where appropriate. Sorry, I probably miss something but I do not

Re: [DISCUSS] Components donation (was: Components donation)

2013-04-15 Thread Alex Harui
On 4/15/13 8:09 AM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Apr 15, 2013 8:02 AM, Alex Harui aha...@adobe.com wrote: Fine with me. FWIW, I think we do need an official vote. My current understanding is that the only non-committer contributions that don't need a vote are

Re: View source

2013-04-15 Thread Frédéric THOMAS
ViewSource.addMenuItem(this, srcview/index.html) does not work ? -Fred -Message d'origine- From: Kessler CTR Mark J Sent: Monday, April 15, 2013 6:01 PM To: dev@flex.apache.org Subject: View source Is there an easy way to enable View Source without FB? -Mark

Re: [DISCUSS] Components donation (was: Components donation)

2013-04-15 Thread Alex Harui
On 4/15/13 8:27 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote: What if some components are or are not willed by some of us, a decision as to be taken, maybe a lazy vote could stand ? See my reply to Om. Apache does have a process as part of the IP clearance that implies that a vote is

RE: [FalconJS] populating the 'id' property at runtime

2013-04-15 Thread Tigran Najaryan
As an alternative to using the browser's native id attribute (in cases where that might be a problem) you can use a data attribute: input data-flex-id=myid That sounds like the proper way to do this, if RIATest can run on that type of attributes. Yes, RIATest can run on any public

RE: [FalconJS] populating the 'id' property at runtime

2013-04-15 Thread Tigran Najaryan
From: Alex Harui [mailto:aha...@adobe.com] And since we still need a way for folks to set the id in order to get accessibility to work, it might be best for now to just gamble and wire up set_id to the id. No need for a branch. Just do it. I'll try to get someone to think about the

Re: Meet 'marmotinni', an ASJS testing framework

2013-04-15 Thread Alex Harui
On 4/15/13 9:10 AM, Tigran Najaryan tig...@gmail.com wrote: From: Alex Harui [mailto:aha...@adobe.com] OK, but FlexJS is essentially wrapping JS constructs and presenting them in AS. The goal for the components is the present the same APIs to the developer by wrapping and emulating

Re: CS Extensions

2013-04-15 Thread jude
I'm all for this! I think we should at least attempt to get the source to the current FXG export extensions or have they been donated already? Also, check out DrawScript http://drawscri.pt. On Mon, Apr 15, 2013 at 2:35 AM, Harbs harbs.li...@gmail.com wrote: I'd like to start that project to

Re: CS Extensions

2013-04-15 Thread Harbs
DrawScript looks cool. I would not hold my breath on getting the source donated, but if someone wants to try, that would be cool. On Apr 15, 2013, at 8:37 PM, jude wrote: I'm all for this! I think we should at least attempt to get the source to the current FXG export extensions or have they

Re: CS Extensions

2013-04-15 Thread OmPrakash Muppirala
Drawscript looks good, except that it writes to actionscript/javascript directly. I dont think that it is a good idea necessarily. In the case of JS, it is geared towards drawing on the Canvas element. Problem is that anything drawn on the canvas immediately loses hitTest, accessibility,etc.

Re: CS Extensions

2013-04-15 Thread Harbs
I just asked Olav Kvern who's done a bunch of path work for InDesign and Illustrator and he's okay with donating his work to this project. That should help jump-start things very nicely! On Apr 15, 2013, at 9:17 PM, OmPrakash Muppirala wrote: Drawscript looks good, except that it writes to

Re: CS Extensions

2013-04-15 Thread Dave Fisher
If this would be indesign to html5. That would be very cool. Sent from my iPhone On Apr 15, 2013, at 2:45 PM, Harbs harbs.li...@gmail.com wrote: I just asked Olav Kvern who's done a bunch of path work for InDesign and Illustrator and he's okay with donating his work to this project. That

Re: CS Extensions

2013-04-15 Thread Harbs
Someone has done that already: http://ajarproductions.com/pages/products/in5/ On Apr 15, 2013, at 10:06 PM, Dave Fisher wrote: If this would be indesign to html5. That would be very cool. Sent from my iPhone On Apr 15, 2013, at 2:45 PM, Harbs harbs.li...@gmail.com wrote: I just asked

Re: Git merge of README and RELEASE_NOTES

2013-04-15 Thread Justin Mclean
HI, git checkout origin/release4.9 RELEASE_NOTES FILE2 FILEX That just replaces the current RELEASE_NOTES file with the 4.9 one. What do you need to do to merge the changes on both files together? Thanks, Justin

Re: [DISCUSS] Components donation (was: Components donation)

2013-04-15 Thread Mark Kessler
So that means IP donations require a vote and going through the IP clearance. But what about commiters already signed the Apache agreement... Does that require a vote or just a public showing and a general consensus? Or are we voting on those too? -Mark On Mon, Apr 15, 2013 at 12:15 PM, Alex

Re: Git merge of README and RELEASE_NOTES

2013-04-15 Thread Frédéric THOMAS
ok, so, you need to go by an intermediary branch as git merge or rebase only commits From your clean develop branch: git checkout -b temp git checkout origin/release4.9 RELEASE_NOTES FILE2 FILEX git add -u git commit -m Merge RELEASE_NOTES, etc.. from release4.9 branch git checkout develop

[jira] [Closed] (FLEX-24780) Initially I can change the selectedItem in a List programmatically, but if the event preventDefault is called anytime, I can no longer change the selectedItem programatica

2013-04-15 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-24780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler closed FLEX-24780. --- Initially I can change the selectedItem in a List programmatically, but if the event

[jira] [Assigned] (FLEX-27797) Spark Datagrid double click is fired even when you make the first and second click in different points (rows) !

2013-04-15 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler reassigned FLEX-27797: --- Assignee: Mark Kessler Spark Datagrid double click is fired even when you make the

[jira] [Resolved] (FLEX-27797) Spark Datagrid double click is fired even when you make the first and second click in different points (rows) !

2013-04-15 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler resolved FLEX-27797. - Resolution: Fixed Fix Version/s: Adobe Flex SDK Next This was resolved with FLEX-33190.

[jira] [Closed] (FLEX-27797) Spark Datagrid double click is fired even when you make the first and second click in different points (rows) !

2013-04-15 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler closed FLEX-27797. --- Spark Datagrid double click is fired even when you make the first and second click in different

Re: [DISCUSS] Components donation (was: Components donation)

2013-04-15 Thread Mark Kessler
I agree, I was doing minor changes, bug fixes and such just CTR. The feature addition I have available, I put on the thread first (although I did a sloppy job of providing a timely code example) thinking it was a good practice to show before commiting. So waiting a few days for feed back then

Re: Git merge of README and RELEASE_NOTES

2013-04-15 Thread Justin Mclean
Hi, ok, so, you need to go by an intermediary branch as git merge or rebase only commits It there a simpler way of doing this? In svn it just a svn merge followed by a svn ci - assuming you're happy with the merge. If we want to merge the entire tree would we follow the same process? (eg

Re: [DISCUSS] Components donation (was: Components donation)

2013-04-15 Thread Justin Mclean
Hi, I agree, I was doing minor changes, bug fixes and such just CTR. The feature addition I have available, I put on the thread first (although I did a sloppy job of providing a timely code example) thinking it was a good practice to show before commiting. Showing the changes to the code

Re: Git merge of README and RELEASE_NOTES

2013-04-15 Thread Frédéric THOMAS
If we want to merge the entire tree would we follow the same process? (eg like what we have to do after a release) Do you have to do a git mergeTool on every file? As I said before, in git merge or rebase will apply only on commits, not on files, if you have files with conflicts you want to

Re: Git merge of README and RELEASE_NOTES

2013-04-15 Thread Frédéric THOMAS
Re wrote a bit better I hope: As I said before, in git merge or rebase will apply only on commits, not on files, if you have files with conflicts you want to merge, you will have to go by an intermediary branch (temp), checkout the files you want to merge from the branch where they are, add

Re: [DISCUSS] Components donation (was: Components donation)

2013-04-15 Thread Mark Kessler
I agree. In my case I have example of it's use with view-source [1], a github whiteboard of the modified flex-sdk [2], the code pulled out of the components [3][4][5]. I could change to a diff if that would make things easier. So now we have steps up to this point. Should a JIRA issue been

Re: Git merge of README and RELEASE_NOTES

2013-04-15 Thread Justin Mclean
HI, if you have files with conflicts you want to merge, you will have to go by an intermediary branch This is almost always going to be the case with a release as it take time to vote on and create serval release candidates while develop work continues on in develop. apparently the

Re: Git merge of README and RELEASE_NOTES

2013-04-15 Thread Frédéric THOMAS
and I just noticed as well, to check the diff on RELEASE_NOTES, use: git diff origin/release4.9 RELEASE_NOTES -Message d'origine- From: Frédéric THOMAS Sent: Tuesday, April 16, 2013 3:31 AM To: dev@flex.apache.org Subject: Re: Git merge of README and RELEASE_NOTES Re wrote a bit

Re: Git merge of README and RELEASE_NOTES

2013-04-15 Thread Frédéric THOMAS
Ok, tell me what files you want to merge, I'll do that tomorrow when I wake up, it's too now here 4:10. -Fred -Message d'origine- From: Justin Mclean Sent: Tuesday, April 16, 2013 4:02 AM To: dev@flex.apache.org Subject: Re: Git merge of README and RELEASE_NOTES HI, if you have

Re: Git merge of README and RELEASE_NOTES

2013-04-15 Thread Justin Mclean
Hi, I want to RELEASE_NOTE and README (from the develop and release branches) into the develop branch. But it's more about getting the process documented so we can actually make a release at some point. We want to make it as simple as possible for anyone who wants to put up there hand as a

RE: How to get a clean working tree for flex-sdk

2013-04-15 Thread Gordon Smith
And what does ant release give? After I do 'ant release', 'git status' says nothing to commit (working directory clean) as expected. - Gordon -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Friday, April 12, 2013 11:09 PM To: dev@flex.apache.org

Merging 4.9.1 release bench into develop

2013-04-15 Thread Justin Mclean
Hi, I went ahead and merged the release branch into develop, looks we've been a bit naughty and looks like quite a few changes went on in the release branch that didn't happen in develop. Observations: - Had no luck with git rebase it seemed to want to throw away needed changes had much

Re: Merging 4.9.1 release bench into develop

2013-04-15 Thread Alex Harui
On 4/15/13 9:49 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, I went ahead and merged the release branch into develop, looks we've been a bit naughty and looks like quite a few changes went on in the release branch that didn't happen in develop. The git branching model seems to