summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | same default value for rta as for textfieldMatti Tahvonen2010-10-281-2/+2
* | #5865: Extracted AbstractTextField from TextField, RichTextEditor extends now...Matti Tahvonen2010-10-265-437/+501
* | #4611 add getComponentCount() method for ComponentContainer implementationsHenri Sara2010-10-2610-4/+100
* | fixes #5888, AC now checks against Focusable instead of FocusWidget when upda...Matti Tahvonen2010-10-261-4/+9
* | fixes #5887, removed rich text toolbar controls from tabbing orderMatti Tahvonen2010-10-261-0/+5
* | #5226 Changing LoginForm field captions: change and testHenri Sara2010-10-261-4/+69
* | #5715 raise log level of application terminal errorHenri Sara2010-10-251-1/+1
* | #5715 server-side logging: some changes to the used log levelsHenri Sara2010-10-259-25/+26
* | minor cleanup for javadocMatti Tahvonen2010-10-251-4/+4
* | #5865: class stubs + depracations towards one to one widget mappingMatti Tahvonen2010-10-216-1/+182
* | moved some of our own component implementations for deferred binding creationMatti Tahvonen2010-10-212-9/+14
* | Merge #5776 and #5772 from 6.4 to 6.5Henri Sara2010-10-211-0/+2
* | Allow overriding VViewMatti Tahvonen2010-10-191-1/+2
* | #5785 AbstractStringValidator conversions in Vaadin 6.5Henri Sara2010-10-181-4/+5
* | Minor corrections to Receiver and PaintTarget javadocHenri Sara2010-10-182-7/+7
* | better line docs for multipart readerMatti Tahvonen2010-10-151-0/+18
* | improving documentation for ReceiverMatti Tahvonen2010-10-152-11/+26
* | removed unused code from html5 file handling (old FF36 support via multipartr...Matti Tahvonen2010-10-152-50/+0
* | try to close stream on all types of exceptionsMatti Tahvonen2010-10-151-6/+13
* | removed recycling of event object, made events immutable so jvm can optimize ...Matti Tahvonen2010-10-156-39/+31
* | simplified the way how support for old api was builtMatti Tahvonen2010-10-151-9/+8
* | Field renamed in VDragAndDropWrapperHenri Sara2010-10-141-5/+5
* | Minor javadoc/comment fixes around upload functionality, removed extra semicolonHenri Sara2010-10-144-17/+17
* | Merged multiple bug fixes and test updates from 6.4Artur Signell2010-10-143-6/+18
* | Organize imports.Artur Signell2010-10-143-2/+2
* | #3548 - Table.setColumnCollapsed should not throw IllegalAccessExceptionArtur Signell2010-10-131-3/+4
* | removed obsolete log messagesMatti Tahvonen2010-10-131-15/+0
* | opening Upload for extensionMatti Tahvonen2010-10-121-2/+2
* | cleaning the receiver list when receiving is completeMatti Tahvonen2010-10-121-0/+2
* | removed done todo + added API that don't use deprecated Receiver, fine tuning...Matti Tahvonen2010-10-121-5/+27
* | fixes #5779Matti Tahvonen2010-10-121-18/+40
* | fixes #5778Matti Tahvonen2010-10-121-0/+5
* | This is the implementation of the server-side logging featureJonatan Kronqvist2010-10-1217-128/+201
* | added serializable to interfacesMatti Tahvonen2010-10-112-7/+6
* | merged [15308] to 6.5Matti Tahvonen2010-10-081-14/+0
|\|
| * replaced hard coded style with a css ruleMatti Tahvonen2010-10-021-14/+0
| * Removed fragment from javadocArtur Signell2010-09-301-1/+1
* | refactored handling of Receiver's lots of other upload related improvements. ...Matti Tahvonen2010-10-0823-576/+1370
* | Fixed compiler warnings in demo and core source (#2274)Artur Signell2010-10-0729-24/+42
* | Fixed unused variable warningsArtur Signell2010-10-077-31/+27
* | Removed dead code (#5734)Artur Signell2010-10-071-38/+29
* | Corrected invalid formatting in previous patches (#5749)Artur Signell2010-10-071-4/+4
* | Fixed use of deprecated alignment method and theme constants (#5749)Artur Signell2010-10-073-1/+3
* | Fixed some warningsArtur Signell2010-10-052-10/+13
* | Fix for #5735 - Deprecate AlignmentUtils and methods that uses itArtur Signell2010-10-053-1/+28
* | Removed dead codeArtur Signell2010-10-051-3/+0
* | Merged test, javadoc and integration test changes from 6.4Artur Signell2010-10-051-1/+1
* | #5692 Generics: VTargetDetailIsHenri Sara2010-10-041-1/+1
* | #5692 Generics: part of changes in Slider and DateFieldHenri Sara2010-10-042-2/+2
* | #5692 Generics: ProgressIndicatorHenri Sara2010-10-041-1/+1