Author: ben
Date: 2007-08-23 21:42:24 -0700 (Thu, 23 Aug 2007)
New Revision: 6206

Modified:
   openlaszlo/branches/wafflecone/
Log:
Blocked revisions 6178 via svnmerge

.......
  r6178 | jcrowley | 2007-08-21 23:07:00 -0700 (Tue, 21 Aug 2007) | 40 lines
  
  Change 20070821-jcrowley-w by [EMAIL PROTECTED] on 2007-08-21 19:09:27 EDT
      in /Users/jcrowley/src/svn/openlaszlo/legals-d
      for http://svn.openlaszlo.org/openlaszlo/branches/legals
  
  Summary: Contributor Fixes: "LzAnimatorGroup" should declare the field
        "isactive" at init-time; "LzAnimatorGroup" should pass on "duration"
        to embedded animators
  
  New Features:
  
  Bugs Fixed: LPP-4391; LPP-4392
  
  Technical Reviewer: pbr
  QA Reviewer: max
  Doc Reviewer: (pending)
  
  Documentation:
  
  Release Notes:
  
  Details: Applied Andre Bargull's fixes.
  
  Tests: Run the following test in a modified/unmodified branch:
  
  <canvas width="500" height="500">
  
      <view name="tview" width="100" height="100" bgcolor="0xAA00AA">
          <animatorgroup name="hat" duration="10000" start="false"
              oninit="Debug.write(this.isactive);">
              <animator attribute="x" to="${parent.parent.x + 20}" 
duration="7000"/>
          </animatorgroup>
      </view>
      
      <button onclick="tview.hat.doStart()" y="110">Go</button>
      <button onclick="tview.hat.setDuration(7000)" y="135">7000</button>
      <button onclick="tview.hat.setDuration(1000)" y="160">1000</button>
  
  </canvas>
.......



Property changes on: openlaszlo/branches/wafflecone
___________________________________________________________________
Name: svnmerge-blocked
   - /openlaszlo/branches/legals:5747,5757,5771,5820,5861,5891,6066-6067 
/openlaszlo/trunk:3893,3953,4394,4462,4468,4472,5086,5172,5204,5210,5332
   + /openlaszlo/branches/legals:5747,5757,5771,5820,5861,5891,6066-6067,6178 
/openlaszlo/trunk:3893,3953,4394,4462,4468,4472,5086,5172,5204,5210,5332


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to