summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added a null check to method 'setCellFocus' in grid.java in line with other ↵7.7.0.beta1Dillion Bowman2016-07-151-1/+2
| | | | | | | checks that shortcircuit method(#20031) Change-Id: I55e240980377d7ad94c06e2bf395acd95de32542 (cherry picked from commit 04eeee3d55b253435fdb7c8e5f23ebb970099022)
* Fix typoSampsa Sohlman2016-07-141-1/+1
| | | | Change-Id: Ib1b2d85b26d35f65a9212a207e60124c74f015d9
* Fix javax.servlet versionSampsa Sohlman2016-07-141-2/+2
| | | | Change-Id: Ie044355ebd9ee165d5f9016666ac46f4df4243d8
* Fix the OSGi version at MANIFEST.MF so it does not contain -SNAPSHOTSampsa Sohlman2016-07-149-10/+30
| | | | Change-Id: Iad1f7c9fbff6ded1ce85536788a0b86135ecfbad
* GridLayoutDetailsRowTest to work with PhantomJSAnna Koskinen2016-07-141-14/+1
| | | | Change-Id: Id88508acf416c162e0107a7ca1ebcf7ba376a63a
* Scaled images and fixes to Grid, FormLayout, and Slider docs. #19835Marko Gronroos2016-07-134-64/+54
| | | | | | | | Change-Id: I6007358e1240c458d3b9148d4def6729d4c42aac Updated a Slider diagram. #19835 Change-Id: I4d0a75b5f85bcce37e8579b7544672c2433f50f1
* Basic documentation of the declarative format for ordered layouts.Marko Gronroos2016-07-131-5/+42
| | | | Change-Id: Ie12ff05f8dd22677727127bec33cf2c4ba046c6b
* Fix and optimize TabsheetScrollingTestHenri Sara2016-07-131-3/+15
| | | | | | | | | 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
* Fixing drag and drop file upload issue on windows (#19809)adam2016-07-132-10/+41
| | | | | | | | 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
* Fixing Grid Layout required indicator position (#18418)Henri Sara2016-07-133-22/+266
| | | | | | Required indicators in Grid Layout are now located right after the fields Change-Id: I764fe15a967673c3a70a2a8ab97e7d1a223061fa
* Support static inner classes when reading/writing declarative files (#20038)Artur Signell2016-07-133-4/+76
| | | | | | | | 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
* Disable tooltip tests for Firefox.Henri Sara2016-07-139-11/+58
| | | | | | | | | | 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
* Fix ComboBox highlight width on IE8/9 (#19889)Henri Sara2016-07-131-1/+2
| | | | | | This fixes an issue caused by the fix for #19658. Change-Id: I688275b0c39af723500bc0f7d0c87799698c90e7
* Add basic AppWidgetset documentationTeemu Suo-Anttila2016-07-1240-674/+2806
| | | | Change-Id: Iaea8b5267c7ccb2a6bc667cc89078bd3c4bf2435
* Update @since for 7.6.8Teemu Suo-Anttila2016-07-121-1/+1
| | | | Change-Id: Ib740904674e289b11116fdb8ea13abbbac81fdfe
* Update @since for 7.6.7Teemu Suo-Anttila2016-07-121-1/+1
| | | | Change-Id: I4abedb7726b0ae152df8c449cde162854d50c8ad
* Added videos to the tutorial.Alejandro Duarte2016-07-121-6/+33
| | | | Change-Id: I4432d0b6bbc6c9c3152e9bde58e8305bf8a25ead
* Update test for Chrome 51Henri Sara2016-07-121-1/+1
| | | | Change-Id: Idea068b22acc0955a272db3da5f555a7ee0d902f
* Updated READMEMatti Tahvonen2016-07-081-39/+31
| | | | | | | | | 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
* Add DevelopmentServerLauncher configuration for IDEAelmot2016-07-071-0/+25
| | | | Change-Id: If0ea592add451b7c730147a6f2b6a90ee4f550dd
* Allow reaching the wrapped Item through GeneratedPropertyItem (#20032)Anna Koskinen2016-07-062-2/+24
| | | | Change-Id: Ic38c2803b3d83e76fa74d21490a4277c6037b950
* Fix navigation to same view with different parameters (#20029)Teemu Suo-Anttila2016-07-062-17/+74
| | | | Change-Id: I0ecc18f0ee5aecac42cfc6c9422932e2e308ab83
* Fixing ComboBox page flip on trackpad scroll (#19704)adam2016-07-041-4/+53
| | | | | | | | 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
* Fixed notification message images and updated layout schematic diagram. #19835Marko Gronroos2016-06-302-14/+20
| | | | Change-Id: I3e14463a11e24cfeeafb1cddd7a42927e6897073
* Scaled images for print edition and fixed errors up to the beginning of ↵Marko Gronroos2016-06-3074-1073/+2601
| | | | | | layouts chapter (#19835). Also major revision of Tree, CustomField, and layouts overview. Change-Id: I19f5e9511b83f953ce4707f324d81c2821ebb69d
* Updates to Grid's height handling (#19690).Anna Koskinen2016-06-295-6/+436
| | | | | | | - new height more for undefined height that works like in Table and resizes the grid when details row opens or closes Change-Id: I2dc817140308093865be30de72edcd6494e4a44b
* Fix RpcDataProviderExtension serialization issue (#19906)Teemu Suo-Anttila2016-06-292-8/+67
| | | | Change-Id: I74e8e82df2a7bb26c45c9c3797d044061ec3c24d
* Make sure AtmosphereFramework is always properly destroyed (#17581)Artur Signell2016-06-191-1/+31
| | | | | | | If servlets have never been initialized, then destroy must happen in the context destroy method Change-Id: I9c5188884637be8d1bd2cdf11167e3bdd6081bea
* Provide a way to disallow navigation to the same state twice (#12107).Denis Anisimov2016-06-132-26/+121
| | | | Change-Id: I831a02f26929cc7ec4dac5177cb68f84bd0bfc2b
* Added a note to JPAContainer chapter that it is no longer recommended.Marko Gronroos2016-06-101-5/+6
| | | | Change-Id: I4fcc1af9916fa84523531d7886812e3a6d2af0fc
* Fixed wrong font include.Sami Ekblad2016-06-101-1/+1
| | | | | | This fixes https://dev.vaadin.com/ticket/19800 Change-Id: I9b12c76b97af5731a4dd374ecab5b217c404a04d
* Unneeded duplicate of the word "should"Vlad2016-06-091-1/+1
| | | | | | Just a typo Change-Id: I814c583f91fa6724f8ad8785c8cc2ae939aa99f4
* Fixing messed up column in Grid after hide, resize and show (#19826)adam2016-06-073-1/+181
| | | | | | | When resizing a column in Grid, widths of all columns without a fixed width (-1) are set to their actual width. This is 0 when the column is hidden. Change-Id: If50e71c748cd0674f44d9e51777518eb48b42c5c
* Add missing license header to BodyStyleNameTeemu Suo-Anttila2016-06-031-0/+16
| | | | Change-Id: Ib1652668ca6292fd54edf4f1055034bb061892cd
* Suppress Checkstyle markers from */target/* pathsJohannes Dahlström2016-06-033-1/+11
| | | | Change-Id: I2dda177c4e0a5bb28c001dd02aa0b40c81928163
* Fix a Javadoc typo that crashes Checkstyle (yes, really)Johannes Dahlström2016-06-021-1/+1
| | | | Change-Id: Ib0ca5ad40a8e68a21c707941c7d533c9206a9129
* Add missing @since 7.77.7.0.alpha3Henri Sara2016-06-011-1/+1
| | | | Change-Id: Id9f1dbc991c1dcb2c2d3817d9d958485db6269bc
* New login form (#8171)Ingo Kegel2016-06-017-232/+566
| | | | | | | | | The legacy LoginForm is substituted with the new one which is compatible in API. The patch contains modified code from the addon https://vaadin.com/directory#addon/loginform Change-Id: I2178291c97c2f66840f832a0bf932271534beb49
* Use gwt-user and gwt-dev dependencies in client and compilerTeemu Suo-Anttila2016-06-017-212/+48
| | | | | | | This removes GWT dependency from the server and shared parts of the framework Change-Id: Iafbb752c0184611a18d4a9d61c9e03229d42836e
* Suggestion pop-up width API for ComboBox (#19685)Jonni Nakari2016-05-3117-53/+658
| | | | | | | | | | | | | | 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
* Move Jetty 9.3 before vaadin-* on the classpathLeif Åstrand2016-05-301-37/+39
| | | | | | | Without this patch, Eclipse might try to use Jetty 8.1 from vaadin-client-compiler instead of using the intended version. Change-Id: Ib9b980bb3ed5e3e892733cf7667f44c015779a13
* Update missing @since for 7.7Henri Sara2016-05-305-8/+9
| | | | Change-Id: I9c35e50fd4b56c6b70a4194526cbbbe7870add6e
* Send an ack message after push has removed connectors (#19822)Artur Signell2016-05-276-7/+158
| | | | | | | The server side needs to know the client has removed the connectors to be able to do cleanup Change-Id: Ic3d41cc5cbab035a53bf5c99496d74858c376e73
* Correctly check if validators are present (#11450)Artur Signell2016-05-271-1/+5
| | | | Change-Id: Ibc0173f96a1000e709bd7ee90cccd500fad1a223
* Make tests pass in any timezone (#19813)Marco Collovati2016-05-262-9/+15
| | | | Change-Id: I78411b92a5b3c2f04ed8a15ebd2c183aa1af4ab9
* Correctly detect PhantomJS 2.1Artur Signell2016-05-223-2/+45
| | | | Change-Id: I9b1df949b831b84aa05bf611b0128eb2414bbbae
* Make tests pass in any timezoneJoonas Lehtinen2016-05-203-5/+13
| | | | Change-Id: Ic81205bca5e25d0f525ae5fa0cbe20d0bd736a58
* Correctly handle compiled resources for Development ServerTeemu Suo-Anttila2016-05-202-88/+19
| | | | Change-Id: I0f4976aaeeb1f284a99a09cb039e54ae16f8f556
* Load CustomLayout templates like other theme resources (#8578)Artur Signell2016-05-204-26/+51
| | | | Change-Id: I0ee79c357a1a3e4c5ce1cb8a93ac0cf1ba4d4163
* Update Jetty version in uitestTeemu Suo-Anttila2016-05-203-56/+24
| | | | Change-Id: I74300ea0724be1e56ea94d3f1327f49b05a09a87