summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Throw exception early on null itemId (#16541)vilo2016-05-201-0/+3
| | | | Change-Id: Iff42a6e9e5e00006c96fa82e102ff145449c6f88
* Ensure ContainerOrderedWrapper returns itemIds in expected orderArtur Signell2016-05-192-5/+17
| | | | | | (#19427) Change-Id: I79cfe68cf5e9e37db27c53d2f7a1aa9a1573df90
* Notify server side component about clicks in form layout (#6346).Denis Anisimov2016-05-193-0/+183
| | | | Change-Id: Ia14a50aba17689b580bb265c9693c3ae503fee34
* Workaround Version class to work with 7.7-SNAPSHOTTeemu Suo-Anttila2016-05-191-1/+9
| | | | Change-Id: Iedc4f4a5869421ec465c9b169882897dd06e5eab
* Remove shortcut listener from subclasses of AbstractComponent (#16498).Edoardo Vacchi2016-05-173-3/+199
| | | | | | | e.g., Panel shadows actionManager with its own instance field * solution: always invoke getActionManager() Change-Id: Ibeca2ad53cb1175ae1ebcfb4d68b3d2bf36ea8b2
* Deprecate public bitmask methods in MarginInfo (#17565)patrik2016-05-171-0/+15
| | | | | | | | | These methods are superceded by a copy constructor. getBitMask() and the bitmask constructor are used in a few places around the framework, and need to be refactored out - the MarginInfo class is already serializable and can be used in lieu of the raw bitmask in the states of these objects. Change-Id: I39a6c25f03f3a2666c057ede99e8df54f5c57958
* Change GridLayout to no longer be a legacy componentArtur Signell2016-05-162-30/+3
| | | | Change-Id: I9d5c135dbfbe108c17fea6334966d4df09ac61ca
* Tooltip might not close when moving outside of UI (#13370)Anna Koskinen2016-05-161-2/+51
| | | | Change-Id: Iee39b7251af20ff25cf220e91f1b3c123345f711
* Eliminate rounding errors for GridLayout expand ratios (#19797)Artur Signell2016-05-166-52/+129
| | | Change-Id: Idf05dde5d6526fafee618fd3e2eb1afa63fab7bc
* Extract guava from the gwt-dev jar to client-compilerTeemu Suo-Anttila2016-05-161-1/+1
| | | Change-Id: I02fc8dff80558b7fc8b5b625c6e93ab624140153
* Upgrade Atmosphere JS back to 2.2.13.vaadin3 as in 7.6Artur Signell2016-05-161-1/+1
| | | | Change-Id: I9a845ab65cf75daf45b90be30cab8e230a03a064
* Fix typo in VariableOwner error messageLeif Åstrand2016-05-161-8/+8
| | | | Change-Id: I80f038903e0f32e8b6cb38d6e7931362c4f0f285
* Disable multiselect checkboxes when Grid is disabled. (#18560)Sauli Tähkäpää2016-05-136-6/+254
| | | | Change-Id: Ief0531fe90b9bc8bcf0a60132211a0633b9401d4
* Fix opacity value for disabled label and non-collapsible column (#15489)Denis Anisimov2016-05-136-0/+243
| | | Change-Id: I0d669f1c85feebcaa01c58fb81b5e20802440ef2
* Do not start local Jetty for server testsArtur Signell2016-05-131-13/+5
| | | | Change-Id: I1ef92966108aee8ee6475df9efacc53ed9865560
* Fixed tooltips for sub-windows (#19073)Pontus Boström2016-05-123-6/+142
| | | | | | | The subwindows tooltip is now also shown in header and footer of the subwindow. Added also tests for the feature. Change-Id: I933dad9e8530ce20b930fe22caf9e79a3ad3e3d2
* Use error styles for NativeSelect/ListSelect/TwinColSelect in Valo (#19550)Artur Signell2016-05-114-2/+128
| | | | Change-Id: Ifc87f48b8145b56c7b83b9ce4aa1db8a698d7d49
* Avoid rebuilding VListSelect DOM for each round trip (#14765)Leif Åstrand2016-05-116-13/+529
| | | | Change-Id: Iebcea0fd80eb9c1e0f14357fa09a264db5f1ee06
* Remove guava URL encode dependencyMarkus Koivisto2016-05-116-12/+15
| | | | Change-Id: I7b76c7736f470dd5016370b61d3872300c3331a9
* Eliminate most server-side Guava useHenri Sara2016-05-114-30/+105
| | | | Change-Id: Iac0f5c96d827e2078ace0be76bc14aa34f379d57
* Always close expanded top level menu item on click (#14568).Denis Anisimov2016-05-113-0/+154
| | | | Change-Id: I04b0b64fd9054b7284efa59a8c56d8a64616ca7b
* Update to Atmosphere 2.2.9.vaadin2 (#19742)Artur Signell2016-05-112-4/+4
| | | | Change-Id: I634e44971c6e4f653ecdcbf694be78ae67ef728f
* Always return cursor position 0 when displaying input prompt (#19766)Teemu Pöntelin2016-05-113-1/+73
| | | | Change-Id: Ibca58259a0bbcda7141b996020bae8614f0c2114
* Fix UIProvider backwards compatibility with AppWidgetsetTeemu Suo-Anttila2016-05-113-8/+30
| | | | Change-Id: Ia3171f4398caa9824f9b511da6576baa7b40be07