Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/7.0' | Artur Signell | 2013-02-22 | 5 | -0/+127 |
|\ | | | | | | | Change-Id: Id48ccb3c400a78cddb8bb5c7bbcf2d65174e59d0 | ||||
| * | Fixed another memory leak in Tree #11053 | John Ahlroos | 2013-02-22 | 2 | -3/+34 |
| | | | | | | | | Change-Id: Idf45309b83dfe718fe6e58b6cf57b211eeb9e811 | ||||
| * | Fixed memory leak in Tree #11053 | John Ahlroos | 2013-02-21 | 2 | -0/+58 |
| | | | | | | | | Change-Id: I4c58367d4041b5e61989fca5be6b037f7f8e0c01 | ||||
| * | Properly pass the AbstractField internal value to shared state in Slider and ↵ | Johannes Dahlström | 2013-02-18 | 3 | -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.0 | Henri Sara | 2013-02-15 | 2 | -0/+41 |
| | | | | | | | | | | | | | | | | (#10916)" (accidentally merged from 7.1) This reverts commit 5be248803b9b670cd4cf24d5173e7f580180545e. Change-Id: If4371976f8afe68d08e814128e3256d66b8ecdb3 | ||||
| * | Revert "Made getServlet and getPortlet public (#10882)" | Henri Sara | 2013-02-15 | 2 | -12/+2 |
| | | | | | | | | | | | | | | | | (accidentally merged from 7.1) This reverts commit 179e672b5d3ce8c4c972dcfacbdbd39c5a08d6fa. Change-Id: Ice2bdd949bd12000882c406af6ea6c0c6bcc145a | ||||
* | | Merge branch '7.0' | Artur Signell | 2013-02-15 | 1 | -62/+145 |
|\| | | | | | | | Change-Id: I3e0d66cd6bef2336004084e69a19c96d8346bf8d | ||||
| * | Merge "Merge of (#6160) and (#10470) to Vaadin 7." into 7.0 | Johannes Dahlström | 2013-02-14 | 7 | -106/+167 |
| |\ | |||||
| | * | Merge of (#6160) and (#10470) to Vaadin 7. | Johannes Dahlström | 2013-02-14 | 1 | -62/+145 |
| | | | | | | | | | | | | | | | | | | Cache handling update. Change-Id: I81ba74d457eb484f6f2c350629534ab284ead7b7 | ||||
* | | | Merge "Added support for Dates to DefaultFieldGroupFieldFactory (#8539)" | John Ahlroos | 2013-02-14 | 1 | -0/+25 |
|\ \ \ | |||||
| * | | | Added support for Dates to DefaultFieldGroupFieldFactory (#8539) | Artur Signell | 2013-02-12 | 1 | -0/+25 |
| | |/ | |/| | | | | | | | Change-Id: I61b45b4bb988878d86a913d383764ce7c17c3bf9 | ||||
* | | | Merge remote-tracking branch 'origin/7.0' | Henri Sara | 2013-02-14 | 9 | -57/+223 |
|\ \ \ | |_|/ |/| | | | | | Change-Id: I7428e1c57836f055a39b39425a3bcb6bada38d1e | ||||
| * | | Fix JDK 1.7 dependency in #10426 | Henri Sara | 2013-02-14 | 1 | -1/+2 |
| | | | | | | | | | | | | Change-Id: I465225a36b0d6d9ebb4b40a32bb5ad145bdaca0b | ||||
| * | | Case-insensitive FieldGroup binding #10426 | Jonni Nakari | 2013-02-13 | 3 | -13/+200 |
| | | | | | | | | | | | | | | | | | | | | | Modified buildAndBindMemberFields to use a new findPropertyId method when searching propertyIds. Fixed BeanFieldGroup to work with the modified property id searching. Change-Id: Ib5d011db93f04d7a2c6dbb0990af7c35f0489193 | ||||
| * | | Merge remote-tracking branch 'origin/7.0' | Henri Sara | 2013-02-12 | 6 | -44/+22 |
| |\| | | | | | | | | | | Change-Id: Iaaf7d36e0a3443d37c96e53a38af0df8be68f4f4 | ||||
| | * | Merge "Do not throw NPE when asking for a null propertyId (#10445)" | Henri Sara | 2013-02-08 | 2 | -1/+10 |
| | |\ | |||||
| | | * | Do not throw NPE when asking for a null propertyId (#10445) | Artur Signell | 2013-01-30 | 2 | -1/+10 |
| | | | | | | | | | | | | | | | | Change-Id: If788d84c66d640368989e443394505600ad12439 | ||||
| | * | | Merge "Made getServlet and getPortlet public (#10882)" | Leif Åstrand | 2013-02-07 | 2 | -2/+12 |
| | |\ \ | |||||
| | | * | | Made getServlet and getPortlet public (#10882) | Artur Signell | 2013-02-07 | 2 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change enables developer to get a reference to the VaadinServlet/VaadinPortlet class without using thread locals (#10882) Change-Id: I7cb87b6ddb6f2ac3c46f7652a807363b336cdc4e | ||||
| | * | | | Merge branch '7.0' | Leif Åstrand | 2013-02-07 | 2 | -41/+0 |
| | |\| | | | | | | | | | | | | | | | | | Change-Id: I5cd71ac330a1c400545555db9290dd256da784a1 | ||||
| | | * | | Removed legacy toString implementations as promised in 7.0 (#10916) | Artur Signell | 2013-02-01 | 2 | -41/+0 |
| | | |/ | | | | | | | | | | | | | Change-Id: I0e63f4cb3480c88b2c79996e23a2e89acce95b28 | ||||
* | | / | Handle OutOfSync by resyncing automatically (#10780) | Artur Signell | 2013-02-11 | 1 | -5/+12 |
|/ / / | | | | | | | | | | Change-Id: I5958d82b09519dabe9f2af792bd216d3b426c1c9 | ||||
* | | | Avoid markAsDirty for getters (#10977) | Artur Signell | 2013-02-08 | 1 | -5/+10 |
| | | | | | | | | | | | | Change-Id: I3b924fb1d6641309b45b7aad30f171305d36daac | ||||
* | | | Fixed race condition in upload (#10942) | Artur Signell | 2013-02-08 | 1 | -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 Åstrand | 2013-02-06 | 2 | -3/+70 |
| | | | | | | | | Change-Id: Icadfd46919c14fccfa1531b6f2b3e245dea3b111 | ||||
* | | Merge of (#10878) to Vaadin 7. | Anna Koskinen | 2013-02-05 | 1 | -1/+3 |
| | | | | | | | | | | | | | | Ensure unique ordering when using TableQuery with multiple primary key columns. Change-Id: I9145717d1658393b19a2bca27ac211cad075fc27 | ||||
* | | Merge of (#9548) to Vaadin 7. | Anna Koskinen | 2013-02-05 | 1 | -5/+5 |
| | | | | | | | | | | | | | | Calculate upload file size correctly when there are multibyte characters in the file name. Change-Id: I85f1053ce6ad29140d0a37fe8ab4861b0f717fc9 | ||||
* | | Merge of (#10563) to Vaadin 7. | Anna Koskinen | 2013-02-05 | 5 | -52/+71 |
| | | | | | | | | | | | | | | Use template strings and log level checks to improve performance when logging is disabled. Change-Id: I48d370f523c6361ce8704afc7a0903412b31b2a0 | ||||
* | | Merge "Merge of (#10582) to Vaadin 7." into 7.0 | Johannes Dahlström | 2013-02-05 | 1 | -46/+114 |
|\ \ | |||||
| * | | Merge of (#10582) to Vaadin 7. | Anna Koskinen | 2013-02-01 | 1 | -46/+114 |
| |/ | | | | | | | | | | | Ensure SQL connections etc. of FreeformQuery are closed. Change-Id: I5488510ef7d752e8e743408e0f60acf483e45fc1 | ||||
* | | Merge "Merge of (#10312) to Vaadin 7." into 7.0 | Johannes Dahlström | 2013-02-05 | 1 | -7/+95 |
|\ \ | |||||
| * | | Merge of (#10312) to Vaadin 7. | Anna Koskinen | 2013-02-01 | 1 | -7/+95 |
| |/ | | | | | | | | | | | Cache update exception handling to Table. Change-Id: I882e78c3a2eb1ceaab484be748b6890ee321c290 | ||||
* | | Merge "Merge of (#10437) to Vaadin 7." into 7.0 | Johannes Dahlström | 2013-02-05 | 1 | -1/+1 |
|\ \ | |||||
| * | | Merge of (#10437) to Vaadin 7. | Anna Koskinen | 2013-02-01 | 1 | -1/+1 |
| |/ | | | | | | | | | | | Log message fix. Change-Id: I172b73cba8b5a56a5e2b9d8028c8d98f80baffef | ||||
* / | Merge of a Javadoc fix to Vaadin 7. | Anna Koskinen | 2013-02-01 | 1 | -5/+5 |
|/ | | | | Change-Id: I2531d7eb0394a100cbcc7661745bcbd5c41105fe | ||||
* | Merge "Ensure window is closed even if close listener throws an exception ↵ | Leif Åstrand | 2013-01-23 | 1 | -1/+1 |
|\ | | | | | | | (#10779)" | ||||
| * | Ensure window is closed even if close listener throws an exception (#10779) | Artur Signell | 2013-01-21 | 1 | -1/+1 |
| | | | | | | | | Change-Id: I58621c5f5ff01ccc96de3b602aac35f6fa01aa5b | ||||
* | | Merge "Include GWT sources in sources jar (#9102)" | Henri Sara | 2013-01-22 | 1 | -1/+3 |
|\ \ | |||||
| * | | Include GWT sources in sources jar (#9102) | Artur Signell | 2013-01-21 | 1 | -1/+3 |
| | | | | | | | | | | | | Change-Id: I99928a614cf220b79f107e45eb02dc3de8333db1 | ||||
* | | | Merge "Clarified javadoc (#10765)" | Johannes Dahlström | 2013-01-22 | 2 | -2/+12 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Clarified javadoc (#10765) | Artur Signell | 2013-01-18 | 2 | -2/+12 |
| | | | | | | | | | | | | Change-Id: I31534903c07a07edc37a498ed5ee751180751fc8 | ||||
* | | | Merge "Cache state type property definitions (#10781)" | Artur Signell | 2013-01-21 | 1 | -0/+17 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Cache state type property definitions (#10781) | Leif Åstrand | 2013-01-18 | 1 | -0/+17 |
| |/ | | | | | | | Change-Id: I148c44e98c0a745b1674fbe5da5412845d33cc3d | ||||
* / | Corrected javadoc (#10778) | Artur Signell | 2013-01-21 | 1 | -2/+2 |
|/ | | | | Change-Id: Iae50859ed1c7266b613f78eeb4116e6dc60566e6 | ||||
* | Removed unnecessary code which is not JUnit 4.5 compatible | Artur Signell | 2013-01-17 | 1 | -6/+0 |
| | | | | Change-Id: I1544844a21448932302418cc1c02f59db029ec81 | ||||
* | Merge "(#10716 ) Created tests for validators and converters. Fixed ↵ | Henri Sara | 2013-01-17 | 14 | -1/+574 |
|\ | | | | | | | StringToBoolean so that it accepts empty string." | ||||
| * | (#10716 ) Created tests for validators and converters. Fixed StringToBoolean ↵ | Mikael Grankvist | 2013-01-17 | 14 | -1/+574 |
| | | | | | | | | | | | | so that it accepts empty string. Change-Id: I6f0507c1387fd2b1cf637f96cae05df4e6865456 | ||||
* | | Added check for RPC calls to non-existing connectors (#10743) | Artur Signell | 2013-01-15 | 1 | -0/+9 |
| | | | | | | | | Change-Id: I55432d1736e8585d3c0680ea888eb1cb94f7d371 | ||||
* | | Remove unused class BootstrapDom | Henri Sara | 2013-01-15 | 1 | -21/+0 |
| | | | | | | | | Change-Id: Id4d4f0f9c18878b5c232e1a63cc9f4dbaf7a5e2a | ||||
* | | Ensure all server and shared classes are serializable (#10735) | Henri Sara | 2013-01-15 | 9 | -9/+20 |
| | | | | | | | | Change-Id: I40a59087fea7fbd4ad202ef803b42bbc76bf94d3 |