| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Add an additional stylename `critical-error` that styles the
notification like the Error-type, but without the close button.
Fixes #8296
|
|
|
|
| |
* Correctly adjust upload button borders inside a component group
|
| |
|
|
|
|
|
|
| |
* Do not show an "active" effect on buttons with "borderless" style
A disabled button should not react to clicks in any way
|
|
|
|
|
|
| |
Include Vaadin-Icons into the valo theme in the project,
make vaadin-icons dependency 'provided'
Fixes #8471
|
|
|
|
|
|
|
| |
* Include FontAwesome by default for easier migration
* Fix JSComponentLoadingIndicatorTest
Fixes #7979
Addresses part of #8219
|
|
|
|
|
|
| |
* Overload AbstarctComponent.setDescription() with content mode parameter
Fixes #8185
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Prevent adding several scrollbar handlers (#19189).
Change-Id: Ib0cc6c6835aab6d263f153362a328bcf2be7bc5c
* Prevent adding several scrollbar handlers (#19189).
* Keep expand ratio for last row/column when reducing grid layout size (#20297)
Change-Id: Iff53a803596f4fc1eae8e4bfa307b9c1f4df961a
* Fixed drag and drop failure when message dragged from email client (#20451)
When dragging message form email client on Windows, item.webkitGetAsEntry()
might return null creating NPE on the client side. Added additional checks
for this situation.
Change-Id: I569f7e6d0d7b137f24be53d1fbce384695ae8c73
* Change expected pre-release version number pattern in publish report
Change-Id: Icdacecc490d2490ea9e262f5c5736c1dece2a89d
* Mark TextField/TextArea as busy when a text change event is pending
(#20469)
Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50
# Conflicts:
# client/src/main/java/com/vaadin/client/ui/VTextField.java
# uitest/src/main/java/com/vaadin/tests/components/textfield/TextChangeEvents.java
* Fixed touch scrolling issue in Surface and WP devices (#18737)
Fixed by using pointerevents instead of touchevents when the browser is
IE11,
or Edge. Also added touch-action: none; css rules into escalator.css to
prevent
default touch behaviour on IE11 and Edge. Does not affect IE8 to IE10
browsers,
behaviour on those will stay the same as before the fix.
No new unit tests since we do not have automatic touch testing
possibilities yet.
Please test manually with Surface: IE11 and Edge, use for example
uitest:
com.vaadin.tests.components.grid.basics.GridBasicsomponents.grid.basics.GridBasics
Change-Id: Iddbf1852e6ffafc855f749d6f4ebb235ed0f5703
* Add lazy/simple resize mode to Grid (#20108)
Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4
# Conflicts:
# client/src/main/java/com/vaadin/client/connectors/GridConnector.java
# client/src/main/java/com/vaadin/client/widgets/Grid.java
# server/src/main/java/com/vaadin/ui/Grid.java
# shared/src/main/java/com/vaadin/shared/ui/grid/GridState.java
# themes/src/main/themes/VAADIN/themes/base/grid/grid.scss
# uitest/src/main/java/com/vaadin/tests/components/grid/basicfeatures/GridBasicFeatures.java
Change-Id: Ieca56121875198ed559a41c143b28926e2695433
* Fix NPE in case some items don't contain all properties of Grid.
This could occur in when parent is a different entity than its children
in hierarchical data.
Change-Id: Icd53b5b5e5544a3680d0cd99702ab78224b2dc08
# Conflicts:
# server/src/main/java/com/vaadin/data/fieldgroup/FieldGroup.java
# server/src/main/java/com/vaadin/ui/Grid.java
* Mark TextField/TextArea as busy when a text change event is pending
(#20469)
Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50
# Conflicts:
# client/src/main/java/com/vaadin/client/ui/VTextField.java
# uitest/src/test/java/com/vaadin/tests/components/textfield/TextChangeEventsTest.java
* Add lazy/simple resize mode to Grid (#20108)
Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4
* Removed V8 VTextField unused import, forgotten @RunLocally.
* Don't rely on selenium "sendKeys" behavior.
* Revert "Change expected pre-release version number pattern in publish report"
This reverts commit 8df27b952dddb691aead6a633c5b3724c98bf343.
* Migrate TextField/TextArea patch from 7.7 to master (modern components)
Mark TextField/TextArea as busy when a text change event is pending
(#20469)
Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50
|
|
|
|
|
|
|
|
|
| |
Browsers support unprefixed box-sizing since:
Chrome 10
Firefox 29
Opera 10
Safari 5.1
iOS 5.1
IE 8
|
|
|
|
|
|
|
|
|
| |
code (#19019)
Adding the optional "valo-menu-hover" style to the "valo-menu" element
will make the menu appear on hover - i.e when mousing over on desktop,
when tapping on touch devices (which also triggers hover).
Change-Id: I4ee83cdd0e4198e02782cfcda945193305c41152
|
|
|
|
| |
Change-Id: Ife0707c69bac83f190b5497af5fef1af43af6e46
|
|
|
|
| |
Change-Id: Iac0c90abb8b1e1b7e1d179af014d004aee3790a0
|
|
|
|
| |
Change-Id: I6f430c77caaad6d610133f340eba960f2268897e
|
|
|
|
| |
Change-Id: I4b4760949897d2755da26a06f9048a596abdf0b6
|
|
|
|
|
|
|
|
| |
Placeholder styling was being applied to components even
when the placeholder was not visible. This commit removes
custom placeholder styling in favor of browser defaults.
Change-Id: I2a1b696235070435511867a10619fcdecd187e3b
|
|
|
|
| |
Change-Id: I9017e2540450e9548090c7fcdaefb1de3315587c
|
|
|
|
| |
Change-Id: I7d5897384f1172befbc852e27a7372104e7820da
|
|
|
|
| |
Change-Id: Id603133355b1cb398bcb880e693dd3c8276f7937
|
|
|
|
| |
Change-Id: I12236a856403942382633aad5992467576baa7fc
|
|
|
|
| |
Change-Id: I2ca0b41c3cc2ed851646ced2e0693a93b1853c95
|
|
|
|
| |
Change-Id: I36a72137095ea86d1fbb5a737714549b99b8a396
|
|
|
|
|
|
|
| |
* Specify correct (Java 8) execution environment for OSGi
* Accept any servlet 3 version
Change-Id: I170d4577218e773bc17c14342bc7f93572932fcc
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Icb36a9c019ba086cdcdece2497c2120ea6bafb7a
|
|
|
|
| |
Change-Id: Iad1f7c9fbff6ded1ce85536788a0b86135ecfbad
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added API setPopupWidth(String) to ComboBox. The suggestion pop-up now
has three different width modes:
1. Legacy "null"-mode: width is determined by the longest item
caption for each page. This looks & feels like the old implementation.
This is the default mode
2. Relative to the ComboBox. e.g. 100%
3. fixed width using any CSS definition
Change-Id: Id60a6996ee82726196b84d50c2d0d18a6cfb5ebf
|
|
|
| |
Change-Id: I0d669f1c85feebcaa01c58fb81b5e20802440ef2
|
|
|
|
| |
Change-Id: Ifc87f48b8145b56c7b83b9ce4aa1db8a698d7d49
|
|
|
|
| |
Change-Id: I75b7c662251de53b46e045d17d3cac650586acd2
|
|
|
|
| |
Change-Id: Id5cc38c717cd43f8e524db330c205958c8db1e31
|
|
|
|
| |
Change-Id: I0b0666e22e93ed1b36796365b1811eca863c9cb1
|
|
|
|
| |
Change-Id: Icef310bb14eaf9d1b3c0c8571e88274ae6e8e37b
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change also cleans up some redundant POM metaadata.
Even though Maven documentation does not list it, also the organization
section is inherited to the effective POM.
pom-template.xml is still in the project for a longer description and a
repositories section until publishing to staging is cleaned up.
Change-Id: I76b71aec1d2812e2f9ef321c3b4131c613a29cb7
|
|
|
|
|
|
|
|
|
| |
This patch refactors how unpacking of dependencies is handled.
It now uses a more generic configuration on top level as well as
updates the phase where the extraction happens. This way the source
plugin configuration remains small
Change-Id: I952ec84e05eac255f8b44044baceba37e07737c5
|
|
|
|
|
|
| |
Ignore exec plugin for m2e in themes and client-compiled.
Change-Id: I1c500a4cf204e3bd09aa0e9ae75e922b463e72fa
|
|
|
|
|
|
|
|
|
|
| |
Consolidate Ivy dependencies for Eclipse and ide.xml in one location
and remove redundant ivy.xml files.
This also fixes some theme and resource paths in ide.xml but does not
fully fix test theme compilation.
Change-Id: If44c73d7f85d02ebef379aa306e6e284fe7446c1
|
|
|
|
| |
Change-Id: Ia0cabe96616d5357928810ae2473606d7e7cf00b
|
|
|
|
| |
Change-Id: Icc1e1a0c8482117f38d5e1110a65580fb26d49ba
|
|
|
|
| |
Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f
|
|
|
|
| |
Change-Id: I1b67fdc7d32d57f98bca78dba4fa190950b94507
|
|
|
|
| |
Change-Id: Icf10cbcf402f3427d63521b616428c041455ea32
|
|
|
|
| |
Change-Id: Iab68be3e5d5e59bb05610677642a5715efe50feb
|
|
|
|
|
|
| |
(#14575)
Change-Id: I58d19f7f5c9e45068b6cc8a7356e41d5d5bce5b6
|
|
|
|
| |
Change-Id: Id3cc353b1e74fa51326ce84d33e741227f98f9b0
|
|
|
|
| |
Change-Id: I79ddfee4fd97c545f2bd502655560ff4cbe600a4
|
|
|
|
| |
Change-Id: I8cc1fd86a8ba7ba64595809afbd964e3b384d658
|
|
|
|
|
|
|
|
| |
vaadin-sass-compiler depends on an older version of cssparser than the
one used in client-compiler. This change overrides all sass-compiler
provided cssparser deps with the newer version.
Change-Id: I06d2b957d66dd3abbef161ae2643eec0cdf7e13a
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Moves CompileTheme from the theme-compiler to buildhelpers
* Refactors CompileTheme to get the Vaadin version on the command line
instead of using the Version class found in vaadin-shared
* Refactors build scripts to pass the version number on the command line
when running CompileTheme
* Removes the theme-compiler module/project/whatchamacallit
* Replaces the theme-compiler dependency with vaadin-sass-compiler 0.9.0
from maven
Change-Id: I4f98d15b60e18a826bf264eb55d12b3e736e8e54
|
|
|
|
| |
Change-Id: Ie80f2bad49f38a2391a8a560825aceb19f82de0a
|
|
|
|
| |
Change-Id: If8afd65d5905302c64f12ef7f76ee7e63073c474
|