]>
source.dussan.org Git - vaadin-framework.git/log
Henri Sara [Fri, 10 Feb 2012 09:35:43 +0000 (11:35 +0200)]
Defer nested components to paint them as top-level changes (#8304).
Refactoring and changes to paint nested component contents after the
component in which they are nested. The client side can create
uninitialized components immediately but defer configuring them.
Henri Sara [Thu, 9 Feb 2012 09:07:40 +0000 (11:07 +0200)]
Refactor paint target to use startPaintable() and endPaintable().
Also includes initial steps towards support for a queue of components to
paint separately on the top level.
Henri Sara [Wed, 8 Feb 2012 12:21:37 +0000 (14:21 +0200)]
Merge branch 'master' into rpc
Conflicts:
src/com/vaadin/terminal/gwt/client/ApplicationConnection.java
Henri Sara [Wed, 8 Feb 2012 12:18:08 +0000 (14:18 +0200)]
Remove support for Select in multi-select mode (#8169, #8326).
Also includes some related cleanup as this was the last special case
where the widget was selected on the client side based on UIDL fields
other than tag.
Leif Åstrand [Wed, 8 Feb 2012 07:06:15 +0000 (09:06 +0200)]
getParent() shouldn't throw npe when widget's parent is null (#8323)
Artur Signell [Tue, 7 Feb 2012 16:13:58 +0000 (18:13 +0200)]
Avoid caching parent for now as the cache is never cleared
Artur Signell [Tue, 7 Feb 2012 14:09:21 +0000 (16:09 +0200)]
#8325 Move ApplicationConnection.updateComponent to
VAbstractPaintableWidget.updateFromUIDL
Leif Åstrand [Tue, 7 Feb 2012 11:24:23 +0000 (13:24 +0200)]
Fix file that was accidentally emptied in previous commit
Leif Åstrand [Tue, 7 Feb 2012 11:22:09 +0000 (13:22 +0200)]
Fix broken newlines from previous commit
Leif Åstrand [Tue, 7 Feb 2012 11:19:09 +0000 (13:19 +0200)]
Add VPaintableWidgetContainer.getChildren() (#8323)
Henri Sara [Tue, 7 Feb 2012 08:49:54 +0000 (10:49 +0200)]
Merge branch 'master' into rpc
Conflicts:
src/com/vaadin/terminal/gwt/client/ApplicationConnection.java
src/com/vaadin/terminal/gwt/client/VPaintableMap.java
Artur Signell [Tue, 7 Feb 2012 08:32:50 +0000 (10:32 +0200)]
#8323 Renamed getParentPaintable to getParent and cache the
parentvalue. Should still be changed so that the framework constructs
the paintable hierarchy and sets it to the paintables.
Artur Signell [Tue, 7 Feb 2012 08:04:05 +0000 (10:04 +0200)]
#8324 Automatically set paintable id when paintable is created
Artur Signell [Mon, 6 Feb 2012 10:36:48 +0000 (12:36 +0200)]
Merge remote-tracking branch 'origin/6.8'
Johannes Dahlström [Mon, 6 Feb 2012 09:45:33 +0000 (09:45 +0000)]
#6718 Fixed more regressions, refactored a bit
svn changeset:22917/svn branch:6.8
Artur Signell [Mon, 6 Feb 2012 06:58:33 +0000 (08:58 +0200)]
Merge remote-tracking branch 'origin/6.8'
Artur Signell [Mon, 6 Feb 2012 06:58:11 +0000 (08:58 +0200)]
Fixed compilation errors introduced by merge from 6.8
Artur Signell [Mon, 6 Feb 2012 06:52:47 +0000 (06:52 +0000)]
Use value change listeners instead of click listeners for checkboxes
svn changeset:22912/svn branch:6.7
Artur Signell [Mon, 6 Feb 2012 06:56:11 +0000 (06:56 +0000)]
Use value change listeners instead of click listeners for checkboxes
svn changeset:22914/svn branch:6.7
Artur Signell [Mon, 6 Feb 2012 06:52:47 +0000 (06:52 +0000)]
Use value change listeners instead of click listeners for checkboxes
svn changeset:22912/svn branch:6.7
Artur Signell [Fri, 3 Feb 2012 20:31:12 +0000 (22:31 +0200)]
#8311 Corrected newlines in new files
Artur Signell [Fri, 3 Feb 2012 20:26:47 +0000 (22:26 +0200)]
Merge remote-tracking branch 'origin/6.8'
Conflicts:
src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java
tests/test.xml
Artur Signell [Fri, 3 Feb 2012 20:20:34 +0000 (22:20 +0200)]
Merge commit '
98737932a588f1b4a8f8115f2545da63ae7f4e4a '
Conflicts:
WebContent/VAADIN/themes/base/button/button.css
WebContent/VAADIN/themes/runo/button/button.css
tests/integration_tests.xml
Artur Signell [Fri, 3 Feb 2012 20:17:21 +0000 (22:17 +0200)]
Merge commit '
7c200d4e869139ff72e848e973cd5ce5932908d8 '
Conflicts:
tests/testbench/com/vaadin/tests/components/datefield/InlineDateFieldResolutionMsec.html
tests/testbench/com/vaadin/tests/components/datefield/PopupDateFieldResolutions.html
tests/testbench/com/vaadin/tests/components/splitpanel/HorizontalSplitPanelBasicStates.html
tests/testbench/com/vaadin/tests/components/splitpanel/VerticalSplitPanelBasicStates.html
tests/testbench/com/vaadin/tests/components/textfield/TextFieldSecret.html
tests/testbench/com/vaadin/tests/components/window/WindowClickEvents.html
Artur Signell [Fri, 3 Feb 2012 20:10:15 +0000 (22:10 +0200)]
Artur Signell [Fri, 3 Feb 2012 20:06:25 +0000 (22:06 +0200)]
Updated test to take into account removed SplitPanel
Artur Signell [Fri, 3 Feb 2012 19:50:31 +0000 (21:50 +0200)]
#8324 Set connection for VViewPaintable when initializing
Artur Signell [Fri, 3 Feb 2012 18:30:53 +0000 (18:30 +0000)]
Fixed test - old IEs do not provide any button for double clicks
svn changeset:22899/svn branch:6.7
Artur Signell [Fri, 3 Feb 2012 18:27:38 +0000 (20:27 +0200)]
#8324 Corrected paintable hierarchy as VScrollTableRow is no longer a
paintable
Artur Signell [Fri, 3 Feb 2012 18:10:28 +0000 (20:10 +0200)]
#8324 Fixed problem with nodes being added to the wrong widget
Artur Signell [Fri, 3 Feb 2012 16:31:35 +0000 (18:31 +0200)]
Fixed invalid comparison between paintable and widget
Artur Signell [Fri, 3 Feb 2012 15:22:17 +0000 (15:22 +0000)]
Throw an error if directory listing fails
svn changeset:22890/svn branch:6.7
Artur Signell [Fri, 3 Feb 2012 15:02:50 +0000 (15:02 +0000)]
#8345, #8346 Window drag and resize are now activated only by the left mouse button
svn changeset:22889/svn branch:6.7
Artur Signell [Fri, 3 Feb 2012 15:01:18 +0000 (15:01 +0000)]
#8343, #8344 Column resize and sort are now activated only by the left mouse button
svn changeset:22888/svn branch:6.7
Artur Signell [Fri, 3 Feb 2012 15:00:39 +0000 (15:00 +0000)]
#8284, #8336 Fixed header and footer click for right and middle click. Browser context menu is also disabled on right click when there is a click listener.
svn changeset:22887/svn branch:6.7
Artur Signell [Fri, 3 Feb 2012 12:26:26 +0000 (12:26 +0000)]
Reversed browser start logic, use --gui to start the browser automatically. By default does not start a browser.
svn changeset:22878/svn branch:6.7
Artur Signell [Fri, 3 Feb 2012 12:24:52 +0000 (12:24 +0000)]
#8342 Test using Firefox 10
svn changeset:22876/svn branch:6.7
Artur Signell [Thu, 2 Feb 2012 16:22:11 +0000 (18:22 +0200)]
#8324 Fixed comparison of paintable and widget
Artur Signell [Thu, 2 Feb 2012 16:12:42 +0000 (18:12 +0200)]
Corrected license info
Artur Signell [Thu, 2 Feb 2012 16:11:23 +0000 (18:11 +0200)]
Adding missing license info
Artur Signell [Thu, 2 Feb 2012 16:03:48 +0000 (16:03 +0000)]
Removed debug info
svn changeset:22867/svn branch:6.7
Johannes Dahlström [Thu, 2 Feb 2012 15:30:15 +0000 (15:30 +0000)]
Fixed #8321: adding/removing items in a ComboBox FocusListener breaks the dropdown list.
Clicking the dropdown button on an unfocused ComboBox would send a separate options request and a focus event request. The responses would confuse the rendering logic. The changes are now sent in a single variable burst.
svn changeset:22863/svn branch:6.7
Johannes Dahlström [Thu, 2 Feb 2012 15:51:49 +0000 (15:51 +0000)]
[merge from 6.7] Fixed #8315 - take leap years into account in focusNext/PreviousYear
svn changeset:22864/svn branch:6.8
Artur Signell [Thu, 2 Feb 2012 15:23:26 +0000 (15:23 +0000)]
#8311 Extended test to cover non-java files
svn changeset:22862/svn branch:6.7
Johannes Dahlström [Thu, 2 Feb 2012 13:51:11 +0000 (13:51 +0000)]
Fixed #8315 - take leap years into account in focusNext/PreviousYear
svn changeset:22857/svn branch:6.7
Johannes Dahlström [Thu, 2 Feb 2012 14:48:21 +0000 (14:48 +0000)]
#6718 displayedMonth and focusedDate must have zeroed hours/min/sec/msec
svn changeset:22859/svn branch:6.8
Artur Signell [Thu, 2 Feb 2012 10:20:02 +0000 (12:20 +0200)]
Removed unnecessary getWidgetForPaintable methods
Artur Signell [Thu, 2 Feb 2012 10:15:50 +0000 (10:15 +0000)]
Abort if merge fails
svn changeset:22856/svn branch:6.8
Artur Signell [Thu, 2 Feb 2012 09:30:47 +0000 (11:30 +0200)]
Fixed ClassCastException for VWindow
Automerge [Thu, 2 Feb 2012 09:29:04 +0000 (09:29 +0000)]
[merge from 6.7] #8311 Converted CRLF -> LF in css/html/xml files
svn changeset:22853/svn branch:6.8
Artur Signell [Thu, 2 Feb 2012 09:20:29 +0000 (09:20 +0000)]
#8311 Converted CRLF -> LF in css/html/xml files
svn changeset:22852/svn branch:6.7
Artur Signell [Thu, 2 Feb 2012 08:22:32 +0000 (08:22 +0000)]
Optionally read password from file
svn changeset:22850/svn branch:6.8
Artur Signell [Thu, 2 Feb 2012 08:02:28 +0000 (10:02 +0200)]
Fixed ClassCastException as VViewPaintable should be created, not VView
Johannes Dahlström [Wed, 1 Feb 2012 12:54:37 +0000 (12:54 +0000)]
Test case for #8321
svn changeset:22849/svn branch:6.7
Artur Signell [Tue, 31 Jan 2012 17:00:26 +0000 (19:00 +0200)]
Fixed problem introduced in merge from 6.8
Artur Signell [Tue, 31 Jan 2012 16:55:40 +0000 (18:55 +0200)]
Merge remote-tracking branch 'origin/6.8'
Conflicts:
WebContent/release-notes.html
Artur Signell [Tue, 31 Jan 2012 16:49:57 +0000 (18:49 +0200)]
Merge commit '
116cd1f29a432fe5ca64f3023a9fec1ca130f078 ' (origin/6.8)
Manually merged CRLF changes + additional small patch for changes that SHOULD NOT be in the changeset but that the SVN -> GIT sync script has added
Build Agent [Tue, 31 Jan 2012 16:34:28 +0000 (18:34 +0200)]
Synchronized 6.8 branch between svn and git.
Henri Sara [Tue, 31 Jan 2012 14:42:09 +0000 (16:42 +0200)]
Merge branch 'master' into rpc
Conflicts:
build/build.xml
src/com/vaadin/terminal/gwt/client/ApplicationConnection.java
src/com/vaadin/terminal/gwt/client/Container.java
src/com/vaadin/terminal/gwt/client/VPaintableWidget.java
src/com/vaadin/terminal/gwt/client/ui/VAbstractPaintableWidget.java
src/com/vaadin/terminal/gwt/client/ui/VButton.java
src/com/vaadin/terminal/gwt/client/ui/VButtonPaintable.java
src/com/vaadin/terminal/gwt/client/ui/VNativeButton.java
src/com/vaadin/terminal/gwt/client/ui/VNativeButtonPaintable.java
src/com/vaadin/terminal/gwt/client/ui/VPopupCalendar.java
src/com/vaadin/terminal/gwt/client/ui/VSlider.java
src/com/vaadin/terminal/gwt/client/ui/VTextualDate.java
src/com/vaadin/terminal/gwt/client/ui/VUpload.java
src/com/vaadin/terminal/gwt/client/ui/VWindow.java
src/com/vaadin/ui/Button.java
tests/server-side/com/vaadin/tests/VaadinClasses.java
Artur Signell [Tue, 31 Jan 2012 13:33:01 +0000 (15:33 +0200)]
Merged '
b1ae3cd70e2ca4656bb28f77ca79fe0efd29dd67 ' (origin/6.8)
Conflicts:
WebContent/release-notes.html
tests/server-side/com/vaadin/tests/server/LicenseInJavaFiles.java
Artur Signell [Tue, 31 Jan 2012 13:06:03 +0000 (15:06 +0200)]
#8169, #8326 Removed SplitPanel and special handling of SplitPanel on
client side
Artur Signell [Tue, 31 Jan 2012 13:00:13 +0000 (15:00 +0200)]
Fixed compilation errors
Artur Signell [Tue, 31 Jan 2012 12:13:56 +0000 (14:13 +0200)]
#8234 Split test drag source and drop target into paintable + widget
Artur Signell [Tue, 31 Jan 2012 12:10:05 +0000 (14:10 +0200)]
#8324 Split RichTextArea into widget + paintable
Artur Signell [Tue, 31 Jan 2012 12:01:05 +0000 (14:01 +0200)]
#8324 Updated special cases in widget set
Artur Signell [Tue, 31 Jan 2012 12:00:38 +0000 (14:00 +0200)]
#8324 Updated server side classes for layouts
Artur Signell [Tue, 31 Jan 2012 11:59:29 +0000 (13:59 +0200)]
#8324 Split Panel into widget and paintable
Artur Signell [Tue, 31 Jan 2012 11:59:15 +0000 (13:59 +0200)]
#8324 Split PopupView into widget and paintable
Artur Signell [Tue, 31 Jan 2012 11:58:36 +0000 (13:58 +0200)]
#8324 Split Form and FormLayout into widget and paintable
Artur Signell [Tue, 31 Jan 2012 11:58:13 +0000 (13:58 +0200)]
#8324 Split split panel classes into widget and paintable
Artur Signell [Tue, 31 Jan 2012 11:57:39 +0000 (13:57 +0200)]
#8323 Moved updateCaption from Container to VPaintableWidgetContainer
Artur Signell [Tue, 31 Jan 2012 11:53:23 +0000 (13:53 +0200)]
#8324 Split VGridLayout, VHorizontalLayout and VVerticalLayout into
paintable
and
widget
Artur Signell [Tue, 31 Jan 2012 11:52:09 +0000 (13:52 +0200)]
#8324 Split VView and VWindow into paintable and widget
Artur Signell [Tue, 31 Jan 2012 11:45:16 +0000 (13:45 +0200)]
#8324 Fixed VAbsoluteLayoutPaintable to be a container
Jens Jansson [Tue, 31 Jan 2012 10:41:24 +0000 (12:41 +0200)]
#8324 Splitted VUpload into Widget and Paintable.
Jens Jansson [Tue, 31 Jan 2012 10:40:25 +0000 (12:40 +0200)]
#8324 Fixed a reference to VUnkownComponent that should point to VUnkownComponentPaintable
Jens Jansson [Tue, 31 Jan 2012 10:39:43 +0000 (12:39 +0200)]
#8324 Made VOptionGroupBasePaintable abstract as it shouldn't be initialized by it's own
Jens Jansson [Tue, 31 Jan 2012 10:38:38 +0000 (12:38 +0200)]
#8324 Fixed a reference to VUnkownComponent that should point to VUnkownComponentPaintable
Jens Jansson [Tue, 31 Jan 2012 10:36:42 +0000 (12:36 +0200)]
#8324 Fixed a string reference to VUnkownComponent
Jens Jansson [Tue, 31 Jan 2012 09:15:50 +0000 (11:15 +0200)]
#8324 Splitted VUnknownComponent into Widget and Paintable.
Jens Jansson [Tue, 31 Jan 2012 09:05:53 +0000 (11:05 +0200)]
#8324 Splitted VProgressIndicator into Widget and Paintable.
Jens Jansson [Tue, 31 Jan 2012 08:44:42 +0000 (10:44 +0200)]
Splitted VOptionGroupBase, VOptionGroup, VNativeSelect, VListSelect and VTwinColSelect into Widget and Paintable.
Jens Jansson [Tue, 31 Jan 2012 07:54:23 +0000 (09:54 +0200)]
Added license comment to VEmbeddedPaintable
Jens Jansson [Tue, 31 Jan 2012 07:49:44 +0000 (09:49 +0200)]
Splitted VEmbedded to Widget and Paintable.
Henri Sara [Tue, 31 Jan 2012 12:46:15 +0000 (14:46 +0200)]
Implement simple shared state as a Map (#8304) - work in progress
In this version, SharedState can return a map that will be transferred.
On the client side, shared state is deserialized from the map but not
used.
Shared state is not sent for nested components that have not been
painted yet - doing so requires refactoring of painting of components.
Johannes Dahlström [Tue, 31 Jan 2012 12:28:39 +0000 (12:28 +0000)]
merge.sh now works in directories other than /versions/, like merge-all.sh already does
svn changeset:22842/svn branch:6.8
Johannes Dahlström [Tue, 31 Jan 2012 12:12:27 +0000 (12:12 +0000)]
#6718 Improved test
svn changeset:22840/svn branch:6.8
Johannes Dahlström [Tue, 31 Jan 2012 12:10:56 +0000 (12:10 +0000)]
#6718 Fixed a regression: displayedMonth must be in sync with focusedDate
svn changeset:22839/svn branch:6.8
Artur Signell [Tue, 31 Jan 2012 08:08:07 +0000 (10:08 +0200)]
Fixed paintable vs widget class comparison problem
Artur Signell [Tue, 31 Jan 2012 08:01:46 +0000 (10:01 +0200)]
Merge branch 'contrib'
Artur Signell [Tue, 31 Jan 2012 07:59:01 +0000 (09:59 +0200)]
Split DragAndDropWrapper into widget + paintable
Artur Signell [Tue, 31 Jan 2012 07:58:31 +0000 (09:58 +0200)]
Split Tree into widget + paintable
Artur Signell [Tue, 31 Jan 2012 07:58:15 +0000 (09:58 +0200)]
Split CustomComponent, CustomField and CustomLayout into widget +
paintable
Artur Signell [Tue, 31 Jan 2012 07:57:33 +0000 (09:57 +0200)]
Split CssLayout into widget + paintable
Artur Signell [Tue, 31 Jan 2012 07:57:11 +0000 (09:57 +0200)]
Split Accordion and TabSheet into widget + paintable
Artur Signell [Tue, 31 Jan 2012 07:56:41 +0000 (09:56 +0200)]
Split AbsoluteLayout into widget + paintable
Artur Signell [Tue, 31 Jan 2012 07:56:14 +0000 (09:56 +0200)]
Crude first implementation of getParentPaintable
Moved caption handling from Container to newly introduced
VPaintableWidgetContainer
Artur Signell [Tue, 31 Jan 2012 07:48:33 +0000 (09:48 +0200)]
Include all server side test classes in the test WAR
Artur Signell [Mon, 30 Jan 2012 14:30:10 +0000 (16:30 +0200)]
Removed unused class
Jens Jansson [Tue, 31 Jan 2012 07:25:40 +0000 (09:25 +0200)]
Merge remote branch 'origin/master' into contrib