Log message: From: To:
Path:
Author:
Issue:
File name:
File type:
Activity by path
Activity by time
2008-04
Activity by year and month
Activity by author
authors by first/last commit
Core group
Developer turnover
Changes    Collaboration    Timeline    Rss   
1 - 20 of 15894  Next ›
15894 11.03.2010 17:18:20, by hqm
Change 20100311-hqm-A by hqm@badtzmaru.home on 2010-03-11 10:59:57 EST
in /Users/hqm/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: fix test case maxscroll.lzx

New Features:

Bugs Fixed: LPP-8584

Technical Reviewer: hqm
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Overview:


Details:

This test needs to listen for the onmaxscrollevent before trying to use the value, otherwise it will not work reliably.

Tests:

test/lfc/maxscroll.lzx in swf8,swf10, dhtml

+ There is still a bug in this test when using FF/OSX/SWF10, when you
use the slider to make the height diminish, sometimes the last line of
text is not kept visible. It looks like the swf10 text kernel is not
sending a new onmaxscrollevent in some cases where it ought to be.
15893 11.03.2010 10:10:32, by svnbuild
'automated build tagging by the nightly build script'
15892 10.03.2010 23:14:18, by ptw
importing patch 20100310-ptw-A for review
15891 10.03.2010 18:59:52, by max
importing patch 20100310-maxcarlson-u for review
15890 10.03.2010 18:42:36, by hqm
Change 20100310-hqm-e by hqm@badtzmaru.home on 2010-03-10 12:41:04 EST
in /Users/hqm/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: remove excess debug print statements in swf10 compiler

New Features:

Bugs Fixed:

Technical Reviewer: hqm
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Overview:


Details:

A couple of System.err.println statements were left in, causing extra verbose output


Tests:

Run fcsh and compile demos/lzpix/app.lzx using lzc and lcompile commands.
15889 10.03.2010 10:08:06, by svnbuild
'automated build tagging by the nightly build script'
15888 10.03.2010 06:10:38, by max
Change 20100308-maxcarlson-n by maxcarlson@bank on 2010-03-08 16:41:43 PST
in /Users/maxcarlson/openlaszlo/trunk-clean
for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: UPDATED: Add clearRect() and strokeRect() to drawview

Bugs Fixed: LPP-8817 - Add strokeRect() and clearRect() to drawview

Technical Reviewer: hminsky
QA Reviewer: ptw

Details: Updated to address Tucker's concerns:
+ It seems to me that strokeRect will only draw 3 sides of the rectangle. Am I confused? Wouldn't there need to be 4 linteTo's?

Yes, that was silly of me :)

+ Also, can you fill the comment in front of strokeRect so that it is not one long line?

Done.

In addition, I added support for gradient fills with fillRect() and refactored the box drawing routine to a separate __drawRect() method shared by fillRect() and strokeRect().

Otherwise the same:
Rename swf __updateStyles() to __updateLineStyle(). Add implementations of clearRect() and strokeRect() for DHTML and Flash.

Release Notes: drawview now supports clearRect() and strokeRect().

Tests: test/drawing/drawing.lzx runs consistently in dhtml and all versions of Flash.
15887 10.03.2010 05:56:40, by max
Change 20100308-maxcarlson-K by maxcarlson@bank on 2010-03-08 14:46:43 PST
in /Users/maxcarlson/openlaszlo/trunk-clean
for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Add way to turn off automatic drawview size measurement

Bugs Fixed: LPP-8796 - swf: No way to turn off size measurement for drawviews

Technical Reviewer: hminsky
QA Reviewer: andre.bargull@udo.edu

Release Notes: Drawview now has a 'measuresize' attribute that allows the automatic size measurement feature to be turned off.

Details: Add measuresize attribute, default to true to preserve current behavior. Only call __updateSize() when measuresize == true. Override updateWidth() and updateHeight() to be notified when the view size changes, move AS3 scaling updates to there.


Tests: See LPP-8796 for a testcase - without the patch, the green background color won't be visible in swf8/9/10. Also see LPP-8641 in swf8/9/10.
15886 10.03.2010 01:14:58, by max
updating patch 20100308-maxcarlson-n for review
15885 10.03.2010 01:14:56, by max
remove patch 20100308-maxcarlson-n
15884 10.03.2010 01:08:18, by max
+ Add test for fillRect() with a gradient
15883 10.03.2010 00:05:47, by max
Change 20100309-maxcarlson-N by maxcarlson@bank on 2010-03-09 14:17:21 PST
in /Users/maxcarlson/openlaszlo/trunk-clean
for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Correct @access fields to for html and mediastream docs

Bugs Fixed: LPP-8820 - Doc warnings for html and mediastream components

Technical Reviewer: ptw
QA Reviewer: hminsky

Details: Update @access fields to use correct values

Tests: ant doc no longer warns about these files
15882 10.03.2010 00:03:02, by ptw
updating patch 20100309-ptw-P for review
15881 10.03.2010 00:02:57, by ptw
remove patch 20100309-ptw-P
15880 09.03.2010 23:19:22, by max
importing patch 20100309-maxcarlson-N for review
15879 09.03.2010 21:14:29, by max
updating patch 20100308-maxcarlson-F for review
15878 09.03.2010 21:14:27, by max
remove patch 20100308-maxcarlson-F
15877 09.03.2010 21:11:49, by max
+ Add testcases related to r7933
15876 09.03.2010 20:04:19, by max
Change 20100306-maxcarlson-n by maxcarlson@bank on 2010-03-06 23:05:50 PST
in /Users/maxcarlson/openlaszlo/trunk-clean
for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fix mediastream behavior for stop() on a broadcasting stream

Bugs Fixed: LPP-8810 - After calling stop on a broadcasting mediastream, stream does not reliably stop.

Technical Reviewer: hminsky
QA Reviewer: bitwalkerjapan@gmail.com
Doc Reviewer: (pending)

Release Notes: Thanks to Justin Hunt for his contributions and bug fixes for the av components.

Details: AS3 requires close() be called to stop broadcasting instead of the older AS2 method broadcast(false).

Tests: IWFM
15875 09.03.2010 16:51:57, by ptw
importing patch 20100309-ptw-P for review
1 2 3 4 5 6 7 8 9 10 Next