aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com
Commit message (Expand)AuthorAgeFilesLines
* Fixed focus and tab index handling for UI (#11129)Artur Signell2013-03-121-1/+16
* 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-051-1/+1
* 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-281-2/+12
* 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
* Fixed NPE in Tree when calling non-final constructor #11132John Ahlroos2013-02-251-6/+18
* Fixed another memory leak in Tree #11053John Ahlroos2013-02-221-3/+13
* Fixed memory leak in Tree #11053John Ahlroos2013-02-211-0/+17
* 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 "Merge of (#6160) and (#10470) to Vaadin 7." into 7.0Johannes Dahlström2013-02-146-106/+159
|\
| * Merge of (#6160) and (#10470) to Vaadin 7.Johannes Dahlström2013-02-141-62/+145
| * Merge "Do not throw NPE when asking for a null propertyId (#10445)"Henri Sara2013-02-081-1/+2
| |\
| | * Do not throw NPE when asking for a null propertyId (#10445)Artur Signell2013-01-301-1/+2
| * | Merge "Made getServlet and getPortlet public (#10882)"Leif Åstrand2013-02-072-2/+12
| |\ \
| | * | Made getServlet and getPortlet public (#10882)Artur Signell2013-02-072-2/+12
| * | | Merge branch '7.0'Leif Åstrand2013-02-072-41/+0
| |\| |
| | * | Removed legacy toString implementations as promised in 7.0 (#10916)Artur Signell2013-02-012-41/+0
| | |/
* | | Handle OutOfSync by resyncing automatically (#10780)Artur Signell2013-02-111-5/+12
* | | Avoid markAsDirty for getters (#10977)Artur Signell2013-02-081-5/+10
* | | Fixed race condition in upload (#10942)Artur Signell2013-02-081-1/+1
|/ /
* | Set the first cause as the cause of CacheUpdateException (#10951)Leif Åstrand2013-02-061-3/+14
* | Merge of (#10878) to Vaadin 7.Anna Koskinen2013-02-051-1/+3
* | Merge of (#9548) to Vaadin 7.Anna Koskinen2013-02-051-5/+5
* | Merge of (#10563) to Vaadin 7.Anna Koskinen2013-02-055-52/+71
* | Merge "Merge of (#10582) to Vaadin 7." into 7.0Johannes Dahlström2013-02-051-46/+114
|\ \
| * | Merge of (#10582) to Vaadin 7.Anna Koskinen2013-02-011-46/+114
| |/
* | Merge "Merge of (#10312) to Vaadin 7." into 7.0Johannes Dahlström2013-02-051-7/+95
|\ \
| * | Merge of (#10312) to Vaadin 7.Anna Koskinen2013-02-011-7/+95
| |/
* | Merge "Merge of (#10437) to Vaadin 7." into 7.0Johannes Dahlström2013-02-051-1/+1
|\ \
| * | Merge of (#10437) to Vaadin 7.Anna Koskinen2013-02-011-1/+1
| |/
* / Merge of a Javadoc fix to Vaadin 7.Anna Koskinen2013-02-011-5/+5
|/
* Merge "Ensure window is closed even if close listener throws an exception (#1...Leif Åstrand2013-01-231-1/+1
|\
| * Ensure window is closed even if close listener throws an exception (#10779)Artur Signell2013-01-211-1/+1
* | Merge "Clarified javadoc (#10765)"Johannes Dahlström2013-01-222-2/+12
|\ \ | |/ |/|
| * Clarified javadoc (#10765)Artur Signell2013-01-182-2/+12
* | Merge "Cache state type property definitions (#10781)"Artur Signell2013-01-211-0/+17
|\ \
| * | Cache state type property definitions (#10781)Leif Åstrand2013-01-181-0/+17
| |/
* / Corrected javadoc (#10778)Artur Signell2013-01-211-2/+2
|/
* Merge "(#10716 ) Created tests for validators and converters. Fixed StringToB...Henri Sara2013-01-171-1/+1
|\
| * (#10716 ) Created tests for validators and converters. Fixed StringToBoolean ...Mikael Grankvist2013-01-171-1/+1
* | Added check for RPC calls to non-existing connectors (#10743)Artur Signell2013-01-151-0/+9