]> source.dussan.org Git - vaadin-framework.git/commit
Added new test app/ui for Valo
authorJouni Koivuviita <jouni@vaadin.com>
Mon, 2 Jun 2014 11:37:00 +0000 (14:37 +0300)
committerMarc Englund <marc@vaadin.com>
Thu, 5 Jun 2014 10:59:53 +0000 (10:59 +0000)
commitdcb6cfd6bc050ad9451e14cb12345aa5a4c43727
treed2c369ce3b81f7b9598c6cf46c95ad3869168613
parentfaaa02e1937f88c184ce4e88a548c9348de8f375
Added new test app/ui for Valo

New “tests-valo” theme also included multiple variations to test with.

Change-Id: I3dd3b91526b32ae8d080d2fa431d2a64f6f7fef4
32 files changed:
WebContent/VAADIN/themes/tests-valo/_blueprint.scss [new file with mode: 0644]
WebContent/VAADIN/themes/tests-valo/_dark.scss [new file with mode: 0644]
WebContent/VAADIN/themes/tests-valo/_default.scss [new file with mode: 0644]
WebContent/VAADIN/themes/tests-valo/_facebook.scss [new file with mode: 0644]
WebContent/VAADIN/themes/tests-valo/_flat-dark.scss [new file with mode: 0644]
WebContent/VAADIN/themes/tests-valo/_flat.scss [new file with mode: 0644]
WebContent/VAADIN/themes/tests-valo/_metro.scss [new file with mode: 0644]
WebContent/VAADIN/themes/tests-valo/styles.css [new file with mode: 0644]
WebContent/VAADIN/themes/tests-valo/styles.scss [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/ValoThemeTest.java [deleted file]
uitest/src/com/vaadin/tests/themes/valo/Accordions.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/valo/ButtonsAndLinks.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/valo/CalendarTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/valo/CheckBoxes.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/valo/ColorPickers.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/valo/ComboBoxes.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/valo/CommonParts.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/valo/DateFields.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/valo/Forms.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/valo/Labels.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/valo/MenuBars.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/valo/NativeSelects.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/valo/Panels.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/valo/PopupViews.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/valo/Sliders.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/valo/SplitPanels.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/valo/Tables.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/valo/Tabsheets.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/valo/TestIcon.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/valo/TextFields.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/valo/Trees.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/valo/ValoThemeTest.java [new file with mode: 0644]