]>
source.dussan.org Git - vaadin-framework.git/log
berndhopp [Wed, 13 Jan 2016 13:06:47 +0000 (14:06 +0100)]
added links to sampler for UI-components (#19464)
this commit adds hyperlinks to the sampler for UI-components where appropriate
Change-Id: I6a67664d640926103c00bb2377e9be69c098b6c5
Marko Grönroos [Fri, 11 Dec 2015 13:53:45 +0000 (15:53 +0200)]
Removed mention of an outdated formatting trick. Also some wording and formatting fixes, as well as cleanup.
Change-Id: Iba0e209df41311a8e3ada7e96599318f95e62079
(cherry picked from commit
2bae222b0cee6e5ed0b09fab875bf75657ff8343 )
elmot [Tue, 29 Dec 2015 15:22:56 +0000 (17:22 +0200)]
Small fixes after Marko review
Change-Id: I3f38c375211f071c0a2c1654f12df6ec2f52500a
Marko Gronroos [Tue, 29 Dec 2015 14:00:07 +0000 (16:00 +0200)]
Added missing kbd macros for keyboard key names and key combos. Also some other formatting fixes.
Change-Id: Id139133ea69f22246439104bc7608151eff650aa
elmot [Tue, 1 Dec 2015 17:29:35 +0000 (19:29 +0200)]
BoV 7.6 update - misc changes(#19318)
Change-Id: I5c85594ea3691b0e3a5b0e3021c47bc446cbfad9
elmot [Fri, 27 Nov 2015 16:30:41 +0000 (18:30 +0200)]
BoV 7.6 update - change declarative prefixes (#19329)
Change-Id: Ic4cee6d2145867bea0d4e367f71c4d63c026ba04
elmot [Thu, 3 Dec 2015 14:47:08 +0000 (16:47 +0200)]
Leave documentation only in documentation-7.6
Change-Id: Icb9040bfa61419890943ad40fe400db06a16c820
elmot [Fri, 27 Nov 2015 16:26:21 +0000 (18:26 +0200)]
BoV 7.6 update - Grid (#19317)
Change-Id: I7bd41d656a5ed39e24beea4111d9a48de4ef37b5
elmot [Thu, 3 Dec 2015 14:36:51 +0000 (14:36 +0000)]
Merge "Merge branch 'documentation'"
Leif Åstrand [Thu, 3 Dec 2015 11:10:25 +0000 (13:10 +0200)]
Check for optimizations when looking for missing updates (#18317)
A recently merged patch leaves out information from hierarchyInfo for
empty connectors with state changes. This must be taken into account
when looking for disappeared connectors that do not cause any hierarchy
change to be sent.
Change-Id: I9ae7150341a83798141d0a2806ee81cafe7c2f9a
Teemu Suo-Anttila [Tue, 24 Nov 2015 09:35:35 +0000 (11:35 +0200)]
Remove VOverlay dependency and use PopupPanel instead in Grid (#18698)
Change-Id: Id28a9fa8a204c1e2a12160e2e1dba1823f3726a5
Henri Sara [Wed, 2 Dec 2015 13:26:29 +0000 (15:26 +0200)]
Add missing @since values
Change-Id: I602b9fc4c87a19a78f949a23519c412aba789baa
Leif Åstrand [Fri, 19 Jun 2015 12:34:29 +0000 (15:34 +0300)]
Detect hierarchy changes not sent to the client (#18317)
Change-Id: I77b420738738a42ff50e2a509e4ac4072b1b6e1f
Henri Sara [Wed, 2 Dec 2015 08:41:59 +0000 (10:41 +0200)]
Upgrade Sass compiler to 0.9.13
Change-Id: I7caefc58a1b41f726b039b1e230fd3d2e931a2c3
Teemu Suo-Anttila [Wed, 2 Dec 2015 10:50:06 +0000 (12:50 +0200)]
Improve BuildDemos exception handling
Change-Id: Iee29e3686a60c889e6bffa7ffe0a447f14d7afa2
Henri Sara [Wed, 2 Dec 2015 10:32:47 +0000 (12:32 +0200)]
Get revision numbers for tagging from TeamCity
Optionally get revision numbers to tag from TeamCity.
If no revision numbers are given, a placeholder is used in the
generated script.
Change-Id: Ic266a22e06fd470e2c2e0647b8d83870ffc650ab
Leif Åstrand [Fri, 18 Sep 2015 08:27:18 +0000 (11:27 +0300)]
Fail during compile if required methods are missing (#18924)
A ComponentConnector must override either getWidget or createWidget for
the framework to know the type of the component's widget. Similarly
either getRenderer och createRenderer must be overridden for
AbstractRendererConnector.
Prior to this patch, the compilation succeeded when critical methods
were missing - the user just got various hard-to-debug issues when the
broken connector was used.
Change-Id: I6ec07e2f1c1b15047802e64208485b1d999c0aee
Teemu Suo-Anttila [Mon, 30 Nov 2015 12:28:58 +0000 (14:28 +0200)]
Prevent column drag resize from setting selection column width (#19324)
Change-Id: Ifd7a225ac8037a86e4a15603bf47ca93009fa302
Teemu Suo-Anttila [Mon, 30 Nov 2015 11:39:28 +0000 (13:39 +0200)]
Fix select all checkbox state update with low row count (#19322)
Change-Id: Ifbaeb2db18ecb6657ae839fec90dbfcaa99be4ac
Sauli Tähkäpää [Sat, 29 Aug 2015 20:00:21 +0000 (23:00 +0300)]
Unify select all behavior with single row selection. (#17742)
Change-Id: I6481bf6f429046166dd0502a62b22aea51f5a0bd
Johannes Dahlström [Thu, 26 Nov 2015 12:35:29 +0000 (14:35 +0200)]
Upgrade to Atmosphere-js 2.2.13-vaadin1 (#19323)
Fixes at least #19201.
Change-Id: I284c93e6b47ea916a991c8c2b495823cb86ebfce
Leif Åstrand [Mon, 30 Nov 2015 07:52:39 +0000 (09:52 +0200)]
Remove bogus comment
The comment was introuced in commit
da29f74 for a constant named
CLICK_EVENT_ID, but it was accidentally left in the code when that
constant was removed.
Change-Id: I69697f517585cafb30cc223497bc8db4a919e884
Leif Åstrand [Thu, 19 Nov 2015 12:31:46 +0000 (14:31 +0200)]
Add stylename to sortable Table header cells (#8219)
Change-Id: I4774b4079f5c564fdc67e8cabf89278ad7cf2f6f
Teemu Suo-Anttila [Thu, 26 Nov 2015 13:31:02 +0000 (15:31 +0200)]
Repackage spinner.gif to reduce size
Change-Id: I44c38cdcf33de7b08e1e1d038b81ec9e68fe465a
Teemu Suo-Anttila [Thu, 26 Nov 2015 08:41:12 +0000 (10:41 +0200)]
Use wider age column in GridThemeUI
This patch is to test the theme, and not testing a defect (#16597).
Testing with defective screenshots causes problems if the defect is at a
later point fixed.
Change-Id: I3a20d0c6ab79c812752ee5d2765d91a2304e6d0e
Teemu Suo-Anttila [Wed, 25 Nov 2015 14:16:36 +0000 (16:16 +0200)]
Fix GridMultiSortingTest click coordinates to avoid column resize
Change-Id: I79da24a71576fb91db5366afe1dfc17edc7c86f9
Teemu Suo-Anttila [Wed, 25 Nov 2015 10:20:24 +0000 (12:20 +0200)]
Fix setSelected in MultiSelectionModel to update row data (#19302)
Change-Id: I32c980b2cae199ad2059701e4e04b4a7cb76bafa
Leif Åstrand [Thu, 19 Nov 2015 13:10:56 +0000 (15:10 +0200)]
Add stylename to sortable Grid header cells (#16991)
Change-Id: I6c151829236928129c258a99177431d0b972f146
Leif Åstrand [Mon, 26 Oct 2015 15:44:44 +0000 (15:44 +0000)]
Set session as current while deserializing (#9953)
Change-Id: Ib420f99c621b7d508659907615a7e8a1ae47b4d9
Leif Åstrand [Mon, 14 Sep 2015 18:17:51 +0000 (21:17 +0300)]
Ignore log file created in some cases
Change-Id: I74e1a52d138c9fdfaf15b227261f2977b13289d9
Leif Åstrand [Wed, 9 Sep 2015 10:22:05 +0000 (13:22 +0300)]
Fix javadoc copied from CellStyleGenerator
Change-Id: I305c0aaeba04c4c1416ecebd708f377f8f28f4a1
Leif Åstrand [Sat, 25 Jul 2015 09:14:30 +0000 (12:14 +0300)]
Omit empty hierarchy data from the response (#18510)
Reduces the payload size for the "Update all labels" action with 40
layouts in BasicPerformanceTest by 16% (from 11087 to 9270 bytes). The
reduction is improved to 22% (1855 to 1455) if the response is gzipped
since the omited data doesn't compress very well.
Change-Id: I1d2837c93222fffa59b14836f162e3e87349e086
Leif Åstrand [Tue, 24 Nov 2015 13:32:49 +0000 (15:32 +0200)]
Add comment explaining the dummy read in setStyleTemporarily
Change-Id: I763f3c68a3c9e471f9e5df21bbfbce41be17117c
Teemu Suo-Anttila [Thu, 5 Nov 2015 14:12:00 +0000 (16:12 +0200)]
Move capability handling from MultiBrowserTest to super class
Capabilities should be set the same way in SingleBrowserTests as well,
not just MultiBrowserTests.
Change-Id: Ifed8534b87bbe45fd90fe0e7110e26a5344c5540
Henri Sara [Mon, 16 Nov 2015 12:13:32 +0000 (14:13 +0200)]
Fix some TB2 tests for Calendar (#19227)
Fix the commands in some TB2 tests broken by the test change
from #19227.
Screenshots of several calendar tests including these also
need to be updated.
Change-Id: I3bb000fccb9772ffe5be4ceebb599cc7c1f9697f
elmot [Mon, 23 Nov 2015 12:56:59 +0000 (14:56 +0200)]
Merge branch 'documentation'
Change-Id: I6ef85a35077e6278831b968595c068898cee2770
Henri Sara [Mon, 23 Nov 2015 10:23:12 +0000 (12:23 +0200)]
Add javadoc in ServerConnector
Add missing javadoc for ServerConnector.get/setChildren().
Change-Id: I7ba143d41602a5f2a069635911a0ea61a92806e6
cbmeeks [Thu, 20 Aug 2015 17:24:54 +0000 (13:24 -0400)]
Typo in setCompositionRoot description
Change-Id: I26bbf29742ab42e2c9c4025a3cf92029a4c191e3
Jens Jansson [Tue, 13 Oct 2015 07:14:01 +0000 (10:14 +0300)]
fixed missing image in datamodel/datamodel-overview.asciidoc
Change-Id: I376fc5ebe1a9ef65fa6c84bb5d84d41cbc785183
Leif Åstrand [Wed, 7 Oct 2015 06:12:38 +0000 (09:12 +0300)]
Add space before section links
Change-Id: I59a3d756a26270119d40940d3e61bbab61f0db14
Teemu Suo-Anttila [Fri, 20 Nov 2015 10:26:21 +0000 (11:26 +0100)]
Isolate text selection blocking to Grid instead of body element (#16838)
Some themes are more explicit with user-select rules, and doing this on
the level of body element does not work with said themes. To make all
the themes behave the same way, we only block selection inside of Grid.
Change-Id: Iaf24fede88e4bc683e065c214e7baf3f545c99c9
Teemu Suo-Anttila [Wed, 18 Nov 2015 10:46:23 +0000 (11:46 +0100)]
Prevent text selection while DnD resizing columns (#16838)
This patch uses a JavaScript workaround to prevent text selection in IE8
and IE9 and Safari.
The selection is prevented everywhere in the DOM while a column is
resizing.
Change-Id: I1e7b9cdc675c83a9666493d8545337d601e40077
Sauli Tähkäpää [Sun, 6 Sep 2015 10:48:57 +0000 (13:48 +0300)]
Remove border on immediate child cells only on Valo. (#18787)
Change-Id: I87825ea46fbcea98b054d3dc2eb3fe80781a9d48
Vladimir Kulev [Mon, 16 Nov 2015 22:40:27 +0000 (00:40 +0200)]
Support on-the-fly compiled CSS hot reload from classpath (#16949)
Change-Id: Iadb9b23697c162705d99a7b9b7fd992766d39b19
Markus Koivisto [Mon, 16 Nov 2015 13:35:42 +0000 (15:35 +0200)]
Add missing export declaration to the manifest of vaadin-push.jar (#18190)
Change-Id: I2874d3a065ad825e40e71c0167fc9ffb48ee1f5d
pag [Fri, 13 Nov 2015 16:10:45 +0000 (17:10 +0100)]
Use TabState.id for Accordion tab items as well (#18456)
Change-Id: I17206081109b2ec356d175915a16b0002a858bb4
Leif Åstrand [Fri, 13 Nov 2015 08:58:35 +0000 (10:58 +0200)]
Add some performance guidance to renderer javadocs.
Change-Id: I5171c6eb6360a9c85b8afbc3096d9b6c5c8f4064
Leif Åstrand [Fri, 13 Nov 2015 07:22:34 +0000 (09:22 +0200)]
Mention cell being a flyweight in WidgetRenderer javadocs
Change-Id: I41de3d75e1141856bb6132aeca11abff4bc7e08f
Artur Signell [Fri, 9 Oct 2015 20:44:47 +0000 (23:44 +0300)]
Do not modify state while serializing (#19090)
Serializing an object should never modify its internal state.
It should be possible to serialize an object multiple times and get
the same result
Change-Id: I983e2eec1b3fb374bf40f150bdb9918ac5791d62
Leif Åstrand [Wed, 11 Nov 2015 12:16:42 +0000 (12:16 +0000)]
Fix outdated javadoc reference
Change-Id: I0bfae621ca71df02e5e19c33d4c21498fa86616c
Leonid Rozenblyum [Wed, 4 Nov 2015 10:18:46 +0000 (12:18 +0200)]
Specify custom first day of week for Calendar #19227
Added possibility to provide first day of week independent of Locale.
(the Calendar code has been reformatted according to Eclipse 'Save
action'). Unit-tests added. UI test extended.
Change-Id: I3e3531228c139ce2014a1227e47c12e7896a6f87
Denis Anisimov [Sun, 5 Oct 2014 10:29:25 +0000 (13:29 +0300)]
Add destroy method for Navigator (#10213).
Change-Id: Icb2676bd603bbe36a8d7d005128036234a5a0c62
jotatu [Fri, 7 Aug 2015 11:45:50 +0000 (14:45 +0300)]
Optimize layout performance of Table (#17947)
Adds functions for skipping child component layout measuring.
Removes unnecessary code from VScrollTable.
1. case: no components
- render time without the fix: ~105ms
- render time with fix: ~105ms
2. case: 2 button and 2 textfield cols
- render time without the fix: ~279ms
- render time with fix: ~240ms (~17% faster)
3. case: 3 button and 3 textfield cols
- render time without the fix: ~350ms
- render time with fix: ~281ms (~20% faster)
Change-Id: I6025f8ee2fd438d228ff3b65f43535961cf12c0b
Ilya Ermakov [Fri, 5 Dec 2014 10:14:32 +0000 (13:14 +0300)]
Test for table column hiding and sizes (#12303)
Test to verify that the column width is not changed when toggling
its visibility.
Change-Id: I48c62b72bf7e66740ec516d43bc9b5995c1fefb4
Artur Signell [Wed, 2 Sep 2015 17:45:30 +0000 (20:45 +0300)]
Render null header caption as empty (#18553)
Change-Id: Iaeba81c7e40d4be5f16e74fa8bcf8c86c53a7d3d
mtzukanov [Thu, 15 Oct 2015 10:47:23 +0000 (13:47 +0300)]
Changed grid sidebar to overlay (#18698)
Previously grid sidebar could be partially hidden by
"overflow: hidden" of an ancestor component.
Now it's in an overlay and the hierarchy doesn't affect it.
Grid tests were also updated for new DOM structure.
Change-Id: Ic5fb125d9c097be0f0141c121dfe74d30e650dd0
Leif Åstrand [Fri, 28 Aug 2015 18:47:26 +0000 (21:47 +0300)]
Force FormLayout children to shrink with the layout (#11154)
The <table> used by the FormLayout doesn't reduce its size if any child
component has locked its own size (which is the case with e.g. Table and
some other components doing explicit pixel calculations). To work around
this, we need to detect the situation, force the <table> to reduce its
width by temporarily assigning explicit widths to the cells and then
remove the forced size after all children have adjusted.
Change-Id: Iacef62979acf24c869a5cbeb82efb0c1e537ec95
Leif Åstrand [Mon, 26 Oct 2015 16:13:54 +0000 (16:13 +0000)]
Mention quirks with JavaScript "this" in AbstractJavaScript* javadocs
Change-Id: I512b861c65f8c0f6c6e8f684cb933cbcc20cdb99
Sauli Tähkäpää [Thu, 3 Sep 2015 19:21:40 +0000 (22:21 +0300)]
Reset sort indicator when saving editor. (#17428)
Change-Id: Idaaf707bdb4178ff4ff5dfc7af853f08d5690b5e
Leif Åstrand [Mon, 2 Nov 2015 10:32:38 +0000 (10:32 +0000)]
Fix javadoc typos
Change-Id: I9c8a3f3f4cfa375db8825019f3cd80a043424d88
Markus Koivisto [Wed, 28 Oct 2015 17:23:22 +0000 (19:23 +0200)]
Touch long tap context click emulation improvements (#19222)
Removed Android handling since it already fires a context menu event
when not selecting text. Increased the threshold for iOS move. Prevent
some browser default functionality on TouchEnd after sending context
click event to server.
Change-Id: I9297a5738e593a260b50ba176d483fbdd3293ba3
pag [Sat, 10 Oct 2015 17:17:50 +0000 (19:17 +0200)]
Null pointer Exception in Slot.onBrowserEvent (#16587)
Change-Id: I60f68cf7a9e61980809af253bb4f4a0ab92f1230
mtzukanov [Thu, 22 Oct 2015 10:52:39 +0000 (13:52 +0300)]
Fixes column header drop indicator (#18925)
Calculation of the frozen column width was wrong in multiselect mode.
It did not take into account the last frozen column, but added
the select column twice.
The same problem was in AutoScroller (as the same methods were
copy-pasted there), for which reason the autoscrolling was not
scrolling till the end.
This patch fixes the calculation error and removes copy-pasted code,
reusing the same code in both places.
Change-Id: I164e2fc96688088b620ad8785c533c593723f83e
Henri Sara [Wed, 28 Oct 2015 10:37:18 +0000 (12:37 +0200)]
Release notes: add enhancements for 7.6
Change-Id: I24c47abe189c3733e955e261dbf5d584f46d75b4
Johannes Dahlström [Wed, 28 Oct 2015 08:15:06 +0000 (10:15 +0200)]
Prevent text selection when drag-resizing Grid columns (#16838)
This patch uses CSS user-select and therefore does not fix IE 8 and 9.
Change-Id: If9f462d97b9417b3d14f37d1e7f0cedba018be37
Johannes Dahlström [Thu, 22 Oct 2015 16:00:16 +0000 (19:00 +0300)]
Let column resize handle overflow its parent (#16838)
Change-Id: I795956a4512f1e6e688e1e3c0522cc952117d78f
Sauli Tähkäpää [Fri, 28 Aug 2015 10:36:01 +0000 (13:36 +0300)]
Support caption fetching for HTML and Widget headers. (#18528)
Change-Id: Idad2cbbb6b138258ff6428e7ecc3d922ef99c675
Teemu Suo-Anttila [Tue, 27 Oct 2015 15:19:46 +0000 (17:19 +0200)]
Fix VAbstractOrderedLayout widget removal race condition (#18703)
Removing a widget that got moved to another layout occasionally caused
slot to lose track of related widget. As a result the layout never
created a new slot when the same widget is put back in there.
Change-Id: I0d8793324b8a5ac8a06aa2803ac8de22b90b7545
Teemu Suo-Anttila [Tue, 27 Oct 2015 13:58:41 +0000 (15:58 +0200)]
Fix TreeTableContextClickTest to not scroll vertically on IE
Too wide TreeTable in a UI causes IE to scroll vertically making
calculated positions fail miserably. Also makes context clicking in
AbstractContextClickTest avoid StaleElementReferenceExceptions.
Change-Id: Ic4f5049bf0c221eb441813d202b9de5571e655d6
Henri Sara [Tue, 27 Oct 2015 13:17:09 +0000 (15:17 +0200)]
Update Chrome version string
Change-Id: I9736e528d4812a613ffa934c476d3b69ccefd631
Markus Koivisto [Mon, 19 Oct 2015 08:51:03 +0000 (11:51 +0300)]
Add ContextClickEvent for touch events (#19206)
Touchstart events now fire a contextclick event if there is a context
click listener.
Refactored sendContextClickEvent to accomodate the change.
Change-Id: I9bce5948f89149e9ecb261cfd8ae918470ccec3e
Henri Sara [Tue, 27 Oct 2015 10:44:50 +0000 (12:44 +0200)]
Update @since tags for 7.6
Change-Id: Ic0a9b69c535ec51ae29472844506efb61ec5f0a7
Teemu Suo-Anttila [Mon, 19 Oct 2015 11:43:06 +0000 (14:43 +0300)]
Fix Grid NPE when deselecting already removed row (#19152)
Change-Id: I1361c8099e9f4a95e991f4937a406c5e4db67027
Henri Sara [Wed, 14 Oct 2015 16:49:45 +0000 (09:49 -0700)]
Make it possible to inject Navigators (#14006)
This change makes it possible to create an injectable subclass of
the navigator by providing a protected no-args constructor and a
separate initialization method.
Change-Id: I7d55fca2a84570d47e2767b0fb81a82e0732fd21
Henri Sara [Sun, 11 Oct 2015 14:41:07 +0000 (07:41 -0700)]
Make Navigator more extensible
The Spring, CDI etc. add-ons need hook points that permit switching
contexts at the right time. This was very hard to do due to the
monolithic nature of navigateTo() - beforeViewChange() is too early
and can be cancelled, afterViewChange() is too late.
Change-Id: I66ffbafe1597b782b4feaf2ebd0de3ca1941a9ae
Teemu Suo-Anttila [Tue, 13 Oct 2015 11:03:10 +0000 (14:03 +0300)]
Remove scheduleDeferred calls from Escalator
Change-Id: Idfde7842fd31be4b84a1436b40eaa932b6a6c349
Johannes Dahlström [Tue, 13 Oct 2015 13:49:32 +0000 (16:49 +0300)]
Set pixel sizes to Grid columns when user starts drag resize (#16838)
This makes column resizes smoother and more intuitive.
Change-Id: I6e4e92e0391d8f95f74ec89cfc3ffbbb133c7ecc
Leif Åstrand [Tue, 6 Oct 2015 05:57:20 +0000 (08:57 +0300)]
Fix session wrap class javadocs
Change-Id: I962facc5395990751821d11966300a7c2e89dc3d
Dmitrij Abolichin [Thu, 8 Oct 2015 22:21:44 +0000 (01:21 +0300)]
Fix replacing of currently selected Tab (#14252)
Change-Id: I49a86d2fceac233fdfd9e31d8ade519b9f8460b6
pag [Sat, 10 Oct 2015 15:05:37 +0000 (17:05 +0200)]
VTree$TreeNode avoid NPE triggered by external ONLOAD events (#18563)
If an ONLOAD event fires but the target is not the icon, an NPE
occurs. The isCaptionElement method has already used the check
against null before any call happens on the icon which logic is
enough for the onBrowserEvent check as well.
Change-Id: I64de45a07f50f113dcfcb4556f0d8adeea9e1b1b
Marco Collovati [Sat, 19 Sep 2015 20:54:48 +0000 (22:54 +0200)]
Implemented HasEnabled on VLink (#18530)
Method setWidgetEnabled in AbstractComponentConnector,
called from updateEnabledState, sets enable state only for widgets
implementing HasEnabled interface.
Change-Id: Idc700d0c28efd13b9a9470333b19a1509cca4a51
Matti Tahvonen [Sat, 17 Oct 2015 15:51:00 +0000 (08:51 -0700)]
improved javadocs
Change-Id: I75cf104b05ed361ced7f17b20cebd98cc3825d5c
Denis Anisimov [Thu, 24 Sep 2015 08:53:58 +0000 (11:53 +0300)]
Provide own states for a number of components (#18987).
Change-Id: I9fe4a332bb8170a6482610d1b83bad73e049a3a1
Teemu Suo-Anttila [Thu, 15 Oct 2015 11:55:20 +0000 (14:55 +0300)]
Fix Grid headers and Footers in Runo theme (#19141)
Change-Id: I76dcd437456351a8d5b0fffab6cc8bbfec6c2638
Teemu Suo-Anttila [Tue, 13 Oct 2015 13:57:28 +0000 (16:57 +0300)]
Remove call to setEnabled in Grid Sidebar constructor (#19126)
Change-Id: I2b700c72bcdc0f3a6c75a5bfb31059a986bd4dc9
elmot [Wed, 14 Oct 2015 13:59:40 +0000 (16:59 +0300)]
Javadocs for new 7.6 API (#19135) and some fixes
Change-Id: Ic93545c9c3ed48d6328ee29af744cbfbff0b5c0b
Teemu Suo-Anttila [Tue, 13 Oct 2015 15:07:55 +0000 (18:07 +0300)]
Support ContextClicks in empty areas of Table and TreeTable (#19130)
When the user clicks an empty area, the TableContextClickEvent will still
fire, but will have a null property.
Change-Id: I39303f1a72d072db09c4fe6df8141d6caf0764c2
Teemu Suo-Anttila [Tue, 13 Oct 2015 14:40:31 +0000 (17:40 +0300)]
Support Grid context click events in the empty areas of Grid (#19128)
Change-Id: Ia6aebc266c48fb284ebf8f7a89375390555d1bec
elmot [Tue, 13 Oct 2015 09:28:30 +0000 (12:28 +0300)]
Removed unnecessary comments (#19116)
Change-Id: Ia99bcc828bee1a82581bbe552a83ca50ce129b05
Teemu Suo-Anttila [Tue, 13 Oct 2015 13:32:09 +0000 (16:32 +0300)]
Update release notes for Jsoup, Declarative and ContextClick changes
Jsoup binary incompatibility between different versions.
Declarative default prefix is "vaadin-", not "v-".
ContextClickEvents added, specialised for Grid, Table, TreeTable and
Tree.
Change-Id: I6de7a35b52cbacb886753012b2ed5ecab46a4ed0
Johannes Dahlström [Tue, 13 Oct 2015 11:37:28 +0000 (14:37 +0300)]
Mention reversed attach event order in release notes (#16348)
Change-Id: I2f0c430deb6184890085e70ecbcd976c37a41d89
Teemu Suo-Anttila [Wed, 7 Oct 2015 10:40:29 +0000 (13:40 +0300)]
Move RpcDataProviderExtension and DataGenerator to correct package
New location is com.vaadin.server.communication.data as the extension
only manages the communication of container data to a client-side data
source.
Change-Id: I7aeefe23c9d771d70bc1dd389bc7f0c3357f0a17
Markus Koivisto [Mon, 12 Oct 2015 13:30:22 +0000 (16:30 +0300)]
Fix empty @since for 7.6.0.alpha7
Change-Id: I8045727400c795fca78561c1a4c859595f7c53af
Teemu Suo-Anttila [Mon, 5 Oct 2015 11:52:23 +0000 (14:52 +0300)]
Remove Guava dependency from Grid
This removes an external dependency to guava set helpers from the Grid
class.
Change-Id: I1d85b6c4090c0b5efa568135105933dab8f0b964
Teemu Suo-Anttila [Tue, 29 Sep 2015 16:13:36 +0000 (19:13 +0300)]
Refactor DetailComponentManager to be a static nested class of Grid
While refactoring any special cases are removed. This needs Grid
extensions to have a way for adding and removing components from Grid.
Removing any and all parts of RpcDataProvider work towards having it
separate from Grid and maybe usable for other components as well.
Change-Id: Ia4e25d5f0acaf2085478346b0ff6e23c8334e1b9
Markus Koivisto [Fri, 9 Oct 2015 17:29:57 +0000 (20:29 +0300)]
Fix empty @since for 7.6.alpha7
Change-Id: I97e36b388ce0002363a8022eed41d425f12b822d
Johannes Dahlström [Mon, 5 Oct 2015 14:46:28 +0000 (17:46 +0300)]
Add Grid column resize event API (#16838)
Change-Id: I1cdecb54b3df45b16ddf2c7b06261198be086274
Leif Åstrand [Tue, 11 Aug 2015 07:17:07 +0000 (10:17 +0300)]
Write true boolean attibutes without ='' (#17583)
Also add missing test for GridLayout alignments
Change-Id: If553c9e254fb754cb020a63013bfcc9ecae3a056
Artur Signell [Wed, 16 Sep 2015 10:57:23 +0000 (13:57 +0300)]
Update FontAwesome to 4.4.0 (#14555)
Change-Id: Ibc7d174970c154fce730341a8cfc240b8072633e
Artur Signell [Thu, 3 Sep 2015 18:23:27 +0000 (18:23 +0000)]
Revert "connection: close" change for long polling (#18758)
This reverts commit
79c8c696c09b0a7cbe1f1863e6c7c165b2f5f19f
Change-Id: I364bc4a77cff36f319cec86a793806a0406f78b4