]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
12 years agoDisable TreeTable partial updates until it is fixed
Artur Signell [Thu, 5 Apr 2012 12:58:12 +0000 (15:58 +0300)]
Disable TreeTable partial updates until it is fixed

Currently TreeTable changes its child components during paint, which is
too late for AbstractCommunicationManager to take into account

12 years agoFixed import
Artur Signell [Thu, 5 Apr 2012 08:47:00 +0000 (11:47 +0300)]
Fixed import

12 years agoMore detailed tracing of slow operation in ApplicationConnection.
Henri Sara [Thu, 5 Apr 2012 08:28:17 +0000 (11:28 +0300)]
More detailed tracing of slow operation in ApplicationConnection.

12 years agoRenamed template so it is not run as a TestBench script
Artur Signell [Thu, 5 Apr 2012 08:13:11 +0000 (11:13 +0300)]
Renamed template so it is not run as a TestBench script

12 years agoRemoved unneeded code (TextField uses border box sizing)
Artur Signell [Thu, 5 Apr 2012 08:12:13 +0000 (11:12 +0300)]
Removed unneeded code (TextField uses border box sizing)

Also as % are not converted to px anymore the code is not run for
relative sizes, which in the comment is said to be the reason for the
method.

12 years agoActually use and update shared state variables on server side
Artur Signell [Thu, 5 Apr 2012 07:54:45 +0000 (10:54 +0300)]
Actually use and update shared state variables on server side

12 years agoFixed GridLayout caption rendering
Artur Signell [Thu, 5 Apr 2012 07:40:23 +0000 (10:40 +0300)]
Fixed GridLayout caption rendering

Components that do not delegate caption handling to parent should not
get a caption

12 years agoMoved Collapsible and HierarchicalContainerOrderedWrapper to data
Henri Sara [Thu, 5 Apr 2012 06:34:00 +0000 (09:34 +0300)]
Moved Collapsible and HierarchicalContainerOrderedWrapper to data
packages (related to #8440) - should not be specific to TreeTable.

Otherwise, having a package and a class by the same name causes problems
when trying to compile a widgetset on systems that do not treat file
names as case sensitive.

12 years agoFixed spacing that was only partly moved to shared state
Artur Signell [Thu, 5 Apr 2012 06:08:17 +0000 (09:08 +0300)]
Fixed spacing that was only partly moved to shared state

12 years agoRefer to Connector instead of ClientConnector
Artur Signell [Wed, 4 Apr 2012 21:45:20 +0000 (00:45 +0300)]
Refer to Connector instead of ClientConnector

ClientConnector is correct but is not available for the GWT compiler,
causing errors

12 years agoMoved Form child component references to state
Artur Signell [Wed, 4 Apr 2012 21:43:10 +0000 (00:43 +0300)]
Moved Form child component references to state

12 years agoRemoved unnecessary calls to unregisterPaintable
Artur Signell [Wed, 4 Apr 2012 21:30:17 +0000 (00:30 +0300)]
Removed unnecessary calls to unregisterPaintable

12 years agoFixed GridLayout caption problem + small step towards away from UIDL
Artur Signell [Wed, 4 Apr 2012 21:02:18 +0000 (00:02 +0300)]
Fixed GridLayout caption problem + small step towards away from UIDL

12 years agoPaintable -> Connector
Artur Signell [Wed, 4 Apr 2012 20:38:21 +0000 (23:38 +0300)]
Paintable -> Connector

12 years agoIncreased logging to be able to see where time is spent
Artur Signell [Wed, 4 Apr 2012 20:37:48 +0000 (23:37 +0300)]
Increased logging to be able to see where time is spent

12 years agoTests for CustomLayout
Artur Signell [Wed, 4 Apr 2012 20:37:18 +0000 (23:37 +0300)]
Tests for CustomLayout

12 years agoAbort widgetset compilation if there are errors
Artur Signell [Wed, 4 Apr 2012 20:01:05 +0000 (23:01 +0300)]
Abort widgetset compilation if there are errors

12 years agoUpdated CustomLayout to use shared state and new events
Artur Signell [Wed, 4 Apr 2012 19:56:51 +0000 (22:56 +0300)]
Updated CustomLayout to use shared state and new events

12 years ago#8602 Added support for Map<Connector,?>
Artur Signell [Wed, 4 Apr 2012 15:04:52 +0000 (18:04 +0300)]
#8602 Added support for Map<Connector,?>

12 years agoFixed merge problem from ef53ac075f83a865cbc6e736132821d8b1714aab
Artur Signell [Wed, 4 Apr 2012 13:29:17 +0000 (16:29 +0300)]
Fixed merge problem from ef53ac075f83a865cbc6e736132821d8b1714aab

12 years agoInclude ApplicationRunnerServlet in test.war
Artur Signell [Wed, 4 Apr 2012 13:15:01 +0000 (16:15 +0300)]
Include ApplicationRunnerServlet in test.war

12 years agoAdded missing license
Artur Signell [Tue, 3 Apr 2012 20:55:52 +0000 (23:55 +0300)]
Added missing license

12 years agoFile moed -> 644
Artur Signell [Tue, 3 Apr 2012 20:19:49 +0000 (23:19 +0300)]
File moed -> 644

12 years agoFixed FormLayoutConnector to use state and hierarchy listeners
Artur Signell [Tue, 3 Apr 2012 20:19:01 +0000 (23:19 +0300)]
Fixed FormLayoutConnector to use state and hierarchy listeners

Added AbstractOrderedLayoutState for spacing info

12 years agoMoved ApplicationRunnerServlet to test folder and improved find method
Artur Signell [Tue, 3 Apr 2012 20:14:02 +0000 (23:14 +0300)]
Moved ApplicationRunnerServlet to test folder and improved find method

12 years agoMoved margins to AbstractLayoutState
Artur Signell [Tue, 3 Apr 2012 15:54:21 +0000 (18:54 +0300)]
Moved margins to AbstractLayoutState

12 years agoUpdated CssLayout to use new state and hierarchy change events
Artur Signell [Tue, 3 Apr 2012 15:34:02 +0000 (18:34 +0300)]
Updated CssLayout to use new state and hierarchy change events

12 years agoAvoid adding empty id attributes to all connector widgets
Artur Signell [Tue, 3 Apr 2012 14:52:24 +0000 (17:52 +0300)]
Avoid adding empty id attributes to all connector widgets

12 years agoFixed typo
Artur Signell [Tue, 3 Apr 2012 10:49:07 +0000 (13:49 +0300)]
Fixed typo

12 years agoCRLF -> LF
Artur Signell [Tue, 3 Apr 2012 10:37:41 +0000 (13:37 +0300)]
CRLF -> LF

12 years agoAdded missing licence info
Artur Signell [Tue, 3 Apr 2012 10:36:40 +0000 (13:36 +0300)]
Added missing licence info

12 years agoServerConnector is no longer a Paintable, components using updateFromUidl are
Artur Signell [Tue, 3 Apr 2012 09:00:59 +0000 (12:00 +0300)]
ServerConnector is no longer a Paintable, components using updateFromUidl are

12 years agoRemoved unnecessary updateFromUidl calls from containers
Artur Signell [Tue, 3 Apr 2012 08:20:11 +0000 (11:20 +0300)]
Removed unnecessary updateFromUidl calls from containers

12 years agoUpdated AbsoluteLayout to use hierarchy and state change events
Artur Signell [Tue, 3 Apr 2012 07:46:59 +0000 (10:46 +0300)]
Updated AbsoluteLayout to use hierarchy and state change events

12 years agoAvoid warning for RootConnector not having a parent
Artur Signell [Tue, 3 Apr 2012 07:03:54 +0000 (10:03 +0300)]
Avoid warning for RootConnector not having a parent

12 years agoUnregister event for ServerConnector
Artur Signell [Tue, 3 Apr 2012 07:00:10 +0000 (10:00 +0300)]
Unregister event for ServerConnector

12 years agoChanged ConnectorHierarchyChangeEvent to use the same mechanisms as StatechangeEvent
Artur Signell [Mon, 2 Apr 2012 22:15:51 +0000 (01:15 +0300)]
Changed ConnectorHierarchyChangeEvent to use the same mechanisms as StatechangeEvent

12 years agoSub window can no longer 'open' other windows
Artur Signell [Mon, 2 Apr 2012 21:58:58 +0000 (00:58 +0300)]
Sub window can no longer 'open' other windows

12 years agoMoved basic Window state attributes to WindowState
Artur Signell [Mon, 2 Apr 2012 21:56:52 +0000 (00:56 +0300)]
Moved basic Window state attributes to WindowState

12 years agoCreated GridLayoutState with basic GridLayout state
Artur Signell [Mon, 2 Apr 2012 21:47:15 +0000 (00:47 +0300)]
Created GridLayoutState with basic GridLayout state

12 years agoRemoved unused createState() from client side
Artur Signell [Mon, 2 Apr 2012 21:39:22 +0000 (00:39 +0300)]
Removed unused createState() from client side

12 years agoAutomatically create state on server side based on getState return type
Artur Signell [Mon, 2 Apr 2012 21:29:44 +0000 (00:29 +0300)]
Automatically create state on server side based on getState return type

12 years agoGenerator to ease initialization of client to server rpc proxies
Artur Signell [Mon, 2 Apr 2012 21:08:53 +0000 (00:08 +0300)]
Generator to ease initialization of client to server rpc proxies

12 years agoSimplified Rpc registration on server side (#8591)
Artur Signell [Mon, 2 Apr 2012 19:54:24 +0000 (22:54 +0300)]
Simplified Rpc registration on server side (#8591)

12 years agoLog error for missing RPC manager or target (#8590)
Artur Signell [Mon, 2 Apr 2012 19:32:49 +0000 (22:32 +0300)]
Log error for missing RPC manager or target (#8590)

12 years agoLog instead of using system.out
Artur Signell [Mon, 2 Apr 2012 19:30:45 +0000 (22:30 +0300)]
Log instead of using system.out

12 years agoAdded timestamps to debug window output
Artur Signell [Mon, 2 Apr 2012 19:29:59 +0000 (22:29 +0300)]
Added timestamps to debug window output

12 years agoDefined RPC in a field rather than inline for clarity
Artur Signell [Mon, 2 Apr 2012 19:23:51 +0000 (22:23 +0300)]
Defined RPC in a field rather than inline for clarity

12 years agoRemoved description from target that should not be run separately and added descripti...
Artur Signell [Mon, 2 Apr 2012 19:08:12 +0000 (22:08 +0300)]
Removed description from target that should not be run separately and added description to targets for compiling default widget set and default themes

12 years agoAbstractComponent.updateFromUIDL moved to state change (#8436)
Artur Signell [Mon, 2 Apr 2012 08:54:45 +0000 (11:54 +0300)]
AbstractComponent.updateFromUIDL moved to state change (#8436)

12 years agoFixed problem with anonymous classes and with AbstractComponent mapping
Artur Signell [Wed, 4 Apr 2012 15:01:16 +0000 (18:01 +0300)]
Fixed problem with anonymous classes and with AbstractComponent mapping

12 years agoReplace @ClientWidget with client-side @Component (#8440)
Henri Sara [Wed, 4 Apr 2012 12:04:23 +0000 (15:04 +0300)]
Replace @ClientWidget with client-side @Component (#8440)

12 years agoDo panel wrapper sizing with css
Leif Åstrand [Tue, 3 Apr 2012 10:56:07 +0000 (13:56 +0300)]
Do panel wrapper sizing with css

12 years agoRun onChildSizeChange for new children
Leif Åstrand [Tue, 3 Apr 2012 11:27:14 +0000 (14:27 +0300)]
Run onChildSizeChange for new children

12 years agoDump connector hierachy as a clickable tree
Leif Åstrand [Tue, 3 Apr 2012 08:24:29 +0000 (11:24 +0300)]
Dump connector hierachy as a clickable tree

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.