]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
10 years agoClarifies client-side exceptions relating to Columns (#13334)
Henrik Paul [Tue, 14 Oct 2014 14:02:35 +0000 (17:02 +0300)]
Clarifies client-side exceptions relating to Columns (#13334)

Change-Id: Idad4b6588e0ca8a9bc614111b00429d230d9aba0

10 years agoAdds a word to an exception message (#13334)
Henrik Paul [Tue, 14 Oct 2014 13:09:44 +0000 (16:09 +0300)]
Adds a word to an exception message (#13334)

Change-Id: Ibf9e98d9cf65afa40c42e2db86bf0c53319dd2a7

10 years agoFix Grid not updating columnOrder on property remove (#13334)
Teemu Suo-Anttila [Thu, 9 Oct 2014 12:55:43 +0000 (15:55 +0300)]
Fix Grid not updating columnOrder on property remove (#13334)

Change-Id: I792499d0bdf3ed2156f10956e2b5af2cb330287c

10 years agoAdd DataSource .indexOf() functionality (#13334)
Teemu Suo-Anttila [Wed, 8 Oct 2014 12:05:22 +0000 (15:05 +0300)]
Add DataSource .indexOf() functionality (#13334)

Change-Id: I6cfd9b8baf56897a0e2c5f688c70329e81c3c5cd

10 years agoAdd convenience methods to EditorRowHandler (#13334)
Johannes Dahlström [Thu, 9 Oct 2014 11:55:19 +0000 (14:55 +0300)]
Add convenience methods to EditorRowHandler (#13334)

Change-Id: I046715f33113e94e3239e3df04bdd96b89c23aee

10 years agoRefer to correct Container instance in editor row RPC (#13334)
Johannes Dahlström [Thu, 9 Oct 2014 11:23:01 +0000 (14:23 +0300)]
Refer to correct Container instance in editor row RPC (#13334)

Change-Id: Ifa5db252d29eb3724dd909586349218c936ea0eb

10 years agoImplement ImageRenderer (#13334)
Johannes Dahlström [Tue, 7 Oct 2014 13:04:00 +0000 (16:04 +0300)]
Implement ImageRenderer (#13334)

Change-Id: I5b04f10f5d8b312ace8a3b5f1df28f37aa8b97d8

10 years agoAdd refresh function to RowHandle for informing data updates (#13334)
Teemu Suo-Anttila [Thu, 2 Oct 2014 10:11:31 +0000 (13:11 +0300)]
Add refresh function to RowHandle for informing data updates (#13334)

Change-Id: Id117407eecc8d923af1f4f946bf330eec9c75618

10 years agoMove utility methods from Grid to new class GridUtil (#13334)
Johannes Dahlström [Mon, 6 Oct 2014 15:14:00 +0000 (18:14 +0300)]
Move utility methods from Grid to new class GridUtil (#13334)

Change-Id: Id6957b091561a8759aea9da4fb677039d2455f3e

10 years agoImplement Vaadin-specific editor row commit/discard handling (#13334)
Johannes Dahlström [Wed, 17 Sep 2014 16:22:37 +0000 (19:22 +0300)]
Implement Vaadin-specific editor row commit/discard handling (#13334)

Change-Id: Iaaf5e4461adb1d4fd9b8f042c6001b8408d1a0e4

10 years agoImplement ButtonRenderer (#13334)
Johannes Dahlström [Thu, 25 Sep 2014 14:18:08 +0000 (17:18 +0300)]
Implement ButtonRenderer (#13334)

Change-Id: Id7c6f3cf85f8e75905e86b55edbc1b8782780996

10 years agoFix AbstractRemoteDataSource always inform data availability (#13334)
Teemu Suo-Anttila [Mon, 6 Oct 2014 11:49:17 +0000 (14:49 +0300)]
Fix AbstractRemoteDataSource always inform data availability (#13334)

Call to ensureAvailability will now always call DataChangeHandler
dataAvailable function even if rows are not fetched from remote.

Change-Id: Id498de41abf0a1cb886cd033198f64d5c39c3abd

10 years agoMoves AbstractRowContainer.refreshRows (#13334)
Henrik Paul [Tue, 7 Oct 2014 08:19:33 +0000 (11:19 +0300)]
Moves AbstractRowContainer.refreshRows (#13334)

Because it was weird how BodyRowContainer overrode the
AbstractRowContainer's method without calling super. It was hard to
find at some times.

Change-Id: I2aef9773e3f6fa18e8b35ed2baf0ad110a81a545

10 years agoGrid now supports bare ItemSetChangeEvents (#13334)
Henrik Paul [Thu, 25 Sep 2014 12:49:21 +0000 (15:49 +0300)]
Grid now supports bare ItemSetChangeEvents (#13334)

Change-Id: Id87b2d7f50720bbfd5011520ea0be32fead48635

10 years agoEnsure Renderers that do type conversions work properly (#13334)
Johannes Dahlström [Thu, 2 Oct 2014 11:21:23 +0000 (14:21 +0300)]
Ensure Renderers that do type conversions work properly (#13334)

Before this change eg. DateRenderer would end up calling JsonCodec.encode
with mismatching arguments. This "just happened to work" but does not work
in all cases.

Change-Id: Ibcf74a61e8e8ad729f7d9ccfb0f9cdac41b70458

10 years agoReworks the datasource size logic (#13334)
Henrik Paul [Fri, 26 Sep 2014 13:12:05 +0000 (16:12 +0300)]
Reworks the datasource size logic (#13334)

There's no setting of size, but it's inferred instead. Also, you can't
set the size, only ask for a size.

Change-Id: Ibec5ecc5008b3fc38e5942c25e1b8ff8a1b7e402

10 years agoFixes a race condition in Escalator's scrolling (#13334)
Henrik Paul [Thu, 25 Sep 2014 12:34:33 +0000 (15:34 +0300)]
Fixes a race condition in Escalator's scrolling (#13334)

Change-Id: I8bd6195bfbf37c847919e3092d486e67fe79cd5c

10 years agoRenames "estimated size" to a more definite "size" (#13334)
Henrik Paul [Mon, 29 Sep 2014 07:45:23 +0000 (10:45 +0300)]
Renames "estimated size" to a more definite "size" (#13334)

Change-Id: I9f72cc85223df21e5fac0da29b493bcc89bd3b9c

10 years agoAdds Valo support for Grid (#13334)
Henrik Paul [Tue, 30 Sep 2014 09:37:24 +0000 (12:37 +0300)]
Adds Valo support for Grid (#13334)

Change-Id: Ied1e823142efc8e5abd2e2c203eedeef0248d68b

10 years agoTests behavior rather than log output (#13334)
Henrik Paul [Mon, 29 Sep 2014 11:25:35 +0000 (14:25 +0300)]
Tests behavior rather than log output (#13334)

Change-Id: Id00aa2d79251a6235486d39e66552a9ed4b3c534

10 years agoAdd support for Grid column reordering (#13334)
Teemu Suo-Anttila [Tue, 30 Sep 2014 15:04:51 +0000 (18:04 +0300)]
Add support for Grid column reordering (#13334)

Change-Id: I685cf0455810520e801cccdd46d8af838c8a3917

10 years agoUpdate sortable columns on property set change (#13334)
Teemu Suo-Anttila [Fri, 26 Sep 2014 11:36:16 +0000 (14:36 +0300)]
Update sortable columns on property set change (#13334)

Change-Id: I01e74825e5ba68fb3a5e6f68acf8ba7fbde97cf2

10 years agoGrid's client selection model is now the same as server-side (#13334)
Henrik Paul [Wed, 1 Oct 2014 12:20:25 +0000 (15:20 +0300)]
Grid's client selection model is now the same as server-side (#13334)

Change-Id: I37fe3f7e54509fa75a51e384c98b24552908f441

10 years agoAdd a constructor without parameters to Grid (#13334)
Teemu Suo-Anttila [Tue, 30 Sep 2014 08:12:10 +0000 (11:12 +0300)]
Add a constructor without parameters to Grid (#13334)

Change-Id: I4205b42164322b1cbad8d4b697e339ae63c80a54

10 years agoDe-genericize clientside NumberRenderer (#13334)
Johannes Dahlström [Tue, 30 Sep 2014 11:31:41 +0000 (14:31 +0300)]
De-genericize clientside NumberRenderer (#13334)

Change-Id: I687eb81210df54d8c3ea99ab15234efe8dc92917

10 years agoFix indexing issues when removing Grid columns (#13334)
Teemu Suo-Anttila [Fri, 26 Sep 2014 10:48:29 +0000 (13:48 +0300)]
Fix indexing issues when removing Grid columns (#13334)

Change-Id: Ib3e0376d0ffb578d5af851cad9939406251dd71d

10 years agoAdd convenience constructors to client-side Date+NumberRenderer (#13334)
Johannes Dahlström [Mon, 29 Sep 2014 11:35:56 +0000 (14:35 +0300)]
Add convenience constructors to client-side Date+NumberRenderer (#13334)

Change-Id: I61904c17e625d9910a56c7c57ec41032eed5a352

10 years agoMap row data with column ids instead of using an array (#13334)
Teemu Suo-Anttila [Fri, 26 Sep 2014 10:52:04 +0000 (13:52 +0300)]
Map row data with column ids instead of using an array (#13334)

Change-Id: I12fafeec9cb3666822676c80b2062ec2ef4af7ee

10 years agoImplement ProgressBarRenderer (#13334)
Johannes Dahlström [Tue, 23 Sep 2014 14:59:57 +0000 (17:59 +0300)]
Implement ProgressBarRenderer (#13334)

Change-Id: I0193878dadec23a5709fa6f5f50591757b99ae04

10 years agoAdd a test for Grid with GeneratedPropertyContainer (#13334)
Teemu Suo-Anttila [Thu, 25 Sep 2014 12:31:22 +0000 (15:31 +0300)]
Add a test for Grid with GeneratedPropertyContainer (#13334)

Change-Id: If32242828745854c81020405657cc49e13c35bef

10 years agoFix Grid static section column removal (#13334)
Teemu Suo-Anttila [Thu, 25 Sep 2014 12:29:09 +0000 (15:29 +0300)]
Fix Grid static section column removal (#13334)

Change-Id: I8ec67cfe4b55b00ddcf8e4d903ff042773077314

10 years agoPass correct item instance to PropertyValueGenerators (#13334)
Teemu Suo-Anttila [Thu, 25 Sep 2014 12:13:32 +0000 (15:13 +0300)]
Pass correct item instance to PropertyValueGenerators (#13334)

Change-Id: Ie8ac965863f4096393d7ee21050d38c61c5e59eb

10 years agoMake complex renderer .init() abstract (#13334)
Teemu Suo-Anttila [Thu, 25 Sep 2014 08:45:34 +0000 (11:45 +0300)]
Make complex renderer .init() abstract (#13334)

Change-Id: I397c3120c22bdfeb27d10f308efe5abc710138b0

10 years agoAdd setHeader functionality for GridColumns (#13334)
Teemu Suo-Anttila [Wed, 24 Sep 2014 07:59:02 +0000 (10:59 +0300)]
Add setHeader functionality for GridColumns (#13334)

Change-Id: I0838d6c36088d35ab881e731151ee15194f0e1d4

10 years agoFix GeneratedPropertyContainer property adding and removing (#13334)
Teemu Suo-Anttila [Tue, 23 Sep 2014 10:07:31 +0000 (13:07 +0300)]
Fix GeneratedPropertyContainer property adding and removing (#13334)

Change-Id: Icda4f1b736054f5bb02cf3d7dfd2fdee79e88afd

10 years agoFix GridStaticSection communication to use column ids (#13334)
Teemu Suo-Anttila [Tue, 16 Sep 2014 14:01:21 +0000 (17:01 +0300)]
Fix GridStaticSection communication to use column ids (#13334)

Change-Id: Ic5174543cab912ea8647b92445f33ec3d9fca366

10 years agoAdd addColumns functionality to Grid (#13334)
Teemu Suo-Anttila [Wed, 24 Sep 2014 08:55:23 +0000 (11:55 +0300)]
Add addColumns functionality to Grid (#13334)

Change-Id: I7d83c92c82bc3e5c41909eccdc28d3a8111635a8

10 years agoFix GridKeyEvents to provide correct API for different types (#13334)
Teemu Suo-Anttila [Wed, 27 Aug 2014 07:38:51 +0000 (10:38 +0300)]
Fix GridKeyEvents to provide correct API for different types (#13334)

Change-Id: Id8ee1b8aab40273b2c0da4d85d8d07b419af49d7

10 years agoFix GeneratedPropertyContainer to support add and remove events (#13334)
Teemu Suo-Anttila [Mon, 22 Sep 2014 12:21:41 +0000 (15:21 +0300)]
Fix GeneratedPropertyContainer to support add and remove events (#13334)

Change-Id: I9a1ff7338a70528a0f0b2fbe6752fb2640dcc0d9

10 years agoFix Grid header default row cell setup when adding properties (#13334)
Teemu Suo-Anttila [Mon, 22 Sep 2014 12:24:16 +0000 (15:24 +0300)]
Fix Grid header default row cell setup when adding properties (#13334)

Change-Id: Ia4a36d433c5a48ae8aebf0c7fcf04d4cec2447b4

10 years agoAdd default implementation of Renderer.encode to AbstractRenderer (#13334)
Johannes Dahlström [Tue, 23 Sep 2014 14:52:44 +0000 (17:52 +0300)]
Add default implementation of Renderer.encode to AbstractRenderer (#13334)

Change-Id: I74a0960bbe56e71702762e4cf1067098dd428125

10 years agoAdd support for relative sizes for Escalator/Grid (#13334)
Henrik Paul [Tue, 16 Sep 2014 10:22:00 +0000 (13:22 +0300)]
Add support for relative sizes for Escalator/Grid (#13334)

Change-Id: Ic58fe644645fd18274a8d92d904ade8140b194b7

10 years agoMakes Escalator and Grid DeferredWorkers (#13334)
Henrik Paul [Tue, 9 Sep 2014 10:15:36 +0000 (13:15 +0300)]
Makes Escalator and Grid DeferredWorkers (#13334)

Change-Id: Ia8c1b98e4e2c021b570e74f3527f58f15a469a17

10 years agoMerge remote-tracking branch 'origin/master' into grid
Leif Åstrand [Sat, 20 Sep 2014 07:01:44 +0000 (10:01 +0300)]
Merge remote-tracking branch 'origin/master' into grid

Change-Id: I8a35a090619778b1cfbff55e112ab2f30e6881a2

10 years agoAdd Property and Item change notifiers for generated properties (#13334)
Teemu Suo-Anttila [Fri, 19 Sep 2014 09:30:57 +0000 (12:30 +0300)]
Add Property and Item change notifiers for generated properties (#13334)

Change-Id: I35a212b7f32f7c75333ee394f6dc102802d4d46e

10 years agoImplement commit/discard functionality for editor row (#13334)
Johannes Dahlström [Fri, 12 Sep 2014 12:48:38 +0000 (15:48 +0300)]
Implement commit/discard functionality for editor row (#13334)

Includes commit and cancel UI. Vaadin-specific commit/discard implementation
will be submitted as a separate patch. As of now, commits are assumed
to always succeed.

Change-Id: I2043eac2fe80012bee235648b01518f19057c215

10 years agoAdd Container.Filterable to GeneratedPropertyContainer (#13334)
Teemu Suo-Anttila [Tue, 16 Sep 2014 08:25:25 +0000 (11:25 +0300)]
Add Container.Filterable to GeneratedPropertyContainer (#13334)

Change-Id: I84b1b649d1b8fc420238953f9d027b5737c5af58

10 years agoImplement Vaadin-specific editor row bind/cancel handling (#13334)
Johannes Dahlström [Wed, 10 Sep 2014 12:21:09 +0000 (15:21 +0300)]
Implement Vaadin-specific editor row bind/cancel handling (#13334)

Change-Id: I9a6326a065b3ca159dd1b4237de1dbf8fa8e10ff

10 years agoScroll editor row horizontally along with the rest of grid (#13334)
Johannes Dahlström [Fri, 12 Sep 2014 16:21:18 +0000 (19:21 +0300)]
Scroll editor row horizontally along with the rest of grid (#13334)

Change-Id: Ib0aaa801570149c97f614fa9d04252508bdafcd7

10 years agoNotification animations feel janky (Valo) (#14656)
Jouni Koivuviita [Thu, 18 Sep 2014 11:58:42 +0000 (14:58 +0300)]
Notification animations feel janky (Valo) (#14656)

Added a small delay for notification animate-in animations.

Change-Id: Id5596957c56eae391c17e3ea8b942617b848c8f7

10 years agoFix themes build script not to overwrite all theme files on every iteration. (#14575)
Sauli Tähkäpää [Tue, 16 Sep 2014 07:09:23 +0000 (10:09 +0300)]
Fix themes build script not to overwrite all theme files on every iteration. (#14575)

Change-Id: I58d19f7f5c9e45068b6cc8a7356e41d5d5bce5b6

10 years agoFix FormLayout has always an odd 12px horizontal margin (#14574)
Jouni Koivuviita [Mon, 1 Sep 2014 13:50:32 +0000 (16:50 +0300)]
Fix FormLayout has always an odd 12px horizontal margin (#14574)

Change-Id: Idaba283636ccbbd3d4fccc8ea10128a464fa463d

10 years agoFixed ComboBox filtering when page length is zero (#14509)
Teemu Pöntelin [Tue, 26 Aug 2014 16:29:35 +0000 (19:29 +0300)]
Fixed ComboBox filtering when page length is zero (#14509)

Change-Id: I663b39a37bcdf4383fa76d04acd127503ced11df

10 years agoSetting null as URI fragment doesn't remove the fragment in the browser (#11312)
Anna Miroshnik [Tue, 16 Sep 2014 09:33:35 +0000 (13:33 +0400)]
Setting null as URI fragment doesn't remove the fragment in the browser (#11312)

Tests only. Because this defect was fixed during fixing #12207.

Change-Id: If47f06d30fd3c8318df9b3197cea5771a1b38063

10 years agoAdd new StringTo<Byte, Short, BigInteger> Converters(#14583)
denis.magdenkov [Fri, 5 Sep 2014 15:35:40 +0000 (19:35 +0400)]
Add new StringTo<Byte, Short, BigInteger> Converters(#14583)

Fixing code review points. Moving converters to server/src

Change-Id: I3f2140c7366d514c1c24531a420a1e4eb0dcd086

10 years agoFix for audio component starting new playback on each client poll when in Window...
Sergey Budkin [Wed, 17 Sep 2014 12:00:15 +0000 (15:00 +0300)]
Fix for audio component starting new playback on each client poll when in Window (#14645)

Every poll triggers cloning of Window contents at postLayout phase, so media components
are cleared of autoplay attribute.

Change-Id: I0d81cc1bcfd1da1f7c9f1813fb91930139232737

10 years agoRe-adding all rows in Table causes table to loose scroll position (#14581)
Anna Miroshnik [Mon, 15 Sep 2014 13:11:56 +0000 (17:11 +0400)]
Re-adding all rows in Table causes table to loose scroll position (#14581)

Fix: if to remove (container.removeAllItems()) and then to re-add(container.addAll(..)) the same collection in table container - > scroll position is not loosed now.

The hash code and scroll position of the old container is stored when a new container is added.
If the new container has the same hash code, we restore the scroll position.
The scroll position is not restored if another items added to the container.

Change-Id: I52a22c3c1c7b71f1b3447b9d592ab8fececd67b8

10 years agoMade MethodPropertyDescriptor box primitive types as it's done in MethodProperty...
Taras Hupalo [Tue, 16 Sep 2014 13:28:55 +0000 (16:28 +0300)]
Made MethodPropertyDescriptor box primitive types as it's done in MethodProperty (#14659)

Change-Id: I75ee98c36bf57483025157d0bd2039e3f6553aec

10 years agoMake CalendarNotificationsTestIE work on IE8.
Sauli Tähkäpää [Thu, 18 Sep 2014 05:10:20 +0000 (08:10 +0300)]
Make CalendarNotificationsTestIE work on IE8.

Change-Id: I395a03fe2c1815004a72e2bb3ecde937d504e969

10 years agoConvert TableScrollsOnSelectionTest to TB4.
Sauli Tähkäpää [Fri, 12 Sep 2014 13:10:48 +0000 (16:10 +0300)]
Convert TableScrollsOnSelectionTest to TB4.

Change-Id: I27b8edbd0761771054dc4e1b0b6b2559957da0c6

10 years agoConvert TableInFormLayoutCausesScrollingTest to TB4.
Sauli Tähkäpää [Fri, 12 Sep 2014 12:54:22 +0000 (15:54 +0300)]
Convert TableInFormLayoutCausesScrollingTest to TB4.

Change-Id: I9f2cec6ad77b05e7175de390240977d881530ded

10 years agoAdd RefreshCloseConnectionTest to push test category.
Sauli Tähkäpää [Thu, 18 Sep 2014 11:44:35 +0000 (14:44 +0300)]
Add RefreshCloseConnectionTest to push test category.

Change-Id: Ic18452ade4fa8930db92a7a8e693ad33d8f823cd

10 years agoModify TestLayoutClickListenerTest to work on FF.
Sauli Tähkäpää [Thu, 18 Sep 2014 08:55:57 +0000 (11:55 +0300)]
Modify TestLayoutClickListenerTest to work on FF.

Change-Id: Ic37c2033b3a40ffd58da5ca875c4226b9e3098f1

10 years agoSplit UIAccessTest into separate test methods.
Sauli Tähkäpää [Thu, 18 Sep 2014 07:32:57 +0000 (10:32 +0300)]
Split UIAccessTest into separate test methods.

Change-Id: I4cc0dd2a97a702cff0506543cc9608ae819f82f8

10 years agoExtract IE8 to it's own TableColumnResizeContentsWidthTest.
Sauli Tähkäpää [Thu, 18 Sep 2014 06:40:03 +0000 (09:40 +0300)]
Extract IE8 to it's own TableColumnResizeContentsWidthTest.

Change-Id: I1f9680b9fd16977aa3351e2406e0831b2046c191

10 years agoRemove invalid overrides from PopupViewShortcutActionHandlerTest.
Sauli Tähkäpää [Thu, 18 Sep 2014 05:44:47 +0000 (08:44 +0300)]
Remove invalid overrides from PopupViewShortcutActionHandlerTest.

Change-Id: Ib77b1188239116f065f95f7511311a3af9201f51

10 years agoFix PopupViewResizeWhileOpenTest to use correct shadow.
Sauli Tähkäpää [Thu, 18 Sep 2014 05:41:13 +0000 (08:41 +0300)]
Fix PopupViewResizeWhileOpenTest to use correct shadow.

Change-Id: I3be56581099d87a9ff3b2147f26a8a84af063189

10 years agoMake ComboBoxValueInputTest stable by simplifying the steps.(#3268)
Sauli Tähkäpää [Thu, 11 Sep 2014 12:06:23 +0000 (15:06 +0300)]
Make ComboBoxValueInputTest stable by simplifying the steps.(#3268)

Change-Id: Idd314e531659fbab701df117307b5c41fcac9ec3

10 years agoAdd missing comments. (#14482, #14565)
Sauli Tähkäpää [Mon, 15 Sep 2014 09:48:17 +0000 (12:48 +0300)]
Add missing comments. (#14482, #14565)

Change-Id: I647bc8105cbcd13dd1a0c291a9df01f5f43dd65a

10 years agoConverted LongMultiselectTest to TB4.
Sauli Tähkäpää [Fri, 12 Sep 2014 10:25:38 +0000 (13:25 +0300)]
Converted LongMultiselectTest to TB4.

Change-Id: I0336929861ef0e162fab5f7ff4fee8dfe0b343b4

10 years agoFixes an assumption bug with EditorRow (#13334)
Henrik Paul [Tue, 16 Sep 2014 12:42:52 +0000 (15:42 +0300)]
Fixes an assumption bug with EditorRow (#13334)

Change-Id: Ieabb3d10daf445b4cfc387b202ede4dde58a73f1

10 years agoAdd Range<Byte, Short, Long, Float, BigInteger, BigDecimal> Validators (#14584)
denis.magdenkov [Sat, 6 Sep 2014 11:58:25 +0000 (15:58 +0400)]
Add Range<Byte, Short, Long, Float, BigInteger, BigDecimal> Validators (#14584)

Fix code review points.

Change-Id: Ia1ef55ff7ef806f9b71cb97f8f09bd4c6ec97a41

10 years agoAdd Container.Sortable interface to GeneratedPropertyContainer (#13334)
Teemu Suo-Anttila [Mon, 15 Sep 2014 14:22:12 +0000 (17:22 +0300)]
Add Container.Sortable interface to GeneratedPropertyContainer (#13334)

Change-Id: Ib6be69b1ede0d3129d9812c78fe961412be7d145

10 years agoFix Grid active cell navigation with colspans (#13334)
Teemu Suo-Anttila [Tue, 16 Sep 2014 12:24:15 +0000 (15:24 +0300)]
Fix Grid active cell navigation with colspans (#13334)

Change-Id: Iafcb82c86d9c4772d9488b80bd888f06b142951b

10 years agoComboBox not always shows selected value (#10600)
Anna Miroshnik [Fri, 5 Sep 2014 08:09:40 +0000 (12:09 +0400)]
ComboBox not always shows selected value (#10600)

Full name of defect: ComboBox doesn't show selected value beyond the first dropdown page.
Tests to be sure that this bug is not reproduced now.
Test were updated not to use Thread.sleep().

Change-Id: I12b0c9a1fbae5e934ebe0471b1b60a3ec7098da7

10 years agoFix release notes to pick tickets with status pending-release/release.
Sauli Tähkäpää [Tue, 16 Sep 2014 12:17:10 +0000 (15:17 +0300)]
Fix release notes to pick tickets with status pending-release/release.

Change-Id: I88cfd3a5f71fe5471c93d816f45ef9457f8023b6

10 years agoInitial implementation of GeneratedPropertyContainer (#13334)
Teemu Suo-Anttila [Tue, 9 Sep 2014 13:18:33 +0000 (16:18 +0300)]
Initial implementation of GeneratedPropertyContainer (#13334)

Change-Id: Ie65422ad81672223b33dad33f7f88201a64c1948

10 years agoFix multiselection pressing shift before starting (#13483)
Guillermo Alvarez [Fri, 12 Sep 2014 12:49:53 +0000 (15:49 +0300)]
Fix multiselection pressing shift before starting (#13483)

selectionRangeStart wasn't set when starting a selection pressing shift.
SelectAllRowsTest was rewritten to enable extension to test this issue.

Change-Id: I1b578b28ba89fc8215ec853d92de09f44c2d58e6

10 years agoCalendar event not shown correctly when partially out of view (#7261)
Anna Miroshnik [Thu, 4 Sep 2014 13:38:38 +0000 (17:38 +0400)]
Calendar event not shown correctly when partially out of view (#7261)

only tests. Fix was done during fix of (#12521)

Change-Id: I0097f4b3b0426e007af2eaf20323193ac75e1a8c

10 years agoFix invalid parameter name (#14602)
Leif Åstrand [Thu, 4 Sep 2014 11:00:02 +0000 (14:00 +0300)]
Fix invalid parameter name (#14602)

Change-Id: Ia746e41b7dd81b3465895aad4ca39991aac17d89

10 years agoFix client-side StaticRow to use GridColumn instead of index (#13334)
Teemu Suo-Anttila [Tue, 9 Sep 2014 11:39:09 +0000 (14:39 +0300)]
Fix client-side StaticRow to use GridColumn instead of index (#13334)

Change-Id: I82e86c41de400e232fdf153379b8c40167bce438

10 years agoPrevent dispatching GridKeyEvents when target is not grid (#13334)
Teemu Suo-Anttila [Mon, 15 Sep 2014 08:22:32 +0000 (11:22 +0300)]
Prevent dispatching GridKeyEvents when target is not grid (#13334)

Change-Id: I2efd6d48502360d14d21456077d50b37fa8a4be6

10 years agoImprove proxy comparison support (#14639)
Juuso Valli [Sat, 13 Sep 2014 12:19:55 +0000 (15:19 +0300)]
Improve proxy comparison support (#14639)

Change-Id: I114ea5bf9d55c78826c1163206caf585b96143ef

10 years agoTests Escalator's freezing columns. (#13334)
Henrik Paul [Wed, 10 Sep 2014 09:13:08 +0000 (12:13 +0300)]
Tests Escalator's freezing columns. (#13334)

Change-Id: Ifd85cfba770e31a91e05b854fde67c991f443c4d

10 years agoSassDoc stubs, mostly auto-generated by special utility (#14203)
Sergey Budkin [Mon, 8 Sep 2014 09:11:12 +0000 (12:11 +0300)]
SassDoc stubs, mostly auto-generated by special utility (#14203)

Change-Id: Id621c25cae3314dc44a700e1e9dcdae97cda5bfb

10 years agoChanging theme on the fly tutorial code
Leif Åstrand [Thu, 4 Sep 2014 10:57:33 +0000 (13:57 +0300)]
Changing theme on the fly tutorial code

Tutorial published at
https://vaadin.com/wiki/-/wiki/Main/Changing+theme+on+the+fly

Change-Id: I41e024001e0f4747ff38b9d9c365771f87e2d2cb

10 years agoAdd SubPartAware to VMenuBar (#13364)
Dmitrii Rogozin [Thu, 11 Sep 2014 11:57:02 +0000 (14:57 +0300)]
Add SubPartAware to VMenuBar (#13364)

Change-Id: Ibf8b82dff19736d5e2519638db50a26148f0e750

10 years agoAdd SubPartAware interface to VSlider (#13760)
Dmitrii Rogozin [Thu, 11 Sep 2014 11:45:49 +0000 (14:45 +0300)]
Add SubPartAware interface to VSlider (#13760)

Change-Id: I19cc7e60a43a618f2b443f4b9d049b77d740b567

10 years agoWebBrowser.isWindowsPhone() is added (#14425).
Denis Anisimov [Sun, 7 Sep 2014 14:39:56 +0000 (17:39 +0300)]
WebBrowser.isWindowsPhone() is added (#14425).

Change-Id: Ia279c4da78ca04e0d3727b605e2ce68b99e8cd65

10 years agoUpdate to Atmosphere 2.1.2.vaadin5 (#13877)
Sergey Budkin [Fri, 12 Sep 2014 09:12:48 +0000 (12:12 +0300)]
Update to Atmosphere 2.1.2.vaadin5 (#13877)

New version of vaadin atmosphere, picked change from main codebase:
https://github.com/Atmosphere/atmosphere/commit/9eeb5768
Tested manually against Jetty 9.2.3

Change-Id: I90f4a90b1ff651cc475eb01c2156d3c58abd8c2c

10 years agoFixes Escalator's assertion error regarding scroll position (#13334)
Henrik Paul [Fri, 12 Sep 2014 13:30:07 +0000 (16:30 +0300)]
Fixes Escalator's assertion error regarding scroll position (#13334)

Change-Id: I72dd8c5160022d127692e223c267edf09e73e091

10 years agoURI to cval file was wrong in Windows (#14629)
Manolo Carrasco [Tue, 9 Sep 2014 15:51:24 +0000 (17:51 +0200)]
URI to cval file was wrong in Windows (#14629)

Change-Id: Ifdcf8bcaf6f613660b185501be92eec0b43700b5

10 years agoMake Vaadin component handling proxy-friendly (#14639)
Juuso Valli [Thu, 11 Sep 2014 13:34:03 +0000 (16:34 +0300)]
Make Vaadin component handling proxy-friendly (#14639)

Comparisons with the ==-operator between a proxy and it's underlying
instance fail, so we should use a custom equals method instead.
Change-Id: Iaa86ae830fecbedfb1f55636e25f5affebf5aba3

10 years agoImplement data binding and edit cancel mechanism for editor row (#13334)
Johannes Dahlström [Wed, 10 Sep 2014 12:04:54 +0000 (15:04 +0300)]
Implement data binding and edit cancel mechanism for editor row (#13334)

This patch contains only the generic parts and a test EditorRowHandler.
The Vaadin-specific implementation will be submitted as a separate change.

Change-Id: I719a474fd72d7801a3b6c9cc567af1655b2f8565

10 years agoTesting Escalator (post|pre)(Attach|Detach) functionality (#13334)
Henrik Paul [Thu, 11 Sep 2014 11:59:22 +0000 (14:59 +0300)]
Testing Escalator (post|pre)(Attach|Detach) functionality (#13334)

Change-Id: If7a61560a96c5720b54bf3b5dcc83aef3ff7e357

10 years agoBundles the logging label into a widget (#13334)
Henrik Paul [Thu, 11 Sep 2014 09:11:29 +0000 (12:11 +0300)]
Bundles the logging label into a widget (#13334)

Change-Id: I1c041c34dc4b08351122d0afc6de6fe2afadd48c

10 years agoUse div instead of notice to avoid UI removing it (#14597)
Manolo Carrasco [Tue, 9 Sep 2014 16:11:45 +0000 (18:11 +0200)]
Use div instead of notice to avoid UI removing it (#14597)

Change-Id: I70cf7f310ee8238a6846316d8c85b3ae4abfd67d

10 years agoChange Sonatype URLs to https.
Sauli Tähkäpää [Thu, 11 Sep 2014 12:09:37 +0000 (15:09 +0300)]
Change Sonatype URLs to https.

Change-Id: I93f28a135fffba6d4fac0b1dca4a1785c279fab4

10 years agoresolve org.json version conflict between server and shared (#14618)
Markus Koivisto [Wed, 10 Sep 2014 09:09:00 +0000 (12:09 +0300)]
resolve org.json version conflict between server and shared (#14618)

Change-Id: Iae1723bfcfa56084a1339247b1f82e9277555a5e

10 years agoTextFields inside Drag and Drop Wrappers cannot get focus (#12838)
denis.magdenkov [Wed, 10 Sep 2014 11:14:57 +0000 (15:14 +0400)]
TextFields inside Drag and Drop Wrappers cannot get focus (#12838)

Add detection logic to distinguish bweteen click and drag.

Change-Id: I43129183e990266243bfaafe83396f52b09b16d4