aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/VUpload.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved each component to its own package on client sideArtur Signell2012-04-121-315/+0
| | | | | | 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.
* Removed extra "Widget" prefix from ApplicationConnection method namesArtur Signell2012-02-271-1/+1
|
* #8324 Splitted VUpload into Widget and Paintable.Jens Jansson2012-01-311-60/+13
|
* Split VScrollTable, VTreeTable and VMenuBar into paintable andArtur Signell2012-01-261-1/+1
| | | widget classes. Improved VAbstractPaintable
* Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-2/+7
| | | Widget), VPaintableWidget (paintable connected to a widget).
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/Property.java src/com/vaadin/data/util/PropertyFormatter.java src/com/vaadin/terminal/ParameterHandler.java src/com/vaadin/terminal/URIHandler.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java src/com/vaadin/ui/Field.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/UriFragmentUtility.java
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | | | | | svn changeset:22317/svn branch:6.7
* | #7912 Remove support for IE6Leif Åstrand2011-11-091-2/+0
|/
* #6630 improved submitUpload so that upload started listeners now trigger ↵Matti Tahvonen2011-09-011-1/+1
| | | | | | server side event svn changeset:20781/svn branch:6.6
* Fixed issue with file upload dialog not closing when selecting file #7135John Alhroos2011-06-221-2/+4
| | | | svn changeset:19499/svn branch:6.6
* fixes #6881, VUpload now creates a fresh target frame if the server side ↵Matti Tahvonen2011-05-031-0/+9
| | | | | | reports the upload should be ready to receive svn changeset:18618/svn branch:6.6
* merged fix for #6642Matti Tahvonen2011-04-201-14/+16
| | | | svn changeset:18411/svn branch:6.6
* fixes #6842, descriptions now shown from the whole componentMatti Tahvonen2011-04-151-0/+11
| | | | svn changeset:18319/svn branch:6.6
* code formatMatti Tahvonen2011-04-151-2/+2
| | | | svn changeset:18318/svn branch:6.6
* merged #6772 related changes to 6.6Matti Tahvonen2011-04-071-1/+3
| | | | svn changeset:18161/svn branch:6.6
* #6630 forcing upload start now possible with java api. Also (related to ↵Matti Tahvonen2011-04-011-1/+10
| | | | | | this) setting uploadButtonCaption to null, hides the upload button (this way there is no need to use css for this). svn changeset:18078/svn branch:6.6
* #6000 - Replace DeferredCommand.add with Scheduler.scheduleDeferredArtur Signell2010-11-161-2/+2
| | | | svn changeset:16012/svn branch:6.5
* refactored handling of Receiver's lots of other upload related improvements. ↵Matti Tahvonen2010-10-081-1/+1
| | | | | | 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
* Fixed compiler warnings in demo and core source (#2274)Artur Signell2010-10-071-1/+0
| | | | svn changeset:15451/svn branch:6.5
* #5613 Converted our own client side code to use VConsole instead of ↵Matti Tahvonen2010-09-171-8/+5
| | | | | | ApplicationConnection.getConsole svn changeset:14989/svn branch:6.4
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-4/+2
| | | | svn changeset:14496/svn branch:6.4
* fixes #4654, added virtual client side synchronization for UI check that ↵Matti Tahvonen2010-05-071-1/+9
| | | | | | happens after the upload started event svn changeset:13085/svn branch:6.3
* fixes #4605Matti Tahvonen2010-04-291-24/+115
| | | | svn changeset:12930/svn branch:6.3
* Merged fix and test case for #3525 - "Cannot re-enable a disabled upload ↵Artur Signell2009-11-101-7/+12
| | | | | | component" from 6.1 svn changeset:9714/svn branch:6.2
* Fixes #3231: VUpload depends on VNativeButton internal implementationJouni Koivuviita2009-08-271-6/+3
| | | | | | Changed the button from GWT Button to Vaadin VButton. svn changeset:8561/svn branch:6.1
* minor changes for upload and its themeMatti Tahvonen2009-08-051-3/+3
| | | | svn changeset:8443/svn branch:6.0
* multiple upload related enhancementsMatti Tahvonen2009-08-051-39/+116
| | | | | | | | | - implemented interruption of upload #963 - added generics - changed deprecated gwt methods to 1.6 handlers - immediate mode now works (also styled as "one button upload") svn changeset:8442/svn branch:6.0
* #2904 Renamed CSS prefix "i-" to "v-"Henri Sara2009-05-121-1/+1
| | | | svn changeset:7752/svn branch:6.0
* #2904 Change client side class name prefixes I -> V (class names only, not ↵Henri Sara2009-05-111-0/+152
yet CSS prefixes) svn changeset:7742/svn branch:6.0