| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
true. (#20097)
Change-Id: Ic453aaf16ea1d44792db868e04faaba069aab3b7
|
|
|
|
|
| |
Change-Id: I9080a9f46193c1dea4a9ef6856d2899fe960b7e9
(cherry picked from commit e7b9db54a5aa172509b33746d270ac375009b4a6)
|
|
|
|
|
|
|
|
|
|
| |
* Using the default widget set
* Using no add-ons but a custom widget set
* Using add-ons with a defined widget set
* Using add-ons with no defined widget set
* Using directories with special characters (space)
Change-Id: I85450de359f410003bed94b120915b4736bc2d4f
|
|
|
|
| |
Change-Id: Ib8ae22a56334046effe721bb4d3769ef7b92d61d
|
|
|
|
|
|
|
|
| |
The fix for #20285 generates URLs so that the end in a slash, where the old
version generated URLs without the trailing slash. The trailing slash was not
taken into account by the code which updates a widget set.
Change-Id: Iabe716ed1632da7b2a6b1f4ffdc987c745d9452d
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. If a UI has @Widgetset, use that
2. If a "widgetset" init parameter has been specified, use that
3. If there is an AppWidgetset, use that
4. Use DefaultWidgetSet
This changes the default value of the @VaadinServletConfiguration widgetset
parameter to "", to avoid always setting the "widgetset" init parameter when
@VaadinServletConfiguration is used.
Change-Id: I87f9aa294d31e62bb94b7e831dd7b25ca1ce483b
|
|
|
|
|
|
|
|
|
| |
Breaks all use of AppWidgetset together with
@VaadinServletConfiguration
This reverts commit 516c428ca127e3c31b7b4d74220e4b7eed4571be.
Change-Id: I9e9bd792479ee1f4dde08c5d2a4d87e06b77f519
|
|
|
|
|
|
|
| |
series)
Change-Id: Ic40b70e692e686d638e163a224816aabeb6de100
(cherry picked from commit e92a737fe8b0655bbf0c3ce1881777d418147b41)
|
|
|
|
| |
Change-Id: I518b3f261adb633bb09a2597c9e7ee3cb6d63e6a
|
|
|
|
|
|
|
|
| |
Although sampler is pre cloned, the script still tries to
mess with the defined branch (master is not found in the cloned
repo)
Change-Id: I91f31fe0a276221cc357cf0678759ad4125c518e
|
|
|
|
|
|
|
|
|
|
| |
Chrome no longer (since version 5x) always fire deferred commands
immediately during scrolling but can delay them with several hundred
milliseconds, making grid really unresponsive.
So far, nobody has been able to provide a reliable test case.
Change-Id: Ide80aef2d661c9e27b67c8e62e85734af7a38cab
|
|
|
|
|
|
|
|
| |
Adds API to allow grid to ask its data source if it is waiting for data.
The previous tracking inside grid was not always correct as it relied
on dataAvailable being called.
Change-Id: I0bdb448d9b720155940b0834e118f0eca27a3bfc
|
|
|
|
| |
Change-Id: I2ad135c72821b6e194fd77bd141b638c36e138a7
|
|
|
|
|
|
|
| |
Using the same formatting in the 7.7 branch and the master branch
eases porting of fixes
Change-Id: I51b4693f2f120447702cf322ce4505608ad92987
|
|
|
|
| |
Change-Id: I042a5bfb548b52911100e01e5a74901a1abfbf33
|
|
|
|
| |
Change-Id: I28f3d20e6db999a033429338535719f14e495d4f
|
|
|
|
|
|
|
|
|
|
| |
The fix for
https://dev.vaadin.com/ticket/20262
broke widget set compilation on Windows, possibly only under certain circumstances
Change-Id: Ica559b9c7199014bf1a2babad29f53b083ff74a2
|
|
|
|
| |
Change-Id: If7a7a5c1e5eff4bdac0f6e5943a9fac2ce98784a
|
|
|
|
|
|
|
|
| |
1. If a UI has @Widgetset, use that
2. If a "widgetset" init parameter has been specified, use that
3. If there is an AppWidgetset, use that
4. Use DefaultWidgetSet
Change-Id: I522210220bb9e3eb339e9d226833d0fa8eb65839
|
|
|
|
| |
Change-Id: I8226ce8983eb72e0afb4948fc644cb587bc01708
|
|
|
|
| |
Change-Id: Ic2a0396ad451adfd2c75b3dbd54155d28fb16be7
|
|
|
|
| |
Change-Id: Ic4b7dc9f9b646d88fe6b323d2c051f86edeeaa70
|
|
|
|
|
|
|
| |
Deferring the column width calculations, like done before,
causes flickering as each column is first rendered with its
minimum required width.
Change-Id: I02e6951a99dcb0cb9ad78a95915076d064fa9642
|
|
|
|
|
|
|
|
|
| |
When the scrollbar is scrolled a bit down and the number of items
in the grid is reduced so that no scrollbar is needed anymore, it seems
that Firefox refuses to send a scroll event even though the scroll position
is updated before the scrollbar is hidden.
Change-Id: I626536a9efd036bc826b1e6be3363332a56774f6
|
|
|
|
| |
Change-Id: I7929f6fbe9a83f63fcb7c1f3b174dd84d4add185
|
|
|
|
|
|
| |
(#20262)
Change-Id: Idfdd5e6021444af5b08d48ddf90745b47ff4643d
|
|
|
|
| |
Change-Id: Iacf2b04b96c237ad377dbd75ad07f86a00660319
|
|
|
|
|
|
|
|
|
|
|
| |
The yuicompressor package is needed for optimizing the CSS output,
something which is not needed for on-the-fly compilation in
development mode.
Removing yuicompressor and its dependencies reduces the size of all
WAR files by 1.6MB
Change-Id: Ie5058ae9c22f580d358e2cd7d9d34a8f39b1feac
|
|
|
|
| |
Change-Id: I8b6b45df9d3929e4447976b8c7ae72e6491fb1af
|
|
|
|
|
|
|
|
| |
The change to not show loading indicator for JS RPC was done in
15a53d305e6648572c11cb988f4988c2c5825af1 and looks like a refactoring
error.
Change-Id: If2a2818e0c4adc06479ecaf17764bf53fc89c095
|
|
|
|
|
|
| |
is created
Change-Id: I8a2a3e2e9c35c38f58e0a64fa5e0363702e54e0f
|
|
|
|
| |
Change-Id: I062e097134035856f6c120584f48a5f3601bd9ac
|
|
|
|
|
|
|
|
|
|
| |
If you show a column when Grid has no horizontal scrollbar, and is scrolled
all the way down, and the number of visible rows is slightly more than N then
Escalator will adjust the row count when the scrollbar is shown so that N-1
rows are visible. During this operation, the DOM must be updated for the new
column.
Change-Id: I0b6c845f96a57be1d64ef4e735aa2f77efbe589a
|
|
|
|
|
|
|
|
| |
When pageLength == number of items, no paging should be shown except
if null selection is allowed, then there should be a second page
with one item.
Change-Id: I01c00f0c9d75a1dbb80d11b07c37c8ad7334ea07
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Earlier discard did not work (#8069) if the data source
contained null and the user entered an invalid value for date fields.
The discard logic has been changed such that the error indicators and
internal state of the date field is cleared also if the value entered by
the user is invalid and the data source is null.
attach() updates the value from the data source in the same way as
discard. The old logic in attach is retained.
Change-Id: I5d798a2fdc3d2f0e82a037ea3cb2f57b6432039e
|
|
|
|
| |
Change-Id: I55f41c8f3488a57e6ab499da58df70eb02d3f136
|
|
|
|
| |
Change-Id: Ic1cd285c697a05d186d81935f632881e4cf561bf
|
|
|
|
|
|
| |
(#20024)
Change-Id: Ia885ecebe854c0aeda47be2bbc9a9d8a47a03d5c
|
|
|
|
|
|
|
|
| |
Fixes ComboBox suggestion popup so that it will not automatically
close when clicking the popup button, if the user happened to
double click on the button earlier.
Change-Id: I60936f82133ca89c2aef0dccff68092a11deff1c
|
|
|
|
|
|
|
|
|
| |
Without this change, some browsers, like GoogleBot, don't properly render the page.
Instead of weird JS exception (and hit to server with 404) we should at least try
to render the app with all browser. As webikit/chromium based browsers are
nowadays most popular, falling back to "safari" permutation.
Change-Id: I4275110962432b2552d51715a86a8e815fe539ad
|
|
|
|
|
| |
Change-Id: I1ef5a89a7e9f700a9302ff535d7e30b692316e22
(cherry picked from commit 09909cdcc47479c6b6f3ecb633ed4128f40f7b3c)
|
|
|
|
| |
Change-Id: Ia7d1671670c9c6e06328612d980ea2d455eaa0d1
|
|
|
|
| |
Change-Id: I87c2acd418f52349fba6fd11eba0530cdb5ef5c3
|
|
|
|
| |
Change-Id: I755dfe84224f32f0102661aae228656174fb7c76
|
|
|
|
|
|
|
| |
The main encoding problem was fixed in GWT 2.7.0.vaadin4.
Vaadin 8 is already fixed as it uses GWT 2.8
Change-Id: I78ea30c1ff81d44432cd82ecd23eda8eb86e6efb
|
|
|
|
| |
Change-Id: I93eec041fbccd3961e82f2d7e52d23eb044ec4ea
|
|
|
|
| |
Change-Id: I8c20a2e3ac13fddf1ff207ae8da88ad822e5787c
|
|
|
|
| |
Change-Id: Ifdf6d8f61eb1f5f19736e057e9314b400d6030ee
|
|
|
|
|
| |
Change-Id: Ib46a450c7d6a6d15eb6bea5d53351d182929e52f
(cherry picked from commit b322664b8b21da53e6fc833005fe3968f8352bec)
|
|
|
|
|
|
| |
Update release type, ticket list link and supported browsers.
Change-Id: I4e05620e78f081c70c0efc1545f7a6a41d090ba6
|