summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Collapse)AuthorAgeFilesLines
* Avoid markAsDirty for getters (#10977)Artur Signell2013-02-081-5/+10
| | | | Change-Id: I3b924fb1d6641309b45b7aad30f171305d36daac
* Fixed race condition in upload (#10942)Artur Signell2013-02-081-1/+1
| | | | | | Updated test to show if upload succeeds or fails Change-Id: Ia9c3a3d36a5dd163fbad59e8cc41d53aba3ccb5a
* Set the first cause as the cause of CacheUpdateException (#10951)Leif Åstrand2013-02-061-3/+14
| | | | Change-Id: Icadfd46919c14fccfa1531b6f2b3e245dea3b111
* Merge of (#10563) to Vaadin 7.Anna Koskinen2013-02-052-34/+52
| | | | | | | Use template strings and log level checks to improve performance when logging is disabled. Change-Id: I48d370f523c6361ce8704afc7a0903412b31b2a0
* Merge of (#10312) to Vaadin 7.Anna Koskinen2013-02-011-7/+95
| | | | | | Cache update exception handling to Table. Change-Id: I882e78c3a2eb1ceaab484be748b6890ee321c290
* Ensure window is closed even if close listener throws an exception (#10779)Artur Signell2013-01-211-1/+1
| | | | Change-Id: I58621c5f5ff01ccc96de3b602aac35f6fa01aa5b
* Ensure all server and shared classes are serializable (#10735)Henri Sara2013-01-152-2/+5
| | | | Change-Id: I40a59087fea7fbd4ad202ef803b42bbc76bf94d3
* Merge of (#9133) to Vaadin 7.Anna Koskinen2013-01-111-1/+4
| | | | | | Sort optimization. Change-Id: I2b75de400acde7fe23574d6439b75e6f05b4eb55
* Merge of (#5681) to Vaadin 7.Anna Koskinen2013-01-111-5/+12
| | | | | | Column collapsing optimization. Change-Id: I3b27024569ee2c5aa464ff6a63e50dcf4a90a8ba
* Merge "Merge of (#7842) to Vaadin 7."Leif Åstrand2013-01-091-3/+63
|\
| * Merge of (#7842) to Vaadin 7.Anna Koskinen2013-01-091-3/+63
| | | | | | | | | | | | Windows never opened to a new tab. Change-Id: Ida874c55bbb00325edf49d4ebf27067d99d056b8
* | Merge "Merge of (#10073) to Vaadin 7."Leif Åstrand2013-01-091-6/+7
|\ \
| * | Merge of (#10073) to Vaadin 7.Anna Koskinen2013-01-091-6/+7
| | | | | | | | | | | | | | | | | | DragDropWrapper does not work correctly with multiple batch uploads. Change-Id: Ib576ebf6f687c2b2ebda86e6ad1003408250140c
* | | Merge "Merge of (#10072) to Vaadin 7."Leif Åstrand2013-01-091-3/+5
|\| |
| * | Merge of (#10072) to Vaadin 7.Anna Koskinen2013-01-091-3/+5
| |/ | | | | | | | | | | Clean up map of dropped file receivers when streaming of a file starts. Change-Id: I8f0d87505f4d82f906760a7e5e29546bb2b74e77
* | Merge "Merge of (#10471) to Vaadin 7."Leif Åstrand2013-01-091-113/+121
|\ \
| * | Merge of (#10471) to Vaadin 7.Anna Koskinen2013-01-091-113/+121
| |/ | | | | | | | | | | ComboBox filtering fix. Change-Id: Ia274155c15a5319ec0c98d7bc0347e2f2bd0ddbd
* / Merge of a Javadoc fix to Vaadin 7.Anna Koskinen2013-01-091-1/+1
|/ | | | | | Fixed @since tag. Change-Id: I9dece38d05c1ef53ca5da45d5c95c49154a2efe1
* Updated copyright notices and added missing license headersArtur Signell2013-01-04100-122/+373
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Merge "Merge of (#6476) to Vaadin 7."Artur Signell2013-01-031-11/+10
|\
| * Merge of (#6476) to Vaadin 7.Anna Koskinen2013-01-021-11/+10
| | | | | | | | | | | | | | Table.setVisibleColumns should throw exception from duplicate property ids. Change-Id: I1465a99bd0c6241c3b31d88f5480fee99bbdc0ad
* | Fixed typo in SplitPanel method (#10418)Artur Signell2013-01-021-1/+1
| | | | | | | | Change-Id: Ia211cb7175134087a1cbef404c55075fb098b5c6
* | Merge of (#9986) to Vaadin 7.Anna Koskinen2012-12-211-10/+49
|/ | | | | | It should be possible to clear Table's value after container changes. Change-Id: Ibacdae2b303375fc8303abd63a5673542a80ad38
* Merge "Deprecate FormFieldFactory (#10545)"Leif Åstrand2012-12-191-0/+4
|\
| * Deprecate FormFieldFactory (#10545)Henri Sara2012-12-181-0/+4
| | | | | | | | Change-Id: I0d2e033479e0288b49ce695620ab947487545f3b
* | Throw exceptions from setPropertyDataSource (#8889)Artur Signell2012-12-181-0/+1
| | | | | | | | Change-Id: I1fbdf6c000a9b51694214098b739180b680f4494
* | Update buffered field value if it has not been changed (#8192)Artur Signell2012-12-181-1/+1
|/ | | | Change-Id: I70501fe0813d014304fac71b6b80f94d0fdee9da
* Do not update data model when locale changes (#10562, #8192)Artur Signell2012-12-181-2/+6
| | | | Change-Id: I84e00c9e73d69bb398a8e9cc2c6bdb7fa60d3907
* Only update value on locale change if using the data source directly (#8192)Artur Signell2012-12-171-2/+5
| | | | Change-Id: I8bbf8f693ccb2646df898433897425de7898966f
* Merge "Added method setContainerDataSource(Container newDataSource, ↵Henri Sara2012-12-171-9/+59
|\ | | | | | | Collection<?> visibleIds) to Table. (#10419)"
| * Added method setContainerDataSource(Container newDataSource,Anna Koskinen2012-12-171-9/+59
| | | | | | | | | | | | Collection<?> visibleIds) to Table. (#10419) Change-Id: Ib10f430c786b1d0130f86eb5a97e271ac71e806f
* | Merge "Don't remove diffstate data before cleanup (#10532)"Artur Signell2012-12-171-11/+43
|\ \
| * | Don't remove diffstate data before cleanup (#10532)Leif Åstrand2012-12-141-11/+43
| | | | | | | | | | | | | | | | | | | | | | | | * Avoid returning unregistered but not cleaned connectors from e.g. getDirtyConnectors() and getConnector() * Add some sanity checks to ensure unregistered connectors are not used Change-Id: I1103586863d2f299d50af5058233a7b4c967d4c6
* | | Merge "Colorpicker IE fixes"John Ahlroos2012-12-141-5/+1
|\ \ \
| * | | Colorpicker IE fixesAnna Koskinen2012-12-141-5/+1
| |/ / | | | | | | | | | Change-Id: I9b1e42a75175eff4a01560db0a13865e253b72d5
* / / Send fraction pixel values to the client (#10531)Artur Signell2012-12-141-10/+2
|/ / | | | | | | | | | | Fixed RichTextArea to deal with fraction pixel values Change-Id: I02fa6fd2c66e87b01f642a9051641a0cc758f0f6
* | Merge "ComboBox should have getter and setter methods for pageLength #5381"Artur Signell2012-12-111-0/+21
|\ \ | |/ |/|
| * ComboBox should have getter and setter methods for pageLength #5381Pekka Hyvönen2012-12-111-0/+21
| | | | | | | | Change-Id: I92597e49f2dc12c9fb90c2a35a213386da56bb3f
* | Vaadin 7 compatible ColorPicker (#9201)Anna Koskinen2012-12-1013-0/+2374
|/ | | | Change-Id: I44962ceedd5ef607e2fbe2af0d96808e0aef9cc5
* Added support for empty footer for Form (#10478)Artur Signell2012-12-071-12/+17
| | | | Change-Id: I4a9b4206ad735934246cdb0e03dc6b70a24fc726
* Moved StreamVariable handling from AbstractCommunicationManager toAnna Koskinen2012-12-071-0/+115
| | | | | | | ConnectorTracker to prevent untimely unregistrations through other UIs within the same session (#10112) Change-Id: Id04c97970325be65b0b3c63756a2f2e731dd60d2
* UI scroll position can be given programmatically (#9952)Leif Åstrand2012-11-301-1/+54
| | | | Change-Id: Icef0858ee495abcacab7823f7f8fc6044abd64dc
* Update GridLayout DOM in onConnectorHierarchyChange (#10324, #10097)Leif Åstrand2012-11-291-319/+110
| | | | | | | | | | | * Add ChildComponentData that is sent in the state instead of previous UIDL data * Store child data in a map instead of as a linked list * Move Cell instead of moving component form one Cell to the other if moved * Clean up internal state in remove(Widget) Change-Id: I3dabe0165b6dcdf70c0df06a0151b73d080187a5
* Fixed tooltip handling for Table (#9088)Artur Signell2012-11-291-2/+1
| | | | Change-Id: I0de74785fbc9eb68f958875031df59f1c61c8ec2
* Merge "Added helper for showing a notification with a description (#10401)"Leif Åstrand2012-11-291-0/+22
|\
| * Added helper for showing a notification with a description (#10401)Artur Signell2012-11-281-0/+22
| | | | | | | | Change-Id: If51e73a62060384ae957af10efa270fb51c4ae8c
* | Merge "Fixed Table to actually use converter from factory (#10408)"Leif Åstrand2012-11-291-2/+2
|\ \ | |/ |/|
| * Fixed Table to actually use converter from factory (#10408)Artur Signell2012-11-281-2/+2
| | | | | | | | Change-Id: I02dce8628def6ed926e79fff5762169a129f2426
* | Moved setVisible dirty logic to AbstractComponent where it belongs (#10414)Artur Signell2012-11-284-40/+8
|/ | | | Change-Id: I05f8b739e862c3dd4a52492f2df41862bacd3ce4
* Always mark child hierarchy dirty when switching tabs (#10404)Artur Signell2012-11-281-9/+2
| | | | Change-Id: Id6a0b23efb500d2c94bd696cc6eebfe5b5ffd60b