summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/DateTimeService.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved each component to its own package on client sideArtur Signell2012-04-121-1/+1
| | | | | | Class loaders have problems with referring to static inner classes (e.g. state classes) when they cannot load the declaring class. To deal with this the components have been moved to their own packages and state/rpc classes will be defined in their own Java files.
* #8311 Converted CRLF to LF in all source filesArtur Signell2012-01-271-439/+439
| | | | svn changeset:22797/svn branch:6.7
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
| | | | svn changeset:22317/svn branch:6.7
* Suppressed warningsArtur Signell2010-11-161-2/+0
| | | | | | Replaced deprecated classes with new ones svn changeset:16017/svn branch:6.5
* #5613 Converted our own client side code to use VConsole instead of ↵Matti Tahvonen2010-09-171-13/+11
| | | | | | ApplicationConnection.getConsole svn changeset:14989/svn branch:6.4
* #5613 Client side logging related improvementsMatti Tahvonen2010-09-171-20/+24
| | | | | | | | | * deprecated ClientExceptionHandler and ApplicationConsole.getConsole() * introduced VConsole for logging * moved responsibility of setting app loggin to ApplicationConfiguration * removed dependencies of ApplicationConnection from VDebugConsole svn changeset:14987/svn branch:6.4
* Fix for #5475 - DateField text field includes extra single quote in some casesArtur Signell2010-08-241-3/+26
| | | | | | Extended test case to cover #5475 svn changeset:14579/svn branch:6.4
* Fix for #5474 - DateField fails to parse month names when using custom date ↵Artur Signell2010-08-241-0/+141
| | | | | | format svn changeset:14577/svn branch:6.4
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-3/+3
| | | | svn changeset:14496/svn branch:6.4
* DateField client side refactoring.John Alhroos2010-08-061-12/+19
| | | | svn changeset:14424/svn branch:6.4
* Fixed some normal priority warnings by FindBugsHenri Sara2010-06-011-9/+9
| | | | svn changeset:13463/svn branch:6.3
* Fixed some high priority warnings by FindBugsHenri Sara2010-06-011-3/+3
| | | | svn changeset:13459/svn branch:6.3
* Fix for #3492 - DateField should have an option to show week numbersArtur Signell2010-03-221-0/+31
| | | | svn changeset:12004/svn branch:6.3
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+237
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0