| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I59859f107cb70e2f570573b494a1ac224542ff21
|
|
|
|
| |
Change-Id: I97136b61d3c7ee2b229119d6d99435c73937a761
|
|
|
|
|
|
| |
Features
Change-Id: Ibdf8fa97cdc4cb9f65c83ea01bb8d6c26dcb2ade
|
|
|
|
| |
Change-Id: Ib6cd2af885d819c3e743137a56f75c63e891ac8c
|
|
|
|
|
|
| |
chapters. #19897
Change-Id: I42673cabcd171dd560dfe84fd84eb86e7ba11733
|
|
|
|
| |
Change-Id: I78a2a3a0a75527cf12c2c6d626272dc35bb18ba6
|
|
|
|
|
|
|
|
| |
The theme was designed for Liferay 6.0 and was following its look.
Liferay 6.0 is no longer officially supported by Vaadin 8.
Change-Id: I79e8ecd6674b1dce2424121d4c298b69d3f932d4
|
|
|
|
|
|
| |
Between integration tests, the test build was idling a lot.
Change-Id: I524cbeb6fbc368d1bacf62518c5eaca970a5542a
|
|
|
|
|
|
|
| |
WebSphere 8 prior to 8.5.5.9 does not support Java 8.
Glassfish 3 does not support Java 8 out of the box.
Change-Id: I623951ec2fa180a3c520ae24b27837f8b6d81ea2
|
|
|
|
|
|
|
| |
Remove all integration tests whose servers do not support Servlet 3.0
and some other obsolete servers.
Change-Id: I648bda9a74579be69cb54864fa526d3105742b9b
|
|
|
|
|
|
|
|
| |
* Add documentation about Fields for the data binding chapter
* Add documentation about form binding for the data binding chapter
* Add documentation about data sources for the data binding chapter
Change-Id: I99297f2ebd3d874bd78569fd8d05bc649654c91d
|
|
|
|
| |
Change-Id: Icb36a9c019ba086cdcdece2497c2120ea6bafb7a
|
|
|
|
|
|
|
|
|
| |
This patch fixes an issue with disappearing tabs in a TabSheet placed in a
SplitPanel.
Scrolling a tab into view needs to be done after layout has happened. Otherwise
the available width for TabSheet is unknown and causes unexpected behaviour.
Change-Id: Ibcea04ddadfafc5028efe44a6817517b16e21bde
|
|
|
|
| |
Change-Id: I5f58901c34fab4466be12469d730b1c81a8265b4
|
|
|
|
| |
Change-Id: I2c5b617dbd0da4f352e494097a601cea922f14df
|
|
|
|
|
|
|
| |
Without the fix, when selecting a value from page n+1 and re-opening the
ComboBox popup, the content of the text box may disappear.
Change-Id: I5fb57c0e5a068645f4b11fb1c392e682dd04b06a
|
|
|
|
|
|
|
|
|
| |
Earlier the comparision worked only if the item value was a subclass of
the value in comparator, but not in the other way around. Now the
compairision works if the one is a subclass of the other and both
implements Comparable.
Change-Id: I1bcbba94f1263915f838e948ed9d8b68a14aefd0
|
|
|
|
| |
Change-Id: Ibc86d36ce4c8f68eec400ad264546651353709f1
|
|
|
|
| |
Change-Id: I659561533420af1977003f918eb8f3f6479c6b6f
|
|
|
|
| |
Change-Id: I20c6e98fe84f0e42c3aa7544a85d4283e2a21537
|
|
|
|
| |
Change-Id: Ic786692f480c44526762fe7872b1c78751a665aa
|
|
|
|
|
|
|
| |
checks that shortcircuit method(#20031)
Change-Id: I55e240980377d7ad94c06e2bf395acd95de32542
(cherry picked from commit 04eeee3d55b253435fdb7c8e5f23ebb970099022)
|
|
|
|
| |
Change-Id: Ib1b2d85b26d35f65a9212a207e60124c74f015d9
|
|
|
|
| |
Change-Id: Ie044355ebd9ee165d5f9016666ac46f4df4243d8
|
|
|
|
| |
Change-Id: Iad1f7c9fbff6ded1ce85536788a0b86135ecfbad
|
|
|
|
| |
Change-Id: Id88508acf416c162e0107a7ca1ebcf7ba376a63a
|
|
|
|
|
|
|
|
| |
Change-Id: I6007358e1240c458d3b9148d4def6729d4c42aac
Updated a Slider diagram. #19835
Change-Id: I4d0a75b5f85bcce37e8579b7544672c2433f50f1
|
|
|
|
| |
Change-Id: Ie12ff05f8dd22677727127bec33cf2c4ba046c6b
|
|
|
|
|
|
|
|
|
| |
The test was based on the assumption that only the visible tabs are
in the DOM of the tab bar. This assumption was no longer true.
Furthermore, the test iterated over all tabs which led to performance
issues especially on IE8.
Change-Id: If8e904418bdb81cf2762475b317adb2b21dcc032
|
|
|
|
|
|
|
|
| |
Folder upload is not supported by most of the browsers and can cause
StreamVariable methods not fire on some configurations.
This fix tries to detect and prevent uploading of folders.
Change-Id: Ib6357ddaeda5549065ab8ef5f682f12ad5968bce
|
|
|
|
|
|
| |
Required indicators in Grid Layout are now located right after the fields
Change-Id: I764fe15a967673c3a70a2a8ab97e7d1a223061fa
|
|
|
|
|
|
|
|
| |
Uses outer class name as package name for static inner classes. When reading,
there is no way to know that the class is an inner class so only when creating
a class fails, an inner class is tried as a backup.
Change-Id: I3ebf5b2da11384f9dc64072a3dc8ee132607237c
|
|
|
|
|
|
|
|
|
|
| |
Since the fix for #13370 which causes tooltips to react to mouseOut,
TB tests for tooltips fail on Firefox because of an extraneous
mouseOut event from FirefoxDriver.
Tooltips do work in manual tests also on Firefox.
Change-Id: Ic6d73bb4487749618bbc5c7e3a8416107adb4856
|
|
|
|
|
|
| |
This fixes an issue caused by the fix for #19658.
Change-Id: I688275b0c39af723500bc0f7d0c87799698c90e7
|
|
|
|
| |
Change-Id: Iaea8b5267c7ccb2a6bc667cc89078bd3c4bf2435
|
|
|
|
| |
Change-Id: Ib740904674e289b11116fdb8ea13abbbac81fdfe
|
|
|
|
| |
Change-Id: I4abedb7726b0ae152df8c449cde162854d50c8ad
|
|
|
|
| |
Change-Id: I4432d0b6bbc6c9c3152e9bde58e8305bf8a25ead
|
|
|
|
| |
Change-Id: Idea068b22acc0955a272db3da5f555a7ee0d902f
|
|
|
|
|
|
|
|
|
| |
Updated readme file to use Vaadin Framework instead of plain Vaadin, as Vaadin is a
company name nowadays. Also updated some links, formatting and order of the
instructions. "maven -> mvn" in CLI instructions. Removed obsolete Maven
instructions about versioning.
Change-Id: Ia4fef7526b8d7e4914ebcf007b3bc6813ef4d48c
|
|
|
|
| |
Change-Id: If0ea592add451b7c730147a6f2b6a90ee4f550dd
|
|
|
|
| |
Change-Id: Ic38c2803b3d83e76fa74d21490a4277c6037b950
|
|
|
|
| |
Change-Id: I0ecc18f0ee5aecac42cfc6c9422932e2e308ab83
|
|
|
|
|
|
|
|
| |
Trackpad scroll gesture produces a large amount of wheel events causing
the same amount of flips on ComboBox. This fix tries to control page flips
in a way that it would feel more natural to use it.
Change-Id: I3ed206a5abe8c3ba8c06a5998f788468157663f1
|
|
|
|
| |
Change-Id: I3e14463a11e24cfeeafb1cddd7a42927e6897073
|
|
|
|
|
|
| |
layouts chapter (#19835). Also major revision of Tree, CustomField, and layouts overview.
Change-Id: I19f5e9511b83f953ce4707f324d81c2821ebb69d
|
|
|
|
|
|
|
| |
- new height more for undefined height that works like in Table and
resizes the grid when details row opens or closes
Change-Id: I2dc817140308093865be30de72edcd6494e4a44b
|
|
|
|
| |
Change-Id: I74e8e82df2a7bb26c45c9c3797d044061ec3c24d
|
|
|
|
|
|
|
| |
If servlets have never been initialized, then destroy must happen in the
context destroy method
Change-Id: I9c5188884637be8d1bd2cdf11167e3bdd6081bea
|
|
|
|
| |
Change-Id: I831a02f26929cc7ec4dac5177cb68f84bd0bfc2b
|