]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
10 years agoAdd stylename to selected rows (#13334)
Patrik Lindström [Tue, 10 Jun 2014 12:27:45 +0000 (15:27 +0300)]
Add stylename to selected rows (#13334)

Change-Id: I4f1dfca15e3dbde925ec15c7bebd913a0bc91b1a

10 years agoImplement Grid client-side Selection API (#13334)
Patrik Lindström [Mon, 26 May 2014 12:35:24 +0000 (15:35 +0300)]
Implement Grid client-side Selection API (#13334)

Change-Id: I29152ae83f5a4100b030003c2eec102cf25d7c59

10 years agoInvoke ComplexRenderer init and destroy methods (#13334)
Johannes Dahlström [Wed, 4 Jun 2014 09:14:19 +0000 (12:14 +0300)]
Invoke ComplexRenderer init and destroy methods (#13334)

init is called in body EscalatorUpdater preAttach;
destroy in postDetach. Neither is yet called in the
header and footer updaters.

Change-Id: Ie9700987ce56d4bab0b0c7d8b939c2a311f983e4

10 years agoImplemented WidgetRenderer #12993
John Ahlroos [Tue, 3 Jun 2014 10:52:33 +0000 (13:52 +0300)]
Implemented WidgetRenderer #12993

Change-Id: I6eb69bd0c18adba057e9785778e0392e1ff25a22

10 years agoAdds selection gesture handling to selection column (#13334)
Henrik Paul [Thu, 29 May 2014 13:05:43 +0000 (16:05 +0300)]
Adds selection gesture handling to selection column (#13334)

This patch adds support for drag-selection/deselection gestures
for both touch and mouse.

Change-Id: I05f894123fe5b1dae4f309f8fea01e02208589d7

10 years agoNotify EscalatorUpdater when removing columns (#13334)
Johannes Dahlström [Wed, 4 Jun 2014 13:22:11 +0000 (16:22 +0300)]
Notify EscalatorUpdater when removing columns (#13334)

Change-Id: I8a598c195d13273d9adbcd13539f429733f9a34c

10 years agoNotify EscalatorUpdater when inserting columns (#13334)
Johannes Dahlström [Mon, 2 Jun 2014 16:02:09 +0000 (19:02 +0300)]
Notify EscalatorUpdater when inserting columns (#13334)

preAttach and postAttach are invoked for each DOM row, passing
the cells corresponding to the inserted columns.

Change-Id: I666bb7b5e690145a3911154d298e703bac0df1cd

10 years agoChanges @since 7.4.0 to @since 7.4
Henrik Paul [Wed, 4 Jun 2014 07:18:17 +0000 (10:18 +0300)]
Changes @since 7.4.0 to @since 7.4

Change-Id: Id932dcd42b95cf30f3f04e9058c2740574463b71

10 years agoProvide RowContainer method to query if element is in container #13334
John Ahlroos [Tue, 27 May 2014 12:45:37 +0000 (15:45 +0300)]
Provide RowContainer method to query if element is in container #13334

Change-Id: I640e8e9dfc0d68e18d72f904531277fe1e4f9414

10 years agoNotify EscalatorUpdater when inserting and removing DOM rows (#13334)
Johannes Dahlström [Mon, 2 Jun 2014 12:38:30 +0000 (15:38 +0300)]
Notify EscalatorUpdater when inserting and removing DOM rows (#13334)

preAttach and postAttach are called when inserting physical DOM rows;
similarly preDetach and postDetach when removing rows.

These methods are not yet invoked when adding or removing columns.

Change-Id: Ic0a400f7e79a2c7ff487542912d7fb732389d638

10 years agoAdd (pre|post)(Attach|Detach) methods to EscalatorUpdater (#13334)
Johannes Dahlström [Mon, 2 Jun 2014 10:59:01 +0000 (13:59 +0300)]
Add (pre|post)(Attach|Detach) methods to EscalatorUpdater (#13334)

These are not called by anything yet.

Change-Id: If902afe1a2040b506fd6bf43de79cd0ebc793387

10 years agoClient-side selection checkbox renderer (#13334)
Henrik Paul [Thu, 22 May 2014 12:54:36 +0000 (15:54 +0300)]
Client-side selection checkbox renderer (#13334)

Change-Id: I7b6a5c4ca1d78a97c34b1f7b95d1488edeb8551e

10 years agoRemoves an unnecessary/unused method (#13334)
Henrik Paul [Thu, 29 May 2014 13:06:55 +0000 (16:06 +0300)]
Removes an unnecessary/unused method (#13334)

Change-Id: I8504134afcbc05b2d297be40a4d42c9b4c7feaa7

10 years agoAdd caching logic for Grid DataSource (#13334) 7.4.0.alpha2
Leif Åstrand [Fri, 30 May 2014 10:36:27 +0000 (13:36 +0300)]
Add caching logic for Grid DataSource (#13334)

Change-Id: Ia9323bf4d3e26c0f9425f363af56f41bdcf1d39d

10 years agoAdd basic functionality to GridElement class (#13334)
Teemu Suo-Anttila [Tue, 27 May 2014 08:13:17 +0000 (11:13 +0300)]
Add basic functionality to GridElement class (#13334)

Change-Id: I5340b000b87101cab4dacc700fc8251624f613f6

10 years agoAdd expansion and limiting for Range (#13334)
Leif Åstrand [Thu, 17 Apr 2014 13:37:19 +0000 (16:37 +0300)]
Add expansion and limiting for Range (#13334)

The added functionality is used by the upcoming caching logic.

Change-Id: Ibc4e7103241b2199b85bf7727339d1f6a4b5fc9b

10 years agoMove ActiveRowHandler to the data provider extension (#13334)
Leif Åstrand [Fri, 30 May 2014 06:50:40 +0000 (09:50 +0300)]
Move ActiveRowHandler to the data provider extension (#13334)

This makes GridConnector include information about what rows are cached
when more data is requested instead of the previous way of synchronizing
this separately every time a scroll event occurs. This new approach
makes it possible to have rows cached even if they are not in view. It
also improves performance since there's no need to do an RPC every time
scrolling changes what is visible.

Change-Id: Ibfe8a69586dfc397591f56efa8ef351e274f0116

10 years agoUpdate license headers from SelectionModel patch
Teemu Suo-Anttila [Fri, 30 May 2014 07:32:55 +0000 (10:32 +0300)]
Update license headers from SelectionModel patch

Change-Id: I81804fcd1182d86c0b567604bf3d0626a7e6bbaa

10 years agoAdd SubPartAware interface to Grid client side (#13334)
Teemu Suo-Anttila [Wed, 28 May 2014 08:11:35 +0000 (11:11 +0300)]
Add SubPartAware interface to Grid client side (#13334)

Change-Id: I067f2a248a84076531b0b0b18b4e39c493db457f

10 years agoGrid server-side selection (#13334)
Henrik Paul [Mon, 19 May 2014 15:26:24 +0000 (18:26 +0300)]
Grid server-side selection (#13334)

Change-Id: I62c5a2486360fe11de8a90efabb7775ef47124cb

10 years agoAllow listening to events from cells via renderer #13334
John Ahlroos [Thu, 22 May 2014 13:23:52 +0000 (16:23 +0300)]
Allow listening to events from cells via renderer #13334

Change-Id: Id89deab9e19db67ab547d914fd11ade890663c45

10 years agoSort DOM elements for better WAI-ARIA support (#13334)
Henrik Paul [Wed, 5 Mar 2014 07:35:48 +0000 (09:35 +0200)]
Sort DOM elements for better WAI-ARIA support (#13334)

Change-Id: I3fe6b2a8ad2b72b91db61135bd6505dcfa53034d

10 years agoRefactored client Renderers once again #13334
John Ahlroos [Fri, 23 May 2014 11:24:47 +0000 (14:24 +0300)]
Refactored client Renderers once again #13334

The following things are refactored in this changeset:
 * Cell interface removed
 * CellInfo -> Cell
 * Renderer interface becomes a single method interface
 * All other methods moved from Renderer to new ComplexRenderer interface

Change-Id: I567868b8dc73783988bce6c11bc23e12d5479172

10 years agoMerge remote-tracking branch 'origin/master' into grid
John Ahlroos [Mon, 26 May 2014 09:28:06 +0000 (12:28 +0300)]
Merge remote-tracking branch 'origin/master' into grid

Change-Id: I2f6f9de3d210b863e44eb6fbf1fbc2cb7251c2ee

10 years agoFix caption listener leak and caption measurement (#13741)
Juuso Valli [Fri, 23 May 2014 08:00:48 +0000 (11:00 +0300)]
Fix caption listener leak and caption measurement (#13741)

Reverting the previous fix to caption measurement, it caused a leak with
the listeners.
Change-Id: If1c06db692c0e829d91528eceb49a9a07f58ed4a

10 years agoAdd a dummy GridElement and use it in GridBasicFeaturesTest (#13334)
Teemu Suo-Anttila [Tue, 20 May 2014 14:25:39 +0000 (17:25 +0300)]
Add a dummy GridElement and use it in GridBasicFeaturesTest (#13334)

Change-Id: I729d906a14da66f5a4827ccbaa48762d69ebbe11

10 years agoJavadoc correction
Artur Signell [Thu, 22 May 2014 13:06:51 +0000 (16:06 +0300)]
Javadoc correction

Change-Id: I58c89f6c8b2c72e233b1d9e5413da1d6cbc36285

10 years agoUpdated client side renderers according to new design #12993
John Ahlroos [Tue, 20 May 2014 12:32:38 +0000 (15:32 +0300)]
Updated client side renderers according to new design #12993

Change-Id: I5c88a6cf3dc0d204dd4489b271e8a8bb8d06c3eb

10 years agoHelpers for retrieving the current PortletRequest (#13806)
Artur Signell [Thu, 22 May 2014 13:05:47 +0000 (16:05 +0300)]
Helpers for retrieving the current PortletRequest (#13806)

Change-Id: I5d400a05071844729d68abb1ba0c31c33e32e9c7

10 years agoOptimizes ConnectorTracker.cleanConnectorMap (#13803)
Fabian Lange [Wed, 21 May 2014 12:18:41 +0000 (14:18 +0200)]
Optimizes ConnectorTracker.cleanConnectorMap (#13803)

cleanConnectorMap is a hot method.
This change improves multiple code paths:
1) The global resource handler is no longer get()ed from the session for
   each connector (was in two loops).
2) The ConnectorTracker is no longer get()ed from the UI for each
   connector (was in one loop).
3) values() iterator for ClientConnectors replaces
   keySet() iterator + get(key) call
4) use getUI() from ClientConnector instead manual method.
5) moved removeUnregisteredConnectors to ease inlining and readability.

Change-Id: I25ff5bc32d27d30ecd8d354922ec6e4a02b05921

10 years agoModified Coding Conventions to not have a new line after annotations on
Anna Koskinen [Tue, 8 Apr 2014 12:34:16 +0000 (15:34 +0300)]
Modified Coding Conventions to not have a new line after annotations on
parameters (#13569).

Change-Id: Idc541f298591453c52285a8b1987052caad79e4f

10 years agoOptimize getAllChildrenIterable() performance. (#13803)
Fabian Lange [Wed, 21 May 2014 12:52:52 +0000 (14:52 +0200)]
Optimize getAllChildrenIterable() performance. (#13803)

getAllChildrenIterable() is invoked frequently, its used by
attach/detach and markAsDirty.
Because of the implementation detail in CombinedIterator, on every call
all iterators are checked. This means that on every component which has
multiple childs, each next() call will first check the extension
iterator, before advancing in the child iterator.
By having the childs first, this overhead is reduced. If no extensions
are existing (which is quite common) the iterator is not added at all.
(creating an iterator on an empty UnmodifiableCollection is waste of
time and memory)

Change-Id: I23bb91464052ad4282963ec4b5be8a52c6847d4f

10 years agoSuspend all validation in the project
Artur Signell [Tue, 11 Mar 2014 19:14:45 +0000 (21:14 +0200)]
Suspend all validation in the project

Change-Id: Idaa41933c5fb6236a06b13323c2d39f7869af1ac

10 years agoFix issue when typing fast in combobox edit box plus then press TAB (#12325)
Dmitrii Rogozin [Wed, 21 May 2014 09:53:25 +0000 (12:53 +0300)]
Fix issue when typing fast in combobox edit box plus then press TAB (#12325)

Change-Id: I35375d2b39fbd666d848f6ffa62aa0ce1c0d4fad

10 years agoPrevent adding/setting parent component as child (#12720).
Denis Anisimov [Wed, 12 Mar 2014 19:17:18 +0000 (21:17 +0200)]
Prevent adding/setting parent component as child (#12720).

Change-Id: I9b7b43f176e88d9edca591001297b94475a31854

10 years agoReplace use of deprecated DOM.setStyleAttribute method (#13781)
Leif Åstrand [Fri, 16 May 2014 08:31:14 +0000 (11:31 +0300)]
Replace use of deprecated DOM.setStyleAttribute method (#13781)

This change is only a brain dead replacement of one specific method. In
some cases, there were some oddities in the surrounding code as well,
but these were left unresolved on purpose.

It should also be noted that DOM.setStyleAttribute just delegates to
element.getStyle().setProperty(), so any null references would have
caused problems already in the existing code.

Change-Id: I340122ac0767af9928076376f76e5bd2c5e19f9f

10 years agoMake Hearbeat available to other modules (#13250)
Manolo Carrasco [Wed, 14 May 2014 10:55:47 +0000 (12:55 +0200)]
Make Hearbeat available to other modules (#13250)

- When a mobile app goes online/offline we need to change
  Heartbeat interval and restart the schedule.
- We also need to be notified about response status in
  order to show the appropriate offline UI, etc.

Related with Issue #13250 and review https://dev.vaadin.com/review/#/c/3376/

Change-Id: I428501306e37fb8c2ee0ed6022a4c588bd8456db

10 years agoRemove some unnecessary semicolons
Leif Åstrand [Fri, 16 May 2014 06:22:35 +0000 (09:22 +0300)]
Remove some unnecessary semicolons

Change-Id: I8698a9ecf691adde9a3bc2e92047be5f3036df1e

10 years agoUpdate mini tutorial code to use @OnStateChange
Leif Åstrand [Thu, 15 May 2014 11:21:04 +0000 (14:21 +0300)]
Update mini tutorial code to use @OnStateChange

Change-Id: I509213ade4ed9765db8a7773c42051f8f182b272

10 years agoTreat initial rendering and style changes separately. (#13444)
Markus Koivisto [Wed, 21 May 2014 12:33:31 +0000 (15:33 +0300)]
Treat initial rendering and style changes separately. (#13444)

This fixes a regression caused by a previous patch, which led to empty comboboxes being initialised with a zero width.

Change-Id: I7e5ca0c563625c453e0e3006d91ed52ad227d6f0

10 years agoUse method available in all browsers (#13804)
Artur Signell [Wed, 21 May 2014 19:18:05 +0000 (22:18 +0300)]
Use method available in all browsers (#13804)

String.contains work in Firefox, not in Chrome or Opera

Change-Id: I074d3c79629fd699841d3b39a36620511233ce6c

10 years agoFix caption measurement in VAbstractOrderedLayout (#13741)
Juuso Valli [Mon, 19 May 2014 11:40:03 +0000 (14:40 +0300)]
Fix caption measurement in VAbstractOrderedLayout (#13741)

Change-Id: I7bb9a404c789f352477b752537ffdedfc60da91c

10 years agoKeep all checkbox related data in Map don't address it via the index #11772
Denis Anisimov [Mon, 7 Apr 2014 19:04:33 +0000 (22:04 +0300)]
Keep all checkbox related data in Map don't address it via the index #11772

Change-Id: I2c9c68134d9fe958e2881975d1d845dea819a761

10 years agoFix WAR file location in uitest build scripts.
Sauli Tähkäpää [Tue, 20 May 2014 08:05:45 +0000 (11:05 +0300)]
Fix WAR file location in uitest build scripts.

Change-Id: I0febbbaf85374c395454c889c36add277ca9b131

10 years agoAdds methods for setting only width or height undefined #13546
John Ahlroos [Fri, 4 Apr 2014 06:48:37 +0000 (09:48 +0300)]
Adds methods for setting only width or height undefined #13546

Change-Id: Ieebe48c75370c0744a2a2619e1ed81dbd090a544

10 years agoFix keyboard navigating in combo box (#11333).
Dmitrii Rogozin [Fri, 9 May 2014 16:13:59 +0000 (19:13 +0300)]
Fix keyboard navigating in combo box (#11333).

Extract code which focuses on item after changing the page. Deferring  this method allows to update the list of items before focusing.

Change-Id: I7d249c2abbd5c24ca2d798736e483f2b7dfa59f1

10 years agoRefactor tests to make them less likely to have timing issues
Teemu Suo-Anttila [Mon, 19 May 2014 08:37:36 +0000 (11:37 +0300)]
Refactor tests to make them less likely to have timing issues

Change-Id: Idf24ab4f7c2c48f8246f0c38906d2b8a46f46587

10 years agoUpdate license headers in tests
Teemu Suo-Anttila [Tue, 20 May 2014 14:24:12 +0000 (17:24 +0300)]
Update license headers in tests

Change-Id: I896a6ed911000ae7d952757964117f5d28d0c27b

10 years agoRemove unnecessary javadoc and add TestCategory annotation to Grid tests
Teemu Suo-Anttila [Tue, 20 May 2014 10:04:53 +0000 (13:04 +0300)]
Remove unnecessary javadoc and add TestCategory annotation to Grid tests

Change-Id: Ibc8da060e5592dfa6af7e1fc9af83dea7119b387

10 years agoMerge branch 'master' into grid
Teemu Suo-Anttila [Tue, 20 May 2014 10:26:57 +0000 (13:26 +0300)]
Merge branch 'master' into grid

Conflicts:
WebContent/release-notes.html

Change-Id: Icccb2e30199f99a7b0b00f05b1a12d5f7297402f

10 years agoMove ComboBox tests to correct package
Teemu Suo-Anttila [Mon, 19 May 2014 08:17:57 +0000 (11:17 +0300)]
Move ComboBox tests to correct package

Change-Id: I2ad5164a637b2b4c96b46f30df036ccbc5cbcd66

10 years agoAdd build parameters to allow running test on local PhantomJS
Teemu Suo-Anttila [Thu, 15 May 2014 12:22:49 +0000 (15:22 +0300)]
Add build parameters to allow running test on local PhantomJS

Change-Id: I99f37403d58385a814347d36b0f8b1a35c63c282

10 years agoChange forceUpdate flag to always force recalculation of width. Fix tests. (#13444)
Markus Koivisto [Fri, 25 Apr 2014 13:58:53 +0000 (16:58 +0300)]
Change forceUpdate flag to always force recalculation of width. Fix tests. (#13444)

Change-Id: Ie666e2867908160b1544d3bf8251802ea771660f

10 years agoAvoid Vaadin entry-point being run twice (#13730)
Manolo Carrasco [Fri, 9 May 2014 07:47:14 +0000 (09:47 +0200)]
Avoid Vaadin entry-point being run twice (#13730)

- Prevent bootstrap script fail if registerWidgetset is called twice
  with the same widgetset.

Change-Id: I8b8069b442ea91c1aa0f0b7dd73c41902e75094b

10 years agoDon't use deprecated Assert class
Leif Åstrand [Fri, 16 May 2014 06:38:58 +0000 (09:38 +0300)]
Don't use deprecated Assert class

Change-Id: I0dbef06d0fa319628f6fa528f5ab3adfd5752c11

10 years agoRemove servlet annotations from AsyncPushUpdates test (#13562)
Jonatan Kronqvist [Fri, 16 May 2014 07:50:09 +0000 (10:50 +0300)]
Remove servlet annotations from AsyncPushUpdates test (#13562)

Change-Id: Idfdd37fad9917843c71cee6fd9ba6700f9df8a87

10 years agoDisable closure compiler (#13778)
Artur Signell [Thu, 15 May 2014 15:45:12 +0000 (18:45 +0300)]
Disable closure compiler (#13778)

Change-Id: Id0fb991c4c6323bf8658c92938cf2cd9d80b76a1

10 years agoMade user-initiated column resizing take precedence over other updates (#13432)
Juho Nurminen [Wed, 14 May 2014 11:14:43 +0000 (14:14 +0300)]
Made user-initiated column resizing take precedence over other updates (#13432)

VScrollTable ignores server-initiated changes to column size while the user is
dragging a table resizer element.

Change-Id: I2866246e7975a8ddddbfdc12a9d99fb2c813a870

10 years agoSet "v-formlayout" as the first style for VFormLayout (#13509).
Denis Anisimov [Sun, 20 Apr 2014 16:14:44 +0000 (19:14 +0300)]
Set "v-formlayout" as the first style for VFormLayout (#13509).

Change-Id: I63f0b1c8da52d426b5c370097256b08dbd44b5d7

10 years agoPopupViewAndFragment TB2 -> TB4
Artur Signell [Mon, 12 May 2014 19:30:48 +0000 (22:30 +0300)]
PopupViewAndFragment TB2 -> TB4

Change-Id: I9299d8c78e92816e368208f1cbc07b8c969a9600

10 years agoAdd refresh method to mini tutorial code
Leif Åstrand [Wed, 14 May 2014 11:15:15 +0000 (14:15 +0300)]
Add refresh method to mini tutorial code

Change-Id: I7d2e00b13d2d0b3e3b0e3c20dd431c77721e7d91

10 years agoMake Vaadin TB3/4 tests work and run on PhantomJS (#13291)
Teemu Suo-Anttila [Wed, 14 May 2014 13:31:28 +0000 (16:31 +0300)]
Make Vaadin TB3/4 tests work and run on PhantomJS (#13291)

Change-Id: I0d1747d41b3b9e0a32d995a5cea9081292c8c2c6

10 years agoFix Push inserts producing duplicate rows in Table (#13562)
Juuso Valli [Wed, 7 May 2014 06:39:14 +0000 (09:39 +0300)]
Fix Push inserts producing duplicate rows in Table (#13562)

Change-Id: I050553b233fb7024049c31d9495d90f4d88239c8

10 years agoUpdate tutorial code to show more user-friendly API
Leif Åstrand [Thu, 10 Apr 2014 08:47:29 +0000 (11:47 +0300)]
Update tutorial code to show more user-friendly API

Change-Id: I95c82d2256221b0068d6c2762f6dbb8a1e29b6b8

10 years agoFix table scrolling up on select (#10106)
Juuso Valli [Tue, 29 Apr 2014 09:48:07 +0000 (12:48 +0300)]
Fix table scrolling up on select (#10106)

Change-Id: I4d13bee983817ce299d1f7e52ddd6cdc725fee6f

10 years agoAllow editing colorpicker values in colorpicker in textfield #13469
John Ahlroos [Thu, 24 Apr 2014 18:12:15 +0000 (21:12 +0300)]
Allow editing colorpicker values in colorpicker in textfield #13469

This fix adds support for typing in color values according to
http://www.w3schools.com/cssref/css_colors_legal.asp into the
colorpicker popup input textfield.

Change-Id: If14ead791725c3052c05aa31e12e237e90c32348

10 years agoFixed disabled and read-only modes of InlineDateField (#10262)
Teemu Pöntelin [Mon, 5 May 2014 20:58:00 +0000 (23:58 +0300)]
Fixed disabled and read-only modes of InlineDateField (#10262)

Change-Id: If95d50954a4122b1039174ffcacd7874f7f1f71e

10 years agoDisable authors because of build agent problems
Artur Signell [Tue, 13 May 2014 22:13:10 +0000 (01:13 +0300)]
Disable authors because of build agent problems

Change-Id: I5426d8a85f7b57193c1bbfe201258a09f93b54cb

10 years agoUse more appropriate dependencies for Jetty (#13682)
Artur Signell [Tue, 13 May 2014 15:33:08 +0000 (18:33 +0300)]
Use more appropriate dependencies for Jetty (#13682)

Change-Id: Ic977ae403068e41a64eabc42cd00c4a933d02a95

10 years agoShortcutAddAndRemove TB2 -> TB4
Artur Signell [Mon, 12 May 2014 20:46:52 +0000 (23:46 +0300)]
ShortcutAddAndRemove TB2 -> TB4

Change-Id: If899309eb1b05f4a519eed45df4e9cf1670a7740

10 years agoFix DateFieldFastForwardTest to close browser context menu
Teemu Suo-Anttila [Tue, 13 May 2014 14:05:26 +0000 (17:05 +0300)]
Fix DateFieldFastForwardTest to close browser context menu

Change-Id: Ib8c6e45a8f77630e71b6f5264d6d42dc5efe922d

10 years agoForce recalc of width when the ComboBox style has changed (#13444)
Markus Koivisto [Fri, 25 Apr 2014 13:58:53 +0000 (16:58 +0300)]
Force recalc of width when the ComboBox style has changed  (#13444)

Change-Id: I7bb500c1b64502881824875e967cf43c5e49a999

10 years agoSubWindowWithUndefinedHeight TB2 -> TB4
Artur Signell [Mon, 12 May 2014 21:20:11 +0000 (00:20 +0300)]
SubWindowWithUndefinedHeight TB2 -> TB4

Change-Id: Ib4dcb7519e3271de80bf9cd531c2d31030228494

10 years agoA new section, links, rephrasings for clarity on GitHub.
Marc Englund [Fri, 9 May 2014 07:13:16 +0000 (10:13 +0300)]
A new section, links, rephrasings for clarity on GitHub.

Change-Id: I905831cfd6e381d3dc898ed37816c84d96316095

10 years agoUse Atmosphere JS 2.1.5.vaadin4 with Firefox fix (#13578)
Artur Signell [Tue, 13 May 2014 10:07:17 +0000 (13:07 +0300)]
Use Atmosphere JS 2.1.5.vaadin4 with Firefox fix (#13578)

Change-Id: I8d3f414a40affdcbc1d6d1210207ee9868f49f31

10 years agoEnsure correct tab is open in debug window
Artur Signell [Tue, 13 May 2014 08:07:34 +0000 (11:07 +0300)]
Ensure correct tab is open in debug window

Change-Id: I6a2745c59c468aa2fbc45032a8478f533494b181

10 years agoDo not update state on the client side (#13743)
Artur Signell [Mon, 12 May 2014 16:37:19 +0000 (19:37 +0300)]
Do not update state on the client side (#13743)

Change-Id: I2e1d714d1bb07db127758cf3f2d741ac50884266

10 years agoAdd missing @sinces to JavaDoc
Teemu Suo-Anttila [Mon, 12 May 2014 11:55:59 +0000 (14:55 +0300)]
Add missing @sinces to JavaDoc

Change-Id: Ib36d9c591c5089eeacacc94f68e4fbb064e5418d

10 years agoSupport long in state again (#13692)
Jonatan Kronqvist [Sun, 11 May 2014 09:38:08 +0000 (12:38 +0300)]
Support long in state again (#13692)

The fix to #9379 broke the support for long type fields in state classes. This
patch bypasses the unboxing of long values and adds the @UnsafeNativeLong annotation
to the methods which may fetch and return (without modifying) long values.

SerializerTest is extended to test the different data types in States.

Change-Id: I29fd2c6af13cd9a0d29ecb1444ed9eb8a2b013e3

10 years agoFix SelectedItemIcon rendering on IE (#13731)
Teemu Suo-Anttila [Mon, 12 May 2014 07:47:34 +0000 (10:47 +0300)]
Fix SelectedItemIcon rendering on IE (#13731)

Change-Id: Ie6a3464399aba76b9299bcb7d326ef4e6b6c858b

10 years agoSupport passing multiple versions
Artur Signell [Fri, 9 May 2014 17:57:21 +0000 (20:57 +0300)]
Support passing multiple versions

Change-Id: I5aae200f8e49e1f9f53bbf53ceba1551854d013e

10 years agoMention dnd on IE touch devices in known issues (#13612)
Jonatan Kronqvist [Sun, 11 May 2014 07:17:31 +0000 (10:17 +0300)]
Mention dnd on IE touch devices in known issues (#13612)

Change-Id: I15297c2d0862f3b8c0c5603b06f6e37706872752

10 years agoAdded link to ticket for the Firefox reconnect issue (#13612)
Jonatan Kronqvist [Sun, 11 May 2014 07:10:34 +0000 (10:10 +0300)]
Added link to ticket for the Firefox reconnect issue (#13612)

Change-Id: I2eac5ab68479420beacef2d746f69e955becc397

10 years agoList authors in release notes (#13612)
Artur Signell [Fri, 9 May 2014 19:38:42 +0000 (22:38 +0300)]
List authors in release notes (#13612)

Change-Id: I51960e9345ff233e29289b33d3224e03d866d463

10 years agoMake SuperDevMode work again (#13682)
Artur Signell [Sun, 11 May 2014 16:55:27 +0000 (19:55 +0300)]
Make SuperDevMode work again (#13682)

VNotification now works without ApplicationConnection again.
Dependencies needed by codeserver are now dependencies for client-compiler
Error message now takes into account that devModeRedirect is enabled by default

Change-Id: I079d162d9975f99fe7b91e14ad100459c80a5587

10 years agoShow badges in release notes (#13612)
Artur Signell [Fri, 9 May 2014 17:49:51 +0000 (20:49 +0300)]
Show badges in release notes (#13612)

Change-Id: I6109cda80251b343999b75f51ffecf6a9bbbd6a2

10 years agoConvert test to TB4 to be compatible with Tomcat proxy test
Artur Signell [Fri, 9 May 2014 20:27:51 +0000 (23:27 +0300)]
Convert test to TB4 to be compatible with Tomcat proxy test

Change-Id: Iab049f9036c1e2efcd1445cd7691a93af1210ff0

10 years agoMake touch actions disabled on some CSS classes (#13368)
Teemu Suo-Anttila [Fri, 9 May 2014 11:43:14 +0000 (14:43 +0300)]
Make touch actions disabled on some CSS classes (#13368)

This makes Slider, SplitPanels and DragAndDrop anywhere except Table
work on IE and touch screen.

Change-Id: I1c710a14fc3957c81ade07fd2a3de1e4b6feec1a

10 years agoUpdate sass-compiler to 0.9.2 (#13651)
Jonatan Kronqvist [Fri, 9 May 2014 13:18:25 +0000 (16:18 +0300)]
Update sass-compiler to 0.9.2 (#13651)

Change-Id: Ic6413b31c537c16beda5022ddf6ecd7ce0b6eb64

10 years agoUpdate the release-notes (#13612)
Jonatan Kronqvist [Fri, 9 May 2014 12:07:47 +0000 (15:07 +0300)]
Update the release-notes (#13612)

* Removed the "Tools have been updated for Vaadin 7.2 with the following changes:"
* Removed the security fix notice for 7.1.11
* Removed the text about using the experimental Eclipse plug-in
* Specify that 7.2 is a minor release
* Clarified the known issues section
* Listed Windows Phone 8 in supported devices
* Replaced vaadin.com/pro-account with vaadin.com/pro-tools and vaadin.com/support

Change-Id: I8e03b65453419c9cb9f4570067675156f2be76fe

10 years agoRe-apply old change which was excluded from master
Artur Signell [Fri, 9 May 2014 10:29:25 +0000 (13:29 +0300)]
Re-apply old change which was excluded from master

The merge script was faulty between May and June 2013 and merged changes
individually from both 7.0 and 7.1 to master. In the case that a commit from
7.0 was merged right before there was a "Merge: no" commit in 7.1, the changes
between the "Merge: no" commit and the previous merge point from 7.1 to master was
potentially never merged (the whole chain was merged as a no-op).

The only affected change seems to be

0a437a5 Revert "Replaced css inject hack in TestUtils with Page.Styles.add() #11798"
b008768 Implement parenthesis-handling fixes for Sass in Vaadin 7.1 (#12834)

The former one is re-applied in this commit, the latter one has been verified to be in
the master branch

Change-Id: If0cd75d75fdfc8893ac501aab2a0be1b55b09dcc

10 years agoIgnore PointerEvents in VDragAndDropManager (#13720)
Teemu Suo-Anttila [Fri, 9 May 2014 10:25:12 +0000 (13:25 +0300)]
Ignore PointerEvents in VDragAndDropManager (#13720)

Change-Id: I1fca0b71fec883c7dc2fafbaa1da20da33fe707e

10 years agoRename base on API review (#13557)
Artur Signell [Fri, 9 May 2014 08:07:56 +0000 (11:07 +0300)]
Rename base on API review (#13557)

Change-Id: I3174d19d2595232b66f4120ba8fb6fbb1c6d8be8

10 years agoRemove ComponentLocator which conflicts with package name (#13729)
Artur Signell [Fri, 9 May 2014 08:05:22 +0000 (11:05 +0300)]
Remove ComponentLocator which conflicts with package name (#13729)

Change-Id: I771d827ab88f005f8cbef6c6cbefecb1b3f498e0

10 years agoUpdate ErrorIndicator test from TB2 to TB4
Teemu Suo-Anttila [Fri, 9 May 2014 06:51:26 +0000 (09:51 +0300)]
Update ErrorIndicator test from TB2 to TB4

Change-Id: Ia5755dd476411d51415afb9bbd20ade91e3a23f4

10 years agoResize PopupView's overlay on content resize (#13666)
Antti Tanhuanpää [Tue, 6 May 2014 13:39:15 +0000 (16:39 +0300)]
Resize PopupView's overlay on content resize (#13666)

Change-Id: Iad410f26ed7f20bb03f15c46673f6f18081261d9

10 years agoFix table focusing when scrolled from the server (#10522)
Juuso Valli [Tue, 29 Apr 2014 08:02:17 +0000 (11:02 +0300)]
Fix table focusing when scrolled from the server (#10522)

Change-Id: Ib18a60ae7e41af8c6c119e5b2e12e4fd5bf1069c

10 years agoActually close push connection in disconnect() (#13716)
Artur Signell [Tue, 6 May 2014 14:54:11 +0000 (17:54 +0300)]
Actually close push connection in disconnect() (#13716)

Change-Id: I342633f1caa5746472d29bbb7b71590674adc04c

10 years agoFix improper merge of 3d0ff32b from 7.1 to master (#13620)
Johannes Dahlström [Fri, 2 May 2014 15:29:42 +0000 (18:29 +0300)]
Fix improper merge of 3d0ff32b from 7.1 to master (#13620)

Correctly call PushConnection.disconnect instead of setting to null.
Also remove the obsolete PushHandler.disconnectCallback.

Change-Id: Ied055d489a269b016318947cd89cf0b46003c596

10 years agoConvert the ComboBoxClosePopupRetainText test to TB4 to avoid false failures.
Jonatan Kronqvist [Thu, 8 May 2014 11:31:13 +0000 (14:31 +0300)]
Convert the ComboBoxClosePopupRetainText test to TB4 to avoid false failures.

Change-Id: Ib36917246fce3f051b61a979289c9bce23b1bf82