| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
Change-Id: I83d8c96a6877ea33b270a1a4a2c6f360a8147518
|
| |
| |
| |
| | |
Change-Id: I7516be18401640ded3eb6174b5375bb452a2ba00
|
| |
| |
| |
| | |
Change-Id: Iaeef438de48ef9bda33fb81b0bb7f71d134b17ca
|
| |
| |
| |
| |
| |
| | |
using the debug window
Change-Id: I3b5a8ac4f33c7e8828e34c46056b8ecd6c05a436
|
| |
| |
| |
| | |
Change-Id: Iaefdebfb24bedff95239ea8813b29723b3437f5b
|
| |
| |
| |
| |
| |
| | |
view (#11722)
Change-Id: Ifab9aa0021bde58280fd75370e5df46fb5efa7a7
|
| |
| |
| |
| | |
Change-Id: Ice20a168dd8c0dc14f8e4600f24e2b788cb38bc4
|
| |
| |
| |
| | |
Change-Id: I6b9fb8a664974b68b35050a40ba19bce440b6b3c
|
| |
| |
| |
| | |
Change-Id: I1c98c353314197047265d26a0464ab7cc9c79520
|
| |
| |
| |
| | |
Change-Id: I7f5736fd456c21878a0eabdbff46a648932d3516
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
converter is needed (#11863)
The previous logic had two flaws
* It allowed converter model type to be a sub type of the model type but not vice versa. Similarly for presentation type.
* If the user has set a converter it should be used and not be replaced unless it is absolutely sure that it cannot in any possible way handle conversion (e.g. converter from integer to double cannot handle string to list conversion). If there is a slight chance that it can handle conversion, let it be and let the user set another converter when needed.
Change-Id: I2e1c0b3aac90be63ddbc780195f8428398e28ada
|
| |
| |
| |
| | |
Change-Id: I523140051e1034b5fab501517e70209f29b6b869
|
| |
| |
| |
| | |
Change-Id: I53e413f8e9c8754915d80c30d3dca97eb1881c74
|
| |
| |
| |
| | |
Change-Id: I46a2622585ed69a1db4c6abf4aca4387387a0f97
|
| |
| |
| |
| | |
Change-Id: I8f04cc0ddc034ce7cb43cc7f6646ddffcba64a4b
|
| |
| |
| |
| | |
Change-Id: If8c4a5d9ff470703943f6f6f9cd599ecd1d4be49
|
| |
| |
| |
| | |
Change-Id: Ie9281ff5e9805be89942bf3ca8259740f49e15ab
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Implement VaadinPortlet.getCurrent() to use VaadinService.getCurrent()
instead of having a separate thread local variable. This is done to
avoid classloading issues when determining which instances to preserve
in CurrentInstance.setThreadLocals. The two current instances have
previously been kept in sync in all cases except during
VaadinPortlet.init where VaadinService has not yet been created.
VaadinPortlet.setCurrent() is removed as no way of preserving its
semantics has been found. This breaks API compatibility, but is probably
better than having a deprecated implementation that can not work as
expected in all situations.
The same changes have also been made to VaadinServlet to maintain the
symmetry.
Change-Id: I0a1ccc07a4aeecec558a9aaae211bd56207313d8
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Used with TrackMessageSizeInterceptor and with client-to-server Websocket message splitting (see #11648)
The original issue that the delimiter can not appear in the message (unescaped) is apparently fixed in Atmosphere 1.0.13
Also ensure the max size of a websocket fragment in bytes does not exceed the buffer size (#11842)
Change-Id: I768524bb54a5b8b9479dc7bda821256bd843dc52
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Require atmosphere-runtime in vaadin-push with visibility:=reexport
* Require vaadin-push in vaadin-server with resolution:=optional
Serving vaadinPush.js from vaadin-push will be handled by Florian's OSGi addon
Change-Id: Ida3e1ae95eb17b0114e099d1425db73106aaeead
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
1a6200e Merge #6880 test from 6.8; fix itself is not needed in Vaadin 7
67696f3 SQLContainer.indexOfId() also searches backwards (#11849, #10376)
611e5f9 Test for #11267 adapted from 6.8.
609acd1 Fixed table height rendering in Android 2.3 #11331
63dd611 Centers VOverlays in visual viewport on iOS, Android, fixes #11614
5a33d7d Test for #11775
0c8edf1 Avoid marking AbstractField dirty in primitive getters (#11201)
Change-Id: I7437e0b249c1a95372d6f349e9d6336fb85f08a4
|
| | |
| | |
| | |
| | | |
Change-Id: Ifdc45e2b0f540ac8212aaca835b9d11c18078eb5
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java
Change-Id: I049a08a5d129b8072bf91554ca0eab0d44e537e3
|
| | |\ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
55ea6dc More specific workaround for no rows in TreeTable with pagelenght = 0 (#9203)
dca728c Warn if using old widgetset (#11836)
936439d Verify that tests are run with the expected JRE version (#11835)
29eeda5 Merge "Clean up Table popup menu close handler to prevent a memory leak" from 6.8 (#11840)
6d7f5e4 Eliminate unnecessary conversions of option keys
b8c6a15 Clear items in ComboBox only if changed (#10924)
42545ac Fix NPE if there's no query in the URI (#11836)
Change-Id: I2e50ba59b45720a879c6e476333369523a730b9c
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove previously added attribute for WAI-ARIA live area
Set overlay container as live area instead
Change-Id: Ie75c2993fdb42f29f307cbd294ae3352d2ef1ce3
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I17bbb07256c83a0a2fb7e24925c189c875907bb9
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Intermediate mouse move events are needed to make IE realize the same
element is hovered again
Change-Id: I409722e5b450988b3709a58e34b2eefe79a2be3c
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I4d19b6a385770204bb732893534efb6b62dea19a
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I591d82363939bf264a5080c7fc4e06de25d93500
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I307b1fdc3d1d1e338b3964468aaa868f7cd5fdb9
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add focus handling so that the tooltip is handled when entering the
DateField with Tab
Change-Id: I67fc0db62722b457918470f5de180dd39d86d346
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This also introduces PageState, which is at the moment a part of
UIState.
Change-Id: I4f927e6b8217fa789d83ce5e0d8254b141f485c7
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
f7ee755e cherry-picked from the master branch.
Merge: no
Change-Id: Ibe91db13b301aaf0a2b5e6e5fb08f566bf5cadab
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Removing this change to make the tests behave more nicely until #11848 has been fixed.
This reverts commit f2c2236cf8d0428f100e17586f7946095ffea158
Change-Id: I776699f5082273e9c4d11248cc35e7ed6b665873
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit cb7b02d4e50e91b9377410e79c3578587a900d94
The assert is not a good idea because it is triggered when a connector registers a dependency in its init method.
Merge: no
Change-Id: I1f5a99af8f0af7b3329a1a596073ba09e55e18dc
|
| | |\ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
7d9f544 Test for #11396 (merged from 6.8 branch). Depends on a blur event so cannot be autotested with TB.
1b18807 Remove pre-loader element after pre-loading, fixes #10863
ce9c818 Instead of applying workaround to the root panel, apply it to the sub window content element instead to prevent scrolling of the document when a sub window is removed. #11713 (#10776)
3f5d022 Liferay 6.2 compatibility (#11751)
ffd1c1b Don't ignore child component margins in AbstractOrderedLayout (#11553)
62ae5e1 More verbose output from running Jetty
21d9b67 Add a large number of debug calls to VFilterSelect (disabled by default)
bdb7931 Merge test for #11623 to 7.0.
19e27a1 Move suggestion popup width calculation from connector to VFilterSelect
Change-Id: I2d980126599e55fa5e4f6ec523dca16ba54107b5
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I9a1f7791faa3bbd8aae13c0d21c505570dfa131b
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: Ic75bb693077640ff9c93f09ad0341d9b24f85d1e
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: Icd66755512a2c1ab490e58f80389ed35966d3e3b
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: Ifb43fd1d2226756e104e2f5955e23151100e9357
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I9fc1224df33a66f065594de4ae09a027ddaaa895
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I7625128dd02911230ffc50d5045a88489daa85b4
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I105b2835d44c94f00b847f342fd0a6e0ef571e97
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: Ic1211e914162be6910caae10fcfc7deebc5b4ad3
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Refactor so that source and target branches are defined in
variables in the beginning of the script.
* Pass a dummy commit message to the merge to avoid opening an editor
while running the script
Merge: manual
Change-Id: I76c001b3bfcfd2dbb1ce2e9ec1b730641df31a77
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I83ad088da0aa173e5e912b9059757274526d5c25
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I25ee810c72ba32e8087f0da6ca3b72575505740d
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I94ff6cecc52ae79724e45bb1c246401d9521a7cf
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I63484865ce56a54cc8f3fb673c03ffd0be6c8dc1
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I65cb0a0cdaf4c63ab14740f3c3012b7e19f54d7a
|