Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-01-27 | 53 | -1488/+2983 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | [merge from 6.7] #8272 Test automatically using WebLogic 12 | Artur Signell | 2012-01-27 | 1 | -1/+0 |
| | | | | | | | | svn changeset:22772/svn branch:6.8 | ||||
| * | [merge from 6.7] #8045 Removed incorrect/confusing javadoc | Artur Signell | 2012-01-27 | 1 | -13/+0 |
| | | | | | | | | svn changeset:22769/svn branch:6.8 | ||||
| * | #6718 Extend PopupDateField range - allow selection of the last days of the | Johannes Dahlström | 2012-01-25 | 2 | -107/+96 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | preceding month and the first days of the following month without switching to that month Changes: - Internally use Date objects instead of day-of-month integers to track the selected and focused date - Keep track of the currently displayed month separately from the currently focused date - New CSS class for off-month dates: .v-datefield-calendarpanel-day-offmonth - Off-month days map to negative or past-the-end-of-month integer ids in getSubPart functions - The popup now always shows exactly 6 weeks, so that depending on the month, 1 to 7 days of the preceding month and 4 to 13 days of the following month are shown svn changeset:22758/svn branch:6.8 | ||||
| * | Integration test fixes | Johannes Dahlström | 2012-01-23 | 2 | -102/+114 |
| | | | | | | | | svn changeset:22747/svn branch:6.8 | ||||
| * | #8241 Removed debug message, added reference to ticket | Johannes Dahlström | 2012-01-23 | 1 | -3/+1 |
| | | | | | | | | svn changeset:22746/svn branch:6.8 | ||||
| * | #8273 Added sanity check to prevent trying to render past the end of the ↵ | Johannes Dahlström | 2012-01-23 | 1 | -0/+3 |
| | | | | | | | | | | | | cells array svn changeset:22745/svn branch:6.8 | ||||
| * | Merge from 6.7 | Johannes Dahlström | 2012-01-20 | 9 | -19/+52 |
| | | | | | | | | svn changeset:22729/svn branch:6.8 | ||||
| * | Merged patch from 6.7 for #5795 #5794 and #5788 (cursors for disabled table) | Marc Englund | 2012-01-19 | 1 | -0/+12 |
| | | | | | | | | svn changeset:22701/svn branch:6.8 | ||||
| * | Merged patch from 6.7 for #5093 and #5094 (cursors for dragging/resizing ↵ | Marc Englund | 2012-01-18 | 2 | -24/+79 |
| | | | | | | | | | | | | subwindows) svn changeset:22695/svn branch:6.8 | ||||
| * | Merged patch for #6765 from 6.7 (disable TextArea resize handle) | Marc Englund | 2012-01-18 | 1 | -0/+1 |
| | | | | | | | | svn changeset:22693/svn branch:6.8 | ||||
| * | Merged patch found in #7111 from 6.7, also for #5095 #5096 #6996 | Marc Englund | 2012-01-18 | 4 | -4/+9 |
| | | | | | | | | svn changeset:22691/svn branch:6.8 | ||||
| * | Merge from 6.7 | Johannes Dahlström | 2012-01-16 | 14 | -63/+899 |
| | | | | | | | | svn changeset:22637/svn branch:6.8 | ||||
| * | Merged #8105 Compile core files and test files to separate folders | Johannes Dahlström | 2012-01-16 | 5 | -113/+122 |
| | | | | | | | | svn changeset:22636/svn branch:6.8 | ||||
| * | #7614 Added getComponent(int) and getComponentIndex(Component) to CssLayout | Artur Signell | 2012-01-12 | 5 | -1/+211 |
| | | | | | | | | svn changeset:22620/svn branch:6.8 | ||||
| * | Removed dead code from VSlider | Henri Sara | 2012-01-12 | 1 | -4/+0 |
| | | | | | | | | svn changeset:22614/svn branch:6.8 | ||||
| * | Merge from 6.7 | Johannes Dahlström | 2012-01-12 | 14 | -42/+579 |
| | | | | | | | | svn changeset:22607/svn branch:6.8 | ||||
| * | Add Firefox 9 and Chrome 16 to tested browsers, remove Firefox 4-8, Chrome 15 | Johannes Dahlström | 2012-01-09 | 2 | -2/+2 |
| | | | | | | | | svn changeset:22557/svn branch:6.8 | ||||
* | | Added missing license info | Artur Signell | 2012-01-26 | 4 | -4/+16 |
| | | |||||
* | | Avoid comparing Widget with VPaintableWidget | Artur Signell | 2012-01-26 | 1 | -2/+2 |
| | | |||||
* | | Fixed ClassCastException when MenuBar has a set width | Artur Signell | 2012-01-26 | 2 | -9/+2 |
| | | |||||
* | | Split VScrollTable, VTreeTable and VMenuBar into paintable and | Artur Signell | 2012-01-26 | 21 | -563/+809 |
| | | | | | | widget classes. Improved VAbstractPaintable | ||||
* | | Fixed VLabel class references | Artur Signell | 2012-01-24 | 3 | -0/+3 |
| | | |||||
* | | Created VAbstractPaintableWidget | Artur Signell | 2012-01-23 | 5 | -124/+122 |
| | | | | | | Moved VLabel* to own package | ||||
* | | Split Paintable from Widget so we have VPaintable (paintable without any | Artur Signell | 2012-01-22 | 90 | -3500/+3872 |
| | | | | | | Widget), VPaintableWidget (paintable connected to a widget). | ||||
* | | Split Paintable handling from ApplicationConnection to PaintableMap. | Artur Signell | 2012-01-20 | 19 | -329/+538 |
| | | |||||
* | | Change getConfigString to not return null for empty string (#8274) | Leif Åstrand | 2012-01-20 | 1 | -1/+1 |
| | | |||||
* | | Update integration tests to use ff9 | Leif Åstrand | 2012-01-12 | 1 | -1/+1 |
| | | |||||
* | | Test with firefox 8 | Leif Åstrand | 2012-01-11 | 1 | -1/+1 |
| | | |||||
* | | Parent layouts updated to make height: 100% work for the tested | Leif Åstrand | 2012-01-10 | 1 | -0/+3 |
| | | | | | | container | ||||
* | | Yet another layout test application | Leif Åstrand | 2012-01-09 | 1 | -0/+195 |
| | | |||||
* | | Set the expansion ratio to the right child (#8053) | Leif Åstrand | 2012-01-09 | 1 | -1/+1 |
| | | |||||
* | | #8170 Updated to work with Vaadin 7 | Leif Åstrand | 2012-01-06 | 4 | -95/+168 |
| | | |||||
* | | Remove invalid javadoc causing eclipse formatter to insert newlines | Leif Åstrand | 2012-01-06 | 1 | -2/+1 |
| | | |||||
* | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-01-06 | 7 | -18/+368 |
|\| | | | | | | | | | | | 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 | 8 | -18/+368 |
| | | | | | | | | svn changeset:22500/svn branch:6.8 | ||||
* | | #8164 Make WrappedHttpServletRequest extend HttpServletRequestWrapper | Leif Åstrand | 2012-01-06 | 4 | -115/+34 |
| | | | | | | | | | | | | | | Clean up some of the code as WrappedHttpServletRequest can directly be used as a HttpServletRequest Similar changes for WrappedHttpServletResponse | ||||
* | | Ensure the ThreadLocal request is cleared even if an exception is thrown | Leif Åstrand | 2012-01-06 | 1 | -2/+5 |
| | | |||||
* | | #8163 Print an error message if vaadinBootstap.js cannot be loaded | Leif Åstrand | 2012-01-06 | 1 | -2/+7 |
| | | |||||
* | | More thorough testing of different init parameters for different roots | Leif Åstrand | 2012-01-04 | 2 | -12/+30 |
| | | |||||
* | | Pass initial request details through the browser (#8232) | Leif Åstrand | 2012-01-04 | 6 | -152/+76 |
| | | | | | | | | | | | | | | By passing the details through the browser, we don't need any state mapped to a rootId that could be sent multiple times by caching in the browser Old test updated to test for this | ||||
* | | Restore serlvet configs that were disabled during Window -> Root split | Leif Åstrand | 2012-01-04 | 1 | -6/+6 |
| | | |||||
* | | #8019 Enum for Label.ContentMode | Leif Åstrand | 2012-01-04 | 60 | -242/+334 |
| | | |||||
* | | Actually ignore subsequent defaults (#8226) | Leif Åstrand | 2012-01-04 | 1 | -0/+1 |
| | | |||||
* | | #8226 Don't throw exception when defaults are already defined | Leif Åstrand | 2012-01-04 | 1 | -1/+1 |
| | | |||||
* | | #8172 WrappedResponse is missing javadoc | Leif Åstrand | 2012-01-04 | 1 | -2/+111 |
| | | |||||
* | | Use sendError instead of just a status code | Leif Åstrand | 2012-01-04 | 1 | -1/+2 |
| | | |||||
* | | Updated mini tutorial to use precreated fields | Leif Åstrand | 2012-01-02 | 1 | -18/+14 |
| | | |||||
* | | Move invocation of incrementActiveRequests based on review (#8190) | Leif Åstrand | 2012-01-02 | 1 | -3/+3 |
| | | |||||
* | | #8190 Recorder no longer waits for Vaadin application to load | Leif Åstrand | 2012-01-02 | 2 | -4/+12 |
| | |