| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 81 | -36843/+0 |
* | Rename JavaScriptCallback -> JavaScriptFunction (#9293) | Leif Åstrand | 2012-08-13 | 3 | -35/+34 |
* | Add shorthand for avoiding null-checks with ResourceReference (#9211) | Leif Åstrand | 2012-08-03 | 2 | -13/+4 |
* | Support getting translated urls in javascript (#9209) | Leif Åstrand | 2012-08-03 | 1 | -0/+4 |
* | Merge remote-tracking branch 'origin/6.8' | Leif Åstrand | 2012-08-03 | 3 | -1/+27 |
|\ |
|
| * | Make LoginForm work inside iframes (#8144) | Leif Åstrand | 2012-08-03 | 1 | -3/+3 |
| * | Clear selectionRangeStart if the key map has been cleared (#8584, #8736) | Leif Åstrand | 2012-08-02 | 1 | -0/+16 |
* | | Merge remote-tracking branch 'origin/6.8' | Leif Åstrand | 2012-07-31 | 2 | -29/+41 |
|\| |
|
| * | Improved code readability based on review (#8109) | Leif Åstrand | 2012-07-30 | 2 | -23/+28 |
| * | Don't make changes directly to the visible itemids collection (#8109, #8787) | Leif Åstrand | 2012-07-30 | 1 | -1/+2 |
| * | Preserve selection order for multi select value (#8109, #8787) | Leif Åstrand | 2012-07-27 | 2 | -14/+20 |
* | | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 30 | -66/+66 |
* | | Revert root cleanup changes - this commit was not supposed to go to master | Johannes Dahlström | 2012-07-27 | 1 | -16/+0 |
* | | Don't throw UnsupportedOperationException in Label.toString (#9175) | Leif Åstrand | 2012-07-26 | 1 | -3/+13 |
* | | Merge branch '6.8' | Johannes Dahlström | 2012-07-24 | 1 | -1/+2 |
|\| |
|
| * | #8291, #7666 fix Table NegativeArraySizeException when table size reduced by ... | Henri Sara | 2012-07-20 | 1 | -1/+2 |
* | | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 41 | -0/+435 |
* | | Initial commit for root cleanup support (#7893) | Johannes Dahlström | 2012-07-18 | 1 | -0/+16 |
* | | Restore static helper for executing JS that somehow went missing (#8907) | Leif Åstrand | 2012-06-29 | 1 | -0/+10 |
* | | Update deprecation messages to inform about changed HTML default (#9066) | Leif Åstrand | 2012-06-29 | 1 | -5/+9 |
* | | Change Notification default to no allow HTML (#9066) | Leif Åstrand | 2012-06-29 | 2 | -18/+21 |
* | | Mention primitives in the javadoc (though they are autboxed) (#8888) | Leif Åstrand | 2012-06-29 | 1 | -2/+3 |
* | | Rename getWidgetElement() -> getElement() (#8888) | Leif Åstrand | 2012-06-28 | 1 | -3/+3 |
* | | AbstractJavascriptComponent should be abstract (#9054) | Artur Signell | 2012-06-28 | 1 | -1/+1 |
* | | AbstractMedia should be abstract (#9053) | Artur Signell | 2012-06-28 | 1 | -1/+1 |
* | | Formatted all source files | Artur Signell | 2012-06-28 | 1 | -2/+2 |
* | | Fixed typo (#8943) | Artur Signell | 2012-06-28 | 1 | -1/+1 |
* | | Updated javadoc | Artur Signell | 2012-06-28 | 1 | -5/+7 |
* | | Clean non-component connectors also (#8943) | Artur Signell | 2012-06-28 | 1 | -19/+110 |
* | | Mention legacy application level windows and relation to Root (#8784) | Leif Åstrand | 2012-06-26 | 1 | -0/+4 |
* | | Move test component out of main source folder | Leif Åstrand | 2012-06-26 | 1 | -38/+0 |
* | | Don't mention application level windows in Window javadoc (#8784) | Leif Åstrand | 2012-06-26 | 1 | -33/+10 |
* | | Added Table.setSortEnabled and deprecated setSortDisabled (#9021) | Artur Signell | 2012-06-25 | 1 | -12/+40 |
* | | Rename setCurrentXyz() to setCurrent() (#9029) | Leif Åstrand | 2012-06-25 | 2 | -5/+5 |
* | | Test for converter factory and related fixes (#8992) | Artur Signell | 2012-06-25 | 1 | -3/+5 |
* | | Use Notification.show(Page) as the official entry point (#8907) | Leif Åstrand | 2012-06-25 | 1 | -80/+15 |
* | | Move showNotification shorthands back to Root from LegacyWindow (#8907) | Leif Åstrand | 2012-06-25 | 1 | -146/+145 |
* | | Fixed tab index for Button and NativeButton (#9022) | Artur Signell | 2012-06-25 | 1 | -5/+13 |
* | | Avoid double attach calls for sub windows (#9011) | Artur Signell | 2012-06-21 | 1 | -24/+0 |
* | | Call attach only once for children (#9005) | Artur Signell | 2012-06-21 | 1 | -13/+11 |
* | | Call attach only once for children (#9006) | Artur Signell | 2012-06-21 | 1 | -28/+0 |
* | | Root javadoc | Artur Signell | 2012-06-21 | 1 | -15/+14 |
* | | Moved connector tracking from Application to Root | Artur Signell | 2012-06-21 | 3 | -117/+232 |
* | | Get converter from the application of the component if available (#8992) | Artur Signell | 2012-06-21 | 3 | -9/+5 |
* | | Converter support and updated data source logic (#8990, #8991) | Artur Signell | 2012-06-21 | 2 | -25/+65 |
* | | Split generic converter methods from AbstractField (#8991) | Artur Signell | 2012-06-21 | 1 | -62/+18 |
* | | Made Label Comparable<Label> and fixed comparison issues (#8845) | Artur Signell | 2012-06-21 | 1 | -51/+26 |
* | | Eliminate scanning for accept criteria by reversed annotation (#8641) | Henri Sara | 2012-06-20 | 3 | -13/+0 |
* | | Javadocs and minor tweaks for extensions, JavaScript and js wrappers | Leif Åstrand | 2012-06-20 | 3 | -4/+233 |
* | | Merge branch '6.8' | Johannes Dahlström | 2012-06-19 | 7 | -136/+61 |
|\| |
|