aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Move and rename converters into com.vaadin.legacy.data.util.converter.Legacy*Artur Signell2016-08-1066-413/+413
* Move old validators to legacy package (pre-#87).Denis Anisimov2016-08-1042-187/+187
* Binding.withValidator and Binder.validate methods (#26).Denis Anisimov2016-08-108-3/+866
* Move Validator and Validatable into legacy package.Denis Anisimov2016-08-0922-37/+39
* Convert Slider to extend the new AbstractFieldArtur Signell2016-08-093-226/+166
* Add support for required status to AbstractFieldArtur Signell2016-08-093-12/+70
* Make AbstractField FocusableArtur Signell2016-08-081-13/+41
* Remove unused field in ComboBoxHenri Sara2016-08-081-7/+0
* Moved ComboBox suggestion popup width to shared stateHenri Sara2016-08-081-10/+2
* Remove obsolete paint attribute from ComboBoxHenri Sara2016-08-081-6/+0
* Binder.save() and Binder.load() methods implementation (#36).Denis Anisimov2016-08-082-2/+92
* Refactor ComboBox item painting (#19929)Henri Sara2016-08-081-26/+51
* Request ComboBox pages with RPC (#19929)Henri Sara2016-08-081-10/+14
* Move ComboBox filtering mode to state (#19929)Henri Sara2016-08-081-10/+7
* Move ComboBox pageLength to state (#19929)Henri Sara2016-08-081-22/+9
* Send ComboBox selection with RPC (#19929)Henri Sara2016-08-082-32/+34
* Send ComboBox focus/blur with RPC (#19929)Henri Sara2016-08-081-8/+9
* Create new items with RPC (#19929)Henri Sara2016-08-081-10/+12
* Create ComboBoxServerRpc stub (#19229)Henri Sara2016-08-081-6/+14
* Use shared state in ComboBox (#19229)Henri Sara2016-08-081-18/+9
* Add Binder for binding field values to bean propertiesTeemu Suo-Anttila2016-08-052-0/+450
* Implement new simple AbstractFieldJohannes Dahlström2016-08-058-50/+582
* Rename Field, AbstractField to legacy namesJohannes Dahlström2016-08-0543-416/+488
* Remove the "liferay" themeHenri Sara2016-08-051-43/+0
* Update version number, use Java 8Teemu Suo-Anttila2016-08-031-1/+1
* Fixed the compare filter to handle subclasses (#17169)Pontus Boström2016-08-012-3/+146
* Changed logic to retrieve readonly state (#8643)Felype Santiago Ferreira2016-07-292-3/+63
* Document onUnregister in JS component/extension javadocs (#19799)Marco Collovati2016-07-192-0/+4
* Fix typoSampsa Sohlman2016-07-141-1/+1
* Fix javax.servlet versionSampsa Sohlman2016-07-141-2/+2
* Fix the OSGi version at MANIFEST.MF so it does not contain -SNAPSHOTSampsa Sohlman2016-07-141-4/+5
* Support static inner classes when reading/writing declarative files (#20038)Artur Signell2016-07-133-4/+76
* Update @since for 7.6.8Teemu Suo-Anttila2016-07-121-1/+1
* Update @since for 7.6.7Teemu Suo-Anttila2016-07-121-1/+1
* Allow reaching the wrapped Item through GeneratedPropertyItem (#20032)Anna Koskinen2016-07-062-2/+24
* Fix navigation to same view with different parameters (#20029)Teemu Suo-Anttila2016-07-061-17/+20
* Fix RpcDataProviderExtension serialization issue (#19906)Teemu Suo-Anttila2016-06-292-8/+67
* Make sure AtmosphereFramework is always properly destroyed (#17581)Artur Signell2016-06-191-1/+31
* Provide a way to disallow navigation to the same state twice (#12107).Denis Anisimov2016-06-132-26/+121
* Fix a Javadoc typo that crashes Checkstyle (yes, really)Johannes Dahlström2016-06-021-1/+1
* New login form (#8171)Ingo Kegel2016-06-011-232/+260
* Use gwt-user and gwt-dev dependencies in client and compilerTeemu Suo-Anttila2016-06-011-40/+1
* Suggestion pop-up width API for ComboBox (#19685)Jonni Nakari2016-05-311-1/+32
* Update missing @since for 7.7Henri Sara2016-05-302-2/+2
* Send an ack message after push has removed connectors (#19822)Artur Signell2016-05-271-0/+5
* Correctly check if validators are present (#11450)Artur Signell2016-05-271-1/+5
* Make tests pass in any timezone (#19813)Marco Collovati2016-05-262-9/+15
* Make tests pass in any timezoneJoonas Lehtinen2016-05-203-5/+13
* Load CustomLayout templates like other theme resources (#8578)Artur Signell2016-05-204-26/+51
* Throw exception early on null itemId (#16541)vilo2016-05-201-0/+3