aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/demo
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed unneeded methods.Marc Englund2008-09-081-10/+0
| | | | svn changeset:5371/svn branch:trunk
* Using itmill.com API-key by default; seems to work fine on localhost.Marc Englund2008-09-031-3/+5
| | | | svn changeset:5338/svn branch:trunk
* Updated Reservr to use "GALGWT" googlemaps gwt api (compatible w/ gwt 1.5). ↵Marc Englund2008-09-034-93/+62
| | | | | | Removed reservr.html (not needed). svn changeset:5337/svn branch:trunk
* Mass formatArtur Signell2008-09-0213-146/+177
| | | | svn changeset:5331/svn branch:trunk
* Reformatted generated Table column example code.Marko Grönroos2008-08-291-11/+13
| | | | svn changeset:5305/svn branch:trunk
* Fixes #2010 - Client classes renamedArtur Signell2008-08-281-4/+4
| | | | svn changeset:5285/svn branch:trunk
* WidgetSet.createWidget() now returns Paintable, to indicate that that's ↵Marc Englund2008-08-202-3/+4
| | | | | | required. Fixes #1974. svn changeset:5223/svn branch:trunk
* For #1836. Added editing to generated column example. Reformatted bad ↵Marko Grönroos2008-08-121-89/+122
| | | | | | automatic source formatting. svn changeset:5177/svn branch:trunk
* converted example to java 1.4Matti Tahvonen2008-08-111-103/+148
| | | | svn changeset:5164/svn branch:trunk
* Generated column example for #1836.Marko Grönroos2008-08-072-1/+447
| | | | svn changeset:5157/svn branch:trunk
* Added Accordion example to Feature Browser for #1944.Marko Grönroos2008-08-062-0/+41
| | | | svn changeset:5151/svn branch:trunk
* Fixes #1864. Moved Form to under Wrangling Data section.Marko Grönroos2008-08-061-3/+3
| | | | svn changeset:5149/svn branch:trunk
* Added Form example to Feature Browser.Marko Grönroos2008-08-062-0/+310
| | | | svn changeset:5148/svn branch:trunk
* Fixed 1933 Reservr main screen too narrowJoonas Lehtinen2008-07-111-0/+3
| | | | svn changeset:5084/svn branch:trunk
* Regular buttons changed to link-style, fixes #1841Marc Englund2008-06-241-18/+24
| | | | svn changeset:4941/svn branch:trunk
* Leaf nodes no longer look expandable (fixes #1686)Marc Englund2008-06-111-0/+2
| | | | svn changeset:4852/svn branch:trunk
* All reservations -table fullsized, fixes #1690Marc Englund2008-06-091-9/+3
| | | | svn changeset:4819/svn branch:trunk
* More styling for #1646Marc Englund2008-06-091-9/+10
| | | | svn changeset:4818/svn branch:trunk
* A calendarpanel style was overriding; fixed, fixes #1646Marc Englund2008-06-091-1/+1
| | | | svn changeset:4816/svn branch:trunk
* Fix for #1718 (?)Marc Englund2008-05-261-3/+3
| | | | svn changeset:4634/svn branch:trunk
* db name changed; used the same as reservrMarc Englund2008-05-261-1/+1
| | | | svn changeset:4633/svn branch:trunk
* deprecated slider setSize (we can use setWidth/setHeight) as all component ↵Matti Tahvonen2008-05-151-1/+2
| | | | | | support them nowdays) svn changeset:4507/svn branch:trunk
* trying to fix #1625Matti Tahvonen2008-05-132-2/+2
| | | | svn changeset:4447/svn branch:trunk
* fixed in #1399Matti Tahvonen2008-05-071-1/+1
| | | | svn changeset:4372/svn branch:trunk
* fixes #1412Matti Tahvonen2008-05-061-4/+2
| | | | svn changeset:4345/svn branch:trunk
* removed obsolete forced repaintsMatti Tahvonen2008-05-021-6/+0
| | | | svn changeset:4315/svn branch:trunk
* Portlet tools integrated into main src-treeMarc Englund2008-04-295-0/+1077
| | | | svn changeset:4286/svn branch:trunk
* Removed one console (debug) messageMarc Englund2008-04-281-2/+1
| | | | svn changeset:4268/svn branch:trunk
* Fixes #1607Joonas Lehtinen2008-04-261-1/+7
| | | | svn changeset:4253/svn branch:trunk
* relocated portal exampleMatti Tahvonen2008-04-214-973/+0
| | | | svn changeset:4203/svn branch:trunk
* Simple Reserver enhancementsMatti Tahvonen2008-04-174-21/+80
| | | | svn changeset:4193/svn branch:trunk
* Fixed nasty bug with CalendarField component (used in Reservr). It worked ↵Matti Tahvonen2008-04-172-15/+32
| | | | | | correctly only if server and client had same timezone. Had to fight with this too long while playing around with liferay... svn changeset:4192/svn branch:trunk
* fixed bad default valueMatti Tahvonen2008-04-161-2/+0
| | | | svn changeset:4184/svn branch:trunk
* Simplified reesrvr to become a practical portal gadget exampleMatti Tahvonen2008-04-164-0/+916
| | | | svn changeset:4182/svn branch:trunk
* Reload left window empty ( #1414 ).Marc Englund2008-03-061-5/+11
| | | | | | Also, changes to windowing had broken window re-open at some point. svn changeset:3988/svn branch:trunk
* Fixed #1467: LayoutDemo class resource missingJani Laakso2008-03-062-2/+2
| | | | svn changeset:3981/svn branch:trunk
* fixes #1408Matti Tahvonen2008-02-281-0/+7
| | | | svn changeset:3941/svn branch:trunk
* description improvementMarc Englund2008-02-121-1/+1
| | | | svn changeset:3783/svn branch:trunk
* updated link to manualMarc Englund2008-02-121-1/+1
| | | | svn changeset:3782/svn branch:trunk
* Fixed deadlock on JavaScriptAPIExample, also better documentation.Jani Laakso2008-02-111-2/+1
| | | | svn changeset:3765/svn branch:trunk
* Fixed combobox example to allow new items.Jani Laakso2008-02-111-0/+1
| | | | svn changeset:3763/svn branch:trunk
* Removed obsolete code.Jani Laakso2008-02-063-12/+6
| | | | svn changeset:3717/svn branch:trunk
* component implements sizeable and simple general terminal implementationMatti Tahvonen2008-01-2812-28/+26
| | | | svn changeset:3662/svn branch:trunk
* enabled featureMatti Tahvonen2008-01-251-3/+2
| | | | svn changeset:3656/svn branch:trunk
* small fixMarc Englund2008-01-181-2/+4
| | | | svn changeset:3581/svn branch:trunk
* ApplicationConnection publishes javascript function itmill.forceSync(). Marc Englund2008-01-182-0/+98
| | | | | | FeatureBrowser contains example. svn changeset:3577/svn branch:trunk
* Removed debugId's from few components. Better namingJani Laakso2008-01-073-4/+2
| | | | svn changeset:3397/svn branch:trunk
* Changed debug id's PID_S into PID and gave better names.Jani Laakso2008-01-073-3/+3
| | | | svn changeset:3391/svn branch:trunk
* Some changes to help testing tools testing with FeatureBrowserMatti Tahvonen2008-01-074-7/+18
| | | | svn changeset:3387/svn branch:trunk
* Made it easier to find the "editable grid" (table in editmode)Marc Englund2007-12-282-4/+15
| | | | svn changeset:3321/svn branch:trunk