summaryrefslogtreecommitdiffstats
path: root/WebContent
Commit message (Collapse)AuthorAgeFilesLines
* Allow specifying UIProvider using a servlet parameter (#9628)Leif Åstrand2012-09-211-0/+17
|
* Refactor UIProvider management and fix multi-servlet (#9619, #9637)Leif Åstrand2012-09-211-1/+1
|
* Test which embeds two UIs on the same page (#9619)Artur Signell2012-09-182-0/+118
|
* themes-compiled -> themesArtur Signell2012-09-141-3/+3
|
* Moved grid layout margin and spacing fixes from reindeer to base theme #9559John Ahlroos2012-09-132-18/+20
|
* Fixed previously broken gridlayout margins and spacings.John Ahlroos2012-09-121-5/+5
|
* Use LegacyVaadinPortlet for now (#9566)Artur Signell2012-09-121-2/+2
|
* Moved background-position before sprite so sprite generator can override itArtur Signell2012-09-111-1/+1
|
* Fixed combobox item selector offset bug John Ahlroos2012-09-111-0/+1
|
* Updated Release Notes for Vaadin 7.0.0.beta1: various fixes.Marko Grönroos2012-09-111-42/+49
|
* Add missing closing brace to @mixin base-commonJohannes Dahlström2012-09-101-0/+2
|
* Updated Release Notes for Vaadin 7.0.0.beta1. Some fixes.Marko Gronroos2012-09-102-9/+27
|
* Updated Release Notes for Vaadin 7.0.0.beta1.Marko Gronroos2012-09-101-58/+89
|
* Moved layout-resize-text.html to statictestfilesJohn Ahlroos2012-09-101-0/+0
|
* Merge remote-tracking branch 'origin/master'John Ahlroos2012-09-101-1/+1
|\
| * Removed PortalDefaultWidgetSet (#9337)Artur Signell2012-09-101-1/+1
| |
* | Merge branch '6.8'John Ahlroos2012-09-101-0/+3
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/common/common.scss server/src/com/vaadin/server/VaadinServlet.java server/src/com/vaadin/ui/AbstractField.java src/com/vaadin/terminal/gwt/client/ui/VUriFragmentUtility.java tests/testbench/com/vaadin/tests/components/datefield/DateFieldExtendedRange.java tests/testbench/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRange.java tests/testbench/com/vaadin/tests/components/table/TableReduceContainerSize.java tests/testbench/com/vaadin/tests/tickets/Ticket8291.java uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRange.html uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRange.java uitest/src/com/vaadin/tests/tickets/Ticket8291.java uitest/test.xml
| * Enable (hopefully this time for real) native touch scrolling on Mobile ↵Johannes Dahlström2012-09-041-1/+5
| | | | | | | | | | | | Safari 6+ (#8792) svn changeset:24300/svn branch:6.8
* | Support running JUnit tests (#9299)Artur Signell2012-09-091-20/+0
| |
* | Fixing 1px caption jump in tabsheet and accordion after switching toJohn Ahlroos2012-09-072-0/+6
| | | | | | HTML5 doctype
* | Fix for 1px button caption jump after changing to HTML5 doctypeJohn Ahlroos2012-09-071-1/+1
| |
* | Merge branch 'master' of ssh://dev.vaadin.com/vaadinMarko Gronroos2012-09-073-3/+4
|\ \
| * | Removed paintable.scssJouni Koivuviita2012-09-071-12/+0
| | |
| * | Fixed 5px gaps between vertical layout slots (Firefox/Opera) after doctype ↵Jouni Koivuviita2012-09-073-2/+15
| | | | | | | | | | | | was changed to HTML5 (#8294). Refactored paintable.scss to widget.scss (this time for real)
* | | Updated Release Notes for 7.0.0.beta1 release. Fixed some merge conflicts ↵Marko Gronroos2012-09-071-61/+60
|/ / | | | | | | that had been left in the release notes.
* | Minor fix to CSS selectorJohn Ahlroos2012-09-061-3/+3
| |
* | Renamed .v-boxlayout selector to .v-layout and applied the .v-layoutJohn Ahlroos2012-09-067-187/+37
| | | | | | selector to all layouts
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-032-4/+4
|\ \
| * | Combine ApplicationPortlet and AAP and rename to VaadinPortlet (#9460)Leif Åstrand2012-09-031-2/+2
| | |
| * | Combine ApplicationServlet and AAS and rename to VaadinServlet (#9460)Leif Åstrand2012-09-031-2/+2
| | |
* | | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-031-6/+2
|\| | | | | | | | | | | | | | Conflicts: shared/src/com/vaadin/shared/ComponentState.java
| * | Refactor UI bootstrap (#9443)Leif Åstrand2012-08-311-6/+2
| | |
* | | Merge branch 'master' into layoutgraphJohn Ahlroos2012-08-313-5/+5
|\| | | | | | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ComponentLocator.java client/src/com/vaadin/client/ui/AbstractComponentConnector.java
| * | Additional fixes for com.vaadin.terminal removal (#9431, #9432)Artur Signell2012-08-291-2/+2
| | |
| * | Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)Artur Signell2012-08-292-3/+3
| | |
* | | Move captionless component error/required indicators top rightJohn Ahlroos2012-08-301-1/+1
| | |
* | | Minor changes to error indicator and caption vertical alignmentJohn Ahlroos2012-08-292-3/+3
| | |
* | | Fixed minor pixel jump in caption error indicatorJohn Ahlroos2012-08-292-2/+2
| | |
* | | Vertical align caption to topJohn Ahlroos2012-08-281-1/+1
| | |
* | | Replaced all .v and .v-connector selectors with .v-widget selectorJohn Ahlroos2012-08-284-15/+15
| | |
* | | Merge branch 'master' into layoutgraphJohn Ahlroos2012-08-203-0/+47
|\| |
| * | Merged 6.8 branchJohn Ahlroos2012-08-203-0/+47
| |\|
| | * Disabled shim iframe for all but IE8+ (#9284, #6219)Artur Signell2012-08-102-0/+5
| | | | | | | | | | | | | | | | | | The shim iframe causes crashes in IE6 and does not really help in Opera/Safari/Firefox. svn changeset:24146/svn branch:6.8
| | * Remove #8792 fix from 6.8.2, defer to 6.8.3Johannes Dahlström2012-08-071-4/+0
| | | | | | | | | | | | svn changeset:24098/svn branch:6.8
| | * Updated resolved ticket list for 6.8.2Artur Signell2012-08-071-11/+25
| | | | | | | | | | | | svn changeset:24097/svn branch:6.8
| | * Updated supported browsersArtur Signell2012-08-071-3/+3
| | | | | | | | | | | | svn changeset:24096/svn branch:6.8
| | * Enable native touch scrolling on iOS 6 (#8792)Johannes Dahlström2012-08-071-0/+4
| | | | | | | | | | | | svn changeset:24094/svn branch:6.8
* | | Added boxlayout.scssJouni Koivuviita2012-08-173-0/+173
| | |
* | | merge master (sass theme changes)Jouni Koivuviita2012-08-13156-461/+1308
|\| |
| * | Merge SASS fixes keeping comments, remove hack for reindeer (#9223)Henri Sara2012-08-102-7/+6
| | |