Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -407/+0 |
| | |||||
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -3/+3 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+18 |
| | |||||
* | Moved each component to its own package on client side | Artur Signell | 2012-04-12 | 1 | -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. | ||||
* | Component no longer implements Paintable | Artur Signell | 2012-04-12 | 1 | -3/+6 |
| | |||||
* | Replace @ClientWidget with client-side @Component (#8440) | Henri Sara | 2012-04-04 | 1 | -2/+0 |
| | |||||
* | Renamed Paintable component classes to Connector | Artur Signell | 2012-02-28 | 1 | -2/+2 |
| | |||||
* | Split DragAndDropWrapper into widget + paintable | Artur Signell | 2012-01-31 | 1 | -1/+2 |
| | |||||
* | Merged #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -1/+1 |
|\ | | | | | | | svn changeset:22325/svn branch:6.8 | ||||
| * | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -1/+1 |
| | | | | | | | | svn changeset:22317/svn branch:6.7 | ||||
* | | dragandropwrapper can now initiate html5 drags, fixes #7833 | Matti Tahvonen | 2011-11-21 | 1 | -4/+34 |
|/ | | | | svn changeset:22081/svn branch:6.8 | ||||
* | #6823: more standard method names | Matti Tahvonen | 2011-04-13 | 1 | -2/+24 |
| | | | | svn changeset:18268/svn branch:6.6 | ||||
* | #5741 : modified stream variables so that component developers can use the ↵ | Matti Tahvonen | 2010-11-11 | 1 | -0/+11 |
| | | | | | | same post target several times without repaint. Bit more complex implementation, but on the other hand makes component developers job bit easier in some situations (eg. synchronizations, third party integrations). Still need to verify that this works at least in liferay and gatein portals. EasyUploads with flash multiple file upload fallback for IE will verify tomorrow. svn changeset:15971/svn branch:6.5 | ||||
* | removed obsolete backwards compatibility class (Html5File uploads will needs ↵ | Matti Tahvonen | 2010-11-11 | 1 | -13/+0 |
| | | | | | | some minor code changes anyway when upgrading to 6.5) svn changeset:15963/svn branch:6.5 | ||||
* | method and class renames and cleaning up TODOs | Matti Tahvonen | 2010-11-11 | 1 | -21/+22 |
| | | | | svn changeset:15962/svn branch:6.5 | ||||
* | #5743, #5742, #5741, #4275 related refactoring. Renamed ↵ | Matti Tahvonen | 2010-11-03 | 1 | -69/+79 |
| | | | | | | com.vaadin.terminal.Receiver (introduced earlier in this dev branch) to StreamVariable and combined ReceiverOwner methods to it. Resetted Upload.Receiver to 6.4 state, DD wrapper uses StreamVariable based API (breaking change, but very rare code atm) svn changeset:15849/svn branch:6.5 | ||||
* | cleaning the receiver list when receiving is complete | Matti Tahvonen | 2010-10-12 | 1 | -0/+2 |
| | | | | svn changeset:15524/svn branch:6.5 | ||||
* | refactored handling of Receiver's lots of other upload related improvements. ↵ | Matti Tahvonen | 2010-10-08 | 1 | -86/+122 |
| | | | | | | fixes #5743 (removed dependency to commons fileupload), #5742 (drag and drop file uploads in webkits), #5741 (Receiver is upload specific), #4271 (uploads in GateIn). Also improves API for receiving files with drag and drop (rejection, canceling, tracking of the actual streaming) and transfers files in serial in DDW. svn changeset:15461/svn branch:6.5 | ||||
* | Formatted using Eclipse Helios / Windows XP | Artur Signell | 2010-08-16 | 1 | -2/+2 |
| | | | | svn changeset:14496/svn branch:6.4 | ||||
* | #5286 implement Serializable where necessary | Henri Sara | 2010-07-01 | 1 | -1/+2 |
| | | | | svn changeset:13989/svn branch:6.4 | ||||
* | renamed DropTargetDetails... to TargetDetails... Should be just as clear for ↵ | Matti Tahvonen | 2010-03-24 | 1 | -6/+7 |
| | | | | | | developer, but looks better in the code examples. svn changeset:12077/svn branch:6.3 | ||||
* | Suggestive api for basic html5 data types. | Matti Tahvonen | 2010-03-22 | 1 | -0/+18 |
| | | | | svn changeset:12017/svn branch:6.3 | ||||
* | Removed extra serialVersionUIDs | Artur Signell | 2010-03-18 | 1 | -9/+0 |
| | | | | svn changeset:11974/svn branch:6.3 | ||||
* | #4365 WrapperDropDetails had null drop target | Henri Sara | 2010-03-18 | 1 | -1/+1 |
| | | | | svn changeset:11946/svn branch:6.3 | ||||
* | cross plat improvementes for html5 drags | Matti Tahvonen | 2010-03-16 | 1 | -0/+1 |
| | | | | svn changeset:11916/svn branch:6.3 | ||||
* | removed DragDropPane class, some cleanup | Matti Tahvonen | 2010-03-15 | 1 | -10/+29 |
| | | | | svn changeset:11874/svn branch:6.3 | ||||
* | A proper (FF36 only) file drag support, enhanced test case. Should be ↵ | Matti Tahvonen | 2010-03-12 | 1 | -17/+67 |
| | | | | | | forward compatible. svn changeset:11835/svn branch:6.3 | ||||
* | Skeletons for html5 File API in DD | Matti Tahvonen | 2010-03-11 | 1 | -0/+45 |
| | | | | svn changeset:11800/svn branch:6.3 | ||||
* | small enhancements + developing web desktop test | Matti Tahvonen | 2010-03-10 | 1 | -2/+13 |
| | | | | svn changeset:11757/svn branch:6.3 | ||||
* | Added missing @ITMillApache2LicenseForJavaFiles@ | Artur Signell | 2010-03-09 | 1 | -0/+3 |
| | | | | svn changeset:11733/svn branch:6.3 | ||||
* | Unified naming | Artur Signell | 2010-02-22 | 1 | -1/+1 |
| | | | | | | | Added javadoc + comments about missing javadoc svn changeset:11455/svn branch:6.3_dd | ||||
* | removed component transferable (integrated to transferable), changed one ↵ | Matti Tahvonen | 2010-02-19 | 1 | -6/+64 |
| | | | | | | test to use draganddropwrapper instead of dragdroppane (to be removed) svn changeset:11407/svn branch:6.3_dd | ||||
* | some refactoring | Matti Tahvonen | 2010-02-18 | 1 | -28/+9 |
| | | | | svn changeset:11384/svn branch:6.3_dd | ||||
* | draft of DragAndDropWrapper + small changes | Matti Tahvonen | 2010-02-16 | 1 | -0/+109 |
svn changeset:11349/svn branch:6.3_dd |