summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/6.8'Artur Signell2012-01-2753-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 12Artur Signell2012-01-271-1/+0
| | | | | | | | svn changeset:22772/svn branch:6.8
| * [merge from 6.7] #8045 Removed incorrect/confusing javadocArtur Signell2012-01-271-13/+0
| | | | | | | | svn changeset:22769/svn branch:6.8
| * #6718 Extend PopupDateField range - allow selection of the last days of theJohannes Dahlström2012-01-252-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 fixesJohannes Dahlström2012-01-232-102/+114
| | | | | | | | svn changeset:22747/svn branch:6.8
| * #8241 Removed debug message, added reference to ticketJohannes Dahlström2012-01-231-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öm2012-01-231-0/+3
| | | | | | | | | | | | cells array svn changeset:22745/svn branch:6.8
| * Merge from 6.7Johannes Dahlström2012-01-209-19/+52
| | | | | | | | svn changeset:22729/svn branch:6.8
| * Merged patch from 6.7 for #5795 #5794 and #5788 (cursors for disabled table)Marc Englund2012-01-191-0/+12
| | | | | | | | svn changeset:22701/svn branch:6.8
| * Merged patch from 6.7 for #5093 and #5094 (cursors for dragging/resizing ↵Marc Englund2012-01-182-24/+79
| | | | | | | | | | | | subwindows) svn changeset:22695/svn branch:6.8
| * Merged patch for #6765 from 6.7 (disable TextArea resize handle)Marc Englund2012-01-181-0/+1
| | | | | | | | svn changeset:22693/svn branch:6.8
| * Merged patch found in #7111 from 6.7, also for #5095 #5096 #6996Marc Englund2012-01-184-4/+9
| | | | | | | | svn changeset:22691/svn branch:6.8
| * Merge from 6.7Johannes Dahlström2012-01-1614-63/+899
| | | | | | | | svn changeset:22637/svn branch:6.8
| * Merged #8105 Compile core files and test files to separate foldersJohannes Dahlström2012-01-165-113/+122
| | | | | | | | svn changeset:22636/svn branch:6.8
| * #7614 Added getComponent(int) and getComponentIndex(Component) to CssLayoutArtur Signell2012-01-125-1/+211
| | | | | | | | svn changeset:22620/svn branch:6.8
| * Removed dead code from VSliderHenri Sara2012-01-121-4/+0
| | | | | | | | svn changeset:22614/svn branch:6.8
| * Merge from 6.7Johannes Dahlström2012-01-1214-42/+579
| | | | | | | | svn changeset:22607/svn branch:6.8
| * Add Firefox 9 and Chrome 16 to tested browsers, remove Firefox 4-8, Chrome 15Johannes Dahlström2012-01-092-2/+2
| | | | | | | | svn changeset:22557/svn branch:6.8
* | 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
| | | | | | widget classes. Improved VAbstractPaintable
* | Fixed VLabel class referencesArtur Signell2012-01-243-0/+3
| |
* | Created VAbstractPaintableWidgetArtur Signell2012-01-235-124/+122
| | | | | | Moved VLabel* to own package
* | Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-2290-3500/+3872
| | | | | | Widget), VPaintableWidget (paintable connected to a widget).
* | 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
| | | | | | container
* | 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
|\| | | | | | | | | | | Conflicts: src/com/vaadin/data/validator/AbstractValidator.java tests/testbench/com/vaadin/tests/components/textfield/TextChangeEventsWithNonImmediateValueChange.java
| * Merged changes from 6.7Johannes Dahlström2011-12-308-18/+368
| | | | | | | | svn changeset:22500/svn branch:6.8
* | #8164 Make WrappedHttpServletRequest extend HttpServletRequestWrapperLeif Åstrand2012-01-064-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 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
| | | | | | | | | | | | | | 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 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
| |