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    Widget         
1 - 20 of 19509  Next ›
19509 04.02.2012 09:36:35, by svnbuild
'automated build tagging by the nightly build script'
19508 03.02.2012 09:18:27, by svnbuild
'automated build tagging by the nightly build script'
19507 02.02.2012 09:19:08, by svnbuild
'automated build tagging by the nightly build script'
19506 02.02.2012 04:52:19, by ffeng
LPP-10130:contextmenu displays transparent in DHTML because its current alpha value is 0.9
19505 26.01.2012 23:06:27, by svnbuild
'automated build tagging by the nightly build script'
19504 26.01.2012 22:38:48, by yfang
Summary: Clickable view's overflow content doesn't been clipped accordingly when parent view's clip is set to true

New Features:

Bugs Fixed: LPP-10107 DHTML: Clipped view's mouse click area isn't clipped accordingly.

Technical Reviewer: mdemmon
QA Reviewer: N/A
Doc Reviewer: N/A

Documentation:

Release Notes:

Overview:


Details:
The way to handle clipped click div was changed from clipping rect to overflow:hidden since r18864. Because the parent of those children click divs is still the sprite's __LZclickcontainerdiv rather than its__LZclick (__LZclick only be created when the parent clipped view is also set to clickable, and __LZclick will actually be the child div of sprite.__LZclickcontainerdiv, not the parent div of those child click divs), set overflow:hidden on __LZclick can't update the click div's dimension correspondingly.
Fix this issue by adopting the original clip rect approach, and make it work on current codebase - don't update clip when width or height is null; when adding clickable child sprite to a clipped sprite, make sure the clip dimension is updated accordingly.


Tests:

Run jira test case in windowsXP IE8, win7 IE9, firefox9, Chrome16, and safari5. Also test cases on some related issues such as LPP-9177 and LPP-9667
19503 18.01.2012 17:49:44, by svnbuild
'automated build tagging by the nightly build script'
19502 18.01.2012 00:24:15, by yfang
Summary: Opacity doesn't work in DHTML because IE8 doesn't fully support CSS opacity attribute.

New Features:

Bugs Fixed: LPP-10132 DHTML: Opacity doesn't work on IE8

Technical Reviewer: mdemmon
QA Reviewer: N/A
Doc Reviewer: N/A

Documentation:

Release Notes:

Overview:


Details:
IE8 and earlier doesn't fully support opacity attribute. Need to turn on "ie_opacity" flag to use alpha filter to support sprite's opacity in IE8.


Tests:

Run jira test case in windowsXP IE8, win7 IE9 (and IE8 compatibility mode), firefox9, Chrome16, and safari5.
19501 14.01.2012 17:52:29, by svnbuild
'automated build tagging by the nightly build script'
19500 14.01.2012 00:33:42, by yfang
Summary: Fix script error caused by iframemanager

New Features:

Bugs Fixed: LPP-10095 DHTML: Getting js error on LFCdhtml.js when mouseover on <html/> component

Technical Reviewer: mdemmon
QA Reviewer: N/A
Doc Reviewer: N/A

Documentation:

Release Notes:

Overview:


Details:
When bubbling up mouse events, Iframemanager should pass event name string rather than event object, which is the expected argument while LzGlobalMouse and LzMouseKernel pass the mouse events.


Tests:

Run test case with html component on both SWF and DHTML runtime and it works fine.
19499 23.12.2011 18:04:12, by svnbuild
'automated build tagging by the nightly build script'
19498 23.12.2011 05:06:10, by sallen
Summary: Improved high quality recording at low bandwidth

New Features: LPP-10117 need an event to indicate when audio/video recording buffer has been completely sent to server

Technical Reviewer: lee.lundrigan@gmail.com wrote code, reviewed by me
QA Reviewer: lee.lundrigan@gmail.com (regression tests passed)
Doc Reviewer: n/a

Release Notes:

When recording at higher quality than can be sent with current bandwidth and if buffertime > 0, the stream will send all of its data before closing and then send an onbufferempty event. The bufferlength attribute can be read to learn the amount of data currently in the buffer.

Details:

mediastream.lxz: Resolved a lot of detailed timing issues with stopping the stream and resetting appropriately.

Tests:

video/test-recording-high-quality.lzx
19497 20.12.2011 17:53:37, by svnbuild
'automated build tagging by the nightly build script'
19496 20.12.2011 01:00:38, by sallen
Summary: support camera properties for recording quality

New Features: none

Bugs Fixed: LPP-10116 camera properties are not passed thru to the Flash device

Technical Reviewer: fixed by Lee Lundrigan and Lorien Henry-Wilkins, code reviewed by Sarah Allen (sarah@ultrasaurus.com)
QA Reviewer: lee.lundrigan@gmail.com (regression tests passed)
Doc Reviewer: no doc impact

Overview:

The properties were already there, but were missing code the pass them thru correctly on camera creation

Tests:

ran several tests on SWF10/Safari/Lion, new test: test-camera-quality.lzx
19495 20.12.2011 00:54:15, by sallen
added test file with mutliple camera sizes
19494 19.12.2011 23:44:35, by sallen
We are using wowza which also seems to work

-This line, and those below, will be ignored--

M readme.txt
19493 19.12.2011 23:40:49, by sallen
update to remove swf8 and swf9 which are no longer supported by the compiler
19492 21.10.2011 17:54:08, by svnbuild
'automated build tagging by the nightly build script'
19491 21.10.2011 14:49:28, by pbr
Change philip-20111021-sGW by philip@PHILIP-I7 on 2011-10-21 09:10:39 EDT
in /cygdrive/c/clients/laszlo/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fix line breaking in IE8/9

New Features:

Bugs Fixed: LPP-10097

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

Documentation:

Release Notes:

Overview:
The Laszlo wrapper files put IE9 into IE8 mode when run. IE8 uses the -ms-word-break css instead of word-break. Both are now defined. Also, I modified -ms-word-break from break-all to keep-all. I suspect this change was made for CJK textbut it causes unexpected line breaking in other languages.


Details:


Tests:
See test case in jira. This now works properly in IE9.

Files:
M WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/philip-20111021-sGW.tar
19490 21.10.2011 14:47:06, by pbr
importing patch philip-20111021-sGW for review
1 2 3 4 5 6 7 8 9 10 Next