summaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix NPE in case some items don't contain all properties of Grid.adam2016-11-143-19/+403
| | | | | | | This could occur in when parent is a different entity than its children in hierarchical data. Change-Id: Icd53b5b5e5544a3680d0cd99702ab78224b2dc08
* Add method to auto scale calendar time range (#17715)Steven Spungin2016-11-042-22/+160
| | | | | | Backported from master branch (Vaadin 8). Change-Id: I363c9798de0d238a5a4aa4b4e839a31da460434f
* Date/time issues are fixed in the tests.Denis Anisimov2016-11-021-1/+2
| | | | | | | | | | | - legacy DateField declarative format tests are fixed (day light saving time is taken into account). - CalendarMonthViewDndEvent UI because you are not supposed to work on Sundays (when the test is broken). Backported from master branch (Vaadin 8). Change-Id: I5e62c09da579e9f6eb2a58a87253618d3f30b2e9
* Allow defining a focus delegate component for CustomField (#20336)Artur Signell2016-10-261-0/+61
| | | | Change-Id: I1160e7a384b1816204eb7f4b0f52f83ed9e230c0
* Update Hierarchical container JavaDocs to match code (#5864)Teemu Suo-Anttila2016-10-251-6/+5
| | | | Change-Id: I7a8520ef61ddc4dff66c326d61acbf7ccf0e76cd
* Add valo-menu-hover stylename to make responsive menu appear w/o adding code ↵Marc Englund2016-10-191-3/+23
| | | | | | | | | | | (#19019) Adding the optional "valo-menu-hover" style to the "valo-menu" element will make the menu appear on hover - i.e when mousing over on desktop, when tapping on touch devices (which also triggers hover). Backported from master branch (vaadin 8). Change-Id: I8344234a20aa93216b0116608d81e30e86d8b309
* Update client side selection state when changing selection model (#20370)Artur Signell2016-10-181-0/+4
| | | | Change-Id: I7fe8c160405a69140cac511c744d89a62c401cca
* Send selection change events when changing selection mode (#20391)Artur Signell2016-10-182-1/+46
| | | | Change-Id: Iaeb772981f3ac039bf0fe3cde595cfdb3691cddf
* Add Grid.refreshRows to allow refreshing individual rows (#16765)Artur Signell2016-10-141-0/+16
| | | | Change-Id: I554d7b6ca60840bab3a032daa4847e7271086e27
* Check for duplicate property ids when setting Grid columns or column order ↵Artur Signell2016-10-142-0/+29
| | | | | | (#20386) Change-Id: I76be83642f0e56e55b0c0e502ac6769de1ee8af0
* Never check the selectAll checkbox in an empty grid (#20301)Artur Signell2016-10-132-5/+26
| | | | Change-Id: Ia15edb5a10de9bff047044161ffe83dd09f51098
* Workaround for deadlock issue (#18436)Artur Signell2016-10-112-2/+171
| | | | Change-Id: I4e32550e3d3095c2c914bb93d260819414d2e6e6
* Fix widget set builder to create widget set in correct location (#20320)Artur Signell2016-09-251-4/+17
| | | | | | | | 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
* Use widget set specified by init parameter (#20276)Artur Signell2016-09-253-4/+23
| | | | | | | | | | | | | 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
* Revert "Use widget set specified by init parameter (#20276)"7.7.2Leif Åstrand2016-09-221-9/+2
| | | | | | | | | Breaks all use of AppWidgetset together with @VaadinServletConfiguration This reverts commit 516c428ca127e3c31b7b4d74220e4b7eed4571be. Change-Id: I9e9bd792479ee1f4dde08c5d2a4d87e06b77f519
* Format Java files using Eclipse Neon and Vaadin settingsArtur Signell2016-09-20840-12750/+13025
| | | | | | | Using the same formatting in the 7.7 branch and the master branch eases porting of fixes Change-Id: I51b4693f2f120447702cf322ce4505608ad92987
* Fix regression that broke widget set compilation in 7.7.1 (#20285)Ingo Kegel2016-09-161-1/+1
| | | | | | | | | | The fix for https://dev.vaadin.com/ticket/20262 broke widget set compilation on Windows, possibly only under certain circumstances Change-Id: Ica559b9c7199014bf1a2babad29f53b083ff74a2
* Use widget set specified by init parameter (#20276)Artur Signell2016-09-151-2/+9
| | | | | | | | 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
* Handle encoded URL characters correctly when constructing widget set name ↵Artur Signell2016-09-131-8/+9
| | | | | | (#20262) Change-Id: Idfdd5e6021444af5b08d48ddf90745b47ff4643d
* Make test independent of any converters present in the factoryArtur Signell2016-09-111-9/+9
| | | | Change-Id: I8b6b45df9d3929e4447976b8c7ae72e6491fb1af
* Prevent editor from being canceled while it is being saved (#19458)Artur Signell2016-09-052-1/+123
| | | | Change-Id: I062e097134035856f6c120584f48a5f3601bd9ac
* Fix ComboBox paging when number of items equals page length (#20213)Artur Signell2016-09-052-7/+168
| | | | | | | | 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
* Discard for DateField when the data source contains null (#8069)Patrik Lindström2016-09-021-0/+18
| | | | | | | | | | | | | 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
* Use servlet context classloader when finding servlet class for websockets ↵Artur Signell2016-08-301-3/+7
| | | | | | (#20024) Change-Id: Ia885ecebe854c0aeda47be2bbc9a9d8a47a03d5c
* Prevent Atmosphere from resurrecting a destroyed broadcaster (#20026)7.7.0.rc1Artur Signell2016-08-161-0/+5
| | | | Change-Id: Ifdf6d8f61eb1f5f19736e057e9314b400d6030ee
* Update/remove empty @since for 7.7Henri Sara2016-08-153-72/+71
| | | | | Change-Id: Ib46a450c7d6a6d15eb6bea5d53351d182929e52f (cherry picked from commit b322664b8b21da53e6fc833005fe3968f8352bec)
* Fixed the compare filter to handle subclasses (#17169)Pontus Boström2016-08-012-3/+146
| | | | | | | | | Earlier the comparision worked only if the item value was a subclass of the value in comparator, but not in the other way around. Now the compairision works if the one is a subclass of the other and both implements Comparable. Change-Id: I1bcbba94f1263915f838e948ed9d8b68a14aefd0
* Changed logic to retrieve readonly state (#8643)Felype Santiago Ferreira2016-07-292-3/+63
| | | | Change-Id: Ibc86d36ce4c8f68eec400ad264546651353709f1
* Document onUnregister in JS component/extension javadocs (#19799)Marco Collovati2016-07-192-0/+4
| | | | Change-Id: I659561533420af1977003f918eb8f3f6479c6b6f
* 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
* 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
* 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-061-17/+20
| | | | Change-Id: I0ecc18f0ee5aecac42cfc6c9422932e2e308ab83
* 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
* Fix a Javadoc typo that crashes Checkstyle (yes, really)Johannes Dahlström2016-06-021-1/+1
| | | | Change-Id: Ib0ca5ad40a8e68a21c707941c7d533c9206a9129
* New login form (#8171)Ingo Kegel2016-06-011-232/+260
| | | | | | | | | 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
* Suggestion pop-up width API for ComboBox (#19685)Jonni Nakari2016-05-311-1/+32
| | | | | | | | | | | | | | 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
* Update missing @since for 7.7Henri Sara2016-05-302-2/+2
| | | | Change-Id: I9c35e50fd4b56c6b70a4194526cbbbe7870add6e
* Send an ack message after push has removed connectors (#19822)Artur Signell2016-05-271-0/+5
| | | | | | | 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
* Make tests pass in any timezoneJoonas Lehtinen2016-05-203-5/+13
| | | | Change-Id: Ic81205bca5e25d0f525ae5fa0cbe20d0bd736a58
* Load CustomLayout templates like other theme resources (#8578)Artur Signell2016-05-204-26/+51
| | | | Change-Id: I0ee79c357a1a3e4c5ce1cb8a93ac0cf1ba4d4163
* 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
* Remove shortcut listener from subclasses of AbstractComponent (#16498).Edoardo Vacchi2016-05-171-3/+1
| | | | | | | e.g., Panel shadows actionManager with its own instance field * solution: always invoke getActionManager() Change-Id: Ibeca2ad53cb1175ae1ebcfb4d68b3d2bf36ea8b2
* Change GridLayout to no longer be a legacy componentArtur Signell2016-05-161-19/+1
| | | | Change-Id: I9d5c135dbfbe108c17fea6334966d4df09ac61ca