Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/6.8' | Johannes Dahlström | 2012-03-02 | 3 | -1/+5 |
|\ | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/ui/TabSheet.java | ||||
| * | #5100 Support for server-side focus/blur listeners; handle disabled tabs ↵ | Johannes Dahlström | 2012-02-27 | 1 | -0/+3 |
| | | | | | | | | | | | | correctly; handle tab scrolling correctly; removed debug messages svn changeset:23113/svn branch:6.8 | ||||
| * | [merge from 6.7] #8369 Fixed absolute path in Chameleon CSS | Automerge | 2012-02-21 | 1 | -1/+1 |
| | | | | | | | | svn changeset:23069/svn branch:6.8 | ||||
| * | [merge from 6.7] #8398 drag image of table header cell in too high in ↵ | Automerge | 2012-02-16 | 1 | -0/+1 |
| | | | | | | | | | | | | reindeer when rearranging columns svn changeset:23049/svn branch:6.8 | ||||
* | | Adjust test css for new layout structure (#8085) | Leif Åstrand | 2012-03-01 | 1 | -0/+5 |
| | | |||||
* | | Don't use overflow: hidden by default (#8313) | Leif Åstrand | 2012-02-28 | 1 | -2/+0 |
| | | |||||
* | | Proper selector for defined sizing (#8313) | Leif Åstrand | 2012-02-23 | 1 | -1/+1 |
| | | |||||
* | | Compensate height definition for border-box sizing (#8313) | Leif Åstrand | 2012-02-23 | 1 | -1/+1 |
| | | |||||
* | | Always use box-sizing for date text field (#8313) | Leif Åstrand | 2012-02-23 | 1 | -6/+8 |
| | | |||||
* | | Use different size for text fields with box-sizing (#8313) | Leif Åstrand | 2012-02-23 | 1 | -2/+6 |
| | | |||||
* | | Don't use 100% sizing for undefined css layouts (#8313) | Leif Åstrand | 2012-02-22 | 1 | -0/+6 |
| | | |||||
* | | Further reduce the size calculations for VFilterSelect (#8313) | Leif Åstrand | 2012-02-22 | 1 | -1/+2 |
| | | |||||
* | | Use a more specific selector to override height in tables (#8313) | Leif Åstrand | 2012-02-22 | 1 | -1/+2 |
| | | |||||
* | | New attempt at getting full width (#8313) | Leif Åstrand | 2012-02-21 | 1 | -1/+4 |
| | | |||||
* | | Use full width without messing with box-sizing (#8313) | Leif Åstrand | 2012-02-21 | 1 | -7/+1 |
| | | |||||
* | | Update GridLayout to use VLayoutSlot (#8313) | Leif Åstrand | 2012-02-21 | 1 | -0/+6 |
| | | |||||
* | | PopupDateField without size calculations (#8313) | Leif Åstrand | 2012-02-20 | 1 | -4/+15 |
| | | |||||
* | | display: inline-block instead of float: right for popup opener (#8313) | Leif Åstrand | 2012-02-20 | 1 | -1/+1 |
| | | |||||
* | | Don't let icon affect undefined wide combo box (#8313) | Leif Åstrand | 2012-02-20 | 1 | -0/+3 |
| | | |||||
* | | Compensate text field height for border-box sizing (#8313) | Leif Åstrand | 2012-02-17 | 1 | -2/+2 |
| | | |||||
* | | Remove all margins from the combo box input field (#8313) | Leif Åstrand | 2012-02-17 | 1 | -0/+1 |
| | | |||||
* | | Avoid captions wrapping over multiple rows (#8313) | Leif Åstrand | 2012-02-17 | 1 | -18/+4 |
| | | |||||
* | | Set a style name for the layout slot and add overflow: hidden (#8313) | Leif Åstrand | 2012-02-16 | 1 | -0/+5 |
| | | |||||
* | | Only use explicit 24px for text field paintables (#8313) | Leif Åstrand | 2012-02-16 | 1 | -0/+3 |
| | | |||||
* | | Make VFilterSelect work with border-box & MeasureManager (#8313) | Leif Åstrand | 2012-02-16 | 2 | -1/+4 |
| | | |||||
* | | Form without own measuring (#8313) | Leif Åstrand | 2012-02-14 | 1 | -0/+7 |
| | | |||||
* | | Update text field height for border-box sizing (#8313) | Leif Åstrand | 2012-02-13 | 1 | -1/+2 |
| | | |||||
* | | Update CssLayout to use MeasureManager (#8313) | Leif Åstrand | 2012-02-10 | 2 | -0/+3 |
| | | |||||
* | | Set some basic styles in css (#8313) | Leif Åstrand | 2012-02-10 | 1 | -0/+7 |
| | | |||||
* | | Use box-sizing: border-box for all paintables (#8313) | Leif Åstrand | 2012-02-09 | 1 | -0/+4 |
| | | |||||
* | | Update CssLayout to work with CalculatingLayotus (#8313) | Leif Åstrand | 2012-02-09 | 1 | -0/+6 |
| | | |||||
* | | Merge commit '98737932a588f1b4a8f8115f2545da63ae7f4e4a' | Artur Signell | 2012-02-03 | 10 | -488/+488 |
|\| | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/button/button.css WebContent/VAADIN/themes/runo/button/button.css tests/integration_tests.xml | ||||
| * | #8311 Converted CRLF -> LF in css/html/xml files | Artur Signell | 2012-02-02 | 10 | -521/+521 |
| | | | | | | | | svn changeset:22852/svn branch:6.7 | ||||
| * | #8085 Apply style names to the popup in addition to the DateField | Artur Signell | 2012-01-12 | 1 | -0/+8 |
| | | | | | | | | svn changeset:22604/svn branch:6.7 | ||||
| * | #8085 Recalculate DateField width when enabled state changes | Artur Signell | 2012-01-12 | 1 | -8/+0 |
| | | | | | | | | svn changeset:22603/svn branch:6.7 | ||||
* | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-01-27 | 8 | -6/+60 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | #6718 Extend PopupDateField range - allow selection of the last days of the | Johannes Dahlström | 2012-01-25 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | 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 | 1 | -2/+13 |
| | | | | | | | | | | | | 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 | 3 | -3/+5 |
| | | | | | | | | svn changeset:22691/svn branch:6.8 | ||||
| * | Merge from 6.7 | Johannes Dahlström | 2012-01-16 | 1 | -1/+26 |
| | | | | | | | | svn changeset:22637/svn branch:6.8 | ||||
* | | Pass initial request details through the browser (#8232) | Leif Åstrand | 2012-01-04 | 1 | -7/+10 |
| | | | | | | | | | | | | | | 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 | ||||
* | | 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 |
| | | |||||
* | | #8190 Recorder no longer waits for Vaadin application to load | Leif Åstrand | 2012-01-02 | 1 | -0/+9 |
| | | |||||
* | | Merge remote branch 'origin/6.8' | Henri Sara | 2011-12-22 | 1 | -2/+2 |
|\| | | | | | | | | | Conflicts: tests/testbench/com/vaadin/tests/components/button/ButtonsInHorizontalLayout.java | ||||
| * | Merged changes from 6.8 | Johannes Dahlström | 2011-12-22 | 1 | -1/+1 |
| | | | | | | | | svn changeset:22469/svn branch:6.8 | ||||
* | | Add / to the base of the browser details request url | Leif Åstrand | 2011-12-20 | 1 | -1/+9 |
| | | |||||
* | | Support the second bootstrap request in portlets (#8052) | Leif Åstrand | 2011-12-19 | 1 | -1/+1 |
| | |