aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/DateTimeService.java
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-237/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* Fixed warnings, replaced deprecated layouts with new ones.Artur Signell2008-12-231-0/+1
| | | | svn changeset:6349/svn branch:trunk
* Fixed for #2006 - updated error handlingArtur Signell2008-08-281-19/+10
| | | | svn changeset:5281/svn branch:trunk
* fixes #1573Matti Tahvonen2008-04-301-10/+0
| | | | svn changeset:4296/svn branch:trunk
* License header parametrizedJani Laakso2007-12-041-21/+25
| | | | | | | | Cleanup performed Organized imports Format svn changeset:3162/svn branch:trunk
* MASS REFORMAT.Marc Englund2007-11-191-236/+237
| | | | | | According to http://toolkit.intra.itmill.com/trac/itmilltoolkit/wiki/CodingConventions svn changeset:2864/svn branch:trunk
* Mass format based on eclipse build in formatting style.Jani Laakso2007-10-091-234/+234
| | | | svn changeset:2461/svn branch:trunk
* Fixed date range comparisonMarc Englund2007-08-301-37/+36
| | | | svn changeset:2159/svn branch:trunk
* Calendar component added + demo and refactoring.Marc Englund2007-08-171-164/+240
| | | | svn changeset:2043/svn branch:trunk
* DateField text-style implemented.Jouni Koivuviita2007-07-101-0/+10
| | | | svn changeset:1828/svn branch:trunk
* DateField calendar style client-side implemetation fully functional. ↵Jouni Koivuviita2007-07-091-0/+33
| | | | | | | | DateField now doesn't require a repaint after every value change, it supposes that the client is smart enough to update the view on its own. Fixed locale loading and parsing (now supports all possible locales found from JVM). svn changeset:1821/svn branch:trunk
* Localization services from serverside (AjaxApplicationManager), cached on ↵Jouni Koivuviita2007-07-051-18/+106
| | | | | | | | | | clientside (LocaleService). DateTimeService for all components, provides localised month and daynames etc. New IDateField implementation: one superclass, which different proper implementations extend. Partially working version of "calendar"-style for DateField. svn changeset:1816/svn branch:trunk
* Added drafting classes for locale handling.Jouni Koivuviita2007-06-191-0/+44
Changed most component classnames to public. Added a new method hasVariable to UIDL class. Client now uses POST for requests and has some drafting methods for locale loading. svn changeset:1767/svn branch:trunk