aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/UIDL.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-131-551/+0
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+3
|
* Refactor error messages not to use UIDL (#8437).Henri Sara2012-03-211-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 -> ServerConnectorArtur Signell2012-03-141-2/+2
|
* #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-271-6/+6
| | | accordingly
* Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-6/+6
| | | Widget), VPaintableWidget (paintable connected to a widget).
* Split Paintable handling from ApplicationConnection to PaintableMap.Artur Signell2012-01-201-2/+4
|
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | svn changeset:22317/svn branch:6.7
* javadocsMatti Tahvonen2010-04-091-0/+7
| | | | svn changeset:12425/svn branch:6.3
* added missing methodMatti Tahvonen2010-04-061-0/+15
| | | | svn changeset:12337/svn branch:6.3
* Added javadoc, fixes #3856Marc Englund2009-12-171-4/+250
| | | | svn changeset:10378/svn branch:6.2
* fixed obvious bug in non-used soon to be deprecated method :-)Matti Tahvonen2009-12-171-1/+1
| | | | svn changeset:10377/svn branch:6.2
* replaced(depracated) paintReference with addAttribute(String,Paintable) and ↵Matti Tahvonen2009-12-141-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 Tahvonen2009-09-081-1/+1
| | | | svn changeset:8693/svn branch:6.1
* fixes a regression since UIDL refactoring (non-hosted mode only)Matti Tahvonen2009-08-251-1/+1
| | | | svn changeset:8544/svn branch:6.1
* fixed regression since UIDL rewriteMatti Tahvonen2009-08-241-1/+1
| | | | svn changeset:8529/svn branch:6.1
* Large pile of various optimizations and small bug fixes. Changeset has a ↵Matti Tahvonen2009-08-201-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 classMatti Tahvonen2009-05-201-45/+43
| | | | svn changeset:7915/svn branch:6.0
* #2904 Change client side class name prefixes I -> V (class names only, not ↵Henri Sara2009-05-111-5/+5
| | | | | | yet CSS prefixes) svn changeset:7742/svn branch:6.0
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+472
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0