| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Renamed com.vaadin.terminal.gwt.widgetsetutils -> com.vaadin.server.widgetset... | Artur Signell | 2012-08-29 | 1 | -3/+3 |
| * | | Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 23 | -63/+66 |
| * | | Renamed com.vaadin.terminal -> com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 233 | -425/+393 |
| * | | Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432) | Artur Signell | 2012-08-29 | 23 | -196/+196 |
| * | | Root -> UI fix in test | Artur Signell | 2012-08-28 | 1 | -2/+2 |
| * | | Include UnknownComponentConnector in eager ConnectorBundle (#9371) | Leif Åstrand | 2012-08-28 | 2 | -0/+72 |
* | | | Added missing description to test so screenshots match | John Ahlroos | 2012-08-30 | 1 | -2/+1 |
* | | | Fixed element not found issue with test | John Ahlroos | 2012-08-29 | 1 | -1/+1 |
* | | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-08-29 | 39 | -89/+89 |
|\| | |
|
| * | | Fix some renamed method names missing from #9416 | Leif Åstrand | 2012-08-28 | 1 | -4/+4 |
| * | | Renamed Component.debugId to id (#3700) | Pekka Hyvönen | 2012-08-28 | 38 | -85/+85 |
* | | | Fixed conflicting issues from merge | John Ahlroos | 2012-08-28 | 5 | -58/+82 |
* | | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-08-28 | 367 | -892/+1842 |
|\| | |
|
| * | | Change diff state to not depend on bean.equals semantics (#9406, #9026) | Leif Åstrand | 2012-08-27 | 1 | -2/+2 |
| * | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-08-27 | 2 | -0/+54 |
| |\ \ |
|
| | * | | Revert 24221 for now, the test does not work reliably | Johannes Dahlström | 2012-08-23 | 1 | -83/+0 |
| | * | | More tests for #9145 | Johannes Dahlström | 2012-08-22 | 1 | -0/+83 |
| | * | | Fix for Table multirow dragging issue #6217 + Testbench test | John Alhroos | 2012-08-21 | 2 | -0/+54 |
| * | | | Migrate Slider to Vaadin 7 (#9304) | Johannes Dahlström | 2012-08-24 | 2 | -7/+9 |
| * | | | Tests for new componets split from Embedded (#9087) | Johannes Dahlström | 2012-08-24 | 9 | -0/+546 |
| * | | | Test for UI.getCurrent() in LoginHandler (#9372) | Artur Signell | 2012-08-24 | 1 | -0/+57 |
| * | | | Root -> UI in tests (#8908) | Artur Signell | 2012-08-24 | 56 | -187/+187 |
| * | | | Remaining Root -> UI renames (#8908) | Artur Signell | 2012-08-24 | 5 | -9/+9 |
| * | | | Component.getRoot() -> Component.getUI() (#8908) | Artur Signell | 2012-08-24 | 24 | -29/+29 |
| * | | | Renamed Application and UI methods and fields from "Root" to "UI" (#8908). | Artur Signell | 2012-08-24 | 9 | -19/+19 |
| * | | | Rename Root related classes and package to UI (#8908) | Artur Signell | 2012-08-24 | 7 | -16/+16 |
| * | | | Renamed Root to UI, automatic rename (#8908) | Artur Signell | 2012-08-24 | 300 | -416/+416 |
| * | | | Explicit test case for #8683 | Leif Åstrand | 2012-08-24 | 2 | -2/+34 |
| * | | | Make it possible to delegate state changes to widget (#9297) | Leif Åstrand | 2012-08-24 | 7 | -0/+258 |
* | | | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-08-28 | 59 | -278/+244 |
|\| | | |
|
| * | | | Changed Notification type and position to enum (#9072) | Artur Signell | 2012-08-23 | 1 | -2/+2 |
| * | | | Update test case for #9274 | Leif Åstrand | 2012-08-23 | 3 | -6/+6 |
| * | | | Rename requestRepaint to markAsDirty (#9378) | Leif Åstrand | 2012-08-23 | 25 | -35/+29 |
| * | | | Removed API deprecated in Vaadin 6 (#9071) | Artur Signell | 2012-08-22 | 1 | -43/+35 |
| * | | | Removed readThrough/writeThrough in favor of buffered (#8180) | Artur Signell | 2012-08-22 | 13 | -117/+20 |
| * | | | Made Root.getCurrent() work in LoginForm LoginListener (#9372) | Artur Signell | 2012-08-22 | 1 | -0/+52 |
| * | | | Support using public fields in state classes (#9324) | Leif Åstrand | 2012-08-22 | 1 | -13/+5 |
| * | | | Refactored margin handlers (#8292) | Artur Signell | 2012-08-22 | 14 | -30/+45 |
| * | | | Add RootProvider for Root selection without custom Application (#8159) | Leif Åstrand | 2012-08-20 | 4 | -32/+50 |
* | | | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-08-20 | 16 | -49/+724 |
|\| | | |
|
| * | | | Merged 6.8 branch | John Ahlroos | 2012-08-20 | 16 | -49/+724 |
| |\| | |
|
| | * | | #9145 Reviewed and committed Petri's patch with minor cleanup and clarifications | Johannes Dahlström | 2012-08-17 | 1 | -24/+107 |
| | * | | TestBench test for #8193 now that #8827 is fixed | Johannes Dahlström | 2012-08-15 | 2 | -9/+160 |
| | * | | Correctly measure indent when adding to an empty TreeTable (#9264) | Artur Signell | 2012-08-13 | 1 | -0/+72 |
| | * | | Disabled shim iframe for all but IE8+ (#9284, #6219) | Artur Signell | 2012-08-10 | 3 | -0/+89 |
| | * | | Renamed screenshots to have sensible names | Artur Signell | 2012-08-09 | 1 | -9/+8 |
| | * | | Test for ensuring that overlays can be transparent (not in IE < 9) | Artur Signell | 2012-08-08 | 2 | -0/+61 |
| | * | | Fixed TextArea maxlength so it is always enforced (#9199) | Artur Signell | 2012-08-08 | 1 | -0/+53 |
| | * | | Removed extra backslash | Artur Signell | 2012-08-08 | 1 | -1/+1 |
| | * | | Allow removing Window while iterating child window set (#9251) | Leif Åstrand | 2012-08-08 | 1 | -0/+17 |