summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/DragAndDropWrapper.java
Commit message (Collapse)AuthorAgeFilesLines
* Merged #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
|\ | | | | | | svn changeset:22325/svn branch:6.8
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | | | | | svn changeset:22317/svn branch:6.7
* | dragandropwrapper can now initiate html5 drags, fixes #7833Matti Tahvonen2011-11-211-4/+34
|/ | | | svn changeset:22081/svn branch:6.8
* #6823: more standard method namesMatti Tahvonen2011-04-131-2/+24
| | | | svn changeset:18268/svn branch:6.6
* #5741 : modified stream variables so that component developers can use the ↵Matti Tahvonen2010-11-111-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 Tahvonen2010-11-111-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 TODOsMatti Tahvonen2010-11-111-21/+22
| | | | svn changeset:15962/svn branch:6.5
* #5743, #5742, #5741, #4275 related refactoring. Renamed ↵Matti Tahvonen2010-11-031-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 completeMatti Tahvonen2010-10-121-0/+2
| | | | svn changeset:15524/svn branch:6.5
* refactored handling of Receiver's lots of other upload related improvements. ↵Matti Tahvonen2010-10-081-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 XPArtur Signell2010-08-161-2/+2
| | | | svn changeset:14496/svn branch:6.4
* #5286 implement Serializable where necessaryHenri Sara2010-07-011-1/+2
| | | | svn changeset:13989/svn branch:6.4
* renamed DropTargetDetails... to TargetDetails... Should be just as clear for ↵Matti Tahvonen2010-03-241-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 Tahvonen2010-03-221-0/+18
| | | | svn changeset:12017/svn branch:6.3
* Removed extra serialVersionUIDsArtur Signell2010-03-181-9/+0
| | | | svn changeset:11974/svn branch:6.3
* #4365 WrapperDropDetails had null drop targetHenri Sara2010-03-181-1/+1
| | | | svn changeset:11946/svn branch:6.3
* cross plat improvementes for html5 dragsMatti Tahvonen2010-03-161-0/+1
| | | | svn changeset:11916/svn branch:6.3
* removed DragDropPane class, some cleanupMatti Tahvonen2010-03-151-10/+29
| | | | svn changeset:11874/svn branch:6.3
* A proper (FF36 only) file drag support, enhanced test case. Should be ↵Matti Tahvonen2010-03-121-17/+67
| | | | | | forward compatible. svn changeset:11835/svn branch:6.3
* Skeletons for html5 File API in DDMatti Tahvonen2010-03-111-0/+45
| | | | svn changeset:11800/svn branch:6.3
* small enhancements + developing web desktop test Matti Tahvonen2010-03-101-2/+13
| | | | svn changeset:11757/svn branch:6.3
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-091-0/+3
| | | | svn changeset:11733/svn branch:6.3
* Unified namingArtur Signell2010-02-221-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 Tahvonen2010-02-191-6/+64
| | | | | | test to use draganddropwrapper instead of dragdroppane (to be removed) svn changeset:11407/svn branch:6.3_dd
* some refactoringMatti Tahvonen2010-02-181-28/+9
| | | | svn changeset:11384/svn branch:6.3_dd
* draft of DragAndDropWrapper + small changesMatti Tahvonen2010-02-161-0/+109
svn changeset:11349/svn branch:6.3_dd