Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-04-18 | 1 | -0/+37 |
|\ | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java tests/server-side/com/vaadin/tests/server/component/tabsheet/TestTabSheet.java | ||||
| * | Unit test for #8653 | Johannes Dahlström | 2012-04-16 | 1 | -0/+2 |
| | | | | | | | | svn changeset:23551/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 | 14 | -48/+64 |
| | | |||||
* | | Remove classloader field to make Application serializable (#8644) | Leif Åstrand | 2012-04-16 | 2 | -5/+25 |
| | | | | | | | | The ClassLoader for loading Root instances is instead fetched using request.getDeploymentConfiguration().getClassLoader(); | ||||
* | | 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 |
| | | |||||
* | | 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 | 2 | -3/+130 |
|\| | | | | | | | | | | | | | | | 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 | ||||
| * | 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 | ||||
* | | Include ApplicationRunnerServlet in test.war | Artur Signell | 2012-04-05 | 1 | -1/+0 |
| | | |||||
* | | Server side unit test for #8542 | Leif Åstrand | 2012-03-27 | 1 | -0/+98 |
| | | |||||
* | | Enable loading Root subclasses with a custom class loader (#8542) | Leif Åstrand | 2012-03-27 | 1 | -2/+4 |
| | | |||||
* | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-03-23 | 1 | -0/+47 |
|\| | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VEmbedded.java tests/testbench/com/vaadin/tests/components/embedded/EmbeddedPdf.java | ||||
| * | #8209 Added a public click() method to Button, simulating a click on server side | Johannes Dahlström | 2012-03-20 | 1 | -0/+47 |
| | | | | | | | | svn changeset:23275/svn branch:6.8 | ||||
* | | KeyMapper now uses HashMap instead of Hashtable internally - fixed test | Artur Signell | 2012-03-22 | 1 | -3/+3 |
| | | |||||
* | | Added generics to KeyMapper and made it based on HashMap instead of | Artur Signell | 2012-03-21 | 1 | -4/+4 |
| | | | | | | | | Hashtable | ||||
* | | Removed duplicate file (SourceFileChecker performs the same task) | Artur Signell | 2012-03-14 | 1 | -57/+0 |
| | | |||||
* | | Better error reporting for anonymous classes | Artur Signell | 2012-03-14 | 1 | -2/+12 |
| | | |||||
* | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-02-14 | 1 | -6/+23 |
|\| | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html tests/test.xml tests/testbench/com/vaadin/tests/components/datefield/DateFieldPopupOffScreen.java | ||||
| * | [merge from 6.7] Ensure that all opened FileInputStreams are closed | Artur Signell | 2012-02-07 | 1 | -6/+23 |
| | | | | | | | | svn changeset:22944/svn branch:6.8 | ||||
* | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-02-03 | 1 | -17/+60 |
|\| | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java tests/test.xml | ||||
| * | Throw an error if directory listing fails | Artur Signell | 2012-02-03 | 1 | -1/+6 |
| | | | | | | | | svn changeset:22890/svn branch:6.7 | ||||
| * | Removed debug info | Artur Signell | 2012-02-02 | 1 | -1/+0 |
| | | | | | | | | svn changeset:22867/svn branch:6.7 | ||||
| * | #8311 Extended test to cover non-java files | Artur Signell | 2012-02-02 | 1 | -16/+55 |
| | | | | | | | | svn changeset:22862/svn branch:6.7 | ||||
* | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-01-31 | 1 | -1/+1 |
|\| | | | | | | | | | Conflicts: WebContent/release-notes.html | ||||
| * | Corrected typo | Artur Signell | 2012-01-27 | 1 | -1/+1 |
| | | | | | | | | svn changeset:22801/svn branch:6.7 | ||||
* | | Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8) | Artur Signell | 2012-01-31 | 71 | -8195/+8195 |
|\| | | | | | | | Manually merged CRLF changes + additional small patch for changes that SHOULD NOT be in the changeset but that the SVN -> GIT sync script has added | ||||
| * | #8311 Additional CRLF->LF fixes | Artur Signell | 2012-01-27 | 3 | -89/+89 |
| | | | | | | | | svn changeset:22799/svn branch:6.8 | ||||
| * | #8311 Converted CRLF to LF in all source files | Artur Signell | 2012-01-27 | 58 | -7088/+7088 |
| | | | | | | | | svn changeset:22797/svn branch:6.7 | ||||
* | | Merged 'b1ae3cd70e2ca4656bb28f77ca79fe0efd29dd67' (origin/6.8) | Artur Signell | 2012-01-31 | 1 | -0/+114 |
|\| | | | | | | | | | | | Conflicts: WebContent/release-notes.html tests/server-side/com/vaadin/tests/server/LicenseInJavaFiles.java | ||||
| * | #8311 Verify that all source files use unix style line delimiters | Artur Signell | 2012-01-27 | 2 | -54/+114 |
| | | | | | | | | svn changeset:22796/svn branch:6.7 | ||||
* | | #8169, #8326 Removed SplitPanel and special handling of SplitPanel on | Artur Signell | 2012-01-31 | 1 | -2/+0 |
| | | | | | | client side | ||||
* | | Moved JUnit test to server-side source folder where it belongs | Artur Signell | 2012-01-27 | 1 | -0/+61 |
| | | |||||
* | | Merge branch 'master' into contrib | Artur Signell | 2012-01-27 | 5 | -0/+434 |
|\ \ | |||||
| * | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-01-27 | 5 | -0/+434 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/table/table.css WebContent/release-notes.html build/build.xml src/com/vaadin/terminal/gwt/client/ApplicationConnection.java src/com/vaadin/terminal/gwt/client/ui/VFormLayout.java src/com/vaadin/terminal/gwt/client/ui/VPopupCalendar.java src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java src/com/vaadin/terminal/gwt/client/ui/VSlider.java src/com/vaadin/terminal/gwt/client/ui/VTextualDate.java src/com/vaadin/terminal/gwt/client/ui/VWindow.java src/com/vaadin/ui/Table.java tests/integration_tests.xml tests/test.xml tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java | ||||
| | * | Merged #8105 Compile core files and test files to separate folders | Johannes Dahlström | 2012-01-16 | 1 | -0/+236 |
| | | | | | | | | | | | | svn changeset:22636/svn branch:6.8 | ||||
| | * | #7614 Added getComponent(int) and getComponentIndex(Component) to CssLayout | Artur Signell | 2012-01-12 | 4 | -0/+186 |
| | | | | | | | | | | | | svn changeset:22620/svn branch:6.8 | ||||
* | | | #8019 Table's column alignment constants to enum. | Jens Jansson | 2012-01-20 | 1 | -43/+21 |
|/ / | |||||
* | | #8170 Updated to work with Vaadin 7 | Leif Åstrand | 2012-01-06 | 1 | -66/+135 |
| | | |||||
* | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-01-06 | 1 | -0/+179 |
|\| | | | | | | | | | | | Conflicts: src/com/vaadin/data/validator/AbstractValidator.java tests/testbench/com/vaadin/tests/components/textfield/TextChangeEventsWithNonImmediateValueChange.java | ||||
| * | Merged changes from 6.7 | Johannes Dahlström | 2011-12-30 | 1 | -0/+179 |
| | | | | | | | | svn changeset:22500/svn branch:6.8 | ||||
* | | Merge branch 'contrib' | Leif Åstrand | 2012-01-02 | 1 | -27/+26 |
|\ \ | |||||
| * | | #8019 Fixed Sizable UNITS to use an Enum Unit instead of constants | Jens Jansson | 2011-12-22 | 1 | -27/+26 |
| | | | |||||
* | | | Rename BeanValidationValidator to BeanValidator based on review. | Henri Sara | 2011-12-22 | 1 | -15/+13 |
|/ / | |||||
* | | #8173 Deprecated separate read through and write through modes | Artur Signell | 2011-12-22 | 1 | -4/+2 |
| | | |||||
* | | #8101 Swapped generics parameter order for Converter based on API review | Artur Signell | 2011-12-21 | 1 | -7/+5 |
| | | | | | | meeting |