aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/dd
Commit message (Collapse)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-1328-2125/+0
|
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-2718-54/+17
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-238-0/+18
|
* Use class references instead of class names for AcceptCriterion (#8641)Henri Sara2012-06-2114-17/+31
|
* Eliminate scanning for accept criteria by reversed annotation (#8641)Henri Sara2012-06-2014-1/+58
| | | | | | | The new annotation is called AcceptCriterion and is on the client side class, pointing to the server side implementation. This change also addresses #5956 (avoid loading classes when scanning - no more scanning for criteria) and #6750 (logging).
* Merge commit 'ecd026'Johannes Dahlström2012-06-111-7/+14
|\ | | | | | | | | Conflicts: src/com/vaadin/ui/TreeTable.java
| * [merge from 6.7] Rename illogical local variableAutomerge2012-05-161-3/+3
| | | | | | | | svn changeset:23752/svn branch:6.8
| * [merge from 6.7] Take viewport scrolling into account when calculating drop ↵Automerge2012-05-151-5/+12
| | | | | | | | | | | | position (#6021) svn changeset:23749/svn branch:6.8
* | Moved each component to its own package on client sideArtur Signell2012-04-121-2/+2
| | | | | | | | | | | | 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 unnecessary deprecated getConnectorId methods. Artur Signell2012-03-277-12/+10
| | | | | | | | Renamed Paintable -> Connector.
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-03-231-0/+4
|\| | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VEmbedded.java tests/testbench/com/vaadin/tests/components/embedded/EmbeddedPdf.java
| * [merge from 6.7] Fixed #8524 - properly update currentDrag elementOver in ↵Automerge2012-03-221-0/+4
| | | | | | | | | | | | all cases svn changeset:23285/svn branch:6.8
* | Moved Connector -> Connector Id mapping to AbstractComponentArtur Signell2012-03-211-1/+1
| | | | | | | | | | Moved Connector Id -> Connector mapping to Application Moved dirty connector tracking to Root Removed adding of
* | Separated construction of MouseEventDetails (depends on GWT classes) toArtur Signell2012-03-021-2/+4
| | | | | | a separate class to avoid class loading problems on the server.
* | Organized imports and formatted all java filesArtur Signell2012-02-285-11/+11
| |
* | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-279-33/+33
| | | | | | accordingly
* | getWidgetForPaintable -> getWidgetArtur Signell2012-02-271-2/+2
| |
* | Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-229-35/+37
| | | | | | Widget), VPaintableWidget (paintable connected to a widget).
* | Split Paintable handling from ApplicationConnection to PaintableMap.Artur Signell2012-01-203-8/+19
|/
* Merged #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-0830-30/+30
|\ | | | | | | svn changeset:22325/svn branch:6.8
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-0830-30/+30
| | | | | | | | svn changeset:22317/svn branch:6.7
* | dragandropwrapper can now initiate html5 drags, fixes #7833Matti Tahvonen2011-11-212-5/+23
|/ | | | svn changeset:22081/svn branch:6.8
* Made the LicenseInJavaFiles test passJonatan Kronqvist2011-08-242-0/+6
| | | | svn changeset:20616/svn branch:6.7
* fixes #6956Matti Tahvonen2011-05-101-0/+1
| | | | svn changeset:18734/svn branch:6.6
* fixes #6661Matti Tahvonen2011-04-191-1/+3
| | | | svn changeset:18370/svn branch:6.6
* #6813: cleanup: renamed a helper method to be symmetric to adder.Matti Tahvonen2011-04-181-3/+3
| | | | svn changeset:18349/svn branch:6.6
* merged [18283] from 6.5Matti Tahvonen2011-04-141-1/+2
| | | | svn changeset:18285/svn branch:6.6
* #6813: VDragAndDropManager now marks the source Paintable with a class name ↵Matti Tahvonen2011-04-131-2/+48
| | | | | | during a drag and drop procedure svn changeset:18275/svn branch:6.6
* some work towards touch UI supportMatti Tahvonen2011-02-283-9/+60
| | | | svn changeset:17509/svn branch:6.6
* NPE fix.John Alhroos2010-12-091-5/+8
| | | | svn changeset:16435/svn branch:6.5
* removed unused code from html5 file handling (old FF36 support via ↵Matti Tahvonen2010-10-151-25/+0
| | | | | | multipartrequest) svn changeset:15568/svn branch:6.5
* #5692 Generics: VTargetDetailIsHenri Sara2010-10-041-1/+1
| | | | svn changeset:15372/svn branch:6.5
* #5613 Converted our own client side code to use VConsole instead of ↵Matti Tahvonen2010-09-171-3/+2
| | | | | | ApplicationConnection.getConsole svn changeset:14989/svn branch:6.4
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-162-4/+4
| | | | svn changeset:14496/svn branch:6.4
* Formatted /src using Vaadin Java Conventions 20071114Artur Signell2010-06-281-2/+2
| | | | svn changeset:13933/svn branch:6.4
* Formatted /src using Vaadin Java Conventions 20071114Artur Signell2010-06-283-3/+2
| | | | svn changeset:13932/svn branch:6.4
* fixes #4559. Sanity checks for event target + cleanup.Matti Tahvonen2010-05-031-19/+24
| | | | svn changeset:12989/svn branch:6.3
* fixes #4556Matti Tahvonen2010-04-261-2/+1
| | | | svn changeset:12844/svn branch:6.3
* enum type support for accept criteriaMatti Tahvonen2010-04-131-1/+5
| | | | svn changeset:12493/svn branch:6.3
* cleaning up dd related debug code, fixes #4468Matti Tahvonen2010-04-072-58/+24
| | | | svn changeset:12351/svn branch:6.3
* fixes #4392Matti Tahvonen2010-03-301-21/+43
| | | | svn changeset:12244/svn branch:6.3
* fixes #4395Matti Tahvonen2010-03-261-1/+1
| | | | svn changeset:12125/svn branch:6.3
* fixed name and javadocs for gwt generator used to build criteria mapMatti Tahvonen2010-03-241-22/+6
| | | | svn changeset:12081/svn branch:6.3
* removed obsolete todoMatti Tahvonen2010-03-241-2/+2
| | | | svn changeset:12080/svn branch:6.3
* renaming criteriaMatti Tahvonen2010-03-241-6/+6
| | | | svn changeset:12074/svn branch:6.3
* renaming criteriaMatti Tahvonen2010-03-241-1/+1
| | | | svn changeset:12073/svn branch:6.3
* renaming criteriaMatti Tahvonen2010-03-241-1/+1
| | | | svn changeset:12072/svn branch:6.3
* fixes #4391 + optimization (store only one pending criteria check)Matti Tahvonen2010-03-231-9/+10
| | | | svn changeset:12042/svn branch:6.3
* refactored AbstractSelect criteria (hopefully better names now)Matti Tahvonen2010-03-232-12/+32
| | | | svn changeset:12034/svn branch:6.3
* finished renameMatti Tahvonen2010-03-231-1/+1
| | | | svn changeset:12023/svn branch:6.3