Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Removed scripts no longer relevant for Vaadin 7/Git | Artur Signell | 2012-10-25 | 5 | -1105/+0 | |
| | | | | | | | | Change-Id: I01bc811775d654fdba38eba8c3d0507c22e0f7f1 | |||||
* | | Merge "Return 404 if a resource cannot be found (#10053)" | Henri Sara | 2012-10-25 | 1 | -0/+5 | |
|\ \ | ||||||
| * | | Return 404 if a resource cannot be found (#10053) | Artur Signell | 2012-10-24 | 1 | -0/+5 | |
| | | | | | | | | | | | | Change-Id: Iaf87eb7af6f89decb61b7fd2ac953ca6a6dac15a | |||||
* | | | Missing package for ProgressIndicator (#10008) | Artur Signell | 2012-10-25 | 2 | -0/+46 | |
| | | | | | | | | | | | | Change-Id: Ibf0b6353ce972cbb91d4951e37f996a3379dd6b9 | |||||
* | | | Merge "Updated ProgressIndicator to use state and rpc (#10008)" | John Ahlroos | 2012-10-24 | 5 | -218/+180 | |
|\ \ \ | ||||||
| * | | | Updated ProgressIndicator to use state and rpc (#10008) | Artur Signell | 2012-10-24 | 5 | -218/+180 | |
| | | | | | | | | | | | | | | | | Change-Id: Iec3d0c4e9e1432f7dda4aae5c8c4f21cb96f08be | |||||
* | | | | Merge "Refactor GET parameter names to ApplicationConstants" | Leif Åstrand | 2012-10-24 | 3 | -14/+15 | |
|\ \ \ \ | ||||||
| * | | | | Refactor GET parameter names to ApplicationConstants | Johannes Dahlström | 2012-10-24 | 3 | -14/+15 | |
| | | | | | | | | | | | | | | | | | | | | Change-Id: Id599a6f02f41fa4d4828007cf46bdfa397d81180 | |||||
* | | | | | Merge "Properly support extension connectors in debug console (#8422, #9999) ↵ | Leif Åstrand | 2012-10-24 | 4 | -51/+52 | |
|\| | | | | | | | | | | | | | | | | | | | * Clicking an ExtensionConnector entry highlights their ancestor ComponentConnector if any * Shift-clicking also works, change server side highlighting to support arbitrary ClientConnectors" | |||||
| * | | | | Properly support extension connectors in debug console (#8422, #9999) | Johannes Dahlström | 2012-10-19 | 4 | -51/+52 | |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | * Clicking an ExtensionConnector entry highlights their ancestor ComponentConnector if any * Shift-clicking also works, change server side highlighting to support arbitrary ClientConnectors Change-Id: I834a602a75a70d2fa2a7b44e9ae8da6e85f91be7 | |||||
* | | | | Fixed broken locators | Artur Signell | 2012-10-24 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | Change-Id: I0d1a2b426057afab7cc7d380983a6201cbd7c129 | |||||
* | | | | Made test TB2 compatible | Artur Signell | 2012-10-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Change-Id: Ib111aec7a93ce42ffa63362d4d89dfae66fdb0e6 | |||||
* | | | | Relaxed check to be compatible with servlet changes7.0.0.beta6 | Artur Signell | 2012-10-24 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | Change-Id: I20622221a88ba38aa417d55eed9c451b50df3315 | |||||
* | | | | Fixed test to be compatible with latest servlet changes | Artur Signell | 2012-10-24 | 1 | -5/+6 | |
| |_|/ |/| | | | | | | | | Change-Id: Ie7f139ce125ed9c006df801ba00a5cf7a3fec117 | |||||
* | | | Merge "Make Util.getAbsoluteUrl work in IE8 (#10049)" | Artur Signell | 2012-10-24 | 1 | -3/+20 | |
|\ \ \ | ||||||
| * | | | Make Util.getAbsoluteUrl work in IE8 (#10049) | Leif Åstrand | 2012-10-24 | 1 | -3/+20 | |
| | | | | | | | | | | | | | | | | Change-Id: Ia473ec5ee9b491fdf6d8bc18de388a3133d7c52e | |||||
* | | | | Merge "Removed testing and support mention for Weblogic 9 (#10045)" | Henri Sara | 2012-10-24 | 2 | -10/+1 | |
|\ \ \ \ | ||||||
| * | | | | Removed testing and support mention for Weblogic 9 (#10045) | Artur Signell | 2012-10-24 | 2 | -10/+1 | |
| | | | | | | | | | | | | | | | | | | | | Change-Id: I6a7bdba2f9e3cc4eb199df341028a81259af441c | |||||
* | | | | | Merge "Fixed NPE when converter is null (#10043)" | Henri Sara | 2012-10-24 | 2 | -9/+28 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fixed NPE when converter is null (#10043) | Artur Signell | 2012-10-24 | 2 | -9/+28 | |
| |/ / / / | | | | | | | | | | | | | | | | Change-Id: I1d753a4da16feae0c83d755e9dcceae86f3dfbdc | |||||
* | | | | | Merge "Made test understandable and ensure it passes by using timestamps" | Leif Åstrand | 2012-10-24 | 1 | -8/+11 | |
|\ \ \ \ \ | ||||||
| * | | | | | Made test understandable and ensure it passes by using timestamps | Artur Signell | 2012-10-24 | 1 | -8/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icf27faf2f884713f6e9c7d2fbd9e89b180cc85be | |||||
* | | | | | | Merge "Create UIProvider & Extension for easily opening popups. (#9513)" | Artur Signell | 2012-10-24 | 5 | -0/+410 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Create UIProvider & Extension for easily opening popups. (#9513) | Leif Åstrand | 2012-10-24 | 5 | -0/+410 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | * Based on Pekka Hyvönen's patch Change-Id: Ib97fc77a9a116da2b5af0cb2233a81aaa829f763 | |||||
* | / / / | Add license to new files (#9524) | Leif Åstrand | 2012-10-24 | 3 | -0/+48 | |
| |/ / / |/| | | | | | | | | | | | Change-Id: Ifcd61b32db696de075918de1429dd75c94b63a29 | |||||
* | | | | Test without https and cross domain window.location access (#9859) | Leif Åstrand | 2012-10-24 | 2 | -4/+5 | |
|/ / / | | | | | | | | | | Change-Id: I1fcbaa9dcde2cf16b162e21e8fbf519a114bd261 | |||||
* | | | Fixed test to use Vaadin locators instead of dom path | Artur Signell | 2012-10-23 | 1 | -15/+15 | |
| | | | | | | | | | | | | svn changeset:24701/svn branch:6.8 | |||||
* | | | Fixed test to check stack trace for error | Artur Signell | 2012-10-23 | 1 | -2/+2 | |
| | | | | | | | | | | | | Change-Id: Ifc0a2be0521cbf8b921b8b1f94040bd40d54cebb | |||||
* | | | Merge "Added BrowserInfo.isIE10() and test for IE10 user agent (#9217)" | Leif Åstrand | 2012-10-23 | 2 | -0/+15 | |
|\ \ \ | ||||||
| * | | | Added BrowserInfo.isIE10() and test for IE10 user agent (#9217) | Artur Signell | 2012-10-23 | 2 | -0/+15 | |
| | | | | | | | | | | | | | | | | Change-Id: Ie81dcbfeaad30859db8b53ffec1f51024d832fd4 | |||||
* | | | | Merge "FileDownloader for starting downloads with any component (#9524)" | Artur Signell | 2012-10-23 | 3 | -0/+366 | |
|\ \ \ \ | ||||||
| * | | | | FileDownloader for starting downloads with any component (#9524) | Leif Åstrand | 2012-10-23 | 3 | -0/+366 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Based on patch by Pekka Hyvönen Change-Id: I9263078ffc624f9cabec6c25264920dfdb430efe | |||||
* | | | | | Moved init params after servlet name and class (#10040) | Artur Signell | 2012-10-23 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Change-Id: I9a54ab880b565297f401e14dff7eac25fc369beb | |||||
* | | | | | Avoid NPE if a child cannot be found (#10039) | Artur Signell | 2012-10-23 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | Change-Id: I756b5d8a66b89eedb335c23b1ae9610bdb80b2d0 | |||||
* | | | | | Merge "Changed Property.setValue(Object) to setValue(T) (#8791)" | Leif Åstrand | 2012-10-23 | 42 | -148/+64 | |
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| | | ||||||
| * | | | Changed Property.setValue(Object) to setValue(T) (#8791) | Artur Signell | 2012-10-23 | 42 | -148/+64 | |
| | | | | | | | | | | | | | | | | Change-Id: I9f0e6bd62102c5adc461884b1f3b2cbe69f19259 | |||||
* | | | | Fixed moving components from an outer AbsoluteLayout into an inner layout #10034 | John Ahlroos | 2012-10-23 | 1 | -0/+34 | |
| |/ / |/| | | | | | | | | Change-Id: Ib635a02e2a4b2dd70623c221da4289b0ee7bed27 | |||||
* | | | Merge "AbsoluteLayout now gets child component style names #9051" | Marc Englund | 2012-10-23 | 4 | -2/+158 | |
|\ \ \ | ||||||
| * | | | AbsoluteLayout now gets child component style names #9051 | John Ahlroos | 2012-10-23 | 4 | -2/+158 | |
| |/ / | | | | | | | | | | Change-Id: I236ec48d05b49ee468afa09cc6d88501813811b7 | |||||
* | | | Fixed slot stylenames not being removed properly when clearing the ↵ | John Ahlroos | 2012-10-23 | 2 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | stylenames #9576 Change-Id: I5c89d814cb9b0b28bf46a850a6ecc8d7eab56d47 | |||||
* | | | Slots now get their childrens primary stylename in Vertical/Horizontal ↵ | John Ahlroos | 2012-10-22 | 4 | -6/+183 | |
|/ / | | | | | | | | | | | layouts #9576 Change-Id: I68f58868606b91353224a6eed83262b33e0af8ea | |||||
* | | Merge "Register CssLayout click listeners in onStateChanged instead of ↵ | Artur Signell | 2012-10-22 | 1 | -2/+1 | |
|\ \ | | | | | | | | | | onConnectorHierarchyChange (#10003)" | |||||
| * | | Register CssLayout click listeners in onStateChanged instead of ↵ | Johannes Dahlström | 2012-10-19 | 1 | -2/+1 | |
| |/ | | | | | | | | | | | | | | | onConnectorHierarchyChange (#10003) Test case (tests.components.ClickListeners) committed as part of #9956 Change-Id: I35f41a301ceebc43679098ae033656a18b82c4b1 | |||||
* | | Make the current session available in session init listeners (#9946) | Leif Åstrand | 2012-10-19 | 1 | -0/+2 | |
| | | | | | | | | Change-Id: I49ec1ed22fb3cae4f2e7ea7e6d989f2157014499 | |||||
* | | Fix merge checker issues | Leif Åstrand | 2012-10-19 | 1 | -2/+9 | |
| | | ||||||
* | | More descriptive error message when async load fails (#9805) | Leif Åstrand | 2012-10-19 | 1 | -1/+4 | |
|/ | | | | Change-Id: Ic692b50fcd705f82eccd7727664897d4f1d40872 | |||||
* | Merge "Improve message when session is already set (#9989)" | Johannes Dahlström | 2012-10-18 | 1 | -1/+13 | |
|\ | ||||||
| * | Improve message when session is already set (#9989) | Leif Åstrand | 2012-10-18 | 1 | -1/+13 | |
| | | | | | | | | Change-Id: If75868863999f61d014402eb98c74a142dc22c4a | |||||
* | | Merge "Update mini tutorial code" | Johannes Dahlström | 2012-10-18 | 4 | -2/+159 | |
|\ \ | ||||||
| * | | Update mini tutorial code | Leif Åstrand | 2012-10-18 | 4 | -2/+159 | |
| | | | | | | | | | | | | Change-Id: Ib8114efc793f6df412cefddfcf7627d4812b1228 |