]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
9 years agoAllow TabSheet and Accordion tab captions to contain HTML (#14609)
Artur Signell [Thu, 4 Sep 2014 19:12:59 +0000 (22:12 +0300)]
Allow TabSheet and Accordion tab captions to contain HTML (#14609)

Change-Id: If15db442fdbdcc80918e52f8c87e0808f76eb336

9 years ago3 args method buildAndBind should be overriden, not 2 args (#12453).
Denis Anisimov [Mon, 15 Sep 2014 18:53:39 +0000 (21:53 +0300)]
3 args method buildAndBind should be overriden, not 2 args (#12453).

Change-Id: I7afabec7e0d9334b799019b581fca858895b2cc1

9 years agoAdd @since to AbstractSplitPanel. (#15285)
Sauli Tähkäpää [Fri, 28 Nov 2014 10:28:41 +0000 (12:28 +0200)]
Add @since to AbstractSplitPanel. (#15285)

Change-Id: I476d8c7e53ce90941b00deefffc1b6a7ea63b43b

9 years agoAvoid NoClassDefFoundError retrieving Atmosphere version (#14904).
Denis Anisimov [Wed, 10 Dec 2014 20:17:32 +0000 (22:17 +0200)]
Avoid NoClassDefFoundError retrieving Atmosphere version (#14904).

Change-Id: Id64c4c4535e250c6e0e6457dfdfd17424bdc2fd4

9 years agoMake is possible to click a detached button again (#12781)
Artur Signell [Thu, 18 Dec 2014 16:01:37 +0000 (18:01 +0200)]
Make is possible to click a detached button again (#12781)

Partial revert of the earlier fix

Change-Id: I67d016f1ea073189fdb53fc99f7c1b45b21ac124

9 years agoRevert "Update selection after changes in underlying data source
Leif Åstrand [Thu, 18 Dec 2014 16:49:22 +0000 (18:49 +0200)]
Revert "Update selection after changes in underlying data source
(#13580)."

This reverts commit f4d1383b20da01f9fc43c32d7541a7816f8a9a9b.

Change-Id: I5911f63ae35bef54f01477b14e5feffdf952aa6d

9 years agoAllow reading and writing empty designs (#7749).
Mika Murtojarvi [Wed, 17 Dec 2014 16:10:09 +0000 (18:10 +0200)]
Allow reading and writing empty designs (#7749).

Change-Id: Id66201d040d07f0e0d731418624c9b702b2d0d3b

9 years agoUpdate broken TB2 test to valid TB3 test (#14755)
Artur Signell [Thu, 18 Dec 2014 15:25:15 +0000 (17:25 +0200)]
Update broken TB2 test to valid TB3 test (#14755)

Change-Id: Idc26ac1fee3edd36646b7a6bd84424d0caa37e63

9 years agoAllow captions to contain HTML (#9426)
Artur Signell [Thu, 4 Sep 2014 18:57:34 +0000 (21:57 +0300)]
Allow captions to contain HTML (#9426)

Change-Id: I4a0e580aef1a97ce69238ea0d476599883928d84

9 years agoMissing @since for 7.4
Leif Åstrand [Thu, 18 Dec 2014 13:53:31 +0000 (15:53 +0200)]
Missing @since for 7.4

Change-Id: I8fdf0c264febf2ab9ae0f230f6bb357ef57be9ec

9 years agoMove TB2 files to separate folder
Artur Signell [Thu, 18 Dec 2014 11:26:19 +0000 (13:26 +0200)]
Move TB2 files to separate folder

This avoids running other HTML files as TB2 tests

Change-Id: I32445aeaeaf77f3a34771db6fa0d2eb40fc60ff7

9 years agoFix inconsistencies in CheckBox clear and isEmpty (#14755)
Artur Signell [Thu, 18 Dec 2014 10:07:41 +0000 (12:07 +0200)]
Fix inconsistencies in CheckBox clear and isEmpty (#14755)

Change-Id: I566257d3a4db15973f76a5a70adb095bd7203918

9 years agoRevert "TextField's input prompt is now disabled properly (#15144)"
Artur Signell [Thu, 18 Dec 2014 09:27:53 +0000 (09:27 +0000)]
Revert "TextField's input prompt is now disabled properly (#15144)"

This reverts commit 52236519d9d3ed0cd7de5ed52c6aa19c514e15d6.

Causes regression when updating style names in a text change listener (TextChangeListenerChangingNonTextProperties)

Change-Id: I50bdb674872b98f3b1495a1115e352bfa7f13e8c

9 years agoMinor declarative API improvement (#7749)
Artur Signell [Thu, 18 Dec 2014 08:34:16 +0000 (10:34 +0200)]
Minor declarative API improvement (#7749)

Change-Id: Id5b11b27e7750085d30d2fa592b124ae474d6e9a

9 years agoUpdate release notes for Vaadin 7.4
Leif Åstrand [Wed, 17 Dec 2014 13:34:37 +0000 (15:34 +0200)]
Update release notes for Vaadin 7.4

Change-Id: Ifb65c053cf27ceac20c7f589dc4fcb76a4c468cf

9 years agoRevert "Workaround for Atmosphere race condition (#13528)" (#14534)
Artur Signell [Thu, 18 Dec 2014 07:19:21 +0000 (09:19 +0200)]
Revert "Workaround for Atmosphere race condition (#13528)" (#14534)

This reverts commit 7f9ea1c9159c8362e6a309b630cbb59a4dae72dd.
The problem is fixed in Atmosphere 2.2

Conflicts:
server/src/com/vaadin/server/communication/PushRequestHandler.java

Change-Id: I04a1b0c87927beb9b2048fee1ec95cd17af53a28

9 years agoMerge "Merge remote-tracking branch 'origin/declarative'"
Artur Signell [Thu, 18 Dec 2014 08:29:56 +0000 (08:29 +0000)]
Merge "Merge remote-tracking branch 'origin/declarative'"

9 years agoUpdate to Atmosphere 2.2 (#14534)
Artur Signell [Thu, 18 Dec 2014 07:12:43 +0000 (09:12 +0200)]
Update to Atmosphere 2.2 (#14534)

Does not use the new heartbeat mechanism in Atmosphere 2.2 because the heartbeat
mechanism will cause the client to reconnect every 60 seconds when idle.
It does not currently work with Vaadin because no onreopen event is fired by
Atmosphere (https://github.com/Atmosphere/atmosphere-javascript/issues/141) and thus
Vaadin will wait forever for Atmosphere to indicate that the connection is available
again after the disconnect.

Change-Id: I3a61b2c5d611f09c3092f817834e6382e1ca9894

9 years agoMerge remote-tracking branch 'origin/declarative'
Artur Signell [Thu, 18 Dec 2014 07:57:52 +0000 (09:57 +0200)]
Merge remote-tracking branch 'origin/declarative'

Change-Id: I7caf7a28f9c6e536797cf41e307e4d6d18bd3222

9 years agoStop active testing on ancient server versions
Artur Signell [Wed, 17 Dec 2014 22:27:30 +0000 (00:27 +0200)]
Stop active testing on ancient server versions

Jetty 6 (pre-Eclipse) end of life was in 2010
Tomcat 5 end of life was in 2012

Change-Id: I8952fd541be4c262a7b2e3dc97ba4743bcbd2fbd

9 years agoAdd missing @since for 7.3.7.
Sauli Tähkäpää [Wed, 17 Dec 2014 08:10:28 +0000 (10:10 +0200)]
Add missing @since for 7.3.7.

Change-Id: I44b29ca74ed9d8037a307b790115c2e21cb2c376

9 years agoAPI refactoring (#7749) declarative
Artur Signell [Wed, 17 Dec 2014 20:35:51 +0000 (22:35 +0200)]
API refactoring (#7749)

Change-Id: I835756b240bc9ece885acdc8f43ec6a1599bb7c5

9 years agoDeclarative support for CheckBox (#7749)
Matti Hosio [Wed, 17 Dec 2014 14:12:49 +0000 (16:12 +0200)]
Declarative support for CheckBox (#7749)

Change-Id: Ia0608cd0827ab09d9b30993738acd45317778e55

9 years agoUpdate the javadocs in declarative (#7749).
Mika Murtojarvi [Wed, 17 Dec 2014 13:33:00 +0000 (15:33 +0200)]
Update the javadocs in declarative (#7749).

Change-Id: If4fd1f0434c1c6d78e47fc503b49781c35494f84

9 years agoAdd namespace element for custom components (#7749)
Matti Hosio [Wed, 17 Dec 2014 13:30:46 +0000 (15:30 +0200)]
Add namespace element for custom components (#7749)

Change-Id: Iea7e4057df5a61805ba2f6c087fbb3bcd23f68c7

9 years agoUnit tests for nested templates (#7749)
Matti Hosio [Wed, 17 Dec 2014 10:57:39 +0000 (12:57 +0200)]
Unit tests for nested templates (#7749)

Change-Id: I0190870de8d7d15406cbe54ae8dc0b7761a13910

9 years agoDo not write immediate to design if component is immediate by default (#7749)
Matti Hosio [Wed, 17 Dec 2014 13:17:58 +0000 (15:17 +0200)]
Do not write immediate to design if component is immediate by default (#7749)

Change-Id: Ia79844498c9f6ebc715d15039f7db8441e3565b9

9 years agoEnable Atmosphere client side debug logging with ?debug=push (#14534)
Artur Signell [Wed, 17 Dec 2014 13:24:14 +0000 (15:24 +0200)]
Enable Atmosphere client side debug logging with ?debug=push (#14534)

Change-Id: I9081e4e1cec2a7916e644dc397aeab72809ccae5

9 years agoDo not throw exception when trying to bind a preinitialized instance field (#7749)
Matti Hosio [Wed, 17 Dec 2014 12:08:59 +0000 (14:08 +0200)]
Do not throw exception when trying to bind a preinitialized instance field (#7749)

Change-Id: I8b40e667d03b63e05f006e7cedf108345591d118

9 years agoAdd viewport tag generation support (#13710)
Leif Åstrand [Tue, 16 Dec 2014 13:22:28 +0000 (15:22 +0200)]
Add viewport tag generation support (#13710)

Change-Id: Ic38f640e44b91b4a1e1e906ab92a751d7a13ee65

9 years agoFix the license checker after elemental.json #15383
Jonatan Kronqvist [Mon, 15 Dec 2014 13:07:15 +0000 (15:07 +0200)]
Fix the license checker after elemental.json #15383

The elemental.json update changed how null values and string
representations of numbers were parsed, which caused a lot of
tests for CvalChecker to fail. Unfortunately the tests were
never run in an automated fashion, which means that they were
never discovered until we stumbled upon it due to the issue
reported in #15383

Change-Id: If2cb9fa96effea7ce55a4ffe6d1666ca7521e1fb

9 years agoUpdates for the javadocs of declarative (#7749).
Mika Murtojarvi [Wed, 17 Dec 2014 10:24:26 +0000 (12:24 +0200)]
Updates for the javadocs of declarative (#7749).

Change-Id: I623ba0c17673144f0886556937d25f80ea1f3ffd

9 years agoSome fixes to potus demo (#7749)
Matti Hosio [Wed, 17 Dec 2014 08:28:31 +0000 (10:28 +0200)]
Some fixes to potus demo (#7749)

Change-Id: I61b80e8610431988ae3bd6a88993b010d116db4e

9 years agoHandle portlet error messages properly (#15398)
Leif Åstrand [Mon, 15 Dec 2014 19:12:35 +0000 (21:12 +0200)]
Handle portlet error messages properly (#15398)

Change-Id: Ie7936fd2eaca0e0c5da1f6ed8f12238ae207b7eb

9 years agoEmpty since tags -> 7.4
Artur Signell [Wed, 17 Dec 2014 09:13:50 +0000 (11:13 +0200)]
Empty since tags -> 7.4

Change-Id: I73755f0c580c40b93d95df5e3ca55f6617c21353

9 years agoFixes unnecessary padding-top added to all responsive UIs (#14679)
Teppo Kurki [Mon, 15 Dec 2014 13:53:03 +0000 (15:53 +0200)]
Fixes unnecessary padding-top added to all responsive UIs (#14679)

When using Valo theme and Responsive extension, all responsive UIs get a padding-top even though it should be only added when a Valo Menu is present in the UI. Added a stylename which has to be added to any responsive UIs containing a Valo Menu.

Change-Id: Ib3e3c5341bef03c174accb01401b4a90c1deb29e

9 years agoMerge remote-tracking branch 'origin/master' into declarative
Matti Hosio [Wed, 17 Dec 2014 08:31:33 +0000 (10:31 +0200)]
Merge remote-tracking branch 'origin/master' into declarative

Conflicts:
server/src/com/vaadin/ui/TextField.java

Change-Id: I289cb9ec80d494ab79aec11a43708abf5b403a00

9 years agoUse introspection instead of reflection to get property type (#10672).
Denis Anisimov [Sun, 21 Sep 2014 18:04:31 +0000 (21:04 +0300)]
Use introspection instead of reflection to get property type (#10672).

Change-Id: I4eebad640c3c091bfff335bae8ef455e662ad4cb

9 years agoImproved potus demo (#7749)
Matti Hosio [Tue, 16 Dec 2014 16:09:56 +0000 (18:09 +0200)]
Improved potus demo (#7749)

Change-Id: I330d669238b2c79ca2afda396a5e07833f0af90a

9 years agoClarified javadoc (#7749)
Artur Signell [Tue, 16 Dec 2014 08:05:54 +0000 (10:05 +0200)]
Clarified javadoc (#7749)

Change-Id: I89d55fdc9b380f90940477e1d4d031394c81ee40

9 years agoDo not write child components in sub templates (#7749)
Matti Hosio [Tue, 16 Dec 2014 12:29:08 +0000 (14:29 +0200)]
Do not write child components in sub templates (#7749)

Change-Id: I7e19e86618bbf27ae3a6e585bab000f26dd8f6d5

9 years agoRemoved packages starting with a digit from export-package (#15105)
Teppo Kurki [Tue, 16 Dec 2014 10:50:22 +0000 (12:50 +0200)]
Removed packages starting with a digit from export-package (#15105)

The Runo theme icons have been duplicated to folders icons16, icons32
and icons64 which will be in the export-package declaration. Original
folders with icons also remain.

Change-Id: I19e481057a418e39a030359f62eefc3bc3d7f131

9 years agoTest for custom reading of design in constructor (#7749)
Artur Signell [Mon, 15 Dec 2014 20:51:09 +0000 (22:51 +0200)]
Test for custom reading of design in constructor (#7749)

Change-Id: I9f8da4b3b65d75f5890619d1220db34d02538fbc

9 years agoGeneric cleanup (#7749)
Artur Signell [Mon, 15 Dec 2014 20:10:23 +0000 (22:10 +0200)]
Generic cleanup (#7749)

Change-Id: I274009ff733eeba6ac312324d0ba946f64d1a26a

9 years agoDo not remove children in read to ensure @DesignRoot reading works
Artur Signell [Mon, 15 Dec 2014 21:21:49 +0000 (23:21 +0200)]
Do not remove children in read to ensure @DesignRoot reading works
properly (#7749)

Change-Id: I8a3111e7007911adfd97c15373b634b2c57f5cd5

9 years agoDeclarative support for Label (#7749)
Matti Hosio [Tue, 16 Dec 2014 12:56:23 +0000 (14:56 +0200)]
Declarative support for Label (#7749)

Change-Id: Ia727763f979ad94a029c7861f13bec0c6f00b876

9 years agoFix NPE in DateField range handling (#15342)
Teemu Pöntelin [Mon, 15 Dec 2014 18:10:53 +0000 (20:10 +0200)]
Fix NPE in DateField range handling (#15342)

The NPE was introduced by 206055708b0a8e1c17a8c63d482a5e202d3ebf6d.

Change-Id: I34401e108f7c02ee2f0aab581a78b9ab468b2b46

9 years agoHandle tab indexes in a generic way (#7749)
Artur Signell [Mon, 15 Dec 2014 20:48:50 +0000 (22:48 +0200)]
Handle tab indexes in a generic way (#7749)

Change-Id: I6e449ed7fd0acaf683da98ae3fcf55ff544c3b48

9 years agoDo not write empty icon-alt or icon-alternate-text (#7749)
Artur Signell [Mon, 15 Dec 2014 20:03:26 +0000 (22:03 +0200)]
Do not write empty icon-alt or icon-alternate-text (#7749)

Change-Id: Idca7206667ca4c37f8b5bfe8f3344c751624e526

9 years agocreateNode -> createElement
Artur Signell [Mon, 15 Dec 2014 21:07:42 +0000 (23:07 +0200)]
createNode -> createElement

Change-Id: Ifb7342a860fa73d51dc462b788a4530abb0bb52f

9 years agoFix writing issues (#7749)
Artur Signell [Mon, 15 Dec 2014 21:02:22 +0000 (23:02 +0200)]
Fix writing issues (#7749)

* A root component with @DesignRoot must always use its superclass for
default values. Otherwise the written design will be empty as the
design is read in the constructor.

* A component which is not the root must not write its component tree
if the component tree is generated in the constructor. This is a
simplification which should be good enough for most cases (can't add
children in constructor and also using addComponent - in this case
the component added with addComponent will not be written).

* Test cases for nested templates

Change-Id: I3a384d1d8654b9865a3a790ebeb055a300a62135

9 years agoRelease session memory at the end of each test
Leif Åstrand [Sat, 13 Dec 2014 19:42:54 +0000 (21:42 +0200)]
Release session memory at the end of each test

Change-Id: I30dd917158091f1fe6f16d050ff7d6037493d3ef

9 years agoDo not create default instances while reading designs (#7749)
Artur Signell [Mon, 15 Dec 2014 06:41:45 +0000 (08:41 +0200)]
Do not create default instances while reading designs (#7749)

Change-Id: I26cb6d8d43200d10ebf8c0ac22c538b4272f5ecd

9 years agoSynchronizeFrom/ToDesign -> read/writeDesign (#7749)
Artur Signell [Sun, 14 Dec 2014 19:34:01 +0000 (21:34 +0200)]
SynchronizeFrom/ToDesign -> read/writeDesign (#7749)

Change-Id: Ie5e420ac5d62a2aa3206051888e6dd0f8f30df11

9 years agoRemove accidentally retained JavaDoc row
Leif Åstrand [Mon, 15 Dec 2014 11:40:07 +0000 (13:40 +0200)]
Remove accidentally retained JavaDoc row

The offending row was not removed when the proceeding "@throws
JSONException" row was removed.

Change-Id: I38d914284d92554540744e8c52eefa0db78bc55d

9 years agoTests for declarative support (#7749)
Artur Signell [Sun, 14 Dec 2014 19:22:14 +0000 (21:22 +0200)]
Tests for declarative support (#7749)

Change-Id: I4dee7d3583a80f2f6a7334792ca064c725320bf0

9 years agoAdd public API for loading design based on @DesignRoot (#7749)
Artur Signell [Sun, 14 Dec 2014 18:01:52 +0000 (20:01 +0200)]
Add public API for loading design based on @DesignRoot (#7749)

Change-Id: Ic6f201a45d66aefe9ec93ba3be5a75b6532bf014

9 years agoBack button doesn't change URL if view blocks the navigation (#10901)
Anna Miroshnik [Thu, 11 Dec 2014 15:22:42 +0000 (18:22 +0300)]
Back button doesn't change URL if view blocks the navigation (#10901)

Change-Id: Ib1211a7a2282753b329129615a544264e62d1ed5

9 years agoDelayed column layouting is visible (#15189)
Anna Miroshnik [Fri, 14 Nov 2014 10:46:12 +0000 (13:46 +0300)]
Delayed column layouting is visible (#15189)

Full Name of defect:
Regression: Table column jumps when table is shown and table is contained in a layout

Regression is a outcome of  change due to #12672.

No TB4 test because problem happens too fast to be caught.

Change-Id: I9af5ed3c11e0fb673c7f2f1c5fd4739bd4b8c655

9 years agoRefactored API for loading designs (#7749)
Artur Signell [Fri, 12 Dec 2014 21:47:40 +0000 (23:47 +0200)]
Refactored API for loading designs (#7749)

Now contains read methods
* Component read(InputStream design)
* DesignContext read(InputStream design, Component rootComponent)
* DesignContext read(String filename, Component rootComponent)

and write methods
* write(Component component, OutputStream outputStream)
* write(DesignContext designContext, OutputStream outputStream)

Change-Id: I9d6862240c5b2018ec39a164a54e7c047a00971b

9 years agoThrow IllegalArgumentException on non-existent version column. (#15290)
Sauli Tähkäpää [Sun, 14 Dec 2014 20:34:28 +0000 (22:34 +0200)]
Throw IllegalArgumentException on non-existent version column. (#15290)

Change-Id: I68fdea1144253feba906acd882b573d469f39a30

9 years agoMake field binding in designs case insensitive (#7749)
Artur Signell [Fri, 12 Dec 2014 21:29:41 +0000 (23:29 +0200)]
Make field binding in designs case insensitive (#7749)

Change-Id: I002daf9c2cf544bd648ad9b009c67e058f514aad

9 years agoFix push test broken by new StringToEnumConverter
Artur Signell [Sun, 14 Dec 2014 13:06:42 +0000 (15:06 +0200)]
Fix push test broken by new StringToEnumConverter

Change-Id: I76885f3254ec28574ac637905af13cba1a9d2b41

9 years agoSupport plain-text attribute for Label (#7749)
Artur Signell [Sat, 13 Dec 2014 10:12:12 +0000 (12:12 +0200)]
Support plain-text attribute for Label (#7749)

Change-Id: I4ef210d131f1e616b501468cb94ea518945a3b30

9 years agoRename LayoutHandler to Design (#7749)
Artur Signell [Fri, 12 Dec 2014 09:01:55 +0000 (11:01 +0200)]
Rename LayoutHandler to Design (#7749)

Change-Id: I86fcf9062804c7eb71d460d2003a3f5eb8d775eb

9 years agoUse ComboBox locale for filtering case tranform (#15193)
Leif Åstrand [Mon, 10 Nov 2014 18:26:02 +0000 (20:26 +0200)]
Use ComboBox locale for filtering case tranform (#15193)

Change-Id: Id462c3e76c8d761c04851227c949a3124ddf14b3

9 years agoDeclarative support for split panel (#7749).
Mika Murtojarvi [Thu, 11 Dec 2014 16:25:40 +0000 (18:25 +0200)]
Declarative support for split panel (#7749).

Change-Id: I96b7be150c9b6511f9fb701c5ee26afca67f1512

9 years agoEmbed DesignSynchronizable methods to Component interface (#7749)
Matti Hosio [Fri, 12 Dec 2014 11:04:31 +0000 (13:04 +0200)]
Embed DesignSynchronizable methods to Component interface (#7749)

Change-Id: I06de4d2065dee107da40c2a4941e7d9e22f0832b

9 years agoSome logging improvements and minor fixes for Declarative (#7749)
Matti Hosio [Fri, 12 Dec 2014 12:08:41 +0000 (14:08 +0200)]
Some logging improvements and minor fixes for Declarative (#7749)

Change-Id: Iccb1bbf3be1a030d4902165dbf59ecea3e8b134b

9 years agoDeclarative: add support for Panel (#7749).
Mika Murtojarvi [Wed, 10 Dec 2014 09:24:58 +0000 (11:24 +0200)]
Declarative: add support for Panel (#7749).

Change-Id: I4e6414e2fd4941215a788f518862ce58f38f005f

9 years agoUse converter for Select/Tree/ComboBox when using item id for caption
Artur Signell [Thu, 25 Sep 2014 07:27:51 +0000 (10:27 +0300)]
Use converter for Select/Tree/ComboBox when using item id for caption
(#11433)

Change-Id: I10c47986b98e132e874b2882fbb2323409d67a25

9 years agoDeclarative support for Button and NativeButton (#7749)
Matti Hosio [Thu, 11 Dec 2014 11:25:40 +0000 (13:25 +0200)]
Declarative support for Button and NativeButton (#7749)

Change-Id: I2a72e5001dbee4b6396344a0286ea4aa042e15aa

9 years agoUpdate to latest jsoup (#7749)
Artur Signell [Fri, 12 Dec 2014 09:15:58 +0000 (11:15 +0200)]
Update to latest jsoup (#7749)

Change-Id: I5b31bb935ecd3a9bb1fd4722a8e94acc4f0355b0

9 years agoDon't add setCurorPosition as it focuses the field (#7749)
Artur Signell [Fri, 12 Dec 2014 09:15:33 +0000 (11:15 +0200)]
Don't add setCurorPosition as it focuses the field (#7749)

Change-Id: I53de828cd5c27f7ee8e9a89d7b48c7dcfc3201b6

9 years agoDeclarative support for TabSheet and Accordion (#7749)
Matti Hosio [Thu, 11 Dec 2014 14:22:41 +0000 (16:22 +0200)]
Declarative support for TabSheet and Accordion (#7749)

Change-Id: Iee4689814f08ddbb852cfb3e51c9873fbe42d901

9 years agoDeclarative support for TextField, PasswordField and TextArea (#7749)
Matti Hosio [Thu, 11 Dec 2014 07:05:19 +0000 (09:05 +0200)]
Declarative support for TextField, PasswordField and TextArea (#7749)

Change-Id: I41d04c55c65820f0270742468e94f47099783950

9 years agoFix gradient path for notifications in Chameleon. (#15351)
Sauli Tähkäpää [Thu, 11 Dec 2014 21:12:12 +0000 (23:12 +0200)]
Fix gradient path for notifications in Chameleon. (#15351)

Change-Id: Ie1e2726613033ad321e15f7f58e098080d4d9a5f

9 years agoMake SQLContainer.removeAllItems() work properly with paging (#12882)
Ilya Ermakov [Wed, 3 Dec 2014 10:43:15 +0000 (13:43 +0300)]
Make SQLContainer.removeAllItems() work properly with paging (#12882)

With this patch removeAllItems() works properly when
items need to be fetched from database.

Change-Id: Ic008ae7c67610cbdde7d71fa071494508678ac8f

9 years agoRevert "Notify server side component about clicks in form layout (#6346)."
Markus Koivisto [Thu, 11 Dec 2014 12:10:48 +0000 (12:10 +0000)]
Revert "Notify server side component about clicks in form layout (#6346)."

This reverts commit 23bdb6e90d970bd4e9ef11c79c095e65b6963414.

The included test (FormLayoutClickListenerTest) fails on all other browsers except PhantomJS.

Change-Id: Ib60d051da9100eef8f30e6578ac73314bcda3ec3

9 years agoValidate input to FileResource constructor (#14253)
Artur Signell [Wed, 10 Dec 2014 21:41:45 +0000 (23:41 +0200)]
Validate input to FileResource constructor (#14253)

Change-Id: I7789f2de4cb179dfff936498f58dd6f2e491689b

9 years agoTest UI for #15321
Artur Signell [Thu, 4 Dec 2014 07:13:15 +0000 (09:13 +0200)]
Test UI for #15321

Change-Id: I108f8ad473e6637bff9619f110f9194a56482c3e

9 years agoVBrowserDetails fails to detect Android when using Firefox (#15183)
Sergey Budkin [Fri, 7 Nov 2014 13:22:24 +0000 (15:22 +0200)]
VBrowserDetails fails to detect Android when using Firefox (#15183)

Changed detection logic.

Change-Id: I9cb8e94fe6bb5be587fa73ed6a71d2c7c1d91733

9 years agoReset tabsheet scroller when unhiding leftmost tab (#14644)
Alexey Fansky [Wed, 10 Dec 2014 23:52:46 +0000 (15:52 -0800)]
Reset tabsheet scroller when unhiding leftmost tab (#14644)

Checking whether invisible tab are present before the scroll index and
if so resetting the scroll index when tab goes back to visible.

Change-Id: I156dbe93963b0d9f46e21a593ffc3c4c77ebd1c6

9 years agoConvert empty string to null Enum value, only throw ConversionExceptions (#14756)
Artur Signell [Tue, 9 Dec 2014 20:16:50 +0000 (22:16 +0200)]
Convert empty string to null Enum value, only throw ConversionExceptions (#14756)

Change-Id: I027a245975db12e3661740bd233edd98e73994e9

9 years agoClear all bound fields when nulling the field group data source (#12371)
Artur Signell [Tue, 9 Dec 2014 17:43:06 +0000 (19:43 +0200)]
Clear all bound fields when nulling the field group data source (#12371)

Change-Id: I48eb0e7851187fa6bbb9024730b2611a74501ad0

9 years agoNotify server side component about clicks in form layout (#6346).
Denis Anisimov [Tue, 23 Sep 2014 19:18:40 +0000 (22:18 +0300)]
Notify server side component about clicks in form layout (#6346).

Change-Id: Idc4399dc94b253694c4e0d716d2b65964a2217f8

9 years agoAdd public Field.isEmpty() and clear() (#15354)
Artur Signell [Tue, 9 Dec 2014 14:58:01 +0000 (16:58 +0200)]
Add public Field.isEmpty() and clear() (#15354)

Change-Id: I6bda7ff2a66a9ad172c899d855ca868881600be4

9 years agoFix CustomLayout child rendering when template is missing (#8696)
Teemu Pöntelin [Thu, 4 Dec 2014 18:09:42 +0000 (20:09 +0200)]
Fix CustomLayout child rendering when template is missing (#8696)

Change-Id: I8ce4fbc566f030bf22c555f68b97beb781b19805

9 years agoDeclarative support for AbstractTextField (#7749)
Matti Hosio [Wed, 10 Dec 2014 15:01:33 +0000 (17:01 +0200)]
Declarative support for AbstractTextField (#7749)

Change-Id: Ice244cd73825bde44fe02cf3d4b53d4eff5a5c35

9 years agoAdd support for margins in AbstractOrderedLayout (#7749)
Matti Hosio [Wed, 10 Dec 2014 10:42:41 +0000 (12:42 +0200)]
Add support for margins in AbstractOrderedLayout (#7749)

Change-Id: I9793d37998549c410e9e17dc14402acc3b85f4f0

9 years agoHorizontal split panel height shouldn't ignore second component (#15149)
Denis Anisimov [Fri, 31 Oct 2014 18:33:39 +0000 (20:33 +0200)]
Horizontal split panel height shouldn't ignore second component (#15149)

Change-Id: Ie925757167b6d8521707b6d5515157eca85f9dba

9 years agoDeclarative support for AbstractField (#7749)
Matti Hosio [Wed, 10 Dec 2014 07:56:12 +0000 (09:56 +0200)]
Declarative support for AbstractField (#7749)

Change-Id: I8eb917186886aa1a9c63939d2dfd1f59df973aa2

9 years agoSet explicit calculated size for drag image element (#14617).
Denis Anisimov [Sun, 14 Sep 2014 09:49:23 +0000 (12:49 +0300)]
Set explicit calculated size for drag image element (#14617).

Change-Id: I6bfcd0a5ad78bd79aad2fa2357a7e33a00b3c33d

9 years agoalways retry a status code 0 uidl request (#15254)
Fabian Lange [Tue, 25 Nov 2014 09:26:18 +0000 (10:26 +0100)]
always retry a status code 0 uidl request (#15254)

A status code of 0 indicates that the request has not been handled by
the server because the connection was closed without sending response
headers.
This can happen on the browser side when the browser window is closed,
or it can happen on network equipment side under adverse quality of link
conditions.
Therefore vaadin should retry such a request once before popping up the
disconnect message.

Change-Id: I9524c97a3de8e4ac9499394a2a795b0441a36ead

9 years agoSet locale explicitly in DateRangeWithSql. (#15342)
Sauli Tähkäpää [Wed, 10 Dec 2014 10:38:45 +0000 (12:38 +0200)]
Set locale explicitly in DateRangeWithSql. (#15342)

Change-Id: I5f73ac5e8bc6be93fa0f9b9089b1584fb35f4a76

9 years agoFix errors that affect validation builds (#7749).
Mika Murtojarvi [Wed, 10 Dec 2014 11:17:51 +0000 (13:17 +0200)]
Fix errors that affect validation builds (#7749).

Change-Id: Idfed1c2f87812afcbb961eb238a36a1e09d61952

9 years agoChange a test not to use LocaleUtils.
Mika Murtojarvi [Wed, 10 Dec 2014 10:43:00 +0000 (12:43 +0200)]
Change a test not to use LocaleUtils.

Change-Id: I447960c4621c8bf0acbc1cce5bcc4fe5dc341256

9 years agoTextField's input prompt is now disabled properly (#15144)
Sara Seppola [Thu, 6 Nov 2014 13:46:17 +0000 (15:46 +0200)]
TextField's input prompt is now disabled properly (#15144)

Change-Id: I9b5d07ec2d8df78c3f120c2a891cc548da787f38

9 years agoAccordion causes SEVERE error in browser console (#15182)
Sergey Budkin [Thu, 13 Nov 2014 14:47:15 +0000 (16:47 +0200)]
Accordion causes SEVERE error in browser console (#15182)

Refactored to remove invisible widgets from DOM.

Change-Id: I94d0ba37f4a75d71df88fbb0b1767ae60f39432d

9 years agoDateField popup doesn't close when popup button is clicked (#14857)
Anna Miroshnik [Mon, 17 Nov 2014 14:33:54 +0000 (17:33 +0300)]
DateField popup doesn't close when popup button is clicked (#14857)

Change-Id: Ieb6ff2f072726fe8707d3cce61569dd623b13ebd