summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Collapse)AuthorAgeFilesLines
* Reverted Tree memory leak fix since it is breaking Tree filtering in a way ↵John Ahlroos2013-03-011-10/+0
| | | | | | that only can be fixed by introducing new API to Filterable interface and this cannot be done in a maintenance release. #11053 Change-Id: I7967a4dc57ad2d06880917d4756107c3838d8491
* Revert "Made UI focusable again (#11129)"John Ahlroos2013-02-281-1/+1
| | | | | | This reverts commit 3cf6913c9a714512f8285a54c1ddcf19f2d97e6a Change-Id: Ief84593763402f99f41a6a447db951196c8f4a91
* Fixed incorrect import (#11129)Artur Signell2013-02-281-1/+1
| | | | Change-Id: I4fa26ebd7814b14b05ade6b809a39123fa95a4c8
* (#10563) Logging now uses parameters.Mikael Grankvist2013-02-282-35/+48
| | | | Change-Id: Icc807cc2eb391fb0118800383fc93d1e23b04570
* Made UI focusable again (#11129)Artur Signell2013-02-281-1/+2
| | | | Change-Id: I309f00bab9b6779f2667734f2c9623a61d00776f
* Fixed NPE in Tree when calling non-final constructor #11132John Ahlroos2013-02-251-6/+18
| | | | Change-Id: Ie2b44368513c9b51c184f473d429ec9d3e56b8c7
* Fixed another memory leak in Tree #11053John Ahlroos2013-02-221-3/+13
| | | | Change-Id: Idf45309b83dfe718fe6e58b6cf57b211eeb9e811
* Fixed memory leak in Tree #11053John Ahlroos2013-02-211-0/+17
| | | | Change-Id: I4c58367d4041b5e61989fca5be6b037f7f8e0c01
* Properly pass the AbstractField internal value to shared state in Slider and ↵Johannes Dahlström2013-02-183-0/+38
| | | | | | | | | ProgressIndicator (#10921) * In case of a null value, 0 is stored to shared state. This is consistent with how CheckBox is already implemented. * This somewhat hacky solution should be replaced with a better one once AbstractField itself is migrated. See #11064. Change-Id: I2b313af8491a6deccdc7a509dcd1b718482cdcd4
* Revert "Removed legacy toString implementations as promised in 7.0Henri Sara2013-02-152-0/+41
| | | | | | | | (#10916)" (accidentally merged from 7.1) This reverts commit 5be248803b9b670cd4cf24d5173e7f580180545e. Change-Id: If4371976f8afe68d08e814128e3256d66b8ecdb3
* 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
| | | | | | | | | | | | Cache handling update. Change-Id: I81ba74d457eb484f6f2c350629534ab284ead7b7
| * Merge branch '7.0'Leif Åstrand2013-02-072-41/+0
| |\ | | | | | | | | | Change-Id: I5cd71ac330a1c400545555db9290dd256da784a1
| | * Removed legacy toString implementations as promised in 7.0 (#10916)Artur Signell2013-02-012-41/+0
| | | | | | | | | | | | Change-Id: I0e63f4cb3480c88b2c79996e23a2e89acce95b28
* | | 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