summaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'e4c9eda51082a443822b66864df2fe14be7dc6d7'Artur Signell2013-03-217-252/+381
|\
| * Deprecated AbstractComponentContainer.getComponentIterator (#11328)Artur Signell2013-03-141-0/+6
| * 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-181-1/+2
* | 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-126-13/+19
|\|
| * 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
* | Removed IE9 fallback for IE10 #11237John Ahlroos2013-03-041-3/+1
* | Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-0117-178/+228
|\|
| * 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
* | Merge remote-tracking branch 'origin/7.0'Artur Signell2013-02-224-0/+65
|\|
| * 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 branch '7.0'Artur Signell2013-02-151-62/+145
|\|
| * 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 "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-147-57/+131
|\ \ \ | |_|/ |/| |
| * | Fix JDK 1.7 dependency in #10426Henri Sara2013-02-141-1/+2
| * | Case-insensitive FieldGroup binding #10426Jonni Nakari2013-02-132-13/+116
| * | Merge remote-tracking branch 'origin/7.0'Henri Sara2013-02-125-44/+14
| |\|
| | * 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