Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved client files to a client src folder (#9299) | Artur Signell | 2012-08-13 | 28 | -2125/+0 |
| | |||||
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 18 | -54/+17 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 8 | -0/+18 |
| | |||||
* | Use class references instead of class names for AcceptCriterion (#8641) | Henri Sara | 2012-06-21 | 14 | -17/+31 |
| | |||||
* | Eliminate scanning for accept criteria by reversed annotation (#8641) | Henri Sara | 2012-06-20 | 14 | -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öm | 2012-06-11 | 1 | -7/+14 |
|\ | | | | | | | | | Conflicts: src/com/vaadin/ui/TreeTable.java | ||||
| * | [merge from 6.7] Rename illogical local variable | Automerge | 2012-05-16 | 1 | -3/+3 |
| | | | | | | | | svn changeset:23752/svn branch:6.8 | ||||
| * | [merge from 6.7] Take viewport scrolling into account when calculating drop ↵ | Automerge | 2012-05-15 | 1 | -5/+12 |
| | | | | | | | | | | | | position (#6021) svn changeset:23749/svn branch:6.8 | ||||
* | | Moved each component to its own package on client side | Artur Signell | 2012-04-12 | 1 | -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 Signell | 2012-03-27 | 7 | -12/+10 |
| | | | | | | | | Renamed Paintable -> Connector. | ||||
* | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-03-23 | 1 | -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 ↵ | Automerge | 2012-03-22 | 1 | -0/+4 |
| | | | | | | | | | | | | all cases svn changeset:23285/svn branch:6.8 | ||||
* | | Moved Connector -> Connector Id mapping to AbstractComponent | Artur Signell | 2012-03-21 | 1 | -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) to | Artur Signell | 2012-03-02 | 1 | -2/+4 |
| | | | | | | a separate class to avoid class loading problems on the server. | ||||
* | | Organized imports and formatted all java files | Artur Signell | 2012-02-28 | 5 | -11/+11 |
| | | |||||
* | | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMap | Artur Signell | 2012-02-27 | 9 | -33/+33 |
| | | | | | | accordingly | ||||
* | | getWidgetForPaintable -> getWidget | Artur Signell | 2012-02-27 | 1 | -2/+2 |
| | | |||||
* | | Split Paintable from Widget so we have VPaintable (paintable without any | Artur Signell | 2012-01-22 | 9 | -35/+37 |
| | | | | | | Widget), VPaintableWidget (paintable connected to a widget). | ||||
* | | Split Paintable handling from ApplicationConnection to PaintableMap. | Artur Signell | 2012-01-20 | 3 | -8/+19 |
|/ | |||||
* | Merged #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 30 | -30/+30 |
|\ | | | | | | | svn changeset:22325/svn branch:6.8 | ||||
| * | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 30 | -30/+30 |
| | | | | | | | | svn changeset:22317/svn branch:6.7 | ||||
* | | dragandropwrapper can now initiate html5 drags, fixes #7833 | Matti Tahvonen | 2011-11-21 | 2 | -5/+23 |
|/ | | | | svn changeset:22081/svn branch:6.8 | ||||
* | Made the LicenseInJavaFiles test pass | Jonatan Kronqvist | 2011-08-24 | 2 | -0/+6 |
| | | | | svn changeset:20616/svn branch:6.7 | ||||
* | fixes #6956 | Matti Tahvonen | 2011-05-10 | 1 | -0/+1 |
| | | | | svn changeset:18734/svn branch:6.6 | ||||
* | fixes #6661 | Matti Tahvonen | 2011-04-19 | 1 | -1/+3 |
| | | | | svn changeset:18370/svn branch:6.6 | ||||
* | #6813: cleanup: renamed a helper method to be symmetric to adder. | Matti Tahvonen | 2011-04-18 | 1 | -3/+3 |
| | | | | svn changeset:18349/svn branch:6.6 | ||||
* | merged [18283] from 6.5 | Matti Tahvonen | 2011-04-14 | 1 | -1/+2 |
| | | | | svn changeset:18285/svn branch:6.6 | ||||
* | #6813: VDragAndDropManager now marks the source Paintable with a class name ↵ | Matti Tahvonen | 2011-04-13 | 1 | -2/+48 |
| | | | | | | during a drag and drop procedure svn changeset:18275/svn branch:6.6 | ||||
* | some work towards touch UI support | Matti Tahvonen | 2011-02-28 | 3 | -9/+60 |
| | | | | svn changeset:17509/svn branch:6.6 | ||||
* | NPE fix. | John Alhroos | 2010-12-09 | 1 | -5/+8 |
| | | | | svn changeset:16435/svn branch:6.5 | ||||
* | removed unused code from html5 file handling (old FF36 support via ↵ | Matti Tahvonen | 2010-10-15 | 1 | -25/+0 |
| | | | | | | multipartrequest) svn changeset:15568/svn branch:6.5 | ||||
* | #5692 Generics: VTargetDetailIs | Henri Sara | 2010-10-04 | 1 | -1/+1 |
| | | | | svn changeset:15372/svn branch:6.5 | ||||
* | #5613 Converted our own client side code to use VConsole instead of ↵ | Matti Tahvonen | 2010-09-17 | 1 | -3/+2 |
| | | | | | | ApplicationConnection.getConsole svn changeset:14989/svn branch:6.4 | ||||
* | Formatted using Eclipse Helios / Windows XP | Artur Signell | 2010-08-16 | 2 | -4/+4 |
| | | | | svn changeset:14496/svn branch:6.4 | ||||
* | Formatted /src using Vaadin Java Conventions 20071114 | Artur Signell | 2010-06-28 | 1 | -2/+2 |
| | | | | svn changeset:13933/svn branch:6.4 | ||||
* | Formatted /src using Vaadin Java Conventions 20071114 | Artur Signell | 2010-06-28 | 3 | -3/+2 |
| | | | | svn changeset:13932/svn branch:6.4 | ||||
* | fixes #4559. Sanity checks for event target + cleanup. | Matti Tahvonen | 2010-05-03 | 1 | -19/+24 |
| | | | | svn changeset:12989/svn branch:6.3 | ||||
* | fixes #4556 | Matti Tahvonen | 2010-04-26 | 1 | -2/+1 |
| | | | | svn changeset:12844/svn branch:6.3 | ||||
* | enum type support for accept criteria | Matti Tahvonen | 2010-04-13 | 1 | -1/+5 |
| | | | | svn changeset:12493/svn branch:6.3 | ||||
* | cleaning up dd related debug code, fixes #4468 | Matti Tahvonen | 2010-04-07 | 2 | -58/+24 |
| | | | | svn changeset:12351/svn branch:6.3 | ||||
* | fixes #4392 | Matti Tahvonen | 2010-03-30 | 1 | -21/+43 |
| | | | | svn changeset:12244/svn branch:6.3 | ||||
* | fixes #4395 | Matti Tahvonen | 2010-03-26 | 1 | -1/+1 |
| | | | | svn changeset:12125/svn branch:6.3 | ||||
* | fixed name and javadocs for gwt generator used to build criteria map | Matti Tahvonen | 2010-03-24 | 1 | -22/+6 |
| | | | | svn changeset:12081/svn branch:6.3 | ||||
* | removed obsolete todo | Matti Tahvonen | 2010-03-24 | 1 | -2/+2 |
| | | | | svn changeset:12080/svn branch:6.3 | ||||
* | renaming criteria | Matti Tahvonen | 2010-03-24 | 1 | -6/+6 |
| | | | | svn changeset:12074/svn branch:6.3 | ||||
* | renaming criteria | Matti Tahvonen | 2010-03-24 | 1 | -1/+1 |
| | | | | svn changeset:12073/svn branch:6.3 | ||||
* | renaming criteria | Matti Tahvonen | 2010-03-24 | 1 | -1/+1 |
| | | | | svn changeset:12072/svn branch:6.3 | ||||
* | fixes #4391 + optimization (store only one pending criteria check) | Matti Tahvonen | 2010-03-23 | 1 | -9/+10 |
| | | | | svn changeset:12042/svn branch:6.3 | ||||
* | refactored AbstractSelect criteria (hopefully better names now) | Matti Tahvonen | 2010-03-23 | 2 | -12/+32 |
| | | | | svn changeset:12034/svn branch:6.3 | ||||
* | finished rename | Matti Tahvonen | 2010-03-23 | 1 | -1/+1 |
| | | | | svn changeset:12023/svn branch:6.3 |