summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/demo
Commit message (Collapse)AuthorAgeFilesLines
* Split demo and tests files to own source folders, for #3298Artur Signell2009-10-27333-21970/+0
| | | | svn changeset:9390/svn branch:6.2
* Merged multiple test updatesArtur Signell2009-10-131-3/+7
| | | | svn changeset:9173/svn branch:6.2
* merged 2009-09-widget-packaging_3332 branch to 6.2Matti Tahvonen2009-10-0615-203/+23
|\ | | | | | | svn changeset:9110/svn branch:6.2
| * "removed" (finalized + deprecated) getTag from AbstractComponentMatti Tahvonen2009-10-067-40/+0
| | | | | | | | svn changeset:9095/svn branch:2009-09-widget-packaging_3332
| * fixed bad inheritMatti Tahvonen2009-09-291-1/+1
| | | | | | | | svn changeset:8989/svn branch:2009-09-widget-packaging_3332
| * steps toward simpler widgetset creation. Still needs a lot of cleaning and ↵Matti Tahvonen2009-09-2515-163/+23
| | | | | | | | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332
| * Merged: Fixed #3306 - Sample NotificationCustom does not seem to support ↵Artur Signell2009-09-171-1/+1
| | | | | | | | | | | | serialization svn changeset:8830/svn branch:6.2
* | Removed unnecessary sampler.png icon.Jouni Koivuviita2009-10-061-1/+0
| | | | | | | | svn changeset:9105/svn branch:6.2
* | Fixes #3430Jouni Koivuviita2009-10-051-25/+23
| | | | | | | | | | | | | | (Remove randomness from VaadinTunes) and #3389 (Visual regression in ToolkitTunes) svn changeset:9077/svn branch:6.2
* | Initial commit for new Sampler home screen layout.Jouni Koivuviita2009-10-052-30/+20
| | | | | | | | svn changeset:9061/svn branch:6.2
* | Fixed UUID to be more tester friendlyArtur Signell2009-10-021-1/+1
| | | | | | | | svn changeset:9019/svn branch:6.1
* | Fixed #3397 - Change reservr to use in-memory hsqldbArtur Signell2009-09-252-8/+12
| | | | | | | | | | | | | | Fixed #3391 - Reservr reservation table (tab 2) should be full screen Fixed #3390 - Reservr top-right car graphic is cut svn changeset:8920/svn branch:6.1
* | Fixed #3306 - Sample NotificationCustom does not seem to support serializationArtur Signell2009-09-171-1/+1
|/ | | | svn changeset:8829/svn branch:6.1
* Fixed #3351 - Sampler uses the same theme for all usersArtur Signell2009-09-171-7/+15
| | | | svn changeset:8826/svn branch:6.1
* Forgot to commit, part of fix for #3352.Jouni Koivuviita2009-09-161-14/+27
| | | | | | Also, trying to fix #3351, but this doesn't completely fix the issue. svn changeset:8822/svn branch:6.1
* Added link style button to Reindeer theme example.Jouni Koivuviita2009-09-091-0/+1
| | | | svn changeset:8719/svn branch:6.1
* Upload examples did not serialize; for GAE supportMarc Englund2009-09-082-35/+31
| | | | svn changeset:8705/svn branch:6.1
* reverted accidentally committed testMatti Tahvonen2009-09-081-34/+10
| | | | svn changeset:8691/svn branch:6.1
* fixes #3292Matti Tahvonen2009-09-081-10/+34
| | | | svn changeset:8689/svn branch:6.1
* Fixed to more icons in Sampler to point to correct theme resource ↵Jouni Koivuviita2009-09-071-3/+4
| | | | | | (regressiong after theme selector). svn changeset:8680/svn branch:6.1
* Fixes ##2972: Create theme selector for SamplerJouni Koivuviita2009-09-0419-69/+97
| | | | svn changeset:8665/svn branch:6.1
* Removed IE6 mention from CssLayout example. Miraculously, the margin: 0 ↵Jouni Koivuviita2009-09-031-2/+1
| | | | | | auto; centering seems to work even in IE6. svn changeset:8654/svn branch:6.1
* Fixed some typos in Sampler features and edited the CssLayout example ↵Jouni Koivuviita2009-09-034-17/+15
| | | | | | styles, now more "Vaadiness" included. svn changeset:8653/svn branch:6.1
* Relocated CSS for the CssLayoutExample to the theme.Matti Tahvonen2009-09-012-14/+4
| | | | svn changeset:8608/svn branch:6.1
* icon for csslayouts exampleMatti Tahvonen2009-09-011-0/+0
| | | | svn changeset:8607/svn branch:6.1
* Changed one more button in Sampler to NativeButton.Jouni Koivuviita2009-08-311-1/+2
| | | | svn changeset:8590/svn branch:6.1
* Fixed typosArtur Signell2009-08-281-1/+1
| | | | svn changeset:8584/svn branch:6.1
* Fixed typosArtur Signell2009-08-281-11/+11
| | | | svn changeset:8583/svn branch:6.1
* #3012 Remove deprecated GWT listener use, first steps (many simple click and ↵Henri Sara2009-08-281-3/+4
| | | | | | keyboard listeners) svn changeset:8580/svn branch:6.1
* initial version of CssLayout (aka FlowLayout from FastLayouts) + sampler exampleMatti Tahvonen2009-08-283-0/+142
| | | | svn changeset:8579/svn branch:6.1
* The Button Component Strikes BackJouni Koivuviita2009-08-272-6/+8
| | | | | | | | | | | | Fixes many theme issues with Button (mostly Reindeer theme), including #3110, #3193, #3194, #3180 and 3079. Default button is now rendered on the client side with a DIV. Disabled buttons can now have descriptions, which fixes #2085. Added a "new" component, NativeButton, which uses native BUTTON element rendering on the client side. Theme compilation script now understands simple @import statements, which help keep things more organized in theme development. svn changeset:8558/svn branch:6.1
* added upload feature for samplerMatti Tahvonen2009-08-057-0/+375
| | | | svn changeset:8444/svn branch:6.0
* Reverted original HelloWorld.Jouni Koivuviita2009-05-291-280/+2
| | | | svn changeset:8079/svn branch:6.0
* -Jouni Koivuviita2009-05-281-32/+57
| | | | svn changeset:8065/svn branch:6.0
* Removed icon from Reindeer theme style demo.Jouni Koivuviita2009-05-281-2/+0
| | | | svn changeset:8064/svn branch:6.0
* Reindeer theme style name reference example added.Jouni Koivuviita2009-05-282-2/+675
| | | | | | Minor fixes to Reindeer theme. svn changeset:8061/svn branch:6.0
* Fixed #2947 - TextArea example in Sampler should not cut labelArtur Signell2009-05-281-0/+2
| | | | svn changeset:8053/svn branch:6.0
* Fix FeatureBrowser Accordion example tab captionsHenri Sara2009-05-261-2/+2
| | | | svn changeset:8011/svn branch:6.0
* #3016 Minor Sampler string changes and fixed a broken linkHenri Sara2009-05-263-7/+7
| | | | svn changeset:8010/svn branch:6.0
* #2643 suppress deprecated GWT API warnings in demosHenri Sara2009-05-262-0/+2
| | | | svn changeset:8005/svn branch:6.0
* #2643 fix more demo warnings Henri Sara2009-05-2617-117/+128
| | | | svn changeset:8004/svn branch:6.0
* #2812, #2643 fixed some warnings in AddressBook tutorialHenri Sara2009-05-2611-3/+14
| | | | svn changeset:8002/svn branch:6.0
* #2643 fix more demo warnings: some unparametrized Class referencesHenri Sara2009-05-2583-83/+161
| | | | svn changeset:7991/svn branch:6.0
* #2643 more fixing of demo warnings Henri Sara2009-05-2539-103/+126
| | | | svn changeset:7987/svn branch:6.0
* #2643 fix some demo warnings (mostly serialization related)Henri Sara2009-05-25193-78/+306
| | | | svn changeset:7985/svn branch:6.0
* Table ItemClickListener now supports middle- and right-button. Fixes #2987Marc Englund2009-05-201-0/+5
| | | | svn changeset:7914/svn branch:6.0
* Fixed references to default theme.Artur Signell2009-05-191-4/+2
| | | | svn changeset:7900/svn branch:6.0
* #2812 copied AddressBook tutorial changes from the incubator project to VaadinHenri Sara2009-05-197-277/+232
| | | | svn changeset:7892/svn branch:6.0
* Undid all the work done for #2972, we're postponing.Marc Englund2009-05-191-32/+2
| | | | svn changeset:7877/svn branch:6.0
* Theme select for #2972, still needs theme-resource updateMarc Englund2009-05-191-2/+32
| | | | svn changeset:7873/svn branch:6.0