]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
12 years agoTweak spacings to better utilize horizontal space
Leif Åstrand [Tue, 3 Apr 2012 08:23:44 +0000 (11:23 +0300)]
Tweak spacings to better utilize horizontal space

12 years agoLess verbose debug output
Leif Åstrand [Tue, 3 Apr 2012 08:23:04 +0000 (11:23 +0300)]
Less verbose debug output

12 years agoUse StateChangeHandler to detect child sizing change
Leif Åstrand [Mon, 2 Apr 2012 11:46:07 +0000 (14:46 +0300)]
Use StateChangeHandler to detect child sizing change

12 years agoMake default Root state reflect reality (#8460)
Leif Åstrand [Mon, 2 Apr 2012 11:42:03 +0000 (14:42 +0300)]
Make default Root state reflect reality (#8460)

12 years agoImport the proper HandlerRegistration (#8420)
Leif Åstrand [Mon, 2 Apr 2012 11:28:29 +0000 (14:28 +0300)]
Import the proper HandlerRegistration (#8420)

12 years agoFixed test (spliter click coordinates)
Artur Signell [Fri, 30 Mar 2012 16:53:47 +0000 (19:53 +0300)]
Fixed test (spliter click coordinates)

12 years agoConverted CustomComponent to use only connector hierarchy change event
Artur Signell [Fri, 30 Mar 2012 16:51:04 +0000 (19:51 +0300)]
Converted CustomComponent to use only connector hierarchy change event

12 years agoReplaced "defer" status with "cached" to be more Vaadin 6 compatible
Artur Signell [Fri, 30 Mar 2012 16:37:33 +0000 (19:37 +0300)]
Replaced "defer" status with "cached" to be more Vaadin 6 compatible

12 years agoFixed test as Embedded now return mouse coordinates for splitter click
Artur Signell [Fri, 30 Mar 2012 16:24:00 +0000 (19:24 +0300)]
Fixed test as Embedded now return mouse coordinates for splitter click

12 years agoAdded missing license
Artur Signell [Fri, 30 Mar 2012 16:23:23 +0000 (19:23 +0300)]
Added missing license

12 years agoMerge remote-tracking branch 'origin/6.8'
Artur Signell [Fri, 30 Mar 2012 15:39:21 +0000 (18:39 +0300)]
Merge remote-tracking branch 'origin/6.8'

Conflicts:
tests/test.xml

12 years agoMoved isConnectorEnabled() to ClientConnector and improved javadoc.
Artur Signell [Fri, 30 Mar 2012 15:10:56 +0000 (18:10 +0300)]
Moved isConnectorEnabled() to ClientConnector and improved javadoc.

ServerConnector is always enabled.

12 years agoLess logging + always search for serializable types the same way
Artur Signell [Fri, 30 Mar 2012 14:51:39 +0000 (17:51 +0300)]
Less logging + always search for serializable types the same way

12 years agoRemoved unused code
Artur Signell [Fri, 30 Mar 2012 14:50:09 +0000 (17:50 +0300)]
Removed unused code

12 years ago[merge from 6.7] #8580 test case
Automerge [Fri, 30 Mar 2012 13:24:34 +0000 (13:24 +0000)]
[merge from 6.7] #8580 test case

svn changeset:23372/svn branch:6.8

12 years ago[merge from 6.7] #8580 Added a comment
Automerge [Fri, 30 Mar 2012 13:24:26 +0000 (13:24 +0000)]
[merge from 6.7] #8580 Added a comment

svn changeset:23371/svn branch:6.8

12 years agoChanged Event to be inside Handler instead of vice versa.
Artur Signell [Fri, 30 Mar 2012 11:26:17 +0000 (14:26 +0300)]
Changed Event to be inside Handler instead of vice versa.

Hopefully this makes javac happier.

12 years ago[merge from 6.7] Fixed #8580: After a UIDL request, hasActiveRequest was set to false...
Automerge [Thu, 29 Mar 2012 17:06:16 +0000 (17:06 +0000)]
[merge from 6.7] Fixed #8580: After a UIDL request, hasActiveRequest was set to false after a new request was already underway. This used to work when active requests were tracked with an integer counter, but not after the #8505 changes. Also added relevant sanity checks to startRequest() and endRequest().

svn changeset:23359/svn branch:6.8

12 years agoRemoved unnecessary connector id from widget
Artur Signell [Thu, 29 Mar 2012 15:33:05 +0000 (18:33 +0300)]
Removed unnecessary connector id from widget

12 years agoAdded missing RPC registration on server side
Artur Signell [Thu, 29 Mar 2012 15:28:56 +0000 (18:28 +0300)]
Added missing RPC registration on server side

12 years agoUpdated split panel to send split position using RPC
Artur Signell [Thu, 29 Mar 2012 15:24:07 +0000 (18:24 +0300)]
Updated split panel to send split position using RPC

12 years agoRefactored ClickEventHandler and LayoutClickEventHandler to use RPC
Artur Signell [Thu, 29 Mar 2012 15:22:46 +0000 (18:22 +0300)]
Refactored ClickEventHandler and LayoutClickEventHandler to use RPC

12 years agoInclude methods from parent RPC interfaces aswell to make RPC interface
Artur Signell [Thu, 29 Mar 2012 14:41:32 +0000 (17:41 +0300)]
Include methods from parent RPC interfaces aswell to make RPC interface
inheritance work

12 years ago[merge from 6.7] Integration test with Firefox 11
Automerge [Thu, 29 Mar 2012 13:06:02 +0000 (13:06 +0000)]
[merge from 6.7] Integration test with Firefox 11

svn changeset:23355/svn branch:6.8

12 years ago[merge from 6.7] Test with Chrome 18
Automerge [Thu, 29 Mar 2012 13:05:57 +0000 (13:05 +0000)]
[merge from 6.7] Test with Chrome 18

svn changeset:23354/svn branch:6.8

12 years agoMoved update logic from updateFromUIDL to state change listener
Artur Signell [Thu, 29 Mar 2012 13:02:56 +0000 (16:02 +0300)]
Moved update logic from updateFromUIDL to state change listener

12 years ago#8420 StateChangeHandler that is called for all state changes
Artur Signell [Thu, 29 Mar 2012 12:59:56 +0000 (15:59 +0300)]
#8420 StateChangeHandler that is called for all state changes

12 years agoReplaced paintContent with shared state
Artur Signell [Thu, 29 Mar 2012 12:07:28 +0000 (15:07 +0300)]
Replaced paintContent with shared state

12 years agoJavadoc
Artur Signell [Thu, 29 Mar 2012 11:51:04 +0000 (14:51 +0300)]
Javadoc

12 years ago[merge from 6.7] Test with Firefox 11
Automerge [Thu, 29 Mar 2012 09:05:58 +0000 (09:05 +0000)]
[merge from 6.7] Test with Firefox 11

svn changeset:23342/svn branch:6.8

12 years agogetCanonicalName() caused classloading problems when encoding json, changed to getName().
Marc Englund [Wed, 28 Mar 2012 14:01:53 +0000 (17:01 +0300)]
getCanonicalName() caused classloading problems when encoding json, changed to getName().

12 years agoDo not run updateFromUidl for deferred uidl
Artur Signell [Tue, 27 Mar 2012 15:09:38 +0000 (18:09 +0300)]
Do not run updateFromUidl for deferred uidl

12 years agoMerge remote-tracking branch 'origin/6.8'
Artur Signell [Tue, 27 Mar 2012 14:48:25 +0000 (17:48 +0300)]
Merge remote-tracking branch 'origin/6.8'

12 years agoRemoved unnecessary deprecated getConnectorId methods.
Artur Signell [Tue, 27 Mar 2012 14:47:57 +0000 (17:47 +0300)]
Removed unnecessary deprecated getConnectorId methods.
Renamed Paintable -> Connector.

12 years agoCorrectly track open windows and check modality.
Artur Signell [Tue, 27 Mar 2012 14:21:24 +0000 (17:21 +0300)]
Correctly track open windows and check modality.

Now checks the topmost modal window instead of randomly checking
some of the windows for modality (PopupPanel consumes events causing
some preview handlers not to be called). Now also correctly tracks open
windows so that closed windows will not be included in the windowOrder
array

12 years agoFixed NPE that occured when RPC target had been removed (#8501)
Artur Signell [Tue, 27 Mar 2012 13:47:46 +0000 (16:47 +0300)]
Fixed NPE that occured when RPC target had been removed (#8501)

12 years agoDo not decide window order in VWindow constructor as the widgets are
Artur Signell [Tue, 27 Mar 2012 09:19:40 +0000 (12:19 +0300)]
Do not decide window order in VWindow constructor as the widgets are
constructed in random order

12 years agoMark ApplicationStartEvent as serializable (#8542)
Leif Åstrand [Tue, 27 Mar 2012 13:55:28 +0000 (16:55 +0300)]
Mark ApplicationStartEvent as serializable (#8542)

12 years ago[merge from 6.7] Test for #8526
Automerge [Tue, 27 Mar 2012 13:15:23 +0000 (13:15 +0000)]
[merge from 6.7] Test for #8526

svn changeset:23331/svn branch:6.8

12 years agoServer side unit test for #8542
Leif Åstrand [Tue, 27 Mar 2012 09:53:03 +0000 (12:53 +0300)]
Server side unit test for #8542

12 years ago[merge from 6.7] #8559/#8560 Additional fixes based on review
Automerge [Tue, 27 Mar 2012 09:15:02 +0000 (09:15 +0000)]
[merge from 6.7] #8559/#8560 Additional fixes based on review

svn changeset:23328/svn branch:6.8

12 years agoEnable loading Root subclasses with a custom class loader (#8542)
Leif Åstrand [Tue, 27 Mar 2012 07:21:45 +0000 (10:21 +0300)]
Enable loading Root subclasses with a custom class loader (#8542)

12 years agoUpdate PopupView to work with LayoutManager (#8313)
Leif Åstrand [Tue, 27 Mar 2012 07:14:50 +0000 (10:14 +0300)]
Update PopupView to work with LayoutManager (#8313)

12 years agoMake label width undefined so at least one child has defined width
Leif Åstrand [Mon, 26 Mar 2012 13:37:36 +0000 (16:37 +0300)]
Make label width undefined so at least one child has defined width

12 years agoMerge remote-tracking branch 'origin/6.8'
Artur Signell [Tue, 27 Mar 2012 07:36:26 +0000 (10:36 +0300)]
Merge remote-tracking branch 'origin/6.8'

Conflicts:
src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java

Moved Table context menu tracking to VScrollTable as there is no "open"
listener for a context menu. Previous merge was broken.

12 years agoMerge remote-tracking branch 'origin/6.8'
Artur Signell [Mon, 26 Mar 2012 13:56:18 +0000 (16:56 +0300)]
Merge remote-tracking branch 'origin/6.8'

Conflicts:
src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java

12 years ago[merge from 6.7] #8526 Added comments
Automerge [Mon, 26 Mar 2012 13:21:55 +0000 (13:21 +0000)]
[merge from 6.7] #8526 Added comments

svn changeset:23323/svn branch:6.8

12 years ago[merge from 6.7] #8328 Pass the new, not the old, value to FreeFormStatementDelegate...
Automerge [Mon, 26 Mar 2012 13:21:50 +0000 (13:21 +0000)]
[merge from 6.7] #8328 Pass the new, not the old, value to FreeFormStatementDelegate on itemChangeNotification

svn changeset:23322/svn branch:6.8

12 years ago#5100 Updated test to use log instead of Label for logging
Artur Signell [Mon, 26 Mar 2012 12:01:31 +0000 (12:01 +0000)]
#5100 Updated test to use log instead of Label for logging

svn changeset:23315/svn branch:6.8

12 years ago#8478 Added clip constant to BaseTheme
Artur Signell [Mon, 26 Mar 2012 08:53:45 +0000 (11:53 +0300)]
#8478 Added clip constant to BaseTheme

12 years agoCorrected vertical layout locator string
Artur Signell [Mon, 26 Mar 2012 06:47:33 +0000 (09:47 +0300)]
Corrected vertical layout locator string

12 years agoPaintable -> Connector
Artur Signell [Sun, 25 Mar 2012 15:42:39 +0000 (18:42 +0300)]
Paintable -> Connector

12 years agoRemoved unused class
Artur Signell [Sun, 25 Mar 2012 15:39:29 +0000 (18:39 +0300)]
Removed unused class

12 years agoFixed NPE occuring when Table is quickly added and removed
Artur Signell [Sun, 25 Mar 2012 15:37:37 +0000 (18:37 +0300)]
Fixed NPE occuring when Table is quickly added and removed

12 years agoCorrected VerticalLayout locator strings
Artur Signell [Sun, 25 Mar 2012 14:52:21 +0000 (17:52 +0300)]
Corrected VerticalLayout locator strings

12 years agoRemoved accidentally merged file
Artur Signell [Sun, 25 Mar 2012 14:49:59 +0000 (17:49 +0300)]
Removed accidentally merged file

12 years agoCorrected invalid locator
Artur Signell [Sun, 25 Mar 2012 14:49:17 +0000 (17:49 +0300)]
Corrected invalid locator

12 years ago#8455 Updated test to reflect that root is available in init
Artur Signell [Sun, 25 Mar 2012 14:44:36 +0000 (17:44 +0300)]
#8455 Updated test to reflect that root is available in init

12 years agoCorrected vertical layout locator
Artur Signell [Sun, 25 Mar 2012 14:35:29 +0000 (17:35 +0300)]
Corrected vertical layout locator

12 years agoCorrected close button locators
Artur Signell [Sun, 25 Mar 2012 13:14:44 +0000 (16:14 +0300)]
Corrected close button locators

12 years ago[merge from 6.7] #8526 If a Table row has an open context menu, reopen it after a...
Automerge [Fri, 23 Mar 2012 18:05:47 +0000 (18:05 +0000)]
[merge from 6.7] #8526 If a Table row has an open context menu, reopen it after a row update if the same row (equal key) is repainted

svn changeset:23309/svn branch:6.8

12 years agoMerge remote-tracking branch 'origin/6.8'
Artur Signell [Fri, 23 Mar 2012 14:31:40 +0000 (16:31 +0200)]
Merge remote-tracking branch 'origin/6.8'

12 years agoFixed invalid locator string
Artur Signell [Fri, 23 Mar 2012 12:09:21 +0000 (14:09 +0200)]
Fixed invalid locator string

12 years agoFixed invalid locator string
Artur Signell [Fri, 23 Mar 2012 12:04:55 +0000 (14:04 +0200)]
Fixed invalid locator string

12 years agoAdded support for layout click events
Artur Signell [Fri, 23 Mar 2012 12:04:47 +0000 (14:04 +0200)]
Added support for layout click events

12 years agoFixed invalid locator string
Artur Signell [Fri, 23 Mar 2012 11:44:21 +0000 (13:44 +0200)]
Fixed invalid locator string

12 years agoFixed invalid locator string
Artur Signell [Fri, 23 Mar 2012 11:43:35 +0000 (13:43 +0200)]
Fixed invalid locator string

12 years agoFixed wrong locator string (invisible Table is no longer a child)
Artur Signell [Fri, 23 Mar 2012 09:35:36 +0000 (11:35 +0200)]
Fixed wrong locator string (invisible Table is no longer a child)

12 years ago[merge from 6.7] Added comments so it is possible to follow what is happening in...
Automerge [Fri, 23 Mar 2012 14:06:21 +0000 (14:06 +0000)]
[merge from 6.7] Added comments so it is possible to follow what is happening in the test

svn changeset:23306/svn branch:6.8

12 years agoUse overflow: hidden to remove scrollbars in IE8 (#8313)
Leif Åstrand [Fri, 23 Mar 2012 12:34:43 +0000 (14:34 +0200)]
Use overflow: hidden to remove scrollbars in IE8 (#8313)

12 years agoAnother attempt with the icon styles for IE8 (#8313)
Leif Åstrand [Fri, 23 Mar 2012 12:20:33 +0000 (14:20 +0200)]
Another attempt with the icon styles for IE8 (#8313)

12 years ago[merge from 6.7] #8563 Corrected invalid "this" reference
Automerge [Fri, 23 Mar 2012 11:45:20 +0000 (11:45 +0000)]
[merge from 6.7] #8563 Corrected invalid "this" reference

svn changeset:23302/svn branch:6.8

12 years ago[merge from 6.7] Updated locator to be compatible with both Vaadin 6 and 7
Automerge [Fri, 23 Mar 2012 10:01:13 +0000 (10:01 +0000)]
[merge from 6.7] Updated locator to be compatible with both Vaadin 6 and 7

svn changeset:23300/svn branch:6.8

12 years ago[merge from 6.7] Backported test changes from Vaadin 7
Automerge [Fri, 23 Mar 2012 10:01:07 +0000 (10:01 +0000)]
[merge from 6.7] Backported test changes from Vaadin 7

svn changeset:23299/svn branch:6.8

12 years agoMerge remote-tracking branch 'origin/6.8'
Artur Signell [Fri, 23 Mar 2012 09:30:09 +0000 (11:30 +0200)]
Merge remote-tracking branch 'origin/6.8'

12 years agoFixed DOM locators (layout DOM changes)
Artur Signell [Fri, 23 Mar 2012 09:28:24 +0000 (11:28 +0200)]
Fixed DOM locators (layout DOM changes)

12 years agoStore widget -> LayoutSlot mapping in a map instead of LayoutData
Artur Signell [Fri, 23 Mar 2012 09:23:37 +0000 (11:23 +0200)]
Store widget -> LayoutSlot mapping in a map instead of LayoutData

This enables retrieval of the slot also after the widget has been
removed from the layout

12 years agoDescription getter should return what has been set and not convert it
Artur Signell [Fri, 23 Mar 2012 08:28:35 +0000 (10:28 +0200)]
Description getter should return what has been set and not convert it

12 years agoForce more reflows in IE8 to detect icon style (#8313)
Leif Åstrand [Fri, 23 Mar 2012 08:35:11 +0000 (10:35 +0200)]
Force more reflows in IE8 to detect icon style (#8313)

12 years ago[merge from 6.7] #8559 Vaadin 7 -> Vaadin 6 style locators
Automerge [Fri, 23 Mar 2012 08:12:56 +0000 (08:12 +0000)]
[merge from 6.7] #8559 Vaadin 7 -> Vaadin 6 style locators

svn changeset:23295/svn branch:6.8

12 years ago[merge from 6.7] #8559 Updated asserts as test has changed
Automerge [Fri, 23 Mar 2012 08:12:50 +0000 (08:12 +0000)]
[merge from 6.7] #8559 Updated asserts as test has changed

svn changeset:23294/svn branch:6.8

12 years agoCode missing from Embedded alternative text merge
Artur Signell [Fri, 23 Mar 2012 08:08:45 +0000 (10:08 +0200)]
Code missing from Embedded alternative text merge

12 years agoRemoved file that accidentally was included in 06bbbce73348bded241c0fb856c6bacb39793e...
Artur Signell [Fri, 23 Mar 2012 07:54:50 +0000 (09:54 +0200)]
Removed file that accidentally was included in 06bbbce73348bded241c0fb856c6bacb39793e89 merge

12 years agoMerge remote-tracking branch 'origin/6.8'
Artur Signell [Fri, 23 Mar 2012 07:52:33 +0000 (09:52 +0200)]
Merge remote-tracking branch 'origin/6.8'

Conflicts:
src/com/vaadin/terminal/gwt/client/ui/VEmbedded.java
tests/testbench/com/vaadin/tests/components/embedded/EmbeddedPdf.java

12 years agoMerge commit '8da6b1a0c3293c7de05ebc3d451a2f2e272a13b8' from origin/6.8
Artur Signell [Fri, 23 Mar 2012 07:47:23 +0000 (09:47 +0200)]
Merge commit '8da6b1a0c3293c7de05ebc3d451a2f2e272a13b8' from origin/6.8

Conflicts:
src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java

12 years agoMerge commit 'ebdb5242b5f1a695aa4aea969ff7b64d8282b51f'
Artur Signell [Fri, 23 Mar 2012 07:44:29 +0000 (09:44 +0200)]
Merge commit 'ebdb5242b5f1a695aa4aea969ff7b64d8282b51f'

12 years agoMerge commit '0681a2f396e69cd60238d0e77a2d857af5865252'
Artur Signell [Fri, 23 Mar 2012 07:38:31 +0000 (09:38 +0200)]
Merge commit '0681a2f396e69cd60238d0e77a2d857af5865252'

Conflicts:
src/com/vaadin/terminal/gwt/client/ApplicationConnection.java

12 years agoMerge commit '3201228f110968ef54ca15822285c808f03512e2'
Artur Signell [Fri, 23 Mar 2012 07:17:37 +0000 (09:17 +0200)]
Merge commit '3201228f110968ef54ca15822285c808f03512e2'

12 years agoMerge commit '06bbbce73348bded241c0fb856c6bacb39793e89'
Artur Signell [Fri, 23 Mar 2012 07:01:11 +0000 (09:01 +0200)]
Merge commit '06bbbce73348bded241c0fb856c6bacb39793e89'

Did not merge any changes as debug id is handled differently in Vaadin 7

Conflicts:
src/com/vaadin/terminal/gwt/client/ApplicationConnection.java
src/com/vaadin/terminal/gwt/client/ComponentLocator.java
src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java

12 years agoMerge commit 'd075d778b41a299d9b47d4b78ebf9e639d0f732a'
Artur Signell [Fri, 23 Mar 2012 06:54:03 +0000 (08:54 +0200)]
Merge commit 'd075d778b41a299d9b47d4b78ebf9e639d0f732a'

Conflicts:
src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java

12 years agoMerge commit 'da31250280ded2b984382f15055a3e029b11a8a0'
Artur Signell [Fri, 23 Mar 2012 06:48:03 +0000 (08:48 +0200)]
Merge commit 'da31250280ded2b984382f15055a3e029b11a8a0'

Conflicts:
src/com/vaadin/terminal/gwt/client/ApplicationConnection.java

12 years agoMerge commit '116c52efea09b2baface38d644cbde4f76fec6b2'
Artur Signell [Fri, 23 Mar 2012 06:33:21 +0000 (08:33 +0200)]
Merge commit '116c52efea09b2baface38d644cbde4f76fec6b2'

12 years agoRemoved IE6/IE7 related code from merged change
Artur Signell [Fri, 23 Mar 2012 06:31:25 +0000 (08:31 +0200)]
Removed IE6/IE7 related code from merged change

12 years agoMerge commit '0b46687ab0cedb3523321854b52d988dae18452a' from origin/6.8
Artur Signell [Fri, 23 Mar 2012 06:29:38 +0000 (08:29 +0200)]
Merge commit '0b46687ab0cedb3523321854b52d988dae18452a' from origin/6.8

12 years ago[merge from 6.7] Fixed NPE:s in keyboard navigation in MenuBar (#8559/#8560)
Automerge [Thu, 22 Mar 2012 18:50:10 +0000 (18:50 +0000)]
[merge from 6.7] Fixed NPE:s in keyboard navigation in MenuBar (#8559/#8560)

svn changeset:23289/svn branch:6.8

12 years ago[merge from 6.7] Code cleanup (#8559/#8560)
Automerge [Thu, 22 Mar 2012 18:50:04 +0000 (18:50 +0000)]
[merge from 6.7] Code cleanup (#8559/#8560)

svn changeset:23288/svn branch:6.8

12 years agoFixed Serialization issues and cleaned up RPC invocation handler code
Artur Signell [Thu, 22 Mar 2012 12:11:13 +0000 (14:11 +0200)]
Fixed Serialization issues and cleaned up RPC invocation handler code

12 years agoAdded missing license information
Artur Signell [Thu, 22 Mar 2012 11:58:55 +0000 (13:58 +0200)]
Added missing license information

12 years agoKeyMapper now uses HashMap instead of Hashtable internally - fixed test
Artur Signell [Thu, 22 Mar 2012 11:57:59 +0000 (13:57 +0200)]
KeyMapper now uses HashMap instead of Hashtable internally - fixed test

12 years agoDon't use negative sizes for IE8's sake (#8313)
Leif Åstrand [Thu, 22 Mar 2012 14:58:57 +0000 (16:58 +0200)]
Don't use negative sizes for IE8's sake (#8313)