Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved client files to a client src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -551/+0 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+3 |
| | |||||
* | Refactor error messages not to use UIDL (#8437). | Henri Sara | 2012-03-21 | 1 | -11/+0 |
| | | | | This change removes support for error messages on tabs of a tabsheet or an accordion. Those should be implemented differently if needed. | ||||
* | Connector -> ServerConnector | Artur Signell | 2012-03-14 | 1 | -2/+2 |
| | |||||
* | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMap | Artur Signell | 2012-02-27 | 1 | -6/+6 |
| | | | accordingly | ||||
* | Split Paintable from Widget so we have VPaintable (paintable without any | Artur Signell | 2012-01-22 | 1 | -6/+6 |
| | | | Widget), VPaintableWidget (paintable connected to a widget). | ||||
* | Split Paintable handling from ApplicationConnection to PaintableMap. | Artur Signell | 2012-01-20 | 1 | -2/+4 |
| | |||||
* | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -1/+1 |
| | | | | svn changeset:22317/svn branch:6.7 | ||||
* | javadocs | Matti Tahvonen | 2010-04-09 | 1 | -0/+7 |
| | | | | svn changeset:12425/svn branch:6.3 | ||||
* | added missing method | Matti Tahvonen | 2010-04-06 | 1 | -0/+15 |
| | | | | svn changeset:12337/svn branch:6.3 | ||||
* | Added javadoc, fixes #3856 | Marc Englund | 2009-12-17 | 1 | -4/+250 |
| | | | | svn changeset:10378/svn branch:6.2 | ||||
* | fixed obvious bug in non-used soon to be deprecated method :-) | Matti Tahvonen | 2009-12-17 | 1 | -1/+1 |
| | | | | svn changeset:10377/svn branch:6.2 | ||||
* | replaced(depracated) paintReference with addAttribute(String,Paintable) and ↵ | Matti Tahvonen | 2009-12-14 | 1 | -0/+10 |
| | | | | | | | | added addVariable(VariableOwner, String, Paintable) method (updates already worked) fixes #3654, #2854 svn changeset:10286/svn branch:6.2 | ||||
* | fixes converting uidl to xml string. Visible in some error messages. | Matti Tahvonen | 2009-09-08 | 1 | -1/+1 |
| | | | | svn changeset:8693/svn branch:6.1 | ||||
* | fixes a regression since UIDL refactoring (non-hosted mode only) | Matti Tahvonen | 2009-08-25 | 1 | -1/+1 |
| | | | | svn changeset:8544/svn branch:6.1 | ||||
* | fixed regression since UIDL rewrite | Matti Tahvonen | 2009-08-24 | 1 | -1/+1 |
| | | | | svn changeset:8529/svn branch:6.1 | ||||
* | Large pile of various optimizations and small bug fixes. Changeset has a ↵ | Matti Tahvonen | 2009-08-20 | 1 | -346/+155 |
| | | | | | | | | | | | | | | | great regression risk, blame me on new odd bugs. * default alignments/expandratios now not transported over uidl * added new map type to painttarget * rewrote UIDL with overlay type * ditched gwt JSON implementation instead of own "overlay type" altogether * using arraylist instead of vector in all places on client side * optimized a bit LocaleService * rewrote uidl browsers in debug window (now does not stall IE that easily with large changesets) svn changeset:8516/svn branch:6.1 | ||||
* | fixes #2909 + cleanup and generics for UIDL class | Matti Tahvonen | 2009-05-20 | 1 | -45/+43 |
| | | | | svn changeset:7915/svn branch:6.0 | ||||
* | #2904 Change client side class name prefixes I -> V (class names only, not ↵ | Henri Sara | 2009-05-11 | 1 | -5/+5 |
| | | | | | | yet CSS prefixes) svn changeset:7742/svn branch:6.0 | ||||
* | #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin" | Henri Sara | 2009-05-11 | 1 | -0/+472 |
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0 |