summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/6.8'Artur Signell2012-01-2753-1488/+2983
|\
| * [merge from 6.7] #8272 Test automatically using WebLogic 12Artur Signell2012-01-271-1/+0
| * [merge from 6.7] #8045 Removed incorrect/confusing javadocArtur Signell2012-01-271-13/+0
| * #6718 Extend PopupDateField range - allow selection of the last days of theJohannes Dahlström2012-01-252-107/+96
| * Integration test fixesJohannes Dahlström2012-01-232-102/+114
| * #8241 Removed debug message, added reference to ticketJohannes Dahlström2012-01-231-3/+1
| * #8273 Added sanity check to prevent trying to render past the end of the cell...Johannes Dahlström2012-01-231-0/+3
| * Merge from 6.7Johannes Dahlström2012-01-209-19/+52
| * Merged patch from 6.7 for #5795 #5794 and #5788 (cursors for disabled table)Marc Englund2012-01-191-0/+12
| * Merged patch from 6.7 for #5093 and #5094 (cursors for dragging/resizing subw...Marc Englund2012-01-182-24/+79
| * Merged patch for #6765 from 6.7 (disable TextArea resize handle)Marc Englund2012-01-181-0/+1
| * Merged patch found in #7111 from 6.7, also for #5095 #5096 #6996Marc Englund2012-01-184-4/+9
| * Merge from 6.7Johannes Dahlström2012-01-1614-63/+899
| * Merged #8105 Compile core files and test files to separate foldersJohannes Dahlström2012-01-165-113/+122
| * #7614 Added getComponent(int) and getComponentIndex(Component) to CssLayoutArtur Signell2012-01-125-1/+211
| * Removed dead code from VSliderHenri Sara2012-01-121-4/+0
| * Merge from 6.7Johannes Dahlström2012-01-1214-42/+579
| * Add Firefox 9 and Chrome 16 to tested browsers, remove Firefox 4-8, Chrome 15Johannes Dahlström2012-01-092-2/+2
* | Added missing license infoArtur Signell2012-01-264-4/+16
* | Avoid comparing Widget with VPaintableWidgetArtur Signell2012-01-261-2/+2
* | Fixed ClassCastException when MenuBar has a set widthArtur Signell2012-01-262-9/+2
* | Split VScrollTable, VTreeTable and VMenuBar into paintable andArtur Signell2012-01-2621-563/+809
* | Fixed VLabel class referencesArtur Signell2012-01-243-0/+3
* | Created VAbstractPaintableWidgetArtur Signell2012-01-235-124/+122
* | Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-2290-3500/+3872
* | Split Paintable handling from ApplicationConnection to PaintableMap.Artur Signell2012-01-2019-329/+538
* | Change getConfigString to not return null for empty string (#8274)Leif Åstrand2012-01-201-1/+1
* | Update integration tests to use ff9Leif Åstrand2012-01-121-1/+1
* | Test with firefox 8Leif Åstrand2012-01-111-1/+1
* | Parent layouts updated to make height: 100% work for the testedLeif Åstrand2012-01-101-0/+3
* | Yet another layout test applicationLeif Åstrand2012-01-091-0/+195
* | Set the expansion ratio to the right child (#8053)Leif Åstrand2012-01-091-1/+1
* | #8170 Updated to work with Vaadin 7Leif Åstrand2012-01-064-95/+168
* | Remove invalid javadoc causing eclipse formatter to insert newlinesLeif Åstrand2012-01-061-2/+1
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-01-067-18/+368
|\|
| * Merged changes from 6.7Johannes Dahlström2011-12-308-18/+368
* | #8164 Make WrappedHttpServletRequest extend HttpServletRequestWrapperLeif Åstrand2012-01-064-115/+34
* | Ensure the ThreadLocal request is cleared even if an exception is thrownLeif Åstrand2012-01-061-2/+5
* | #8163 Print an error message if vaadinBootstap.js cannot be loadedLeif Åstrand2012-01-061-2/+7
* | More thorough testing of different init parameters for different rootsLeif Åstrand2012-01-042-12/+30
* | Pass initial request details through the browser (#8232)Leif Åstrand2012-01-046-152/+76
* | Restore serlvet configs that were disabled during Window -> Root splitLeif Åstrand2012-01-041-6/+6
* | #8019 Enum for Label.ContentModeLeif Åstrand2012-01-0460-242/+334
* | Actually ignore subsequent defaults (#8226)Leif Åstrand2012-01-041-0/+1
* | #8226 Don't throw exception when defaults are already definedLeif Åstrand2012-01-041-1/+1
* | #8172 WrappedResponse is missing javadocLeif Åstrand2012-01-041-2/+111
* | Use sendError instead of just a status codeLeif Åstrand2012-01-041-1/+2
* | Updated mini tutorial to use precreated fieldsLeif Åstrand2012-01-021-18/+14
* | Move invocation of incrementActiveRequests based on review (#8190)Leif Åstrand2012-01-021-3/+3
* | #8190 Recorder no longer waits for Vaadin application to loadLeif Åstrand2012-01-022-4/+12