aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Open editor deferred to allow column size calculations on init (#19488)Teemu Suo-Anttila2016-02-151-2/+2
| | | | Change-Id: Ie4f8bfbdb1992a2eba8836f2c320c9f0c4718ae5
* Fix Editor overlay position when footer is displayed on top (#19491)Teemu Suo-Anttila2016-02-152-3/+26
| | | | Change-Id: I6ad09f0d69073042e76bb208b951824333cba230
* Specify the license of the documentation in the LICENSE file.Jonatan Kronqvist2016-02-151-1/+10
| | | | | | | Added a mention that the license of the documentation is CC-BY-ND and not Apache 2.0, as the other contents of the repository. Change-Id: I547371cd14e8cc89add3e02badcb5cae265690ec
* Fix a broken link to cdi-tutorialGrzegorz Solecki2016-02-151-1/+1
| | | | Change-Id: Icfd30867ec087fa6c748c64b24362a32d6f6041e
* Added JavaDoc for PropertyIdMatti Tahvonen2016-02-151-0/+33
| | | | Change-Id: I3a84c10612b1df5522941397b0e463c7401bfc2d
* Make hiding/showing components in grid header/footer work (#19297)Artur Signell2016-02-154-37/+325
| | | | Change-Id: Icd98bf81f98c1d79b4c9b4ca4a17d36ed883e19f
* Chrome version updatedelmot2016-02-041-1/+1
| | | | Change-Id: I5d8167cb1126858764b9108d31ac4be4cdae98cb
* Add missing @since for 7.6.27.6.2elmot2016-01-282-3/+3
| | | | Change-Id: I747fff73e9737458054baf223fd4cd8d816950ac
* Fix GeneratedPropertyContainer with non-Sortable Containers (#19511)Artur Signell2016-01-261-3/+2
| | | | | | | | Adds a missing throw to sort method and fixes getSortableContainerPropertyIds to return an empty collection if not sortable. Change-Id: I82aaedd3c23ce4c28bf3e1151e35a8b1ade930d5
* Added source code types to code listingsMarko Grönroos2016-01-261-14/+9
| | | | Change-Id: Id6459c4f8f0818fd130b0fb1b399177c10e28d58
* Fixed formatting in built-in filter types listMarko Grönroos2016-01-261-8/+2
| | | | Change-Id: I0354ab1568976a7a2a7e41eea1a88960fc7362ef
* added sampler links to layout components in documentaitionberndhopp2016-01-2611-2/+50
| | | | Change-Id: I42c30db821ce56cdacdafc98194b250b667e7671
* Use the Live Demo icon from under the relative image path.Marko Gronroos2016-01-261-0/+0
| | | | Change-Id: If792384265652a72ffdcc5bc3201097df3b2c21b
* fix links in to samplerberndhopp2016-01-2623-23/+23
| | | | Change-Id: I1e4388debfa861f76f71d31f3c7facf30fd9dcf4
* Make Checkbox label send context click events also (#19456)Artur Signell2016-01-263-0/+107
| | | | Change-Id: I922375554be313f0ee7d753b3de444cfe1964ebe
* Add documentation to master branchMarkus Koivisto2016-01-22523-0/+99329
| | | | Change-Id: I2504bb10f1ae73ec0cbc08b7ba5a88925caa1674
* Fix IE8 DateField and ComboBox buttons in Grid editor cell (#19431)Marlon Richert2016-01-212-2/+8
| | | | Change-Id: I52060fc5e49b9bd22f8b24755251ffd0ad8557ff
* Do not process click events for disabled optiongroups (#19433)Artur Signell2016-01-212-1/+42
| | | | | | | | This removes the warning logged on the server side when the RPC reaches it for the disabled component. As this is more of a cosmetic change, there is no automatic test. Change-Id: Ia010c07fe277411a6ea3edcacb7a016d66b6807f
* Propertly handle null in StringToCollectionConverter (#19481)Artur Signell2016-01-212-0/+22
| | | | Change-Id: Ief6f899d6c0fec103213c5f679a178555740c553
* Allow legacy components to paint infinity double values again (#19447)Artur Signell2016-01-214-1/+134
| | | | | | | | | | | | | | | | | JsonPaintTarget.addAttribute(String,double) converts infinity values to { "name": Infinity }. This is not valid JSON but has "always worked" and at least NumberField relies on being able to send infinity values. For state and RPC it's not possible to send 'infinity' as JsonNumber converts those to null. It is not possible to send 'infinity' back to the server using a legacy variable either as also in this case JsonNumber is used and the value becomes null. This fix should be reverted when legacy variable support is removed. Change-Id: I19d17368f9da97a81fc9f780749dc4f0a8d3ee9b
* Test for selection after container reset (#19469, #19465)Artur Signell2016-01-212-0/+133
| | | | Change-Id: I1a0ea4bb05a2cb1c1fea90722bf416381da4f4b9
* Remove out of date javadoc (#19454)Artur Signell2016-01-211-6/+0
| | | | Change-Id: I594c865fb3906ff87f372a89188c80209025a119
* Correctly include base theme for font support (#19470)Artur Signell2016-01-212-5/+5
| | | | Change-Id: Icc8c3c2c1acfeb9b968085a28d087eb62ae6d467
* Clean up SingleSelectionModel client-side on data source change (#19469)Teemu Suo-Anttila2016-01-211-0/+10
| | | | Change-Id: Ida6a093121663731853404598e8b382969101850
* Fix demo and archetype build scripts to deploy all wars at onceTeemu Suo-Anttila2016-01-212-13/+27
| | | | Change-Id: I52c75ae901142c18b634707f180c102ea4091016
* Add clarifying comment to CustomDetailsGeneratorTeemu Suo-Anttila2016-01-211-1/+3
| | | | Change-Id: I05cb9723c8fb896f2ea6d306e12ef862ce940778
* Use LayoutManager for details rows (#18821, #18619)Leif Åstrand2016-01-218-11/+457
| | | | Change-Id: I444b0f3ad76703ec64a4bb998cfd19b79c1d0a15
* Add missing @since for 7.6.17.6.1Teemu Suo-Anttila2016-01-123-2/+4
| | | | Change-Id: I3a52dbf2138894b19e79b18fa4da04ed6c922c39
* Add a simple waitForApplication for servlet integration testsTeemu Suo-Anttila2016-01-121-0/+15
| | | | | | | | This waitForApplication checks if an UI element exists on the page. If not, then it will wait 10 seconds in order for it to appear. This should reduce the amount of false negatives in server tests. Change-Id: I9409f5a9ebcaa5511e7a250f49070f38cad2ff5e
* Split VOverlay functionality to a new base class (#19347)Teemu Suo-Anttila2016-01-125-1010/+1071
| | | | | | This fixes the missing z-index for the Grid popup. Change-Id: I775d7b60c4035bc2cada0f59f1d01cba2e7b98eb
* checkstyle configuration contains invalid module RedundantThrows (#18941)Andreas Höhmann2016-01-121-3/+0
| | | | | | just removed module "RedundantThrows" from vaadin-checkstyle.xml Change-Id: I591838041967cd10f782ea037e9ba6388e4fe665
* Use simple date format for BasicCrudGridEditorRow test UITeemu Suo-Anttila2016-01-082-2/+11
| | | | | | | This patch also forces locales to US for all the date formats to avoid issues on different default locales. Change-Id: I6f59e3c7d8ef175304d1f3e0fff7fab04ca14c8c
* Convert ComboBoxItemIcon test to TB4Henri Sara2016-01-082-76/+32
| | | | Change-Id: I2bf81afbbd710b81ce8c907777b8baa873ccf758
* Convert TableContextMenuAndIcons test to TB4Henri Sara2016-01-082-187/+64
| | | | Change-Id: If30cff49c2ad81be95c0551139c58d598959ced5
* Fix ScrollbarBundle to not round down pixel values (#19421)Teemu Suo-Anttila2016-01-083-12/+80
| | | | | | | | | Since Escalator now uses subpixels in most cases, scrollbar calculation fails when ScrollbarBundle calls Math.floor for the offset size. Removed rounding, added a pixel epsilon check that we don't make a scrollbar when it's not really needed. Change-Id: I779e678a7f7a22b367e8329aa17e5980fde42fba
* Fix DateFormat for Editor tests as wellTeemu Suo-Anttila2016-01-081-0/+2
| | | | Change-Id: I35925bb542a8991184b7ae91b4a7d9c8d5bf5ee2
* Fix GridThemeUI to use more stable date formatTeemu Suo-Anttila2016-01-081-0/+4
| | | | Change-Id: Ia7b3e5bab5c1fd12da1c72f78af9e79001a9e450
* Always stick Grid column resize handle to the right edge (#19409)Johannes Dahlström2016-01-082-7/+16
| | | | Change-Id: Id9d667257e10d989dd7bda8032a69720f08174ac
* Support non-AbstractFieldConnector fields with Grid Editor (#19440)Teemu Suo-Anttila2016-01-083-6/+197
| | | | Change-Id: I401b04a2722f6659530e3d91e396993c11bc54ce
* Always set header/footer style name to TH (#19209)Artur Signell2016-01-082-7/+7
| | | | Change-Id: I0031941b032534902e6591320fa2ae340ec67b73
* ConnectorHierarchyChangeEvent.getParent() should return the connector (#18525)Artur Signell2016-01-081-11/+8
| | | | Change-Id: If51326a5d7c80bfa2f1edfdd266ddae396de3e4c
* Fixes exception when enter is pressed and there is nothing to select (#19149)Artur Signell2016-01-082-4/+52
| | | | Change-Id: Ib6fd1d02b15f738a34b91adbb50c8d70844e5bad
* Add a client-side connector for DetailsComponentManager (#19412)Teemu Suo-Anttila2016-01-052-1/+37
| | | | Change-Id: Ieaa6589f93c01cf4ff9e036171fe1dc33c902b20
* Fix NPE in Label.writeDesign with NULL values #19434John Ahlroos2016-01-052-6/+58
| | | | Change-Id: I2ada7a68177ef053ac22682bc17e90dc6ec0515a
* Make GeneratedPropertyItem addItem return null when appropriate (#18685)Artur Signell2016-01-052-0/+107
| | | | Change-Id: Ia4bace28a1aae2c8e9599a4688273d911cc20594
* Ensure no unknown attribute warnings are logged in design tests (#19429)Artur Signell2016-01-053-0/+47
| | | | | | * Adds missing custom attributes to Slider/AbstractEmbedded Change-Id: Iad6c963bdc4334630c613995b9c0f0555d5d19a8
* Listen to body for shortcut actions for standalone apps (#19392)Artur Signell2016-01-054-14/+101
| | | | Change-Id: I2e9d5e95c7b0ba3907c9772aee9fbfadb6baabde
* Fix custom attributes of Link component (#19107)maxschuster2016-01-051-6/+9
| | | | | | | | Added the custom attributes href and target to the Link component to match the attribute names used by Link.readDesign() and Link.writeDesign() Change-Id: I9417034572c66e54034b816a15d7a1ec29030fbf
* Include correct type and parameter info in exception (#19064)Artur Signell2016-01-052-5/+15
| | | | Change-Id: I26baf26dae6d1ad8b93529191cc69ffc0445aa40
* Make GeneratedPropertyItem equals self (#19426)Artur Signell2016-01-052-2/+34
| | | | Change-Id: Ia9a8d56a3702d182b7fb79e3676844c9a10093a6