summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed invalid and unnecessary clicks from testArtur Signell2013-02-135-25/+0
| | | | Change-Id: Ice4622aa2162157f9c7d6ec94051bb562a0a5b8c
* Removed artifical slowdown which should no longer be needed (#11015)Artur Signell2013-02-135-26/+1
| | | | Change-Id: I16bead52cab342fdae891134a0f1c2e82260eb63
* Fixed NPE when a connector is no longer available (#11015)Artur Signell2013-02-131-11/+43
| | | | Change-Id: Ie057beb80474546e08bb27a540773ae9f89b55a2
* Merge "Since #10312 Table wraps a conversion exception in a ↵Leif Åstrand2013-02-121-2/+2
|\ | | | | | | CacheUpdateException" into 7.0
| * Since #10312 Table wraps a conversion exception in a CacheUpdateExceptionArtur Signell2013-02-111-2/+2
| | | | | | | | Change-Id: Id2772118a673555db21bb8b5f8d6126459eb688e
* | Redirect jetty output and logs to the results folder (#10558)Artur Signell2013-02-111-0/+4
|/ | | | Change-Id: I74445551de380d87dd03a2d14e0482e5fcb69adf
* Fixed close icon too high in tabsheet when using IE9 and TABSHEET_MINIMAL ↵John Ahlroos2013-02-111-3/+9
| | | | | | style #10884 Change-Id: Iac91b00d60e55e80d5b4deea397bad1e4442d6a1
* Merge of comment clarification to Vaadin 7.Anna Koskinen2013-02-081-1/+1
| | | | Change-Id: I1fed736e17770580af7ccc4c49c5c3d4bb7702e2
* 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
* | Avoid markAsDirty for getters (#10977)Artur Signell2013-02-081-5/+10
| | | | | | | | Change-Id: I3b924fb1d6641309b45b7aad30f171305d36daac
* | Fixed race condition in upload (#10942)Artur Signell2013-02-083-23/+50
| | | | | | | | | | | | Updated test to show if upload succeeds or fails Change-Id: Ia9c3a3d36a5dd163fbad59e8cc41d53aba3ccb5a
* | Fixed middle vertical alignments in HorizontalLayout #10852John Ahlroos2013-02-073-2/+86
| | | | | | | | Change-Id: I85dac7b89ec4ec670cf92e5c760090fbef5929af
* | Replaced fragile flash test with a stable one using a local swf (#10807)Artur Signell2013-02-075-8/+12
| | | | | | | | Change-Id: I4231e0fa0b53f9e6d085b7409e6ad33bb5728b61
* | 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-063-1/+95
|\ \ \ \
| * | | | Merge of (#10890) to Vaadin 7.Anna Koskinen2013-02-053-1/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the positioning of the drop marker when reordering Table columns by DnD. Change-Id: I853e9690d931a9bf94c61ac6e59accd1cedac15a
* | | | | Set the first cause as the cause of CacheUpdateException (#10951)Leif Åstrand2013-02-062-3/+70
| |_|/ / |/| | | | | | | | | | | Change-Id: Icadfd46919c14fccfa1531b6f2b3e245dea3b111
* | | | 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 of (#10878) to Vaadin 7.Anna Koskinen2013-02-053-1/+194
| |/ / |/| | | | | | | | | | | | | | | | | Ensure unique ordering when using TableQuery with multiple primary key columns. Change-Id: I9145717d1658393b19a2bca27ac211cad075fc27
* | | Merge "Merge of (#10776) test to Vaadin 7." into 7.0Johannes Dahlström2013-02-052-0/+175
|\ \ \
| * | | Merge of (#10776) test to Vaadin 7.Anna Koskinen2013-02-042-0/+175
| |/ / | | | | | | | | | Change-Id: I05d66505ecc9d413ae34c0ae5e2fa735764d4fee
* | | Merge "Merge of (#9197) to Vaadin 7." into 7.0Johannes Dahlström2013-02-052-0/+73
|\ \ \
| * | | Merge of (#9197) to Vaadin 7.Anna Koskinen2013-02-012-0/+73
| | |/ | |/| | | | | | | | | | | | | Fix IE memory leak when closing subwindows. Change-Id: I7205bee96d172e84906aac1456b2523c56302d3b
* | | Merge "Merge of (#10766) to Vaadin 7." into 7.0Johannes Dahlström2013-02-052-1/+69
|\ \ \
| * | | Merge of (#10766) to Vaadin 7.Anna Koskinen2013-02-012-1/+69
| |/ / | | | | | | | | | | | | | | | | | | Fix case where ComboBox suggestion menu selects a wrong item if there are duplicate captions. Change-Id: Ia2e6502f328f5f6daca74e6b60bd3b6ffb7ad977
* | | Merge of (#9548) to Vaadin 7.Anna Koskinen2013-02-052-5/+85
| | | | | | | | | | | | | | | | | | | | | Calculate upload file size correctly when there are multibyte characters in the file name. Change-Id: I85f1053ce6ad29140d0a37fe8ab4861b0f717fc9
* | | Merge of (#10563) to Vaadin 7.Anna Koskinen2013-02-055-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.0Johannes Dahlström2013-02-051-46/+114
|\ \ \
| * | | Merge of (#10582) to Vaadin 7.Anna Koskinen2013-02-011-46/+114
| |/ / | | | | | | | | | | | | | | | Ensure SQL connections etc. of FreeformQuery are closed. Change-Id: I5488510ef7d752e8e743408e0f60acf483e45fc1
* | | Merge "Merge of (#8238) to Vaadin 7." into 7.0Johannes Dahlström2013-02-053-10/+58
|\ \ \
| * | | Merge of (#8238) to Vaadin 7.Anna Koskinen2013-02-013-10/+58
| |/ / | | | | | | | | | | | | | | | 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 (#10312) to Vaadin 7." into 7.0Johannes Dahlström2013-02-053-7/+454
|\ \ \
| * | | Merge of (#10312) to Vaadin 7.Anna Koskinen2013-02-013-7/+454
| |/ / | | | | | | | | | | | | | | | Cache update exception handling to Table. Change-Id: I882e78c3a2eb1ceaab484be748b6890ee321c290
* | | Merge "Merge of (#10464) to Vaadin 7." into 7.0Johannes Dahlström2013-02-052-4/+20
|\ \ \