| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-added old DefaultWidgetSet which was accidentally deleted in a merge | Artur Signell | 2012-09-10 | 1 | -0/+9 |
* | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-08-31 | 309 | -64243/+0 |
|\ |
|
| * | Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432) | Artur Signell | 2012-08-29 | 305 | -62860/+6 |
| * | Support for suspending rendering for a short time (#9322) | Jonatan Kronqvist | 2012-08-29 | 1 | -0/+101 |
* | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-08-29 | 7 | -31/+104 |
|\| |
|
| * | Fire change event for default values in newly created state (#9422) | Leif Åstrand | 2012-08-28 | 4 | -19/+100 |
| * | Removed unused useDebugIdInDom (#3700) | Artur Signell | 2012-08-28 | 1 | -8/+0 |
| * | Renamed Component.debugId to id (#3700) | Pekka Hyvönen | 2012-08-28 | 2 | -4/+4 |
* | | Replaced all .v and .v-connector selectors with .v-widget selector | John Ahlroos | 2012-08-28 | 2 | -4/+6 |
* | | Fixed conflicting issues from merge | John Ahlroos | 2012-08-28 | 2 | -50/+55 |
* | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-08-28 | 23 | -228/+978 |
|\| |
|
| * | Log some errors as error | Leif Åstrand | 2012-08-28 | 1 | -4/+4 |
| * | Removed IE6/IE7 specific code accidentally included in merge | Artur Signell | 2012-08-27 | 1 | -18/+5 |
| * | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-08-27 | 1 | -6/+46 |
| * | Merge branch 'master' into root-cleanup | Johannes Dahlström | 2012-08-27 | 52 | -865/+1897 |
| |\ |
|
| | * | Migrate Slider to Vaadin 7 (#9304) | Johannes Dahlström | 2012-08-24 | 2 | -132/+208 |
| | * | Split Embedded into several components, migrate them to Vaadin 7 (#9087) | Johannes Dahlström | 2012-08-24 | 6 | -0/+507 |
| | * | Remaining Root -> UI renames (#8908) | Artur Signell | 2012-08-24 | 5 | -28/+31 |
| | * | Rename Root related classes and package to UI (#8908) | Artur Signell | 2012-08-24 | 6 | -38/+38 |
| | * | Renamed Root to UI, automatic rename (#8908) | Artur Signell | 2012-08-24 | 3 | -5/+5 |
| | * | Make it possible to delegate state changes to widget (#9297) | Leif Åstrand | 2012-08-24 | 6 | -20/+71 |
| * | | Add support for heartbeat not extending session (#9266) | Johannes Dahlström | 2012-08-24 | 1 | -1/+0 |
| * | | Merge branch 'master' into root-cleanup | Johannes Dahlström | 2012-08-22 | 30 | -252/+600 |
| |\ \ |
|
| * | | | Improve documentation, disable cleanup if heartbeat interval nonpositive, cha... | Johannes Dahlström | 2012-08-22 | 2 | -5/+15 |
| * | | | Sending and receiving heartbeat requests (#9265) | Johannes Dahlström | 2012-08-22 | 2 | -39/+70 |
| * | | | Add heartbeat interval to DeploymentConfiguration, include in bootstrap confi... | Johannes Dahlström | 2012-08-21 | 1 | -0/+8 |
* | | | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-08-28 | 48 | -731/+1071 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Changed Notification type and position to enum (#9072) | Artur Signell | 2012-08-23 | 1 | -16/+20 |
| * | | | Removed API deprecated in Vaadin 6 (#9071) | Artur Signell | 2012-08-22 | 4 | -111/+11 |
| * | | | Make the (server-side) getState method protected (#9315) | Leif Åstrand | 2012-08-22 | 1 | -0/+10 |
| * | | | Support using public fields in state classes (#9324) | Leif Åstrand | 2012-08-22 | 1 | -4/+4 |
| * | | | Use ConnectorBundle for JSON encoding and decoding (#9371) | Leif Åstrand | 2012-08-22 | 9 | -127/+171 |
| * | | | Use ConnectorBundle for ServerRpc handling (#9371) | Leif Åstrand | 2012-08-22 | 9 | -68/+145 |
| * | | | Use ConnectorBundle for ClientRpc handling (#9371) | Leif Åstrand | 2012-08-22 | 12 | -124/+155 |
| * | | | Use ConnectorBundle for creating state and widget (#9371) | Leif Åstrand | 2012-08-22 | 7 | -153/+20 |
| * | | | Initial ConnectorBundle implementation (#9371) | Leif Åstrand | 2012-08-22 | 19 | -116/+578 |
| | |/
| |/| |
|
| * | | Changed border style to enum (#9072) | Artur Signell | 2012-08-22 | 2 | -9/+16 |
| * | | Refactored margin handlers (#8292) | Artur Signell | 2012-08-22 | 8 | -36/+12 |
| * | | Revert "Added a heartbeat timer to RootConnector (#9265)" | Johannes Dahlström | 2012-08-21 | 1 | -38/+0 |
* | | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-08-20 | 10 | -122/+314 |
|\| | |
|
| * | | Merged 6.8 branch | John Ahlroos | 2012-08-20 | 10 | -122/+314 |
* | | | Added ServerConnector.removeStateChangeHandler API | John Ahlroos | 2012-08-20 | 2 | -2/+36 |
* | | | Merge master | Jouni Koivuviita | 2012-08-20 | 10 | -91/+289 |
|\| | |
|
| * | | Support StateChangeHandler for selected parts of the state (#8598) | Leif Åstrand | 2012-08-20 | 5 | -37/+169 |
| * | | Support @Delayable and change window size update to use it (#8421) | Leif Åstrand | 2012-08-20 | 6 | -48/+89 |
| |/ |
|
| * | Merge branch 'master' into root-cleanup | Johannes Dahlström | 2012-08-17 | 1 | -0/+38 |
* | | - | Jouni Koivuviita | 2012-08-20 | 1 | -1/+2 |
* | | Moved BoxLayout to new package | Jouni Koivuviita | 2012-08-17 | 7 | -9/+1395 |
* | | Merge master | Jouni Koivuviita | 2012-08-17 | 6 | -16/+82 |
|/ |
|
* | Replaced license place holder with actual license (#8955) | Artur Signell | 2012-08-16 | 255 | -255/+3315 |