Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Method for finding the first ancestor of a given type (#8182) | Artur Signell | 2012-04-19 | 1 | -1/+1 |
| | |||||
* | Fixed GateIn portal support and action request problem (#8670) | Artur Signell | 2012-04-19 | 1 | -2/+2 |
| | |||||
* | Fix changed dom element path | Leif Åstrand | 2012-04-19 | 1 | -1/+1 |
| | |||||
* | Add test for detecting scrollbar quirks in different browsers | Leif Åstrand | 2012-04-19 | 1 | -0/+47 |
| | |||||
* | Move test app to the right package and add test script | Leif Åstrand | 2012-04-19 | 2 | -1/+12 |
| | |||||
* | Handled enabled state cascading on client side (#8507) | Artur Signell | 2012-04-19 | 2 | -0/+176 |
| | | | | Now avoids repainting the full hierarchy if the enabled state of a component container changes. | ||||
* | Fix test app and add test scripts | Leif Åstrand | 2012-04-19 | 3 | -4/+57 |
| | |||||
* | Use the proper template name | Leif Åstrand | 2012-04-18 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-04-18 | 4 | -133/+96 |
|\ | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java tests/server-side/com/vaadin/tests/server/component/tabsheet/TestTabSheet.java | ||||
| * | [merge from 6.7] Reverted #7607 fixes and removed the test for now because ↵ | Automerge | 2012-04-17 | 1 | -62/+0 |
| | | | | | | | | | | | | they cause the #8662 regression. svn changeset:23566/svn branch:6.8 | ||||
| * | [merge from 6.7] #8595 test script: removed accidental duplicate code, use ↵ | Automerge | 2012-04-16 | 1 | -71/+4 |
| | | | | | | | | | | | | mouseClick with :shift instead of shiftKeyDown/Up svn changeset:23554/svn branch:6.8 | ||||
| * | Unit test for #8653 | Johannes Dahlström | 2012-04-16 | 1 | -0/+2 |
| | | | | | | | | svn changeset:23551/svn branch:6.8 | ||||
| * | [merge from 6.7] test case for #8639 | Automerge | 2012-04-13 | 1 | -0/+55 |
| | | | | | | | | svn changeset:23526/svn branch:6.8 | ||||
| * | Reverted accidental commit | Johannes Dahlström | 2012-04-13 | 1 | -16/+6 |
| | | | | | | | | svn changeset:23523/svn branch:6.8 | ||||
| * | Blocked merge of revisions related to 6.7.7 release | Johannes Dahlström | 2012-04-13 | 1 | -6/+16 |
| | | | | | | | | svn changeset:23522/svn branch:6.8 | ||||
| * | Unit test for #8203 | Johannes Dahlström | 2012-04-12 | 1 | -3/+38 |
| | | | | | | | | svn changeset:23505/svn branch:6.8 | ||||
* | | Reformatted all source files | Artur Signell | 2012-04-16 | 34 | -134/+156 |
| | | |||||
* | | Remove classloader field to make Application serializable (#8644) | Leif Åstrand | 2012-04-16 | 3 | -6/+27 |
| | | | | | | | | The ClassLoader for loading Root instances is instead fetched using request.getDeploymentConfiguration().getClassLoader(); | ||||
* | | Add overflow: hidden to v-label to prevent margins from escaping (#8671) | Leif Åstrand | 2012-04-16 | 1 | -0/+50 |
| | | |||||
* | | Renamed @Component to @Connect | Artur Signell | 2012-04-12 | 2 | -4/+4 |
| | | | | | | | | @Component is not good as the server side does not have to be a Component | ||||
* | | Fix ShortCutListenerModification test | Henri Sara | 2012-04-12 | 1 | -5/+7 |
| | | |||||
* | | Removed deprecated an unneded setAlignment based on String (#8169) | Artur Signell | 2012-04-12 | 1 | -210/+0 |
| | | |||||
* | | Vaadin 7 triggers a few more repaints than Vaadin 6 | Artur Signell | 2012-04-12 | 1 | -1/+3 |
| | | |||||
* | | Component no longer implements Paintable | Artur Signell | 2012-04-12 | 3 | -5/+5 |
| | | |||||
* | | Fixed locator string | Artur Signell | 2012-04-11 | 2 | -3/+2 |
| | | |||||
* | | Provide a dummy Root to avoid NPE | Artur Signell | 2012-04-10 | 1 | -0/+16 |
| | | |||||
* | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-04-10 | 7 | -29/+623 |
|\| | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/terminal/gwt/client/ui/VTree.java src/com/vaadin/terminal/gwt/client/ui/VWindow.java src/com/vaadin/ui/AbstractField.java | ||||
| * | [merge from 6.7] TestBench test for #8604 | Automerge | 2012-04-05 | 1 | -0/+114 |
| | | | | | | | | svn changeset:23413/svn branch:6.8 | ||||
| * | Fixed #6155: stop listening to Property value change and read only status ↵ | Johannes Dahlström | 2012-04-05 | 1 | -0/+72 |
| | | | | | | | | | | | | change events on detach to avoid a potential memory leak, resume listening on attach svn changeset:23406/svn branch:6.8 | ||||
| * | [merge from 6.7] Test for #8328 | Automerge | 2012-04-04 | 1 | -3/+57 |
| | | | | | | | | svn changeset:23402/svn branch:6.8 | ||||
| * | Create integration test for WebSphere Application Server 8 (#3789) | Leif Åstrand | 2012-04-04 | 1 | -0/+9 |
| | | | | | | | | svn changeset:23401/svn branch:6.8 | ||||
| * | Test tab scrolling in #5100 test | Johannes Dahlström | 2012-04-04 | 1 | -0/+90 |
| | | | | | | | | svn changeset:23400/svn branch:6.8 | ||||
| * | [merge from 6.7] Basic app for testing various aspects of layout performance | Automerge | 2012-04-03 | 1 | -0/+285 |
| | | | | | | | | svn changeset:23393/svn branch:6.8 | ||||
| * | Don't test wrap-around in #5100 test as it's not currently supported | Johannes Dahlström | 2012-04-02 | 1 | -27/+7 |
| | | | | | | | | svn changeset:23382/svn branch:6.8 | ||||
| * | Cleaned up #5100 test | Johannes Dahlström | 2012-04-02 | 1 | -11/+0 |
| | | | | | | | | svn changeset:23378/svn branch:6.8 | ||||
* | | Renamed template so it is not run as a TestBench script | Artur Signell | 2012-04-05 | 2 | -1/+1 |
| | | |||||
* | | Tests for CustomLayout | Artur Signell | 2012-04-05 | 4 | -3/+128 |
| | | |||||
* | | Fixed merge problem from ef53ac075f83a865cbc6e736132821d8b1714aab | Artur Signell | 2012-04-05 | 1 | -2/+0 |
| | | |||||
* | | Include ApplicationRunnerServlet in test.war | Artur Signell | 2012-04-05 | 2 | -2/+3 |
| | | |||||
* | | Moved ApplicationRunnerServlet to test folder and improved find method | Artur Signell | 2012-04-05 | 1 | -0/+290 |
| | | |||||
* | | Moved margins to AbstractLayoutState | Artur Signell | 2012-04-05 | 3 | -3/+21 |
| | | |||||
* | | Updated CssLayout to use new state and hierarchy change events | Artur Signell | 2012-04-05 | 1 | -0/+68 |
| | | |||||
* | | ServerConnector is no longer a Paintable, components using updateFromUidl are | Artur Signell | 2012-04-05 | 2 | -6/+7 |
| | | |||||
* | | Replace @ClientWidget with client-side @Component (#8440) | Henri Sara | 2012-04-04 | 3 | -3/+7 |
| | | |||||
* | | Fixed test (spliter click coordinates) | Artur Signell | 2012-03-30 | 1 | -3/+3 |
| | | |||||
* | | Fixed test as Embedded now return mouse coordinates for splitter click | Artur Signell | 2012-03-30 | 1 | -4/+3 |
| | | |||||
* | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-03-30 | 3 | -2/+51 |
|\| | | | | | | | | | Conflicts: tests/test.xml | ||||
| * | [merge from 6.7] #8580 test case | Automerge | 2012-03-30 | 1 | -0/+49 |
| | | | | | | | | svn changeset:23372/svn branch:6.8 | ||||
| * | [merge from 6.7] Integration test with Firefox 11 | Automerge | 2012-03-29 | 1 | -1/+1 |
| | | | | | | | | svn changeset:23355/svn branch:6.8 | ||||
| * | [merge from 6.7] Test with Chrome 18 | Automerge | 2012-03-29 | 1 | -1/+1 |
| | | | | | | | | svn changeset:23354/svn branch:6.8 |