Re: git commit: [flex-tlf] [refs/heads/develop] - FLEX-34247 improve TLF performance. I added a flag in case some scenario really needs composition to start from the beginning, but the default is now

2014-05-22 Thread Piotr Zarzycki
I did run current TLF tests nothing blows up. :) Next week will commit 
new tests.


W dniu 2014-05-22 05:53, aha...@apache.org pisze:

Repository: flex-tlf
Updated Branches:
   refs/heads/develop 41fc042d0 - 592b45fa2


FLEX-34247 improve TLF performance.  I added a flag in case some scenario 
really needs composition to start from the beginning, but the default is now 
more like the TLF version that shipped with Adobe Flex 4.6


Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/592b45fa
Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/592b45fa
Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/592b45fa

Branch: refs/heads/develop
Commit: 592b45fa219af46592f30ad712b739ac606ed296
Parents: 41fc042
Author: Alex Harui aha...@apache.org
Authored: Wed May 21 20:52:45 2014 -0700
Committer: Alex Harui aha...@apache.org
Committed: Wed May 21 20:52:45 2014 -0700

--
  .../src/flashx/textLayout/compose/BaseCompose.as |  7 ---
  .../src/flashx/textLayout/compose/ComposeState.as| 15 +--
  .../textLayout/container/ContainerController.as  |  1 +
  3 files changed, 14 insertions(+), 9 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/592b45fa/textLayout/src/flashx/textLayout/compose/BaseCompose.as
--
diff --git a/textLayout/src/flashx/textLayout/compose/BaseCompose.as 
b/textLayout/src/flashx/textLayout/compose/BaseCompose.as
index 2ad0506..b7c4b02 100644
--- a/textLayout/src/flashx/textLayout/compose/BaseCompose.as
+++ b/textLayout/src/flashx/textLayout/compose/BaseCompose.as
@@ -30,6 +30,7 @@ package flashx.textLayout.compose
import flash.text.engine.TextLineValidity;
import flash.utils.Dictionary;

+   import flashx.textLayout.tlf_internal;
import flashx.textLayout.container.ContainerController;
import flashx.textLayout.debug.Debugging;
import flashx.textLayout.debug.assert;
@@ -69,7 +70,6 @@ package flashx.textLayout.compose
import flashx.textLayout.formats.TextLayoutFormat;
import flashx.textLayout.formats.VerticalAlign;
import flashx.textLayout.property.Property;
-   import flashx.textLayout.tlf_internal;
import flashx.textLayout.utils.LocaleUtil;
import flashx.textLayout.utils.Twips;
  
@@ -892,8 +892,9 @@ package flashx.textLayout.compose


resetControllerBounds();

-   // Bug, needs to remove
-   _startComposePosition = _startController.absoluteStart;
+   // Bug, needs to remove
+   if 
(ContainerController.tlf_internal::startComposeFromBeginning)
+   _startComposePosition = 
_startController.absoluteStart;

// This is where we will start composing from
_curElement = _textFlow.findLeaf(_startComposePosition);

http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/592b45fa/textLayout/src/flashx/textLayout/compose/ComposeState.as
--
diff --git a/textLayout/src/flashx/textLayout/compose/ComposeState.as 
b/textLayout/src/flashx/textLayout/compose/ComposeState.as
index ce7bddc..d40dc2b 100644
--- a/textLayout/src/flashx/textLayout/compose/ComposeState.as
+++ b/textLayout/src/flashx/textLayout/compose/ComposeState.as
@@ -27,6 +27,7 @@ package flashx.textLayout.compose
import flash.text.engine.TextLineCreationResult;
import flash.text.engine.TextLineValidity;

+   import flashx.textLayout.tlf_internal;
import flashx.textLayout.container.ContainerController;
import flashx.textLayout.debug.Debugging;
import flashx.textLayout.debug.assert;
@@ -46,7 +47,6 @@ package flashx.textLayout.compose
import flashx.textLayout.formats.ListStylePosition;
import flashx.textLayout.formats.TextAlign;
import flashx.textLayout.formats.VerticalAlign;
-   import flashx.textLayout.tlf_internal;
import flashx.textLayout.utils.Twips;

use namespace tlf_internal;
@@ -340,11 +340,14 @@ package flashx.textLayout.compose
var line:TextFlowLine = _curLineIndex  
_flowComposer.numLines ? (_flowComposer as 
StandardFlowComposer).lines[_curLineIndex] : null;

var useExistingLine:Boolean = line  
(!line.isDamaged() || line.validity == FlowDamageType.GEOMETRY);
-   // if the line ends with a hyphen, don't use existing 
line because the player seems to mis-handle
-   // starting the next line.
-   

git commit: [flex-falcon] [refs/heads/develop] - Test commit

2014-05-22 Thread gordonsmith
Repository: flex-falcon
Updated Branches:
  refs/heads/develop 7a1726e79 - d8da47fb1


Test commit


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/d8da47fb
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/d8da47fb
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/d8da47fb

Branch: refs/heads/develop
Commit: d8da47fb128f537a62ef4fce4aaa42b06eb25a55
Parents: 7a1726e
Author: Gordon Smith gordonsm...@apache.org
Authored: Thu May 22 16:20:39 2014 -0700
Committer: Gordon Smith gordonsm...@apache.org
Committed: Thu May 22 16:20:39 2014 -0700

--
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d8da47fb/README
--
diff --git a/README b/README
index 4935258..1139ec1 100644
--- a/README
+++ b/README
@@ -246,7 +246,7 @@ Building the Source in the Source Distribution
 ant -projecthelp
 
 Running Tests
--
+-
 
 Before running unit-, functional- or feature-tests you need to create a 
unittest.properties file ( template is found here 
compiler.tests/template-unittest.properties ). 
 



git commit: [flex-examples] [refs/heads/master] - Created a 'master' branch from the 'develop' branch.

2014-05-22 Thread gordonsmith
Repository: flex-examples
Updated Branches:
  refs/heads/master [created] ef263586a


Created a 'master' branch from the 'develop' branch.


Project: http://git-wip-us.apache.org/repos/asf/flex-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-examples/commit/ef263586
Tree: http://git-wip-us.apache.org/repos/asf/flex-examples/tree/ef263586
Diff: http://git-wip-us.apache.org/repos/asf/flex-examples/diff/ef263586

Branch: refs/heads/master
Commit: ef263586a552cb3a38fa8c33f63954c788d2fef6
Parents: a3a9031
Author: Gordon Smith gordonsm...@apache.org
Authored: Thu May 22 16:29:41 2014 -0700
Committer: Gordon Smith gordonsm...@apache.org
Committed: Thu May 22 16:29:41 2014 -0700

--
 test.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/flex-examples/blob/ef263586/test.txt
--
diff --git a/test.txt b/test.txt
index e9d7b9f..42fd431 100644
--- a/test.txt
+++ b/test.txt
@@ -1 +1 @@
-First checkin
\ No newline at end of file
+First checkin



Jenkins build is still unstable: flex-falcon #54

2014-05-22 Thread flex . ci . builds
See http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/changes



Jenkins build is back to stable : flex-blazeds #19

2014-05-22 Thread flex . ci . builds
See http://apacheflexbuild.cloudapp.net:8080/job/flex-blazeds/19/



Jenkins build is still unstable: flex-falcon #55

2014-05-22 Thread flex . ci . builds
See http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/changes