summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Remove synchronous AJAX support (#11254)Johannes Dahlström2013-03-272-41/+0
* Fix off-by-one bug preventing all server RPC handlingJohannes Dahlström2013-03-271-1/+1
* Refactor server-side communications (#11192, #7891)Johannes Dahlström2013-03-2735-2490/+3364
* Fixed tree memory leak when removing expanded items from Tree (based on new F...John Ahlroos2013-03-222-5/+31
* Added Container.hasContainerFilters() API #11234John Ahlroos2013-03-226-2/+41
* Merge commit 'e4c9eda51082a443822b66864df2fe14be7dc6d7'Artur Signell2013-03-218-256/+400
|\
| * Deprecated AbstractComponentContainer.getComponentIterator (#11328)Artur Signell2013-03-141-0/+6
| * Ignored test case where Tree memory leak is checked since it cannot be fixed ...John Ahlroos2013-03-141-4/+19
| * Fixed setting column width back to undefined by setting it to -1. #7922Leif Åstrand2013-03-141-21/+50
| * Fixed client-server value sync problem in CheckBox (#11028)Artur Signell2013-03-131-0/+17
| * Eliminate connection/statement/result set leaks in TableQuery (#10582)Leif Åstrand2013-03-133-230/+292
| * Fixed focus and tab index handling for UI (#11129)Artur Signell2013-03-121-1/+16
* | Create a PopupDateField by default for Dates (#11159)Artur Signell2013-03-183-1/+153
* | Do not invalidate http session if there is an invalid security key (#11335)Artur Signell2013-03-181-6/+0
* | Implemented injection of css styles #5500John Ahlroos2013-03-131-1/+127
* | Merge commit '6922bc5b49c5551b289a5025ccd5901e2ac3aafc'Artur Signell2013-03-128-15/+93
|\|
| * Profiler based on __gwtStatsEvent (#10960)Leif Åstrand2013-03-061-0/+12
| * Corrected javadoc (#10774)Artur Signell2013-03-061-3/+3
| * Improved javadoc (#10632)Artur Signell2013-03-061-5/+1
| * Corrected javadoc regarding nested property support (#8210)Artur Signell2013-03-062-4/+2
| * Catch NoSuchFieldException instead of NoSuchFieldError (#10944)Artur Signell2013-03-052-1/+72
| * Update test to use default classloader instead of nullLeif Åstrand2013-03-041-2/+3
* | Removed IE9 fallback for IE10 #11237John Ahlroos2013-03-041-3/+1
* | Renamed "tests" target to "test" and added "test-all" (#9998)Artur Signell2013-03-012-18/+18
* | Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-0119-178/+274
|\|
| * Reverted Tree memory leak fix since it is breaking Tree filtering in a way th...John Ahlroos2013-03-011-10/+0
| * Revert "Made UI focusable again (#11129)"John Ahlroos2013-02-281-1/+1
| * Fixed BindException when binding nested properties with BeanFieldGroup.buildA...John Ahlroos2013-02-282-2/+53
| * Fixed incorrect import (#11129)Artur Signell2013-02-281-1/+1
| * (#10563) Logging now uses parameters.Mikael Grankvist2013-02-2814-160/+197
| * Made UI focusable again (#11129)Artur Signell2013-02-281-1/+2
| * Made test pass by ignoring irrelevant classesArtur Signell2013-02-281-0/+5
| * Fixed NPE in Tree when calling non-final constructor #11132John Ahlroos2013-02-251-6/+18
* | Merge remote-tracking branch 'origin/7.0'Artur Signell2013-02-225-0/+127
|\|
| * Fixed another memory leak in Tree #11053John Ahlroos2013-02-222-3/+34
| * Fixed memory leak in Tree #11053John Ahlroos2013-02-212-0/+58
| * Properly pass the AbstractField internal value to shared state in Slider and ...Johannes Dahlström2013-02-183-0/+38
| * Revert "Removed legacy toString implementations as promised in 7.0Henri Sara2013-02-152-0/+41
| * Revert "Made getServlet and getPortlet public (#10882)"Henri Sara2013-02-152-12/+2
* | Merge branch '7.0'Artur Signell2013-02-151-62/+145
|\|
| * Merge "Merge of (#6160) and (#10470) to Vaadin 7." into 7.0Johannes Dahlström2013-02-147-106/+167
| |\
| | * Merge of (#6160) and (#10470) to Vaadin 7.Johannes Dahlström2013-02-141-62/+145
* | | Merge "Added support for Dates to DefaultFieldGroupFieldFactory (#8539)"John Ahlroos2013-02-141-0/+25
|\ \ \
| * | | Added support for Dates to DefaultFieldGroupFieldFactory (#8539)Artur Signell2013-02-121-0/+25
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/7.0'Henri Sara2013-02-149-57/+223
|\ \ \ | |_|/ |/| |
| * | Fix JDK 1.7 dependency in #10426Henri Sara2013-02-141-1/+2
| * | Case-insensitive FieldGroup binding #10426Jonni Nakari2013-02-133-13/+200
| * | Merge remote-tracking branch 'origin/7.0'Henri Sara2013-02-126-44/+22
| |\|
| | * Merge "Do not throw NPE when asking for a null propertyId (#10445)"Henri Sara2013-02-082-1/+10
| | |\
| | | * Do not throw NPE when asking for a null propertyId (#10445)Artur Signell2013-01-302-1/+10