Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | 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 (#10323) to Vaadin 7. | Anna Koskinen | 2013-02-05 | 1 | -7/+61 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TouchScrollHandler update. Change-Id: Ibac5d9dc89d8da68ce6fa294c46e1f7c6f6ec124 | |||||
* | | | | | Merge "Merge of a Javadoc fix to Vaadin 7." into 7.0 | Johannes Dahlström | 2013-02-05 | 1 | -5/+5 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Merge of a Javadoc fix to Vaadin 7. | Anna Koskinen | 2013-02-01 | 1 | -5/+5 | |
| |/ / / | | | | | | | | | | | | | Change-Id: I2531d7eb0394a100cbcc7661745bcbd5c41105fe | |||||
* | | | | Minor updates to release notes | Artur Signell | 2013-02-01 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | Change-Id: Ia7180a1a9a01e19e8da324dde29b149f866a5651 | |||||
* | | | | Include version number in javadoc index page of vaadin-all zip | Mikael Vappula | 2013-02-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Change-Id: I8b370918f99e6a04322fb95e20633c4e740cce55 | |||||
* | | | | Update release notes for 7.0.0 | Leif Åstrand | 2013-02-01 | 1 | -94/+249 | |
|/ / / | | | | | | | | | | Change-Id: Ibdc57a75394d52c81af88b2b7c4ea7d07e5492b2 | |||||
* / / | Removed Opera 9 workaround which is no longer needed but does not work ↵ | Artur Signell | 2013-02-01 | 1 | -12/+0 | |
|/ / | | | | | | | | | | | correctly (#5310) Change-Id: I95c60b68d6fba55cd4034b4c474171d973cdf0d7 | |||||
* | | Include licenses folder in jars (#10902) | Artur Signell | 2013-02-01 | 1 | -0/+2 | |
| | | | | | | | | Change-Id: I27e6dc92c9800529f2363c79eebe88ee737d6293 | |||||
* | | Merge "Included licence files #10902" | Artur Signell | 2013-01-31 | 17 | -209/+3076 | |
|\ \ | ||||||
| * | | Included licence files #10902 | John Ahlroos | 2013-01-31 | 17 | -209/+3076 | |
| |/ | | | | | | | Change-Id: Id1ae14206137a366b85c6e25843c11cc2bf4804d | |||||
* / | Remove unnecessary special ConnectorMap handling from VTabsheet (#10839) | Johannes Dahlström | 2013-01-30 | 3 | -5/+131 | |
|/ | | | | | | | | VTabsheet manipulated ConnectorMap directly when detaching a removed child; this broke the hierarchy if the detached child was re-attached to another component later on. Change-Id: I18487c37b363d3fcd3984c789c7b73ed1bed5e28 | |||||
* | Specified versions for mobile devices (#10885) | Artur Signell | 2013-01-30 | 1 | -2/+2 | |
| | | | | Change-Id: I1ad6c0c4fbe969c252d9d0da14344a2943c73620 | |||||
* | Fixed typo. Websphere < 7 is not supported as it does not use Java6 | Artur Signell | 2013-01-30 | 1 | -1/+1 | |
| | | | | Change-Id: I24fdb9073763d6916c16ae07d82fc676b2a73290 | |||||
* | Merge "Fixed Tree not resizing itself after nodes are updated in IE8 #10697" | Artur Signell | 2013-01-29 | 1 | -0/+3 | |
|\ | ||||||
| * | Fixed Tree not resizing itself after nodes are updated in IE8 #10697 | John Ahlroos | 2013-01-29 | 1 | -0/+3 | |
| | | | | | | | | Change-Id: I112b7b6b708629b0ed0b95e034970863ffd64b16 | |||||
* | | Updated Release Notes for Vaadin 7.0.0. #10861 | Marko Gronroos | 2013-01-29 | 1 | -45/+966 | |
| | | | | | | | | Change-Id: I2d428757b62a8bf02d9e898794374ec46a92841b | |||||
* | | Split the license dependencies into runtime and development. #10858 | Marko Gronroos | 2013-01-29 | 1 | -53/+120 | |
| | | | | | | | | Change-Id: I40f69b18f09252f2cf79ce7e22c43702f2787dd3 | |||||
* | | Fixes caption icons too low in Accordion #10872 #10635 | John Ahlroos | 2013-01-29 | 1 | -5/+7 | |
|/ | | | | Change-Id: Ib23c49d988aeecc7619727f02423ac16bab8f64d | |||||
* | Merge "Added cookie read/write minitutorial #9644" | Johannes Dahlström | 2013-01-23 | 1 | -0/+92 | |
|\ | ||||||
| * | Added cookie read/write minitutorial #9644 | John Ahlroos | 2013-01-23 | 1 | -0/+92 | |
| | | | | | | | | Change-Id: I80d7646eca9be9b8fd98ad6c933245dab724df8a | |||||
* | | Merge "Disable Form tooltips, as Form shows both description and component ↵ | John Ahlroos | 2013-01-23 | 2 | -84/+18 | |
|\ \ | |/ |/| | | | error as a part of the layout (#10784)" | |||||
| * | Disable Form tooltips, as Form shows both description and component error as ↵ | Johannes Dahlström | 2013-01-23 | 2 | -84/+18 | |
| | | | | | | | | | | | | a part of the layout (#10784) Change-Id: Ia5af801e099e997ae25cfcf25434c8542da75a48 | |||||
* | | Merge "Ensure window is closed even if close listener throws an exception ↵ | Leif Åstrand | 2013-01-23 | 3 | -1/+68 | |
|\ \ | | | | | | | | | | (#10779)" | |||||
| * | | Ensure window is closed even if close listener throws an exception (#10779) | Artur Signell | 2013-01-21 | 3 | -1/+68 | |
| | | | | | | | | | | | | Change-Id: I58621c5f5ff01ccc96de3b602aac35f6fa01aa5b | |||||
* | | | Merge "Hide components if width 100% + expand ratio 0 #10783" | Artur Signell | 2013-01-22 | 8 | -22/+282 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Hide components if width 100% + expand ratio 0 #10783 | John Ahlroos | 2013-01-22 | 8 | -22/+282 | |
| | | | | | | | | | | | | Change-Id: I5ca5eac5fbfeec744078ebcb83f08192c1bf2af8 | |||||
* | | | Merge "Include GWT sources in sources jar (#9102)" | Henri Sara | 2013-01-22 | 7 | -6/+22 | |
|\ \ \ | ||||||
| * | | | Include GWT sources in sources jar (#9102) | Artur Signell | 2013-01-21 | 7 | -6/+22 | |
| | | | | | | | | | | | | | | | | 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 | |||||
* | | | Merge "Reimplement zero size component checking for analyze layouts (#10792)" | Artur Signell | 2013-01-21 | 1 | -8/+26 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Reimplement zero size component checking for analyze layouts (#10792) | Leif Åstrand | 2013-01-18 | 1 | -8/+26 | |
| |/ | | | | | | | Change-Id: Idcc3571fea86cc1114d7124117be738cb8a82934 | |||||
* | | Merge "Fixed Window resize issues when content gets smaller in IE8 #10750" | Leif Åstrand | 2013-01-21 | 4 | -10/+41 | |
|\ \ | ||||||
| * | | Fixed Window resize issues when content gets smaller in IE8 #10750 | John Ahlroos | 2013-01-21 | 4 | -10/+41 | |
| | | | | | | | | | | | | Change-Id: I5ca165c12f9a376e1f22c1042dfb3c6138c2baef | |||||
* | | | 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 | |||||
* | | Updated minitutorials | John Ahlroos | 2013-01-17 | 2 | -1/+9 | |
|/ | | | | Change-Id: Ie3045089d8474a3fd0c62c3caf90e3452941a36a | |||||
* | 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 | |||||
* | | Fixed loadStyle to be more sensible (#10746)7.0.0.rc1 | Artur Signell | 2013-01-16 | 7 | -9/+15 | |
| | | | | | | | | | | | | Default loadStyle is now eager. Only RichTextArea and ColorPicker are set as lazy. Change-Id: Icc22ea7f861a1435f94ff74426a958c9ca32ba77 | |||||
* | | Merge "Added check for RPC calls to non-existing connectors (#10743)" | Leif Åstrand | 2013-01-16 | 1 | -0/+9 | |
|\ \ | ||||||
| * | | Added check for RPC calls to non-existing connectors (#10743) | Artur Signell | 2013-01-15 | 1 | -0/+9 | |
| | | | | | | | | | | | | Change-Id: I55432d1736e8585d3c0680ea888eb1cb94f7d371 | |||||
* | | | Fixed broken TabSheet styles (again) in Liferay theme after fixes to #10682 | John Ahlroos | 2013-01-16 | 1 | -3/+3 | |
|/ / | | | | | | | Change-Id: Id3c97e19490725698b6b82d1f08a2e3fd77e8701 | |||||
* | | Merge "Fixed wrapping caption #10082" | Artur Signell | 2013-01-15 | 1 | -1/+0 | |
|\ \ | ||||||
| * | | Fixed wrapping caption #10082 | John Ahlroos | 2013-01-15 | 1 | -1/+0 | |
| | | | | | | | | | | | | Change-Id: I2d1769215c601103407a81b7421287b23b7f053e | |||||
* | | | Merge "Fixed Tabsheet small styles after fixes to #10682" | Artur Signell | 2013-01-15 | 1 | -0/+5 | |
|\ \ \ |