summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Fixed NPE when a connector is no longer available (#11015)Artur Signell2013-02-131-11/+43
| | | | Change-Id: Ie057beb80474546e08bb27a540773ae9f89b55a2
* Merge "Add "v-overlay-container" class name to the overlay container for ↵Artur Signell2013-02-081-5/+12
|\ | | | | | | easier customization (related to #10860)" into 7.0
| * Add "v-overlay-container" class name to the overlay container for easier ↵Johannes Dahlström2013-02-081-5/+12
| | | | | | | | | | | | customization (related to #10860) Change-Id: I5cd37e7305b72840f3cca2eba68632055f06d599
* | Fixed race condition in upload (#10942)Artur Signell2013-02-081-19/+31
| | | | | | | | | | | | Updated test to show if upload succeeds or fails Change-Id: Ia9c3a3d36a5dd163fbad59e8cc41d53aba3ccb5a
* | Fixed middle vertical alignments in HorizontalLayout #10852John Ahlroos2013-02-071-2/+15
| | | | | | | | Change-Id: I85dac7b89ec4ec670cf92e5c760090fbef5929af
* | Use native collections in AbstractConnectorLeif Åstrand2013-02-061-6/+7
| | | | | | | | Change-Id: I027cd296e5014d38e908915d537c58f87ebefc50
* | Native collections for ApplicationConnection & StateChangeEvent (#10937)Leif Åstrand2013-02-068-67/+132
| | | | | | | | Change-Id: I8dbda413f2148f2a28e3867bffe0bc7ea3c8ff93
* | Merge "Optimize stylename handling in AbstractComponentConnector (#10937)" ↵Leif Åstrand2013-02-061-19/+12
|\ \ | | | | | | | | | into 7.0
| * | Optimize stylename handling in AbstractComponentConnector (#10937)Leif Åstrand2013-02-061-19/+12
| | | | | | | | | | | | Change-Id: I91b05d0d794a2809c13f5f68d73eddb9f4c0a641
* | | Use native collections in CssLayoutConnector (#10937)Leif Åstrand2013-02-061-11/+12
|/ / | | | | | | Change-Id: Ie4f10c7b1de97476fe5aec2bfa2a0e1cd933121c
* | Merge "Use faster collections in LayoutManager and related classes (#10937)" ↵Artur Signell2013-02-062-172/+377
|\ \ | | | | | | | | | into 7.0
| * | Use faster collections in LayoutManager and related classes (#10937)Leif Åstrand2013-02-062-172/+377
| | | | | | | | | | | | Change-Id: I27650d6f896a4990bb7a879be995c13252842f60
* | | Merge "Avoid duplicate maps in ConnectorMap and return native collections" ↵Artur Signell2013-02-063-15/+86
|\| | | | | | | | | | | into 7.0
| * | Avoid duplicate maps in ConnectorMap and return native collectionsLeif Åstrand2013-02-063-15/+86
| | | | | | | | | | | | | | | | | | Fixes #10939 and enables #10937 Change-Id: Icb46db31b02fa13a0612b0c24477b639a0e5684b
* | | Merge "Use native collections in TypeDataStore and related classes (#10937)" ↵Artur Signell2013-02-067-59/+163
|\ \ \ | | | | | | | | | | | | into 7.0
| * | | Use native collections in TypeDataStore and related classes (#10937)Leif Åstrand2013-02-067-59/+163
| | | | | | | | | | | | | | | | Change-Id: I6762c9411119ea3a363d2a605f71d20871d73209
* | | | Merge "Merge of (#10890) to Vaadin 7." into 7.0Johannes Dahlström2013-02-061-1/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge of (#10890) to Vaadin 7.Anna Koskinen2013-02-051-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 Signell2013-02-061-2/+34
|\ \ \ \ | | |/ / | |/| | | | | | into 7.0
| * | | Don't fetch old bean property value if it is not needed (#10940)Leif Åstrand2013-02-051-2/+34
| | | | | | | | | | | | | | | | Change-Id: I6231eedef94c402457fc4cb217366a3e08f1492c
* | | | Merge "Add native generic collection counterparts (#10937)" into 7.0Artur Signell2013-02-053-0/+145
|\| | | | |/ / |/| |
| * | Add native generic collection counterparts (#10937)Leif Åstrand2013-02-053-0/+145
| |/ | | | | | | | | | | Also update existing FastStringSet to learn some new tricks. Change-Id: I3dfcb935d32eb3d490c4f7ff31296a326bd0d98f
* | Merge "Merge of (#9197) to Vaadin 7." into 7.0Johannes Dahlström2013-02-051-0/+5
|\ \
| * | Merge of (#9197) to Vaadin 7.Anna Koskinen2013-02-011-0/+5
| |/ | | | | | | | | | | Fix IE memory leak when closing subwindows. Change-Id: I7205bee96d172e84906aac1456b2523c56302d3b
* | Merge "Merge of (#10766) to Vaadin 7." into 7.0Johannes Dahlström2013-02-051-1/+3
|\ \
| * | Merge of (#10766) to Vaadin 7.Anna Koskinen2013-02-011-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.0Johannes Dahlström2013-02-051-9/+0
|\ \
| * | Merge of (#8238) to Vaadin 7.Anna Koskinen2013-02-011-9/+0
| |/ | | | | | | | | | | Tabsheet detach handling update. Change-Id: I037d8503a9217918e63e1cc8b6e90abcafe7516f
* | Merge "Merge of (#10507) to Vaadin 7." into 7.0Johannes Dahlström2013-02-051-4/+3
|\ \
| * | Merge of (#10507) to Vaadin 7.Anna Koskinen2013-02-011-4/+3
| |/ | | | | | | | | | | Consistent element finding for mouseUp and mouseDown handling. Change-Id: I5e7783417cbec99523337a057bd4ececc8f9b0e2
* | Merge "Merge of (#10464) to Vaadin 7." into 7.0Johannes Dahlström2013-02-052-4/+20
|\ \
| * | Merge of (#10464) to Vaadin 7.Anna Koskinen2013-02-012-4/+20
| |/ | | | | | | | | | | Don't steal focus back to Table from the address bar. Change-Id: I21c9da4a572e44c6ec4c33523acbfe717455f481
* / Merge of (#10323) to Vaadin 7.Anna Koskinen2013-02-051-7/+61
|/ | | | | | TouchScrollHandler update. Change-Id: Ibac5d9dc89d8da68ce6fa294c46e1f7c6f6ec124
* Removed Opera 9 workaround which is no longer needed but does not work ↵Artur Signell2013-02-011-12/+0
| | | | | | correctly (#5310) Change-Id: I95c60b68d6fba55cd4034b4c474171d973cdf0d7
* Remove unnecessary special ConnectorMap handling from VTabsheet (#10839)Johannes Dahlström2013-01-301-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 #10697John Ahlroos2013-01-291-0/+3
| | | | Change-Id: I112b7b6b708629b0ed0b95e034970863ffd64b16
* Merge "Disable Form tooltips, as Form shows both description and component ↵John Ahlroos2013-01-231-8/+3
|\ | | | | | | error as a part of the layout (#10784)"
| * Disable Form tooltips, as Form shows both description and component error as ↵Johannes Dahlström2013-01-231-8/+3
| | | | | | | | | | | | a part of the layout (#10784) Change-Id: Ia5af801e099e997ae25cfcf25434c8542da75a48
* | Merge "Hide components if width 100% + expand ratio 0 #10783"Artur Signell2013-01-222-20/+44
|\ \ | |/ |/|
| * Hide components if width 100% + expand ratio 0 #10783John Ahlroos2013-01-222-20/+44
| | | | | | | | Change-Id: I5ca5eac5fbfeec744078ebcb83f08192c1bf2af8
* | Include GWT sources in sources jar (#9102)Artur Signell2013-01-211-1/+3
| | | | | | | | Change-Id: I99928a614cf220b79f107e45eb02dc3de8333db1
* | Merge "Reimplement zero size component checking for analyze layouts (#10792)"Artur Signell2013-01-211-8/+26
|\ \ | |/ |/|
| * Reimplement zero size component checking for analyze layouts (#10792)Leif Åstrand2013-01-181-8/+26
| | | | | | | | Change-Id: Idcc3571fea86cc1114d7124117be738cb8a82934
* | Fixed Window resize issues when content gets smaller in IE8 #10750John Ahlroos2013-01-214-10/+41
|/ | | | Change-Id: I5ca165c12f9a376e1f22c1042dfb3c6138c2baef
* Fixed loadStyle to be more sensible (#10746)7.0.0.rc1Artur Signell2013-01-166-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 Ahlroos2013-01-152-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 Signell2013-01-151-14/+8
| | | | Change-Id: Id0f477fcc8702b07289f2234073e7c95fd90c01f
* Merge "Take error element into account when layouting Form (#10589)"Artur Signell2013-01-141-6/+28
|\
| * Take error element into account when layouting Form (#10589)Leif Åstrand2013-01-141-6/+28
| | | | | | | | Change-Id: I22e232e5b9660d5c1b902435a03250bf97eab102
* | Merge "Add close element after caption text (#10682)"Leif Åstrand2013-01-141-2/+1
|\ \