]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
16 years agoFixes #2087: added simple favicon support for themes.
Jouni Koivuviita [Mon, 6 Oct 2008 09:23:48 +0000 (09:23 +0000)]
Fixes #2087: added simple favicon support for themes.

svn changeset:5597/svn branch:trunk

16 years agoFavicon added for "example" theme.
Jouni Koivuviita [Mon, 6 Oct 2008 09:22:54 +0000 (09:22 +0000)]
Favicon added for "example" theme.

svn changeset:5596/svn branch:trunk

16 years agoFixes #2096: ISlider now pushes the value change event from scroll wheel to server...
Jouni Koivuviita [Mon, 6 Oct 2008 08:16:54 +0000 (08:16 +0000)]
Fixes #2096: ISlider now pushes the value change event from scroll wheel to server after 100 milliseconds. Refactored and cleaned up code at the same time.

svn changeset:5595/svn branch:trunk

16 years agoReduced color amount, file size decreased.
Jouni Koivuviita [Mon, 6 Oct 2008 07:45:31 +0000 (07:45 +0000)]
Reduced color amount, file size decreased.

svn changeset:5594/svn branch:trunk

16 years agoFix for #2131 (combobox bg image now 2000px wide).
Jouni Koivuviita [Mon, 6 Oct 2008 07:39:22 +0000 (07:39 +0000)]
Fix for #2131 (combobox bg image now 2000px wide).

svn changeset:5593/svn branch:trunk

16 years agoNew default theme for sub window. Shadow implementation much simplified, now we can...
Jouni Koivuviita [Fri, 3 Oct 2008 10:51:37 +0000 (10:51 +0000)]
New default theme for sub window. Shadow implementation much simplified, now we can have different kind of shadows in classes extending IToolkitOverlay.

IWindow now extends IToolkitOverlay.

svn changeset:5591/svn branch:trunk

16 years agoBeautified form example styles.
Jouni Koivuviita [Fri, 3 Oct 2008 08:25:38 +0000 (08:25 +0000)]
Beautified form example styles.

svn changeset:5590/svn branch:trunk

16 years agofixes #2133, context menu event from gwt 1.5 + some other gwt 1.5 dependent cleaning
Matti Tahvonen [Fri, 3 Oct 2008 07:59:54 +0000 (07:59 +0000)]
fixes #2133, context menu event from gwt 1.5 + some other gwt 1.5 dependent cleaning

svn changeset:5589/svn branch:trunk

16 years agoRewrote the calculator example in clearer way. Now it could be used as the first...
Joonas Lehtinen [Thu, 2 Oct 2008 16:46:34 +0000 (16:46 +0000)]
Rewrote the calculator example in clearer way. Now it could be used as the first example to introduce Toolkit programming model. (this is only suitable for 5.3.0 as it depends on Java 1.5)

svn changeset:5588/svn branch:trunk

16 years agoUpdate test and code to handle nested coordinatelayouts
Risto Yrjänä [Thu, 2 Oct 2008 12:31:24 +0000 (12:31 +0000)]
Update test and code to handle nested coordinatelayouts

svn changeset:5585/svn branch:trunk

16 years agoApplications started in-order, one-at-a-time, to avoid session-id problems. Fixes...
Marc Englund [Thu, 2 Oct 2008 11:52:42 +0000 (11:52 +0000)]
Applications started in-order, one-at-a-time, to avoid session-id problems. Fixes #2134.

svn changeset:5584/svn branch:trunk

16 years agofixes #2132, margin where reduced two times from the size given to children in some...
Matti Tahvonen [Thu, 2 Oct 2008 07:56:48 +0000 (07:56 +0000)]
fixes #2132, margin where reduced two times from the size given to children in some situations

svn changeset:5581/svn branch:trunk

16 years agorefactored Table sizing.
Matti Tahvonen [Thu, 2 Oct 2008 05:45:30 +0000 (05:45 +0000)]
refactored Table sizing.

svn changeset:5580/svn branch:trunk

16 years agoFixed ScrollTable relative height calculation
Artur Signell [Wed, 1 Oct 2008 12:32:42 +0000 (12:32 +0000)]
Fixed ScrollTable relative height calculation

svn changeset:5579/svn branch:trunk

16 years agoFixed debug console restartApplication problem
Artur Signell [Wed, 1 Oct 2008 12:31:43 +0000 (12:31 +0000)]
Fixed debug console restartApplication problem

svn changeset:5578/svn branch:trunk

16 years agoFix OrderedLayout problem with IE6
Artur Signell [Wed, 1 Oct 2008 12:15:17 +0000 (12:15 +0000)]
Fix OrderedLayout problem with IE6

svn changeset:5577/svn branch:trunk

16 years agoFixed IScrollTable size problem
Artur Signell [Wed, 1 Oct 2008 11:50:39 +0000 (11:50 +0000)]
Fixed IScrollTable size problem

svn changeset:5576/svn branch:trunk

16 years agoFixed window resize problem
Artur Signell [Wed, 1 Oct 2008 11:26:21 +0000 (11:26 +0000)]
Fixed window resize problem

svn changeset:5575/svn branch:trunk

16 years agoFixed splitPanel allocated space calculation
Artur Signell [Wed, 1 Oct 2008 11:19:06 +0000 (11:19 +0000)]
Fixed splitPanel allocated space calculation

svn changeset:5574/svn branch:trunk

16 years agoFixed TestBench layout problem
Artur Signell [Wed, 1 Oct 2008 08:43:23 +0000 (08:43 +0000)]
Fixed TestBench layout problem

svn changeset:5573/svn branch:trunk

16 years agoRemoved two invalid javadoc comments.
Marc Englund [Wed, 1 Oct 2008 08:08:12 +0000 (08:08 +0000)]
Removed two invalid javadoc comments.

svn changeset:5572/svn branch:trunk

16 years agoFix for #1939
Artur Signell [Wed, 1 Oct 2008 07:00:05 +0000 (07:00 +0000)]
Fix for #1939

svn changeset:5571/svn branch:trunk

16 years agoChanged the way relative component sizes are handled. Relative sizes are now converte...
Artur Signell [Wed, 1 Oct 2008 06:40:48 +0000 (06:40 +0000)]
Changed the way relative component sizes are handled. Relative sizes are now converted into pixel sizes in ApplictionConnection.
All containers MUST now implement Container which includes the getAllocatedSpace() method used by the relative size calculator.

This also fixes OrderedLayout bugs #2021, #2034, #2030, #2102
Also fixes #2127

svn changeset:5570/svn branch:trunk

16 years agoJavaDoc fix for #1968 (again). XHTML templates, not XSL. Also a bit more cleanup...
Marko Grönroos [Tue, 30 Sep 2008 14:33:12 +0000 (14:33 +0000)]
JavaDoc fix for #1968 (again). XHTML templates, not XSL. Also a bit more cleanup. Would need more work.

svn changeset:5569/svn branch:trunk

16 years agoReverted [5565] again. Had committed extra files.
Marko Grönroos [Tue, 30 Sep 2008 14:32:16 +0000 (14:32 +0000)]
Reverted [5565] again. Had committed extra files.

svn changeset:5568/svn branch:trunk

16 years agoReverted [5566]. Committed unwanted file when reverting [5565].
Marko Grönroos [Tue, 30 Sep 2008 14:18:21 +0000 (14:18 +0000)]
Reverted [5566]. Committed unwanted file when reverting [5565].

svn changeset:5567/svn branch:trunk

16 years agoReverted [5565]. Had committed extra files.
Marko Grönroos [Tue, 30 Sep 2008 14:16:11 +0000 (14:16 +0000)]
Reverted [5565]. Had committed extra files.

svn changeset:5566/svn branch:trunk

16 years agoJavaDoc fix for #1968. XHTML templates, not XSL. Also a bit more cleanup. Would need...
Marko Grönroos [Tue, 30 Sep 2008 14:14:54 +0000 (14:14 +0000)]
JavaDoc fix for #1968. XHTML templates, not XSL. Also a bit more cleanup. Would need more work.

svn changeset:5565/svn branch:trunk

16 years agofixed bug with ExpandLayout FF hack
Matti Tahvonen [Tue, 30 Sep 2008 13:50:36 +0000 (13:50 +0000)]
fixed bug with ExpandLayout FF hack

svn changeset:5564/svn branch:trunk

16 years agoBetter handling when user quickly enters invalid stuff & tabs out. Fixes #2120
Marc Englund [Tue, 30 Sep 2008 13:38:48 +0000 (13:38 +0000)]
Better handling when user quickly enters invalid stuff & tabs out. Fixes #2120

svn changeset:5563/svn branch:trunk

16 years agosmall enhancement to print stylesheet
Matti Tahvonen [Tue, 30 Sep 2008 13:17:00 +0000 (13:17 +0000)]
small enhancement to print stylesheet

svn changeset:5562/svn branch:trunk

16 years agosimple css print instructions, to bypass our overflow hacks during print process
Matti Tahvonen [Tue, 30 Sep 2008 13:10:48 +0000 (13:10 +0000)]
simple css print instructions, to bypass our overflow hacks during print process

svn changeset:5561/svn branch:trunk

16 years agofixes #2128, implemented Focusable for some client side selects
Matti Tahvonen [Tue, 30 Sep 2008 11:23:39 +0000 (11:23 +0000)]
fixes #2128, implemented Focusable for some client side selects

svn changeset:5560/svn branch:trunk

16 years agofixes #1394 together with [5558]
Matti Tahvonen [Tue, 30 Sep 2008 11:17:16 +0000 (11:17 +0000)]
fixes #1394 together with [5558]

svn changeset:5559/svn branch:trunk

16 years agosvn changeset:5558/svn branch:trunk
Matti Tahvonen [Tue, 30 Sep 2008 11:13:49 +0000 (11:13 +0000)]
svn changeset:5558/svn branch:trunk

16 years agoremoved obsolete javadocs
Matti Tahvonen [Tue, 30 Sep 2008 11:12:27 +0000 (11:12 +0000)]
removed obsolete javadocs

svn changeset:5557/svn branch:trunk

16 years agotest for focusing components
Matti Tahvonen [Tue, 30 Sep 2008 11:10:11 +0000 (11:10 +0000)]
test for focusing components

svn changeset:5556/svn branch:trunk

16 years agofixes #1235. setting subwindow subwindow readonly now disables client side closing
Matti Tahvonen [Tue, 30 Sep 2008 07:27:57 +0000 (07:27 +0000)]
fixes #1235. setting subwindow subwindow readonly now disables client side closing

svn changeset:5552/svn branch:trunk

16 years agotest case and fix for #2014 (toggling empty container in table)
Matti Tahvonen [Mon, 29 Sep 2008 14:01:34 +0000 (14:01 +0000)]
test case and fix for #2014 (toggling empty container in table)

svn changeset:5547/svn branch:trunk

16 years ago#2083 test case
Artur Signell [Mon, 29 Sep 2008 13:39:22 +0000 (13:39 +0000)]
#2083 test case

svn changeset:5544/svn branch:trunk

16 years agoCopied CoordinateLayout from incubator to trunk
Risto Yrjänä [Mon, 29 Sep 2008 10:47:58 +0000 (10:47 +0000)]
Copied CoordinateLayout from incubator to trunk

svn changeset:5542/svn branch:trunk

16 years ago#1973 fix now gwt 1.4 compatible
Matti Tahvonen [Mon, 29 Sep 2008 09:43:17 +0000 (09:43 +0000)]
#1973 fix now gwt 1.4 compatible

svn changeset:5540/svn branch:trunk

16 years agoremoved obsolete panel width/height variables from uidl (size is define in attributes...
Matti Tahvonen [Mon, 29 Sep 2008 09:36:52 +0000 (09:36 +0000)]
removed obsolete panel width/height variables from uidl (size is define in attributes also)

svn changeset:5539/svn branch:trunk

16 years agocleaned (removed) documentation in abstractcomponent, Sizeable methods documented...
Matti Tahvonen [Mon, 29 Sep 2008 09:30:56 +0000 (09:30 +0000)]
cleaned (removed) documentation in abstractcomponent, Sizeable methods documented in interface

svn changeset:5538/svn branch:trunk

16 years agousing size attributes instead of variables for reading size values. Gets cleaner...
Matti Tahvonen [Mon, 29 Sep 2008 09:17:27 +0000 (09:17 +0000)]
using size attributes instead of variables for reading size values. Gets cleaner values via attributes.

svn changeset:5537/svn branch:trunk

16 years agoadded CSS formatting for sizes, so we don't get decimals for pixel sizes
Matti Tahvonen [Mon, 29 Sep 2008 09:02:51 +0000 (09:02 +0000)]
added CSS formatting for sizes, so we don't get decimals for pixel sizes

svn changeset:5536/svn branch:trunk

16 years agoIScrollTable styles cell also when it contains a component (+better tc). Fixes #2125
Marc Englund [Mon, 29 Sep 2008 09:01:10 +0000 (09:01 +0000)]
IScrollTable styles cell also when it contains a component (+better tc). Fixes #2125

svn changeset:5535/svn branch:trunk

16 years agoTest case for #2125
Marc Englund [Mon, 29 Sep 2008 08:56:39 +0000 (08:56 +0000)]
Test case for #2125

svn changeset:5534/svn branch:trunk

16 years agofixes #2121 (Mac subwindow theme issue)
Matti Tahvonen [Mon, 29 Sep 2008 08:52:04 +0000 (08:52 +0000)]
fixes #2121 (Mac subwindow theme issue)

svn changeset:5533/svn branch:trunk

16 years agoColumnGenerator now kept in order; fixes #2124
Marc Englund [Mon, 29 Sep 2008 08:19:57 +0000 (08:19 +0000)]
ColumnGenerator now kept in order; fixes #2124

svn changeset:5532/svn branch:trunk

16 years agoupdated gwt-maps.jar
Matti Tahvonen [Mon, 29 Sep 2008 07:56:33 +0000 (07:56 +0000)]
updated gwt-maps.jar

svn changeset:5531/svn branch:trunk

16 years agoPrint a message to system out after default theme css has been combined
Joonas Lehtinen [Fri, 26 Sep 2008 14:22:51 +0000 (14:22 +0000)]
Print a message to system out after default theme css has been combined

svn changeset:5530/svn branch:trunk

16 years agoDeclared Application.getSystemMessages() API as final: JavaDoc changed.
Joonas Lehtinen [Fri, 26 Sep 2008 14:08:31 +0000 (14:08 +0000)]
Declared Application.getSystemMessages() API as final: JavaDoc changed.

svn changeset:5529/svn branch:trunk

16 years agoFixed #2106 : Reviewed, tested, merged (and a bit fixed) Maunos patch for automatic...
Joonas Lehtinen [Fri, 26 Sep 2008 14:04:26 +0000 (14:04 +0000)]
Fixed #2106 : Reviewed, tested, merged (and a bit fixed) Maunos patch for automatic expiration forward when the session ends.

svn changeset:5528/svn branch:trunk

16 years agoFixed #2090 and added test : width/height can be float
Joonas Lehtinen [Fri, 26 Sep 2008 12:55:43 +0000 (12:55 +0000)]
Fixed #2090 and added test : width/height can be float

svn changeset:5527/svn branch:trunk

16 years agoFixes #2051 (components fit table better)
Marc Englund [Fri, 26 Sep 2008 11:35:34 +0000 (11:35 +0000)]
Fixes #2051 (components fit table better)

svn changeset:5526/svn branch:trunk

16 years agoFixed #2119 : Select isn't updated correctly when value changed in the server. Also...
Joonas Lehtinen [Fri, 26 Sep 2008 09:45:46 +0000 (09:45 +0000)]
Fixed #2119 : Select isn't updated correctly when value changed in the server. Also added support for #2117 to the ticket test.

svn changeset:5524/svn branch:trunk

16 years agofixes #2091. Issues with gecko and orizontal expand layout.
Matti Tahvonen [Fri, 26 Sep 2008 09:37:16 +0000 (09:37 +0000)]
fixes #2091. Issues with gecko and orizontal expand layout.

svn changeset:5523/svn branch:trunk

16 years agoTestcase for #2119
Joonas Lehtinen [Fri, 26 Sep 2008 07:52:09 +0000 (07:52 +0000)]
Testcase for #2119

svn changeset:5521/svn branch:trunk

16 years agoFix and test for #2117: It should be possible to create new windows on fly to new...
Joonas Lehtinen [Fri, 26 Sep 2008 07:39:32 +0000 (07:39 +0000)]
Fix and test for #2117: It should be possible to create new windows on fly to new URL:s

svn changeset:5520/svn branch:trunk

16 years agotuning tabIndex behavior
Matti Tahvonen [Fri, 26 Sep 2008 06:45:05 +0000 (06:45 +0000)]
tuning tabIndex behavior

svn changeset:5519/svn branch:trunk

16 years agoSelect first visible tab if selected tab hidden. Fixes #2098 (testcase improved)
Marc Englund [Thu, 25 Sep 2008 13:05:22 +0000 (13:05 +0000)]
Select first visible tab if selected tab hidden. Fixes #2098 (testcase improved)

svn changeset:5518/svn branch:trunk

16 years agofixes regressions by #2077 / [5488]
Matti Tahvonen [Thu, 25 Sep 2008 12:41:37 +0000 (12:41 +0000)]
fixes regressions by #2077 / [5488]

svn changeset:5517/svn branch:trunk

16 years agoMore rows in table for better testcase
Marc Englund [Thu, 25 Sep 2008 12:31:04 +0000 (12:31 +0000)]
More rows in table for better testcase

svn changeset:5516/svn branch:trunk

16 years agoOne more thing for #677
Marc Englund [Thu, 25 Sep 2008 12:27:07 +0000 (12:27 +0000)]
One more thing for #677

svn changeset:5515/svn branch:trunk

16 years agosetEnabled(false) disables visible sub-components; Fixes #677 (together with [5513])
Marc Englund [Thu, 25 Sep 2008 12:24:48 +0000 (12:24 +0000)]
setEnabled(false) disables visible sub-components; Fixes #677 (together with [5513])

svn changeset:5514/svn branch:trunk

16 years agosetEnable(false) also disables descendants, for #677 - Table still not fixed.
Marc Englund [Thu, 25 Sep 2008 11:38:18 +0000 (11:38 +0000)]
setEnable(false) also disables descendants, for #677 - Table still not fixed.

svn changeset:5513/svn branch:trunk

16 years agoEven better testcase
Marc Englund [Thu, 25 Sep 2008 10:26:54 +0000 (10:26 +0000)]
Even better testcase

svn changeset:5512/svn branch:trunk

16 years agoImproved testcase; instructions, includes special cases Panel, Form and Table
Marc Englund [Thu, 25 Sep 2008 07:58:59 +0000 (07:58 +0000)]
Improved testcase; instructions, includes special cases Panel, Form and Table

svn changeset:5511/svn branch:trunk

16 years agofixes #1973, also makes uidl with table more efficient. Table should now comfort...
Matti Tahvonen [Thu, 25 Sep 2008 06:18:25 +0000 (06:18 +0000)]
fixes #1973, also makes uidl with table more efficient. Table should now comfort with subtree caching and no hacky requestRepaints are needed for child components. May cause regressions.

svn changeset:5510/svn branch:trunk

16 years agoadded test case
Matti Tahvonen [Thu, 25 Sep 2008 06:10:39 +0000 (06:10 +0000)]
added test case

svn changeset:5509/svn branch:trunk

16 years agoSee #2108 . Bringing back multiapp.html which works and is beneficial example for...
Jani Laakso [Thu, 25 Sep 2008 05:46:25 +0000 (05:46 +0000)]
See #2108 . Bringing back multiapp.html which works and is beneficial example for Toolkit developers.

svn changeset:5508/svn branch:trunk

16 years agoFixes #2100 : Prevent window from being added to multiple places
Joonas Lehtinen [Wed, 24 Sep 2008 15:10:40 +0000 (15:10 +0000)]
Fixes #2100 : Prevent window from being added to multiple places

svn changeset:5507/svn branch:trunk

16 years agoFixing a documentation bug #1670
Joonas Lehtinen [Wed, 24 Sep 2008 14:54:37 +0000 (14:54 +0000)]
Fixing a documentation bug #1670

svn changeset:5506/svn branch:trunk

16 years agoFixes #2114 : PopupView: Shadow does not scale together with the animation
Joonas Lehtinen [Wed, 24 Sep 2008 14:44:44 +0000 (14:44 +0000)]
Fixes #2114 : PopupView: Shadow does not scale together with the animation

svn changeset:5505/svn branch:trunk

16 years agoFixes #2113 : PopupView should indicate clickability with hand-cursor
Joonas Lehtinen [Wed, 24 Sep 2008 12:02:24 +0000 (12:02 +0000)]
Fixes #2113 : PopupView should indicate clickability with hand-cursor

svn changeset:5503/svn branch:trunk

16 years agoReviewed #1397 and did the following changes/corrections:
Joonas Lehtinen [Wed, 24 Sep 2008 11:52:22 +0000 (11:52 +0000)]
Reviewed #1397 and did the following changes/corrections:

- paintContent() does not trigged creation of new editors anymore (if not needed)
- existing editors are used, if assigned to component
- popupVisibility is changed to be variable (not attribute)
- removed setAnimation(). Now allways animates

svn changeset:5501/svn branch:trunk

16 years agocss update for accordion
Matti Tahvonen [Wed, 24 Sep 2008 11:42:11 +0000 (11:42 +0000)]
css update for accordion

svn changeset:5500/svn branch:trunk

16 years agocleaned test case
Matti Tahvonen [Wed, 24 Sep 2008 11:40:00 +0000 (11:40 +0000)]
cleaned test case

svn changeset:5499/svn branch:trunk

16 years agomajor accordion changes. fixes #2103 and some other accordion issues.
Matti Tahvonen [Wed, 24 Sep 2008 11:39:24 +0000 (11:39 +0000)]
major accordion changes. fixes #2103 and some other accordion issues.

svn changeset:5498/svn branch:trunk

16 years agoFixed a illogical comment in event passing mechanism
Joonas Lehtinen [Wed, 24 Sep 2008 08:50:57 +0000 (08:50 +0000)]
Fixed a illogical comment in event passing mechanism

svn changeset:5496/svn branch:trunk

16 years agoFixed #2067 : Added exception-handler to BufferedComponents demo.
Joonas Lehtinen [Wed, 24 Sep 2008 08:48:21 +0000 (08:48 +0000)]
Fixed #2067 : Added exception-handler to BufferedComponents demo.

svn changeset:5495/svn branch:trunk

16 years agoJavadoc update for AbstractComponent errorHandler
Joonas Lehtinen [Wed, 24 Sep 2008 08:17:51 +0000 (08:17 +0000)]
Javadoc update for AbstractComponent errorHandler

svn changeset:5494/svn branch:trunk

16 years agoFixes #2089 : Warning: Ignoring variable change for non-existent component, VAR_PID...
Joonas Lehtinen [Wed, 24 Sep 2008 08:06:17 +0000 (08:06 +0000)]
Fixes #2089 : Warning: Ignoring variable change for non-existent component, VAR_PID=PID0

svn changeset:5493/svn branch:trunk

16 years agoFixed #2108 : Removed broken test-files: embeddingiframe.html, embeddingexample.html...
Joonas Lehtinen [Wed, 24 Sep 2008 06:56:01 +0000 (06:56 +0000)]
Fixed #2108 : Removed broken test-files: embeddingiframe.html, embeddingexample.html and multiapp.html

svn changeset:5491/svn branch:trunk

16 years agoFix and testcase for #2107 : Field on client may not allways repaint when status...
Joonas Lehtinen [Tue, 23 Sep 2008 15:59:38 +0000 (15:59 +0000)]
Fix and testcase for #2107 : Field on client may not allways repaint when status changes from invalid to valid.

svn changeset:5490/svn branch:trunk

16 years agoTest-case for #2038
Joonas Lehtinen [Tue, 23 Sep 2008 15:16:18 +0000 (15:16 +0000)]
Test-case for #2038

svn changeset:5489/svn branch:trunk

16 years agoFixes #2077: Button-click may be losed if button moves while clicking
Joonas Lehtinen [Tue, 23 Sep 2008 14:54:23 +0000 (14:54 +0000)]
Fixes #2077: Button-click may be losed if button moves while clicking

svn changeset:5488/svn branch:trunk

16 years ago"clickEvent" immediateness logic change, fixes #2104 (Table did not exhibit same...
Marc Englund [Tue, 23 Sep 2008 12:17:40 +0000 (12:17 +0000)]
"clickEvent" immediateness logic change, fixes #2104 (Table did not exhibit same problem; added comments to avoid problem in the future)

svn changeset:5487/svn branch:trunk

16 years agoFixes #2011, exception in IE7 when rendering shadow.
Jouni Koivuviita [Tue, 23 Sep 2008 12:15:43 +0000 (12:15 +0000)]
Fixes #2011, exception in IE7 when rendering shadow.

svn changeset:5486/svn branch:trunk

16 years agoUpdated to include table - seems to work.
Marc Englund [Tue, 23 Sep 2008 09:29:12 +0000 (09:29 +0000)]
Updated to include table - seems to work.

svn changeset:5485/svn branch:trunk

16 years agoAdded requestRepaint() to two setters. Fixes #2105
Marc Englund [Tue, 23 Sep 2008 09:21:55 +0000 (09:21 +0000)]
Added requestRepaint() to two setters. Fixes #2105

svn changeset:5484/svn branch:trunk

16 years agoTC for #2104 and #2105
Marc Englund [Tue, 23 Sep 2008 09:20:03 +0000 (09:20 +0000)]
TC for #2104 and #2105

svn changeset:5483/svn branch:trunk

16 years agoadded test case
Matti Tahvonen [Tue, 23 Sep 2008 07:58:01 +0000 (07:58 +0000)]
added test case

svn changeset:5482/svn branch:trunk

16 years agofixes #1589, default value for Content-Disposition http header
Matti Tahvonen [Tue, 23 Sep 2008 07:28:41 +0000 (07:28 +0000)]
fixes #1589, default value for Content-Disposition http header

svn changeset:5481/svn branch:trunk

16 years agoadded test case
Matti Tahvonen [Tue, 23 Sep 2008 07:16:40 +0000 (07:16 +0000)]
added test case

svn changeset:5480/svn branch:trunk

16 years agofixes #2097 (session expired message and modal window incompatibility)
Matti Tahvonen [Tue, 23 Sep 2008 05:40:37 +0000 (05:40 +0000)]
fixes #2097 (session expired message and modal window incompatibility)

svn changeset:5479/svn branch:trunk

16 years agoFixes #1966 in IE6/IE7
Artur Signell [Mon, 22 Sep 2008 10:28:28 +0000 (10:28 +0000)]
Fixes #1966 in IE6/IE7

svn changeset:5478/svn branch:trunk

16 years agoadded FIXME note
Matti Tahvonen [Mon, 22 Sep 2008 09:59:54 +0000 (09:59 +0000)]
added FIXME note

svn changeset:5477/svn branch:trunk

16 years agofixes #2095
Matti Tahvonen [Mon, 22 Sep 2008 09:42:28 +0000 (09:42 +0000)]
fixes #2095

svn changeset:5475/svn branch:trunk