aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/demo/sampler
Commit message (Collapse)AuthorAgeFilesLines
* Split demo and tests files to own source folders, for #3298Artur Signell2009-10-27255-10989/+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-065-58/+9
|\ | | | | | | svn changeset:9110/svn branch:6.2
| * "removed" (finalized + deprecated) getTag from AbstractComponentMatti Tahvonen2009-10-063-15/+0
| | | | | | | | svn changeset:9095/svn branch:2009-09-widget-packaging_3332
| * steps toward simpler widgetset creation. Still needs a lot of cleaning and ↵Matti Tahvonen2009-09-255-43/+9
| | | | | | | | | | | | 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
* | 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 #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
* Upload examples did not serialize; for GAE supportMarc Englund2009-09-082-35/+31
| | | | svn changeset:8705/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
* Fixed #2947 - TextArea example in Sampler should not cut labelArtur Signell2009-05-281-0/+2
| | | | svn changeset:8053/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-261-0/+1
| | | | svn changeset:8005/svn branch:6.0
* #2643 fix more demo warnings Henri Sara2009-05-263-8/+9
| | | | svn changeset:8004/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-2526-48/+70
| | | | svn changeset:7987/svn branch:6.0
* #2643 fix some demo warnings (mostly serialization related)Henri Sara2009-05-25153-5/+165
| | | | 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
* 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
* Incomplete - task#2904 Toolkit -> Vaadin renames Henri Sara2009-05-181-1/+1
| | | | svn changeset:7850/svn branch:6.0
* #2904 Toolkit -> Vaadin renames: search for "IT Mill" and "itmill", partial ↵Henri Sara2009-05-183-10/+10
| | | | | | changes including many URLs svn changeset:7842/svn branch:6.0
* removed deprecated field factories from example codes, added licence tags, ↵Matti Tahvonen2009-05-141-3/+3
| | | | | | improved javadocs svn changeset:7785/svn branch:6.0
* Fixes #2708: Sampler has no title.Jouni Koivuviita2009-05-131-0/+1
| | | | svn changeset:7777/svn branch:6.0
* Renaming ITMILL/ -> VAADIN/ part 1 (for #2904)Marc Englund2009-05-123-5/+5
| | | | svn changeset:7762/svn branch:6.0
* #2904 Change client side class name prefixes I -> V (class names only, not ↵Henri Sara2009-05-114-22/+22
| | | | | | yet CSS prefixes) svn changeset:7742/svn branch:6.0
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-11247-0/+10223
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0