Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #8052 Restore Portlet support | Leif Åstrand | 2011-12-14 | 16 | -880/+1085 |
| | |||||
* | Update regex to cope with the request paths used in portlets | Leif Åstrand | 2011-12-14 | 1 | -1/+1 |
| | |||||
* | Migrate AAP.getStaticFilesLocstion to WrappedPortletRequest | Leif Åstrand | 2011-12-14 | 2 | -29/+22 |
| | |||||
* | Refactor to use different WrappedRequests for Portal specific hacks | Leif Åstrand | 2011-12-14 | 7 | -287/+287 |
| | | | | | Also move the code for updating WebBrowser to that class instead of the duplicated code for Servlet and Portlet. | ||||
* | Merge branch 'windowing' | Marc Englund | 2011-12-14 | 4 | -52/+193 |
|\ | |||||
| * | UIDL can now be included in initial html, or second 'browser details' ↵ | Marc Englund | 2011-12-14 | 4 | -52/+193 |
| | | | | | | | | response, to avoid an extra UIDL request. For #8049 | ||||
* | | Fix null handling for CheckBox. | Henri Sara | 2011-12-13 | 1 | -1/+3 |
| | | | | | | | | Broken probably in Button hierarchy refactoring, see the old ticket #6918. | ||||
* | | Fix log component references in WindowClickEvents test. | Henri Sara | 2011-12-13 | 1 | -77/+78 |
| | | |||||
* | | Fix test TableClickValueChangeInteraction. | Henri Sara | 2011-12-13 | 2 | -75/+73 |
| | | |||||
* | | #8111 Remove dotted prefix of nested property names from captions. | Henri Sara | 2011-12-13 | 1 | -0/+4 |
| | | |||||
* | | Fix test TableUndefinedSize. | Henri Sara | 2011-12-13 | 1 | -4/+4 |
| | | |||||
* | | Fix TableUndefinedSize test to add listeners after setting values. | Henri Sara | 2011-12-13 | 1 | -4/+3 |
| | | |||||
* | | Fix test class name in test bench test ValidationOfRequiredEmptyFields. | Henri Sara | 2011-12-13 | 1 | -19/+19 |
| | | |||||
* | | Fix exclusion pattern for test data bean classes. | Henri Sara | 2011-12-13 | 1 | -1/+1 |
| | | |||||
* | | Update license header in one more source file. | Henri Sara | 2011-12-13 | 1 | -1/+1 |
| | | |||||
* | | Exclude test data beans from JUnit test execution. | Henri Sara | 2011-12-13 | 1 | -1/+1 |
| | | |||||
* | | Update old license headers | Henri Sara | 2011-12-13 | 15 | -16/+16 |
| | | |||||
* | | Misc minor javadoc fixes | Artur Signell | 2011-12-12 | 4 | -14/+64 |
| | | |||||
* | | #8103 ConverterFactory is no longer static + javadoc updates | Artur Signell | 2011-12-12 | 3 | -37/+67 |
| | | |||||
* | | Removed unused class | Artur Signell | 2011-12-12 | 1 | -18/+0 |
| | | |||||
* | | #8101/#8103 Javadoc for converters and converter factory | Artur Signell | 2011-12-12 | 12 | -32/+343 |
| | | |||||
* | | #8101 Javadoc for Converter | Artur Signell | 2011-12-12 | 1 | -2/+82 |
| | | |||||
* | | #7930 Fix/Improve Validator javadoc based on review. | Henri Sara | 2011-12-12 | 2 | -7/+5 |
| | | |||||
* | | Test for #8074 | Artur Signell | 2011-12-12 | 1 | -0/+25 |
| | | |||||
* | | #8074 Additional fix to still allow using setValue with integers | Artur Signell | 2011-12-12 | 1 | -0/+13 |
| | | |||||
* | | Improve #7930 (elimination of Validator.isValid()) based on review. | Henri Sara | 2011-12-09 | 6 | -23/+21 |
| | | |||||
* | | Add some comments in CustomField javadoc. | Henri Sara | 2011-12-09 | 1 | -2/+5 |
| | | |||||
* | | #8026 Removed deprecated API from Slider/VSlider | Artur Signell | 2011-12-09 | 2 | -149/+0 |
| | | |||||
* | | #8074 Ensure Slider value is in valid range. | Artur Signell | 2011-12-09 | 1 | -53/+9 |
| | | | | | | | | | | Changed ValueOutOfBoundsException to be a RuntimeException and removed extra methods. Also changed type of Slider to Double from Number as it is 100% based on doubles. | ||||
* | | #8073 Slider.setValue(Double value, boolean repaintIsNotNeeded) should | Artur Signell | 2011-12-09 | 1 | -1/+1 |
| | | | | | | be protected, not public | ||||
* | | Mark ConverterFactory as Serializable | Leif Åstrand | 2011-12-09 | 1 | -1/+3 |
| | | |||||
* | | Removed dummy test file | Artur Signell | 2011-12-09 | 1 | -1/+0 |
| | | |||||
* | | #3851 AbstractField should run validators for empty fields | Artur Signell | 2011-12-09 | 1 | -36/+25 |
| | | |||||
* | | Remove more deleted files that were resurrected by a merge | Leif Åstrand | 2011-12-09 | 3 | -299/+0 |
| | | |||||
* | | Add license header to some new files | Leif Åstrand | 2011-12-09 | 13 | -0/+52 |
| | | |||||
* | | Use Logger for debug messages in DefaultConverterFactory. | Henri Sara | 2011-12-09 | 1 | -5/+9 |
| | | |||||
* | | Resolve compile errors caused by merge of 6.8 branch | Leif Åstrand | 2011-12-09 | 4 | -39/+7 |
| | | |||||
* | | Dropped support for portlet 1.0 | Leif Åstrand | 2011-12-09 | 2 | -436/+0 |
| | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java | ||||
* | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2011-12-09 | 512 | -810/+3510 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/Property.java src/com/vaadin/data/util/PropertyFormatter.java src/com/vaadin/terminal/ParameterHandler.java src/com/vaadin/terminal/URIHandler.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java src/com/vaadin/ui/Field.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/UriFragmentUtility.java | ||||
| * \ | Merged fixes from 6.7 | Artur Signell | 2011-12-08 | 5 | -4/+266 |
| |\ \ | | | | | | | | | | | | | svn changeset:22331/svn branch:6.8 | ||||
| | * | | Test for how validators work with empty fields | Artur Signell | 2011-12-08 | 2 | -0/+227 |
| | | | | | | | | | | | | | | | | svn changeset:22329/svn branch:6.7 | ||||
| | * | | #4925 com.vaadin.tools.ReflectTools javadoc | Artur Signell | 2011-12-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | svn changeset:22321/svn branch:6.7 | ||||
| | * | | #6603 Added IllegalArgumentException to javadoc and added test | Artur Signell | 2011-12-08 | 2 | -2/+37 |
| | | | | | | | | | | | | | | | | svn changeset:22320/svn branch:6.7 | ||||
| * | | | Merged #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 488 | -678/+678 |
| |\| | | | | | | | | | | | | | | svn changeset:22325/svn branch:6.8 | ||||
| | * | | Test case for #8077 | Leif Åstrand | 2011-12-08 | 1 | -0/+48 |
| | | | | | | | | | | | | | | | | svn changeset:22319/svn branch:6.7 | ||||
| | * | | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 488 | -678/+678 |
| | | | | | | | | | | | | | | | | svn changeset:22317/svn branch:6.7 | ||||
| | * | | Update selection ranges when unselecting rows from the server (#8076) | Leif Åstrand | 2011-12-08 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | | svn changeset:22316/svn branch:6.7 | ||||
| | * | | Test application and disabled testbench script for #8076 | Leif Åstrand | 2011-12-08 | 2 | -0/+124 |
| | | | | | | | | | | | | | | | | svn changeset:22309/svn branch:6.7 | ||||
| | * | | #6603 AbstractBeanContainer.addAll does not ensure resolved itemIds are not null | Artur Signell | 2011-12-07 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | svn changeset:22308/svn branch:6.7 | ||||
| | * | | #7008 Table.setTableFieldFactory should refresh content | Artur Signell | 2011-12-07 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | svn changeset:22307/svn branch:6.7 |