]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
15 years agoRemoved IE6 mention from CssLayout example. Miraculously, the margin: 0 auto; centeri...
Jouni Koivuviita [Thu, 3 Sep 2009 12:11:10 +0000 (12:11 +0000)]
Removed IE6 mention from CssLayout example. Miraculously, the margin: 0 auto; centering seems to work even in IE6.

svn changeset:8654/svn branch:6.1

15 years agoFixed some typos in Sampler features and edited the CssLayout example styles, now...
Jouni Koivuviita [Thu, 3 Sep 2009 12:04:31 +0000 (12:04 +0000)]
Fixed some typos in Sampler features and edited the CssLayout example styles, now more "Vaadiness" included.

svn changeset:8653/svn branch:6.1

15 years agoFixes #3028: CheckBox captions wrap in IE
Jouni Koivuviita [Thu, 3 Sep 2009 12:01:31 +0000 (12:01 +0000)]
Fixes #3028: CheckBox captions wrap in IE

svn changeset:8652/svn branch:6.1

15 years agofixes #3266, spacer td can now be a bit themed in TabSheet (this is done in reindeer...
Matti Tahvonen [Thu, 3 Sep 2009 11:36:57 +0000 (11:36 +0000)]
fixes #3266, spacer td can now be a bit themed in TabSheet (this is done in reindeer theme)

svn changeset:8651/svn branch:6.1

15 years agoMinor IE theme fix for Sampler.
Jouni Koivuviita [Thu, 3 Sep 2009 11:16:20 +0000 (11:16 +0000)]
Minor IE theme fix for Sampler.

svn changeset:8650/svn branch:6.1

15 years agoFixes #3233: Write migration guide for Button theme
Jouni Koivuviita [Thu, 3 Sep 2009 11:01:44 +0000 (11:01 +0000)]
Fixes #3233: Write migration guide for Button theme

svn changeset:8648/svn branch:6.1

15 years ago#3265 Fix immediate redirection when system notifications are disabled
Henri Sara [Thu, 3 Sep 2009 09:41:28 +0000 (09:41 +0000)]
#3265 Fix immediate redirection when system notifications are disabled

svn changeset:8646/svn branch:6.1

15 years agobetter margin support (via server side api) for csslayout + some cleaning
Matti Tahvonen [Thu, 3 Sep 2009 07:53:21 +0000 (07:53 +0000)]
better margin support (via server side api) for csslayout + some cleaning

svn changeset:8644/svn branch:6.1

15 years agoTest case for #3263
Artur Signell [Thu, 3 Sep 2009 06:02:33 +0000 (06:02 +0000)]
Test case for #3263

svn changeset:8643/svn branch:6.1

15 years agofixes #3264, accordion still missing possible relative size handling
Matti Tahvonen [Wed, 2 Sep 2009 12:47:44 +0000 (12:47 +0000)]
fixes #3264, accordion still missing possible relative size handling

svn changeset:8638/svn branch:6.1

15 years agofixes #3264, enabled automatic scrollbars in Vaadin
Matti Tahvonen [Wed, 2 Sep 2009 12:41:14 +0000 (12:41 +0000)]
fixes #3264, enabled automatic scrollbars in Vaadin

svn changeset:8637/svn branch:6.1

15 years agoremoved obsolete log message
Matti Tahvonen [Wed, 2 Sep 2009 06:56:23 +0000 (06:56 +0000)]
removed obsolete log message

svn changeset:8630/svn branch:6.1

15 years agofixes #3145
Matti Tahvonen [Wed, 2 Sep 2009 04:20:04 +0000 (04:20 +0000)]
fixes #3145

svn changeset:8629/svn branch:6.1

15 years agoMoved testcase to appropriate package
Artur Signell [Tue, 1 Sep 2009 14:24:49 +0000 (14:24 +0000)]
Moved testcase to appropriate package

svn changeset:8623/svn branch:6.1

15 years agoReverted GWT 1.7.0 incompatible changes
Artur Signell [Tue, 1 Sep 2009 14:16:59 +0000 (14:16 +0000)]
Reverted GWT 1.7.0 incompatible changes

svn changeset:8622/svn branch:6.1

15 years ago#3012 Remove some more deprecated GWT API use (VRichTextArea formatters)
Henri Sara [Tue, 1 Sep 2009 13:43:46 +0000 (13:43 +0000)]
#3012 Remove some more deprecated GWT API use (VRichTextArea formatters)

svn changeset:8621/svn branch:6.1

15 years agoReverted sampler widgetset build parameter to OBF
Artur Signell [Tue, 1 Sep 2009 13:40:34 +0000 (13:40 +0000)]
Reverted sampler widgetset build parameter to OBF

svn changeset:8620/svn branch:6.1

15 years ago#3012 Remove some more deprecated GWT listener use (change handlers, popup close...
Henri Sara [Tue, 1 Sep 2009 13:33:26 +0000 (13:33 +0000)]
#3012 Remove some more deprecated GWT listener use (change handlers, popup close handlers, ...)

svn changeset:8619/svn branch:6.1

15 years agoRelease notes for Vaadin 6.1.0-pre1.
Marko Grönroos [Tue, 1 Sep 2009 12:13:45 +0000 (12:13 +0000)]
Release notes for Vaadin 6.1.0-pre1.

svn changeset:8618/svn branch:6.1

15 years agoenhancement to app runner (ability to specify default packages for quicker access...
Matti Tahvonen [Tue, 1 Sep 2009 12:10:02 +0000 (12:10 +0000)]
enhancement to app runner (ability to specify default packages for quicker access to tests)

svn changeset:8617/svn branch:6.1

15 years agoadded simple layout performance test
Matti Tahvonen [Tue, 1 Sep 2009 11:58:47 +0000 (11:58 +0000)]
added simple layout performance test

svn changeset:8616/svn branch:6.1

15 years agoFix for #3257 - Button in a table is too wide in IE7
Artur Signell [Tue, 1 Sep 2009 11:52:05 +0000 (11:52 +0000)]
Fix for #3257 - Button in a table is too wide in IE7

svn changeset:8615/svn branch:6.1

15 years agoAppengine fixes; This version uses GAE sessions, but attempts to keep synchronization...
Marc Englund [Tue, 1 Sep 2009 11:51:58 +0000 (11:51 +0000)]
Appengine fixes; This version uses GAE sessions, but attempts to keep synchronization using memcache. For #2835

svn changeset:8614/svn branch:6.1

15 years agoTest case for #3145
Artur Signell [Tue, 1 Sep 2009 11:02:36 +0000 (11:02 +0000)]
Test case for #3145

svn changeset:8612/svn branch:6.1

15 years agoTest case for #3257
Artur Signell [Tue, 1 Sep 2009 10:57:16 +0000 (10:57 +0000)]
Test case for #3257

svn changeset:8610/svn branch:6.1

15 years agorenamed a helper classname
Matti Tahvonen [Tue, 1 Sep 2009 10:50:01 +0000 (10:50 +0000)]
renamed a helper classname

svn changeset:8609/svn branch:6.1

15 years agoRelocated CSS for the CssLayoutExample to the theme.
Matti Tahvonen [Tue, 1 Sep 2009 10:43:10 +0000 (10:43 +0000)]
Relocated CSS for the CssLayoutExample to the theme.

svn changeset:8608/svn branch:6.1

15 years agoicon for csslayouts example
Matti Tahvonen [Tue, 1 Sep 2009 10:23:39 +0000 (10:23 +0000)]
icon for csslayouts example

svn changeset:8607/svn branch:6.1

15 years agoTest case for #3246
Artur Signell [Tue, 1 Sep 2009 10:12:34 +0000 (10:12 +0000)]
Test case for #3246

svn changeset:8606/svn branch:6.1

15 years agoFixed #3177 - PropertyFormatter NPE
Artur Signell [Tue, 1 Sep 2009 08:25:54 +0000 (08:25 +0000)]
Fixed #3177 - PropertyFormatter NPE

svn changeset:8604/svn branch:6.1

15 years agofixes #3143, initial expand algorithm now works equally to the resize algorithm if...
Matti Tahvonen [Tue, 1 Sep 2009 08:11:04 +0000 (08:11 +0000)]
fixes #3143, initial expand algorithm now works equally to the resize algorithm if only expanded and fixed columns

svn changeset:8603/svn branch:6.1

15 years agocleaning code style
Matti Tahvonen [Tue, 1 Sep 2009 07:57:05 +0000 (07:57 +0000)]
cleaning code style

svn changeset:8602/svn branch:6.1

15 years agoPerformance improvement for #2998 - Table rendering in Firefox is very slow when...
Artur Signell [Tue, 1 Sep 2009 07:14:44 +0000 (07:14 +0000)]
Performance improvement for #2998 - Table rendering in Firefox is very slow when the table contains components

Fixed GWT 1.7.0 incompatibilities

svn changeset:8601/svn branch:6.1

15 years agoPerformance improvement for #2998 - Table rendering in Firefox is very slow when...
Artur Signell [Tue, 1 Sep 2009 07:05:43 +0000 (07:05 +0000)]
Performance improvement for #2998 - Table rendering in Firefox is very slow when the table contains components

svn changeset:8600/svn branch:6.1

15 years agofixes #3251. Added subpixel precision to body height calculation when horizontal...
Matti Tahvonen [Tue, 1 Sep 2009 06:16:40 +0000 (06:16 +0000)]
fixes #3251. Added subpixel precision to body height calculation when horizontal scrolling is disabled (really matter only in this case)

svn changeset:8599/svn branch:6.1

15 years agofixes #3244, null check for non existing variable
Matti Tahvonen [Mon, 31 Aug 2009 11:06:53 +0000 (11:06 +0000)]
fixes #3244, null check for non existing variable

svn changeset:8597/svn branch:6.1

15 years agoFix for #3249 - Added null check
Artur Signell [Mon, 31 Aug 2009 09:57:11 +0000 (09:57 +0000)]
Fix for #3249 - Added null check

svn changeset:8596/svn branch:6.1

15 years agoAdditional fix for #3247: VPopupView contains hard coded text "Loading..."
Jouni Koivuviita [Mon, 31 Aug 2009 09:30:25 +0000 (09:30 +0000)]
Additional fix for #3247: VPopupView contains hard coded text "Loading..."
-CSS files, forgot to commit

svn changeset:8595/svn branch:6.1

15 years agoFixes #3215: Popup shadow doesn't resize with panel
Jouni Koivuviita [Mon, 31 Aug 2009 09:25:47 +0000 (09:25 +0000)]
Fixes #3215: Popup shadow doesn't resize with panel

Fixes #3247: VPopupView contains hard coded text "Loading..."
-loading text replaced with a spinning loading icon (in CSS).

svn changeset:8594/svn branch:6.1

15 years agoFixes #3065: Inactive accordion tab keeps width
Jouni Koivuviita [Mon, 31 Aug 2009 09:10:20 +0000 (09:10 +0000)]
Fixes #3065: Inactive accordion tab keeps width

svn changeset:8593/svn branch:6.1

15 years agoSmall optimization to Reindeer notification CSS.
Jouni Koivuviita [Mon, 31 Aug 2009 08:56:00 +0000 (08:56 +0000)]
Small optimization to Reindeer notification CSS.

svn changeset:8592/svn branch:6.1

15 years agoUpdated notification styles for Reindeer. Fixes #3186: Add a close icon for Notificat...
Jouni Koivuviita [Mon, 31 Aug 2009 08:54:13 +0000 (08:54 +0000)]
Updated notification styles for Reindeer. Fixes #3186: Add a close icon for Notification.ERROR (Reindeer)

svn changeset:8591/svn branch:6.1

15 years agoChanged one more button in Sampler to NativeButton.
Jouni Koivuviita [Mon, 31 Aug 2009 08:40:21 +0000 (08:40 +0000)]
Changed one more button in Sampler to NativeButton.

svn changeset:8590/svn branch:6.1

15 years ago#3012 Remove some deprecated GWT listener use (focus and loading related)
Henri Sara [Mon, 31 Aug 2009 05:51:12 +0000 (05:51 +0000)]
#3012 Remove some deprecated GWT listener use (focus and loading related)

svn changeset:8588/svn branch:6.1

15 years agoFixed typos
Artur Signell [Fri, 28 Aug 2009 14:12:31 +0000 (14:12 +0000)]
Fixed typos

svn changeset:8584/svn branch:6.1

15 years agoFixed typos
Artur Signell [Fri, 28 Aug 2009 14:11:52 +0000 (14:11 +0000)]
Fixed typos

svn changeset:8583/svn branch:6.1

15 years agoWindow-close XHR moved to onbeforeunload, AbstractApplicationServlet and Communicatio...
Marc Englund [Fri, 28 Aug 2009 14:04:38 +0000 (14:04 +0000)]
Window-close XHR moved to onbeforeunload, AbstractApplicationServlet and CommunicationManager uses same logic to figure out Window name; fixes #3241

svn changeset:8581/svn branch:6.1

15 years ago#3012 Remove deprecated GWT listener use, first steps (many simple click and keyboard...
Henri Sara [Fri, 28 Aug 2009 13:52:14 +0000 (13:52 +0000)]
#3012 Remove deprecated GWT listener use, first steps (many simple click and keyboard listeners)

svn changeset:8580/svn branch:6.1

15 years agoinitial version of CssLayout (aka FlowLayout from FastLayouts) + sampler example
Matti Tahvonen [Fri, 28 Aug 2009 13:38:54 +0000 (13:38 +0000)]
initial version of CssLayout (aka FlowLayout from FastLayouts) + sampler example

svn changeset:8579/svn branch:6.1

15 years agoFix for #3167 - IllegalStateExcepton when session expires
Artur Signell [Fri, 28 Aug 2009 13:33:12 +0000 (13:33 +0000)]
Fix for #3167 - IllegalStateExcepton when session expires

svn changeset:8578/svn branch:6.1

15 years agoTest case for #3143
Artur Signell [Fri, 28 Aug 2009 13:07:34 +0000 (13:07 +0000)]
Test case for #3143

svn changeset:8576/svn branch:6.1

15 years agoRemoved duplicate test
Artur Signell [Fri, 28 Aug 2009 09:36:53 +0000 (09:36 +0000)]
Removed duplicate test

svn changeset:8572/svn branch:6.1

15 years agoUpdated testcase for Sampler change of Button -> NativeButton
Artur Signell [Fri, 28 Aug 2009 09:19:33 +0000 (09:19 +0000)]
Updated testcase for Sampler change of Button -> NativeButton

svn changeset:8571/svn branch:6.1

15 years agoFixes Button onClick event handling to support TestBench.
Jouni Koivuviita [Fri, 28 Aug 2009 09:02:59 +0000 (09:02 +0000)]
Fixes Button onClick event handling to support TestBench.

Minor fixes to link-style Button base styles.

svn changeset:8570/svn branch:6.1

15 years ago#3091 iterate table with getIdByIndex if container is indexed
Henri Sara [Fri, 28 Aug 2009 08:19:22 +0000 (08:19 +0000)]
#3091 iterate table with getIdByIndex if container is indexed

svn changeset:8569/svn branch:6.1

15 years agofixes #3169, thanks to Downlord
Matti Tahvonen [Fri, 28 Aug 2009 06:18:18 +0000 (06:18 +0000)]
fixes #3169, thanks to Downlord

svn changeset:8568/svn branch:6.1

15 years agoFixes #3232: Implement new default look for Runo theme button
Jouni Koivuviita [Thu, 27 Aug 2009 13:39:02 +0000 (13:39 +0000)]
Fixes #3232: Implement new default look for Runo theme button

svn changeset:8562/svn branch:6.1

15 years agoFixes #3231: VUpload depends on VNativeButton internal implementation
Jouni Koivuviita [Thu, 27 Aug 2009 12:56:52 +0000 (12:56 +0000)]
Fixes #3231: VUpload depends on VNativeButton internal implementation

Changed the button from GWT Button to Vaadin VButton.

svn changeset:8561/svn branch:6.1

15 years agoThe Button Component Strikes Back
Jouni Koivuviita [Thu, 27 Aug 2009 12:26:49 +0000 (12:26 +0000)]
The Button Component Strikes Back

Fixes many theme issues with Button (mostly Reindeer theme), including #3110, #3193, #3194, #3180 and 3079.

Default button is now rendered on the client side with a DIV. Disabled buttons can now have descriptions, which fixes #2085.

Added a "new" component, NativeButton, which uses native BUTTON element rendering on the client side.

Theme compilation script now understands simple @import statements, which help keep things more organized in theme development.

svn changeset:8558/svn branch:6.1

15 years agofixes #3229
Matti Tahvonen [Thu, 27 Aug 2009 08:55:30 +0000 (08:55 +0000)]
fixes #3229

svn changeset:8556/svn branch:6.1

15 years agoadded null checks (without OOPHM dies with new UIDL implementation)
Matti Tahvonen [Thu, 27 Aug 2009 06:20:36 +0000 (06:20 +0000)]
added null checks (without OOPHM dies with new UIDL implementation)

svn changeset:8555/svn branch:6.1

15 years agoupdated get/setFormat javadoc
Joonas Lehtinen [Wed, 26 Aug 2009 14:52:33 +0000 (14:52 +0000)]
updated get/setFormat javadoc

svn changeset:8553/svn branch:6.1

15 years agoupdated getWindow() javadoc
Joonas Lehtinen [Wed, 26 Aug 2009 14:50:39 +0000 (14:50 +0000)]
updated getWindow() javadoc

svn changeset:8552/svn branch:6.1

15 years agoremoved obsolete millstone/toolkit 4 era method
Matti Tahvonen [Wed, 26 Aug 2009 12:58:21 +0000 (12:58 +0000)]
removed obsolete millstone/toolkit 4 era method

svn changeset:8549/svn branch:6.1

15 years agoMultiple scrolltable improvements
Matti Tahvonen [Wed, 26 Aug 2009 09:27:10 +0000 (09:27 +0000)]
Multiple scrolltable improvements
 - fixes #3209
 - moved to GWT event handler (instead of deprecated listener)
 - fixed regressions since variable pagelength implementation
 - fixed some other small issues

svn changeset:8547/svn branch:6.1

15 years agofixes a regression since UIDL refactoring (non-hosted mode only)
Matti Tahvonen [Tue, 25 Aug 2009 08:44:13 +0000 (08:44 +0000)]
fixes a regression since UIDL refactoring (non-hosted mode only)

svn changeset:8544/svn branch:6.1

15 years agofixed redirect on session expiration (regression from UIDL rewrite)
Matti Tahvonen [Mon, 24 Aug 2009 14:07:59 +0000 (14:07 +0000)]
fixed redirect on session expiration (regression from UIDL rewrite)

svn changeset:8541/svn branch:6.1

15 years agofixed regression since UIDL rewrite
Matti Tahvonen [Mon, 24 Aug 2009 07:41:06 +0000 (07:41 +0000)]
fixed regression since UIDL rewrite

svn changeset:8529/svn branch:6.1

15 years agoTestingtools -> Testbench renames
Artur Signell [Mon, 24 Aug 2009 05:30:02 +0000 (05:30 +0000)]
Testingtools -> Testbench renames

svn changeset:8528/svn branch:6.1

15 years agoMoved testcase to correct package
Artur Signell [Fri, 21 Aug 2009 13:45:30 +0000 (13:45 +0000)]
Moved testcase to correct package

svn changeset:8524/svn branch:6.1

15 years agoFix for #3096 - Analyze layouts does not check sub windows
Artur Signell [Fri, 21 Aug 2009 13:26:50 +0000 (13:26 +0000)]
Fix for #3096 - Analyze layouts does not check sub windows

svn changeset:8523/svn branch:6.1

15 years agoFix for #3187 - ComboBox shows all the choices again after selecting
Artur Signell [Fri, 21 Aug 2009 12:12:21 +0000 (12:12 +0000)]
Fix for #3187 - ComboBox shows all the choices again after selecting

svn changeset:8522/svn branch:6.1

15 years ago#3222 - Add functionality for embedded Vaadin application to resize parent frame
Artur Signell [Fri, 21 Aug 2009 11:47:17 +0000 (11:47 +0000)]
#3222 - Add functionality for embedded Vaadin application to resize parent frame

svn changeset:8521/svn branch:6.1

15 years agoFixed regression from [8516] "function eval must be called directly, and not by the...
Artur Signell [Fri, 21 Aug 2009 11:18:36 +0000 (11:18 +0000)]
Fixed regression from [8516] "function eval must be called directly, and not by the way of a function of another name"

svn changeset:8520/svn branch:6.1

15 years agofixes #3195
Matti Tahvonen [Fri, 21 Aug 2009 07:35:53 +0000 (07:35 +0000)]
fixes #3195

svn changeset:8519/svn branch:6.1

15 years agoAdded missing maven ant task jar and updated maven snapshot version to 6.1
Artur Signell [Fri, 21 Aug 2009 07:08:45 +0000 (07:08 +0000)]
Added missing maven ant task jar and updated maven snapshot version to 6.1

svn changeset:8518/svn branch:6.1

15 years agomerged [8512] to 6.1
Matti Tahvonen [Fri, 21 Aug 2009 06:37:12 +0000 (06:37 +0000)]
merged [8512] to 6.1

svn changeset:8517/svn branch:6.1

15 years agoLarge pile of various optimizations and small bug fixes. Changeset has a great regres...
Matti Tahvonen [Thu, 20 Aug 2009 16:24:20 +0000 (16:24 +0000)]
Large pile of various optimizations and small bug fixes. Changeset has a great regression risk, blame me on new odd bugs.

 * default alignments/expandratios now not transported over uidl
 * added new map type to painttarget
 * rewrote UIDL with overlay type
 * ditched gwt JSON implementation instead of own "overlay type" altogether
 * using arraylist instead of vector in all places on client side
 * optimized a bit LocaleService
 * rewrote uidl browsers in debug window (now does not stall IE that easily with large changesets)

svn changeset:8516/svn branch:6.1

15 years agoTest case for #3195
Artur Signell [Thu, 20 Aug 2009 06:33:15 +0000 (06:33 +0000)]
Test case for #3195

svn changeset:8514/svn branch:6.1

15 years agoTest case for #3195
Artur Signell [Thu, 20 Aug 2009 06:31:31 +0000 (06:31 +0000)]
Test case for #3195

svn changeset:8513/svn branch:6.1

15 years agooptimized margin and spacing measuring for ordered layouts. In FF profiled time for...
Matti Tahvonen [Tue, 18 Aug 2009 06:51:36 +0000 (06:51 +0000)]
optimized margin and spacing measuring for ordered layouts. In FF profiled time for this funtion with 200 layouts test case dropped from + 4000ms to 230ms

svn changeset:8500/svn branch:6.1

15 years agoMaven publish target for nightly builds
Artur Signell [Tue, 18 Aug 2009 05:27:00 +0000 (05:27 +0000)]
Maven publish target for nightly builds

svn changeset:8499/svn branch:6.1

15 years agoremoved a bad java doc comment to an unsupported feature
Matti Tahvonen [Mon, 17 Aug 2009 11:53:43 +0000 (11:53 +0000)]
removed a bad java doc comment to an unsupported feature

svn changeset:8497/svn branch:6.1

15 years agosend the initial fragment to server on initial uidl request
Matti Tahvonen [Mon, 17 Aug 2009 11:51:32 +0000 (11:51 +0000)]
send the initial fragment to server on initial uidl request

svn changeset:8496/svn branch:6.1

15 years agoMaven publish target for nightly builds
Artur Signell [Mon, 17 Aug 2009 10:57:53 +0000 (10:57 +0000)]
Maven publish target for nightly builds

svn changeset:8495/svn branch:6.1

15 years agoMaven publish target for nightly builds
Artur Signell [Fri, 14 Aug 2009 13:29:09 +0000 (13:29 +0000)]
Maven publish target for nightly builds

svn changeset:8489/svn branch:6.1

15 years agoMaven publish target for nightly builds
Artur Signell [Fri, 14 Aug 2009 13:26:04 +0000 (13:26 +0000)]
Maven publish target for nightly builds

svn changeset:8488/svn branch:6.1

15 years agofixes #3206
Matti Tahvonen [Fri, 14 Aug 2009 12:28:09 +0000 (12:28 +0000)]
fixes #3206

svn changeset:8486/svn branch:6.1

15 years agotest case for #3206
Matti Tahvonen [Fri, 14 Aug 2009 11:59:29 +0000 (11:59 +0000)]
test case for #3206

svn changeset:8485/svn branch:6.1

15 years agotest case for #3183
Matti Tahvonen [Fri, 14 Aug 2009 11:39:50 +0000 (11:39 +0000)]
test case for #3183

svn changeset:8484/svn branch:6.1

15 years ago#1862 initial Maven POM file for publishing Vaadin releases and snapshots
Henri Sara [Fri, 14 Aug 2009 10:28:59 +0000 (10:28 +0000)]
#1862 initial Maven POM file for publishing Vaadin releases and snapshots

svn changeset:8483/svn branch:6.1

15 years ago#3191
Matti Tahvonen [Fri, 14 Aug 2009 09:02:21 +0000 (09:02 +0000)]
#3191

svn changeset:8482/svn branch:6.1

15 years agorenamed method to better describe its purpose
Matti Tahvonen [Fri, 14 Aug 2009 07:20:43 +0000 (07:20 +0000)]
renamed method to better describe its purpose

svn changeset:8481/svn branch:6.1

15 years agoMultiple changes for gwt terminals server side:
Matti Tahvonen [Thu, 13 Aug 2009 15:57:15 +0000 (15:57 +0000)]
Multiple changes for gwt terminals server side:
 * fixes #3181
 * improvement for #3054 (not a full fix)
 * removed mostly broken equals & hashCode methods from Web and Portlet contexts
 * refactoring

svn changeset:8480/svn branch:6.1

15 years agoLots of servlet and portlet related fixes and enhancements. Most notable changes
Matti Tahvonen [Thu, 13 Aug 2009 11:15:49 +0000 (11:15 +0000)]
Lots of servlet and portlet related fixes and enhancements. Most notable changes
 * fixes #3191 (writeAjaxPage not protected and split into submethods)
 * fixes issues with #3113
 * cleaned code (variable renaming, method signature changes)

svn changeset:8478/svn branch:6.1

15 years agoTest case and fix for #3199
Artur Signell [Tue, 11 Aug 2009 14:55:52 +0000 (14:55 +0000)]
Test case and fix for #3199

svn changeset:8463/svn branch:6.1

15 years agoTest case and fix for #3199
Artur Signell [Tue, 11 Aug 2009 14:55:31 +0000 (14:55 +0000)]
Test case and fix for #3199

svn changeset:8462/svn branch:6.1

15 years agodropping support for gecko 1.7 (non oophm hosted mode under linux)
Matti Tahvonen [Tue, 11 Aug 2009 10:05:20 +0000 (10:05 +0000)]
dropping support for gecko 1.7 (non oophm hosted mode under linux)

svn changeset:8461/svn branch:6.1

15 years agoUpdated default version to 6.1.development and GWT-VERSION to 1.7.0
Artur Signell [Tue, 11 Aug 2009 08:03:08 +0000 (08:03 +0000)]
Updated default version to 6.1.development and GWT-VERSION to 1.7.0

svn changeset:8460/svn branch:6.1

15 years agomerged [8456] and [8455] to 6.1
Matti Tahvonen [Tue, 11 Aug 2009 07:05:48 +0000 (07:05 +0000)]
merged [8456] and [8455] to 6.1

svn changeset:8457/svn branch:6.1