| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -2029/+0 |
* | Merge remote-tracking branch 'origin/6.8' | Leif Åstrand | 2012-07-31 | 1 | -18/+26 |
|\ |
|
| * | Improved code readability based on review (#8109) | Leif Åstrand | 2012-07-30 | 1 | -15/+19 |
| * | Don't make changes directly to the visible itemids collection (#8109, #8787) | Leif Åstrand | 2012-07-30 | 1 | -1/+2 |
| * | Preserve selection order for multi select value (#8109, #8787) | Leif Åstrand | 2012-07-27 | 1 | -5/+8 |
* | | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -1/+1 |
* | | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+30 |
* | | Eliminate scanning for accept criteria by reversed annotation (#8641) | Henri Sara | 2012-06-20 | 1 | -5/+0 |
* | | Component no longer implements Paintable | Artur Signell | 2012-04-12 | 1 | -11/+3 |
* | | Added generics to KeyMapper and made it based on HashMap instead of | Artur Signell | 2012-03-21 | 1 | -1/+1 |
* | | Separated Component.isEnabled/isVisible from Connector enabled state. | Artur Signell | 2012-03-14 | 1 | -1/+2 |
* | | Organized imports and formatted all java files | Artur Signell | 2012-02-28 | 1 | -1/+0 |
* | | Renamed Paintable component classes to Connector | Artur Signell | 2012-02-28 | 1 | -0/+1 |
* | | Remove support for Select in multi-select mode (#8169, #8326). | Henri Sara | 2012-02-08 | 1 | -1/+4 |
* | | #8019 Added ItemCaptionMode enum for AbstractSelect and RowHeaderMode enum fo... | Jens Jansson | 2012-01-20 | 1 | -34/+78 |
* | | Noted that the caption property must be of String type | Artur Signell | 2011-12-21 | 1 | -1/+3 |
* | | #8125 Removed Property.ConversionException and String constructor based | Artur Signell | 2011-12-21 | 1 | -13/+5 |
* | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2011-12-09 | 1 | -3/+3 |
|\| |
|
| * | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -2/+2 |
| * | #7704 javadoc | Artur Signell | 2011-12-07 | 1 | -1/+1 |
* | | Eliminate more Field and Property related raw type warnings. | Henri Sara | 2011-11-11 | 1 | -1/+1 |
* | | Eliminate some generics related warnings in core (non-API). | Henri Sara | 2011-11-11 | 1 | -4/+4 |
* | | Parameterize Property and Field with the value type. | Henri Sara | 2011-11-08 | 1 | -1/+2 |
* | | Eliminate more cases that used Property.toString(). | Henri Sara | 2011-11-08 | 1 | -1/+4 |
|/ |
|
* | #7369 Removed "final" from methods that do not need to be final | Artur Signell | 2011-08-19 | 1 | -1/+1 |
* | Fixed source formatting and Javadoc. | John Alhroos | 2011-08-19 | 1 | -18/+23 |
* | Made ItemDescriptionGenerator serializable #5414 | John Alhroos | 2011-08-16 | 1 | -1/+1 |
* | Added tooltips to Table cells and rows (ItemDescriptionGenerator) + Testbench... | John Alhroos | 2011-08-15 | 1 | -0/+19 |
* | Error message typo fix | Artur Signell | 2011-04-26 | 1 | -1/+1 |
* | Javadoc and formatting fixes | Artur Signell | 2011-04-21 | 1 | -6/+8 |
* | #1410 getListeners method for all classes that have addListener/removeListener | Artur Signell | 2011-04-19 | 1 | -0/+20 |
* | #6780 AbstractSelect's setItemIconPropertyId fails silently | Artur Signell | 2011-04-08 | 1 | -7/+16 |
* | Fixed compiler warnings in demo and core source (#2274) | Artur Signell | 2010-10-07 | 1 | -0/+1 |
* | #5692 Generics in AbstractSelect, added a TODO in CaptionChangeListener | Henri Sara | 2010-10-04 | 1 | -41/+44 |
* | javadoc typo + bit more specific description | Matti Tahvonen | 2010-07-21 | 1 | -5/+5 |
* | Reverted constructor visibility changes, will use isSynthetic() test instead | Henri Sara | 2010-07-06 | 1 | -1/+1 |
* | Make private nested class constructor visibility public or package to prevent... | Henri Sara | 2010-07-06 | 1 | -1/+1 |
* | Cleaned javadocs | Matti Tahvonen | 2010-06-30 | 1 | -1/+6 |
* | fixes #810, #4607,#5279, #5281 | Matti Tahvonen | 2010-06-30 | 1 | -0/+7 |
* | Merged fix, sample and tests for "#3720 - Disable Items for OptionGroup" from... | Artur Signell | 2010-06-15 | 1 | -23/+21 |
* | Merged #5149 fix to 6.4 | Henri Sara | 2010-06-07 | 1 | -0/+1 |
* | - Added Ctrl+Shift multiple selection to Tree | John Alhroos | 2010-05-06 | 1 | -0/+15 |
* | Merged drag'n'drop enhancements [12493],[12484] | Artur Signell | 2010-04-19 | 1 | -0/+21 |
* | renamed method to the related type | Matti Tahvonen | 2010-03-25 | 1 | -1/+1 |
* | renamed DropTargetDetails... to TargetDetails... Should be just as clear for ... | Matti Tahvonen | 2010-03-24 | 1 | -6/+5 |
* | renaming criteria | Matti Tahvonen | 2010-03-24 | 1 | -0/+10 |
* | renaming criteria | Matti Tahvonen | 2010-03-24 | 1 | -5/+5 |
* | renaming criteria | Matti Tahvonen | 2010-03-24 | 1 | -5/+4 |
* | refactored AbstractSelect criteria (hopefully better names now) | Matti Tahvonen | 2010-03-23 | 1 | -16/+39 |
* | finished rename | Matti Tahvonen | 2010-03-23 | 1 | -2/+2 |