Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Imported and updated release notes builder (#10918) | Artur Signell | 2013-02-19 | 8 | -23/+97 |
| | | | | | Change-Id: Ie21d448f89d0fab6b7732a0137c80172e9da8e69 Ticket: 10918 | ||||
* | Properly detach old connectors for repaintAll response (#11067) | Leif Åstrand | 2013-02-19 | 3 | -4/+109 |
| | | | | Change-Id: I6491a9b30ea4c0e4ff141497b9bd78e5d1c4c98c | ||||
* | Created maintenance release notes for 7.0.x releases. #10881 | Marko Gronroos | 2013-02-19 | 1 | -941/+82 |
| | | | | Change-Id: Ifbe33c7101075c11b469890efbe8ecf06a84db32 | ||||
* | Revert merge from 6.8 fixing #8238 since it was causing issues like #11026. ↵ | John Ahlroos | 2013-02-19 | 1 | -0/+8 |
| | | | | | | Should be fixed in another way. (no-merge) Change-Id: I232f55781daf7ab5137f9602d3a3c6c2020c6064 | ||||
* | Ensure there's always a listener on VUI for closing tooltips (#11051) | Leif Åstrand | 2013-02-19 | 1 | -0/+11 |
| | | | | Change-Id: I04e8b1777bc4bf4f64371e4b6e6d77f3754162ad | ||||
* | Selector now can begin with a combinator. (Ticket #10754) | Haijian Wang | 2013-02-19 | 7 | -1169/+1170 |
| | | | | Change-Id: Id2f1a006e4caaf790f573ee823fcc41312f30261 | ||||
* | more than expected params in mixin throws IOB exception. (Ticket #10988) | Haijian Wang | 2013-02-19 | 3 | -5/+55 |
| | | | | Change-Id: I6451c94a4f733b002165983f92c8577dac4904f6 | ||||
* | Fixed logic error causing IOException if stream supports mark (#10851) | Artur Signell | 2013-02-19 | 2 | -9/+14 |
| | | | | | | The current logic caused mark() never to be called if the original InputStream supports mark (isMarkSupported()). This in turn causes an IOException when reset is called and no mark has been set. Change-Id: I781ed8e9d355d22bd8e43acb5c5e9c8da90f66a0 | ||||
* | Fixed NPE when TextField value is null (#11021) | Artur Signell | 2013-02-18 | 3 | -2/+98 |
| | | | | | Ticket: 11021 Change-Id: If3b99333a116e6191ba3f563738e456a07173ab4 | ||||
* | Properly pass the AbstractField internal value to shared state in Slider and ↵ | Johannes Dahlström | 2013-02-18 | 5 | -0/+129 |
| | | | | | | | | | ProgressIndicator (#10921) * In case of a null value, 0 is stored to shared state. This is consistent with how CheckBox is already implemented. * This somewhat hacky solution should be replaced with a better one once AbstractField itself is migrated. See #11064. Change-Id: I2b313af8491a6deccdc7a509dcd1b718482cdcd4 | ||||
* | Don't measure VUI during updateFromUIDL (#11063) | Leif Åstrand | 2013-02-18 | 1 | -1/+7 |
| | | | | Change-Id: Id4760652d9eeaae466e48ff468f905d7e2c867a1 | ||||
* | Merge of second part of (#10513) to Vaadin 7. | Johannes Dahlström | 2013-02-18 | 5 | -82/+626 |
| | | | | | | | | | Fix for TreeTable's indent handling & width calculations. Conflicts: client/src/com/vaadin/client/ui/table/TableConnector.java Change-Id: I94f0d84ac978045d3b79be6b3726ea6973d30b35 | ||||
* | Interim fix for resizing of child component in AbsoluteLayout when child is ↵ | John Ahlroos | 2013-02-18 | 3 | -4/+88 |
| | | | | | | 100% and layout resized (no-merge) #10427 Change-Id: I497ecc1ac88ef1b3c07d127aff3c157827088e01 | ||||
* | Only add tooltip listeners when needed (#11051) | Leif Åstrand | 2013-02-18 | 5 | -15/+141 |
| | | | | Change-Id: I2b097ed67d59260390cd939b2f2d844548b5fced | ||||
* | Count instances instead of windows and also show the counter | Leif Åstrand | 2013-02-18 | 1 | -4/+4 |
| | | | | Change-Id: Ida1d0c9424d09169f3c7f76ebf70dcced5742dad | ||||
* | Gather more profiling data (#10961) | Leif Åstrand | 2013-02-15 | 9 | -3/+53 |
| | | | | Change-Id: Ifbb2037290a89fd289407d722962b08f286d887e | ||||
* | Revert "Removed legacy toString implementations as promised in 7.0 | Henri Sara | 2013-02-15 | 2 | -0/+41 |
| | | | | | | | | (#10916)" (accidentally merged from 7.1) This reverts commit 5be248803b9b670cd4cf24d5173e7f580180545e. Change-Id: If4371976f8afe68d08e814128e3256d66b8ecdb3 | ||||
* | Revert "Made getServlet and getPortlet public (#10882)" | Henri Sara | 2013-02-15 | 2 | -12/+2 |
| | | | | | | | | (accidentally merged from 7.1) This reverts commit 179e672b5d3ce8c4c972dcfacbdbd39c5a08d6fa. Change-Id: Ice2bdd949bd12000882c406af6ea6c0c6bcc145a | ||||
* | Merge "Ensure super method is called when iterating children in ↵ | Leif Åstrand | 2013-02-15 | 1 | -3/+3 |
|\ | | | | | | | VAbsoluteLayout #10762" into 7.0 | ||||
| * | Ensure super method is called when iterating children in VAbsoluteLayout #10762 | John Ahlroos | 2013-02-15 | 1 | -3/+3 |
| | | | | | | | | Change-Id: I45d4216333158675590ec903e25bf36f27738bcb | ||||
* | | Merge of first part of (#10513) to Vaadin 7. | Johannes Dahlström | 2013-02-15 | 3 | -2/+151 |
| | | | | | | | | | | | | Recalculate column widths if vertical scrollbar has been added/removed. Change-Id: I093059b8eaad8ff9f9d87db213dec806993459d5 | ||||
* | | Merge "Merge of (#6160) and (#10470) to Vaadin 7." into 7.0 | Johannes Dahlström | 2013-02-14 | 15 | -226/+886 |
|\ \ | |||||
| * | | Merge of (#6160) and (#10470) to Vaadin 7. | Johannes Dahlström | 2013-02-14 | 9 | -182/+864 |
| | | | | | | | | | | | | | | | | | | Cache handling update. Change-Id: I81ba74d457eb484f6f2c350629534ab284ead7b7 | ||||
| * | | Merge "Do not throw NPE when asking for a null propertyId (#10445)" | Henri Sara | 2013-02-08 | 2 | -1/+10 |
| |\ \ | |||||
| | * | | Do not throw NPE when asking for a null propertyId (#10445) | Artur Signell | 2013-01-30 | 2 | -1/+10 |
| | | | | | | | | | | | | | | | | Change-Id: If788d84c66d640368989e443394505600ad12439 | ||||
| * | | | Merge "Made getServlet and getPortlet public (#10882)" | Leif Åstrand | 2013-02-07 | 2 | -2/+12 |
| |\ \ \ | |||||
| | * | | | Made getServlet and getPortlet public (#10882) | Artur Signell | 2013-02-07 | 2 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change enables developer to get a reference to the VaadinServlet/VaadinPortlet class without using thread locals (#10882) Change-Id: I7cb87b6ddb6f2ac3c46f7652a807363b336cdc4e | ||||
| * | | | | Merge branch '7.0' | Leif Åstrand | 2013-02-07 | 2 | -41/+0 |
| |\| | | | | | | | | | | | | | | | | | | Change-Id: I5cd71ac330a1c400545555db9290dd256da784a1 | ||||
| | * | | | Include version number in javadoc index page of vaadin-all zip | Mikael Vappula | 2013-02-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Change-Id: I8b370918f99e6a04322fb95e20633c4e740cce55 | ||||
| | * | | | Merge branch '7.0' | Artur Signell | 2013-02-01 | 1 | -12/+0 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | Change-Id: Ie463ba65a7b77b04332eeb791d2903893c65facf | ||||
| | * | | | | Removed legacy toString implementations as promised in 7.0 (#10916) | Artur Signell | 2013-02-01 | 2 | -41/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0e63f4cb3480c88b2c79996e23a2e89acce95b28 | ||||
* | | | | | | Merge "Removed invalid and unnecessary clicks from test" into 7.0 | Leif Åstrand | 2013-02-14 | 5 | -25/+0 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Removed invalid and unnecessary clicks from test | Artur Signell | 2013-02-13 | 5 | -25/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ice4622aa2162157f9c7d6ec94051bb562a0a5b8c | ||||
* | | | | | | | Fixed resetting link target and updated javadoc (#10543) | Artur Signell | 2013-02-14 | 2 | -16/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I91d0eb553542b5f65fb8ab25c3fc357272d87a74 | ||||
* | | | | | | | Fixed problem with removing the icon from a Button (#10543) | Artur Signell | 2013-02-14 | 3 | -1/+111 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia119b93643678494db95d36ffe031a44b76ba578 | ||||
* | | | | | | | Added back previous removed test due to #9870 to pass test (Ticket | Haijian Wang | 2013-02-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #9870) Change-Id: I8d8210689078cdb0408c23be621ac279080dc9bf | ||||
* | | | | | | | Merge "SASS fails to parse CSS expression function. (Ticket #9870)" into 7.0 | Henri Sara | 2013-02-14 | 5 | -6152/+6198 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | SASS fails to parse CSS expression function. (Ticket #9870) | Haijian Wang | 2013-02-14 | 5 | -6152/+6198 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iea5f3b846a033e218c384dc58e5e045e524de83f | ||||
* | | | | | | | | Merge "Removed artifical slowdown which should no longer be needed (#11015)" ↵ | Leif Åstrand | 2013-02-14 | 5 | -26/+1 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | into 7.0 | ||||
| * | | | | | | | Removed artifical slowdown which should no longer be needed (#11015) | Artur Signell | 2013-02-13 | 5 | -26/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I16bead52cab342fdae891134a0f1c2e82260eb63 | ||||
* | | | | | | | | Merge "Fixed NPE when a connector is no longer available (#11015)" into 7.0 | Leif Åstrand | 2013-02-14 | 1 | -11/+43 |
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | Fixed NPE when a connector is no longer available (#11015) | Artur Signell | 2013-02-13 | 1 | -11/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie057beb80474546e08bb27a540773ae9f89b55a2 | ||||
* | | | | | | | Merge "Update license header" into 7.0 | Henri Sara | 2013-02-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Update license header | Leif Åstrand | 2013-02-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1bf58b1dcaadb7fdf66902c95310d4ee60c1bbeb | ||||
* | | | | | | | ParseException does not output file name (Ticket #10967) | Haijian Wang | 2013-02-14 | 2 | -1/+45 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | Change-Id: I16a1993284cfb8d73596ec8c2b8956d8e7f9dc8e | ||||
* | | | | | | Fixed NPE in test when value is null | Artur Signell | 2013-02-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I04e1f365535878a46744046ee271387c21d31956 | ||||
* | | | | | | Merge "Sass replaces variables based on substring matches. (Tickets #10508, ↵ | Henri Sara | 2013-02-13 | 13 | -40/+157 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | #10730)" into 7.0 | ||||
| * | | | | | | Sass replaces variables based on substring matches. (Tickets #10508, | Haijian Wang | 2013-02-13 | 13 | -40/+157 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #10730) Change-Id: I7d3c5a74055e28e0e22fe6e496209d7d3c42b4af | ||||
* | | | | | | | Paser doesn't know CSS 'lem' and 'rem'. (Ticket #11024) | Haijian Wang | 2013-02-13 | 8 | -6377/+5587 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6ca39f5c97ffce610faafb8e172f290405409dc7 | ||||
* | | | | | | | Merge "Add lightweight profiling (#10961)" into 7.0 | Artur Signell | 2013-02-13 | 13 | -77/+690 |
|\ \ \ \ \ \ \ |