Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed NPE when a connector is no longer available (#11015) | Artur Signell | 2013-02-13 | 1 | -11/+43 |
| | | | | Change-Id: Ie057beb80474546e08bb27a540773ae9f89b55a2 | ||||
* | Merge "Add "v-overlay-container" class name to the overlay container for ↵ | Artur Signell | 2013-02-08 | 1 | -5/+12 |
|\ | | | | | | | easier customization (related to #10860)" into 7.0 | ||||
| * | Add "v-overlay-container" class name to the overlay container for easier ↵ | Johannes Dahlström | 2013-02-08 | 1 | -5/+12 |
| | | | | | | | | | | | | customization (related to #10860) Change-Id: I5cd37e7305b72840f3cca2eba68632055f06d599 | ||||
* | | Fixed race condition in upload (#10942) | Artur Signell | 2013-02-08 | 1 | -19/+31 |
| | | | | | | | | | | | | Updated test to show if upload succeeds or fails Change-Id: Ia9c3a3d36a5dd163fbad59e8cc41d53aba3ccb5a | ||||
* | | Fixed middle vertical alignments in HorizontalLayout #10852 | John Ahlroos | 2013-02-07 | 1 | -2/+15 |
| | | | | | | | | Change-Id: I85dac7b89ec4ec670cf92e5c760090fbef5929af | ||||
* | | Use native collections in AbstractConnector | Leif Åstrand | 2013-02-06 | 1 | -6/+7 |
| | | | | | | | | Change-Id: I027cd296e5014d38e908915d537c58f87ebefc50 | ||||
* | | Native collections for ApplicationConnection & StateChangeEvent (#10937) | Leif Åstrand | 2013-02-06 | 8 | -67/+132 |
| | | | | | | | | Change-Id: I8dbda413f2148f2a28e3867bffe0bc7ea3c8ff93 | ||||
* | | Merge "Optimize stylename handling in AbstractComponentConnector (#10937)" ↵ | Leif Åstrand | 2013-02-06 | 1 | -19/+12 |
|\ \ | | | | | | | | | | into 7.0 | ||||
| * | | Optimize stylename handling in AbstractComponentConnector (#10937) | Leif Åstrand | 2013-02-06 | 1 | -19/+12 |
| | | | | | | | | | | | | Change-Id: I91b05d0d794a2809c13f5f68d73eddb9f4c0a641 | ||||
* | | | Use native collections in CssLayoutConnector (#10937) | Leif Åstrand | 2013-02-06 | 1 | -11/+12 |
|/ / | | | | | | | Change-Id: Ie4f10c7b1de97476fe5aec2bfa2a0e1cd933121c | ||||
* | | Merge "Use faster collections in LayoutManager and related classes (#10937)" ↵ | Artur Signell | 2013-02-06 | 2 | -172/+377 |
|\ \ | | | | | | | | | | into 7.0 | ||||
| * | | Use faster collections in LayoutManager and related classes (#10937) | Leif Åstrand | 2013-02-06 | 2 | -172/+377 |
| | | | | | | | | | | | | Change-Id: I27650d6f896a4990bb7a879be995c13252842f60 | ||||
* | | | Merge "Avoid duplicate maps in ConnectorMap and return native collections" ↵ | Artur Signell | 2013-02-06 | 3 | -15/+86 |
|\| | | | | | | | | | | | into 7.0 | ||||
| * | | Avoid duplicate maps in ConnectorMap and return native collections | Leif Åstrand | 2013-02-06 | 3 | -15/+86 |
| | | | | | | | | | | | | | | | | | | Fixes #10939 and enables #10937 Change-Id: Icb46db31b02fa13a0612b0c24477b639a0e5684b | ||||
* | | | Merge "Use native collections in TypeDataStore and related classes (#10937)" ↵ | Artur Signell | 2013-02-06 | 7 | -59/+163 |
|\ \ \ | | | | | | | | | | | | | into 7.0 | ||||
| * | | | Use native collections in TypeDataStore and related classes (#10937) | Leif Åstrand | 2013-02-06 | 7 | -59/+163 |
| | | | | | | | | | | | | | | | | Change-Id: I6762c9411119ea3a363d2a605f71d20871d73209 | ||||
* | | | | Merge "Merge of (#10890) to Vaadin 7." into 7.0 | Johannes Dahlström | 2013-02-06 | 1 | -1/+5 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Merge of (#10890) to Vaadin 7. | Anna Koskinen | 2013-02-05 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the positioning of the drop marker when reordering Table columns by DnD. Change-Id: I853e9690d931a9bf94c61ac6e59accd1cedac15a | ||||
* | | | | Merge "Don't fetch old bean property value if it is not needed (#10940)" ↵ | Artur Signell | 2013-02-06 | 1 | -2/+34 |
|\ \ \ \ | | |/ / | |/| | | | | | | into 7.0 | ||||
| * | | | Don't fetch old bean property value if it is not needed (#10940) | Leif Åstrand | 2013-02-05 | 1 | -2/+34 |
| | | | | | | | | | | | | | | | | Change-Id: I6231eedef94c402457fc4cb217366a3e08f1492c | ||||
* | | | | Merge "Add native generic collection counterparts (#10937)" into 7.0 | Artur Signell | 2013-02-05 | 3 | -0/+145 |
|\| | | | |/ / |/| | | |||||
| * | | Add native generic collection counterparts (#10937) | Leif Åstrand | 2013-02-05 | 3 | -0/+145 |
| |/ | | | | | | | | | | | Also update existing FastStringSet to learn some new tricks. Change-Id: I3dfcb935d32eb3d490c4f7ff31296a326bd0d98f | ||||
* | | Merge "Merge of (#9197) to Vaadin 7." into 7.0 | Johannes Dahlström | 2013-02-05 | 1 | -0/+5 |
|\ \ | |||||
| * | | Merge of (#9197) to Vaadin 7. | Anna Koskinen | 2013-02-01 | 1 | -0/+5 |
| |/ | | | | | | | | | | | Fix IE memory leak when closing subwindows. Change-Id: I7205bee96d172e84906aac1456b2523c56302d3b | ||||
* | | Merge "Merge of (#10766) to Vaadin 7." into 7.0 | Johannes Dahlström | 2013-02-05 | 1 | -1/+3 |
|\ \ | |||||
| * | | Merge of (#10766) to Vaadin 7. | Anna Koskinen | 2013-02-01 | 1 | -1/+3 |
| |/ | | | | | | | | | | | | | Fix case where ComboBox suggestion menu selects a wrong item if there are duplicate captions. Change-Id: Ia2e6502f328f5f6daca74e6b60bd3b6ffb7ad977 | ||||
* | | Merge "Merge of (#8238) to Vaadin 7." into 7.0 | Johannes Dahlström | 2013-02-05 | 1 | -9/+0 |
|\ \ | |||||
| * | | Merge of (#8238) to Vaadin 7. | Anna Koskinen | 2013-02-01 | 1 | -9/+0 |
| |/ | | | | | | | | | | | Tabsheet detach handling update. Change-Id: I037d8503a9217918e63e1cc8b6e90abcafe7516f | ||||
* | | Merge "Merge of (#10507) to Vaadin 7." into 7.0 | Johannes Dahlström | 2013-02-05 | 1 | -4/+3 |
|\ \ | |||||
| * | | Merge of (#10507) to Vaadin 7. | Anna Koskinen | 2013-02-01 | 1 | -4/+3 |
| |/ | | | | | | | | | | | Consistent element finding for mouseUp and mouseDown handling. Change-Id: I5e7783417cbec99523337a057bd4ececc8f9b0e2 | ||||
* | | Merge "Merge of (#10464) to Vaadin 7." into 7.0 | Johannes Dahlström | 2013-02-05 | 2 | -4/+20 |
|\ \ | |||||
| * | | Merge of (#10464) to Vaadin 7. | Anna Koskinen | 2013-02-01 | 2 | -4/+20 |
| |/ | | | | | | | | | | | Don't steal focus back to Table from the address bar. Change-Id: I21c9da4a572e44c6ec4c33523acbfe717455f481 | ||||
* / | Merge of (#10323) to Vaadin 7. | Anna Koskinen | 2013-02-05 | 1 | -7/+61 |
|/ | | | | | | TouchScrollHandler update. Change-Id: Ibac5d9dc89d8da68ce6fa294c46e1f7c6f6ec124 | ||||
* | 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 | ||||
* | Remove unnecessary special ConnectorMap handling from VTabsheet (#10839) | Johannes Dahlström | 2013-01-30 | 1 | -5/+0 |
| | | | | | | | | 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 | ||||
* | Fixed Tree not resizing itself after nodes are updated in IE8 #10697 | John Ahlroos | 2013-01-29 | 1 | -0/+3 |
| | | | | Change-Id: I112b7b6b708629b0ed0b95e034970863ffd64b16 | ||||
* | Merge "Disable Form tooltips, as Form shows both description and component ↵ | John Ahlroos | 2013-01-23 | 1 | -8/+3 |
|\ | | | | | | | 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 | 1 | -8/+3 |
| | | | | | | | | | | | | a part of the layout (#10784) Change-Id: Ia5af801e099e997ae25cfcf25434c8542da75a48 | ||||
* | | Merge "Hide components if width 100% + expand ratio 0 #10783" | Artur Signell | 2013-01-22 | 2 | -20/+44 |
|\ \ | |/ |/| | |||||
| * | Hide components if width 100% + expand ratio 0 #10783 | John Ahlroos | 2013-01-22 | 2 | -20/+44 |
| | | | | | | | | Change-Id: I5ca5eac5fbfeec744078ebcb83f08192c1bf2af8 | ||||
* | | Include GWT sources in sources jar (#9102) | Artur Signell | 2013-01-21 | 1 | -1/+3 |
| | | | | | | | | Change-Id: I99928a614cf220b79f107e45eb02dc3de8333db1 | ||||
* | | 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 | ||||
* | | Fixed Window resize issues when content gets smaller in IE8 #10750 | John Ahlroos | 2013-01-21 | 4 | -10/+41 |
|/ | | | | Change-Id: I5ca165c12f9a376e1f22c1042dfb3c6138c2baef | ||||
* | Fixed loadStyle to be more sensible (#10746)7.0.0.rc1 | Artur Signell | 2013-01-16 | 6 | -8/+14 |
| | | | | | | Default loadStyle is now eager. Only RichTextArea and ColorPicker are set as lazy. Change-Id: Icc22ea7f861a1435f94ff74426a958c9ca32ba77 | ||||
* | Fixes issue where Tabsheet does not resize when the content of the tabsheet ↵ | John Ahlroos | 2013-01-15 | 2 | -31/+11 |
| | | | | | | changes after the tabsheet has rendered #10697 Change-Id: I6b0423e011c8241df4755b9bad7388d0194fb386 | ||||
* | Always measure errorMessage to get a resize event when it is removed (#10589) | Artur Signell | 2013-01-15 | 1 | -14/+8 |
| | | | | Change-Id: Id0f477fcc8702b07289f2234073e7c95fd90c01f | ||||
* | Merge "Take error element into account when layouting Form (#10589)" | Artur Signell | 2013-01-14 | 1 | -6/+28 |
|\ | |||||
| * | Take error element into account when layouting Form (#10589) | Leif Åstrand | 2013-01-14 | 1 | -6/+28 |
| | | | | | | | | Change-Id: I22e232e5b9660d5c1b902435a03250bf97eab102 | ||||
* | | Merge "Add close element after caption text (#10682)" | Leif Åstrand | 2013-01-14 | 1 | -2/+1 |
|\ \ |