summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
...
* | Don't assign PushConnection to UI before it has been connected (#11506)Leif Åstrand2013-04-171-2/+13
* | Fix minor issues raised in #111 code reviewJohannes Dahlström2013-04-111-0/+2
* | Implemented poll interval for UI (#11495)Leif Åstrand2013-04-101-0/+34
* | Added SharedUtil for helpers shared by client and serverLeif Åstrand2013-04-102-13/+14
* | Fix missing or invalid copyright headersLeif Åstrand2013-04-091-1/+3
* | Don't initialize PushConnection by default (#11512)Leif Åstrand2013-04-081-1/+1
* | Rendering a Tree with icons fails if no alternate text is given (#11511)michael2013-04-081-1/+2
* | Implement range for date field (#6241)johan2013-04-081-0/+175
* | Push if there are dirty connectors, avoid push if there are NOT dirty connectorsArtur Signell2013-04-071-1/+1
* | Global code reformatLeif Åstrand2013-04-0517-4/+81
* | Do not push only meta data to the client (#11490)Artur Signell2013-04-052-1/+15
* | WAI-ARIA functions for Tree (#11389)michaelvogt2013-04-041-0/+51
* | Maximize Restore for Window #3400Pekka Hyvönen2013-04-041-6/+141
* | Server push (#111)Johannes Dahlström2013-04-041-0/+48
* | Integrate Calendar into core #11079John Ahlroos2013-04-0318-0/+4467
* | Enable setting loading indicator delays from the server (#7448)Artur Signell2013-04-032-0/+171
* | Made is possible to configure tooltip on the server (#8065)Artur Signell2013-04-032-0/+251
* | WAI-ARIA field corrections (#11407)michaelvogt2013-04-021-0/+20
* | Enable setting default alignment for VerticalLayout, HorizontalLayout, GridLa...Artur Signell2013-04-023-1/+67
* | Fixed locking in RequestHandlers and documented that RequestHandlers are call...Artur Signell2013-04-022-17/+33
* | Redefined UI.runSafely so it throws an exception if session can't be locked (...Artur Signell2013-03-312-13/+56
* | Convert value if locale changes and field has converter (#11419)Artur Signell2013-03-311-9/+27
* | WAI-ARIA button (#11380)michaelvogt2013-03-281-0/+30
* | Convenience methods for running code in the UI or VaadinSession context (#11219)Artur Signell2013-03-281-0/+40
* | Removed CommunicationManager and PortletCommunicationManagerJohannes Dahlström2013-03-271-3/+3
* | Refactor server-side communications (#11192, #7891)Johannes Dahlström2013-03-271-0/+17
* | Fixed tree memory leak when removing expanded items from Tree (based on new F...John Ahlroos2013-03-221-0/+31
* | Merge commit 'e4c9eda51082a443822b66864df2fe14be7dc6d7'Artur Signell2013-03-214-22/+89
|\|
| * 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
| * Fixed focus and tab index handling for UI (#11129)Artur Signell2013-03-121-1/+16
* | Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-014-51/+67
|\|
| * 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 incorrect import (#11129)Artur Signell2013-02-281-1/+1
| * (#10563) Logging now uses parameters.Mikael Grankvist2013-02-282-35/+48
| * 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
|/
* Merge "Merge of (#6160) and (#10470) to Vaadin 7." into 7.0Johannes Dahlström2013-02-143-103/+145
|\
| * Merge of (#6160) and (#10470) to Vaadin 7.Johannes Dahlström2013-02-141-62/+145
| * 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
* | | Avoid markAsDirty for getters (#10977)Artur Signell2013-02-081-5/+10
* | | Fixed race condition in upload (#10942)Artur Signell2013-02-081-1/+1
|/ /