aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server/src/main/java/com/vaadin/v7/ui
Commit message (Expand)AuthorAgeFilesLines
* Implement error level on client side (#9817)Adam Wagner2017-09-271-0/+1
* Fix typos (#10071)Ahmed Ashour2017-09-253-3/+3
* Construct array inline (#10068)Ahmed Ashour2017-09-231-1/+1
* Fix javadoc references (#10067)Ahmed Ashour2017-09-233-14/+19
* Format curly brackets correctly for checkstyle (#10066)Ahmed Ashour2017-09-225-39/+23
* Remove unused methods. (#10058)Ahmed Ashour2017-09-222-16/+0
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-226-24/+24
* Fix unused parameters in javadoc (#10055)Ahmed Ashour2017-09-215-13/+9
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-215-10/+10
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-215-6/+6
* Remove unused methods (#10020)Ahmed Ashour2017-09-201-4/+0
* Use simple class namesAhmed Ashour2017-09-2012-35/+36
* Remove unneeded ArrayList constructionAhmed Ashour2017-09-191-2/+2
* Javadoc fixesAhmed Ashour2017-09-132-7/+7
* Simplify boolean expressionsAhmed Ashour2017-09-131-2/+2
* Fix occasional empty rows in Table and TreeTable (#9800)Henri Sara2017-08-091-48/+1
* Update hierarchical data related deprecation messages (#9558)Henri Sara2017-06-202-2/+2
* Replacement guide javadocs for deprecated classesIlia Motornyi2017-03-1514-9/+36
* Replacement guide javadocs for deprecated classes, part two (#8719)Ilia Motornyi2017-03-153-2/+5
* Revert multi select using state changeTeemu Suo-Anttila2017-03-071-4/+12
* Restore column based width for compatibility selectsTeemu Suo-Anttila2017-03-073-3/+135
* Restore type attributes to compatibility UIDLTeemu Suo-Anttila2017-03-074-1/+12
* Revert html content through shared state for OptionGroupTeemu Suo-Anttila2017-03-071-2/+13
* Revert immediate tests, deprecate HasUserSelectionAllowedTeemu Suo-Anttila2017-03-071-0/+1
* Synchronize code between V7 and compatibility packageTeemu Suo-Anttila2017-03-0723-191/+234
* Revert diamond operator changesTeemu Suo-Anttila2017-03-0718-190/+194
* Remove unnecessary full classname referencesTeemu Suo-Anttila2017-03-0715-352/+175
* Pick changes from 7.7.7 (#8577)Teemu Suo-Anttila2017-02-221-0/+3
* Updated migration related documentation (#8602)Pekka Hyvönen2017-02-1728-16/+94
* Add deprecation messages replaced legacy components (#8584)Leif Åstrand2017-02-162-0/+9
* Update @since tags for 7.7.5Denis Anisimov2017-01-031-2/+4
* @since tag is set (#8021)Denis2016-12-162-2/+2
* Move old Sort related classes into compatibility module. (#7999)Denis2016-12-151-5/+5
* Allow defining a focus delegate component for CustomField (#20336)Pekka Hyvönen2016-12-151-1/+50
* Migrate 7.7.5 branch patches to v8. (#7969)Denis2016-12-151-4/+76
* Provide configuration for events order in month and week viewsDenis2016-12-141-0/+31
* Add compatibility layouts with old defaults. (#7967)Henri Sara2016-12-142-0/+120
* Update client side selection state when changing selection model (#20370)Artur Signell2016-12-091-0/+4
* Send selection change events when changing selection mode (#20391)Artur Signell2016-12-091-1/+12
* Add Grid.refreshRows to allow refreshing individual rows (#16765)Artur Signell2016-12-091-0/+16
* Check for duplicate property ids when setting Grid columns or column order (#...Artur Signell2016-12-091-0/+10
* Never check the selectAll checkbox in an empty grid (#20301)Artur Signell2016-12-091-1/+3
* Don't use V8 FieldEvents classes in v7 compatibility module. (#93)Denis2016-12-071-3/+48
* Small fixes to javadocselmot2016-12-013-3/+3
* Correct all tests that introspect classpath for Vaadin classes.Denis Anisimov2016-11-291-2/+5
* Revert Upload listener registration changes in compatibility packageHenri Sara2016-11-271-30/+96
* Add method to auto scale calendar time range (#17715)Steven Spungin2016-11-041-1/+93
* Move setReadOnly from Component to HasValueTeemu Suo-Anttila2016-11-021-2/+58
* Replace setRequired & HasRequired with setRequiredIndicatorPekka Hyvönen2016-11-012-36/+1
* Implement focus and blur events for CheckBoxGroup.Denis Anisimov2016-10-312-24/+7