summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/datefield
Commit message (Collapse)AuthorAgeFilesLines
* Implement range for date field (#6241)johan2013-04-081-1/+12
| | | | Change-Id: I34458f676fede39e1992316cbed8d62193ce8509
* Removed incorrect fixes for #8294, fixing #10183Artur Signell2013-01-081-1/+0
| | | | Change-Id: I02f00db495f53be144107234228b742514bdbc0c
* Ensure popup datefield width setting works in all themes (#10485)Artur Signell2013-01-041-0/+10
| | | | Change-Id: I9f0891fb363e49d59b5ab2b1af53ba4bf9bca21e
* Fixed font-size issues in Chameleon, Runo and Liferay (#10606, #10587)Artur Signell2013-01-021-1/+1
| | | | Change-Id: Iaaa626553030af44eaab57067acf9f022dc75e6b
* Restrict DateField fix to IE (#10498)Artur Signell2012-12-111-1/+1
| | | | Change-Id: Ib706b12f1e2236e48bd82a6d08e19d748dd5e71c
* Fixed overflow issue in PopupDateFieldArtur Signell2012-12-111-0/+4
| | | | Change-Id: Idcacd28f10265a38e3876557a2ab56cc8a379b2b
* Change sass compoent @mixin parameter from $name to $primaryStyleName, fixes ↵Marc Englund2012-11-231-28/+28
| | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3
* Merge branch 'sass'John Ahlroos2012-10-081-28/+28
|\
| * Sass restructure: base theme with renameable componentsMarc Englund2012-09-281-28/+28
| |
* | Fixed datefield height #9798John Ahlroos2012-10-041-0/+1
|/ | | | Change-Id: Iabd4c7e7729efeed02f8be087769de5f51634662
* merge master (sass theme changes)Jouni Koivuviita2012-08-131-0/+4
|\
| * Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-081-0/+4
| | | | | | | | | | | | | | | | Conversion performed for most themes trivial, just rename file and wrap in a mixin. For chameleon compounds, also nesting used. In some cases, related small files combined in a single SCSS file Chameleon accordion and select contain fixes other than just a missing semicolon.
* | Fixed stuff related to BoxLayoutJouni Koivuviita2012-04-191-1/+1
|/
* Merge remote-tracking branch 'origin/6.8'Artur Signell2012-01-271-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 theJohannes Dahlström2012-01-251-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
* | #7913 Removed IE7 specific CSS rulesArtur Signell2011-11-221-13/+0
| |
* | #7912 Remove support for IE6Leif Åstrand2011-11-091-4/+0
|/
* fixes #6713Matti Tahvonen2011-04-151-1/+12
| | | | svn changeset:18333/svn branch:6.6
* DateField client side refactoring.John Alhroos2010-08-061-0/+3
| | | | svn changeset:14424/svn branch:6.4
* Added keyboard navigation to PopupDateField #4506John Alhroos2010-06-111-0/+3
| | | | svn changeset:13650/svn branch:6.4
* Merged fix and sample for #2855 - "Implement input prompt for DateField" ↵Artur Signell2010-06-111-0/+4
| | | | | | from /branches/6.4-minor-features svn changeset:13646/svn branch:6.4
* Fixes IE6 problem with #4582John Alhroos2010-05-201-5/+1
| | | | svn changeset:13264/svn branch:6.3
* Fix for #4582John Alhroos2010-05-171-1/+5
| | | | svn changeset:13200/svn branch:6.3
* Drag-n-drop related styles.Jouni Koivuviita2010-03-241-0/+5
| | | | svn changeset:12056/svn branch:6.3
* Merged changes from 6.2 branch.John Alhroos2010-02-101-0/+3
| | | | svn changeset:11245/svn branch:6.3
* Fix for #2611: ComboBox in readonly differs from readonly TextFieldJouni Koivuviita2009-10-071-0/+1
| | | | svn changeset:9124/svn branch:6.2
* Fixes #3456: DateField rendered wrong in readonly modeJouni Koivuviita2009-10-071-0/+3
| | | | svn changeset:9121/svn branch:6.2
* "poro" theme update:Jouni Koivuviita2009-05-131-1/+0
| | | | | | | * datefield styles finished * many other fixes for other components svn changeset:7770/svn branch:6.0
* Renaming ITMILL/ -> VAADIN/ part 1 (for #2904)Marc Englund2009-05-121-0/+71
svn changeset:7762/svn branch:6.0