aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server/JsonPaintTarget.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-1022/+0
|
* Make JsonPaintTarget use ResourceReference for getting urls (#9212)Leif Åstrand2012-08-061-29/+4
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+31
|
* Added rootId to stream variables URLs (#9034)Artur Signell2012-06-291-3/+2
|
* Merge branch '6.8'Johannes Dahlström2012-06-191-31/+9
|\ | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/draganddropwrapper/VDragAndDropWrapper.java src/com/vaadin/terminal/gwt/client/ui/form/VForm.java src/com/vaadin/terminal/gwt/client/ui/window/VWindow.java tests/server-side/com/vaadin/tests/VaadinClasses.java Removed Java5-incompatible @Override annotations
* | Merge commit '17c14'Johannes Dahlström2012-06-121-9/+43
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/util/MethodPropertyDescriptor.java src/com/vaadin/data/util/sqlcontainer/SQLContainer.java src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java src/com/vaadin/terminal/gwt/server/DragAndDropService.java src/com/vaadin/terminal/gwt/server/JsonPaintTarget.java src/com/vaadin/terminal/gwt/widgetsetutils/ClassPathExplorer.java src/com/vaadin/ui/Table.java tests/testbench/com/vaadin/launcher/ApplicationRunnerServlet.java
| * #8297 Do not use static logger instancesHenri Sara2012-06-051-15/+19
| | | | | | | | svn changeset:23882/svn branch:6.8
| * [merge from 6.7] Don't paint references to orphan components #8730Automerge2012-05-031-0/+9
| | | | | | | | svn changeset:23668/svn branch:6.8
* | Initial extension support (#6690)Leif Åstrand2012-06-061-4/+5
| |
* | Avoid unnecessary spaces in UIDLArtur Signell2012-05-111-2/+2
| |
* | Component no longer implements PaintableArtur Signell2012-04-121-48/+26
| |
* | Fixed problem with anonymous classes and with AbstractComponent mappingArtur Signell2012-04-041-5/+8
| |
* | Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-158/+16
| |
* | Replaced "defer" status with "cached" to be more Vaadin 6 compatibleArtur Signell2012-03-301-2/+3
| |
* | Paintable -> ConnectorArtur Signell2012-03-251-1/+1
| |
* | Refactor error messages not to use UIDL (#8437).Henri Sara2012-03-211-23/+1
| | | | | | | | This change removes support for error messages on tabs of a tabsheet or an accordion. Those should be implemented differently if needed.
* | Refactor error messages on server side (#8437).Henri Sara2012-03-211-4/+8
| | | | | | | | This is an intermediate step towards moving error messages from UIDL to shared state.
* | Code cleanup for paint/dirty state tracking changesArtur Signell2012-03-211-46/+13
| |
* | repaintRequestListenersNotified and "cached" are no longer neededArtur Signell2012-03-211-0/+3
| |
* | Moved Connector -> Connector Id mapping to AbstractComponentArtur Signell2012-03-211-52/+50
| | | | | | | | | | Moved Connector Id -> Connector mapping to Application Moved dirty connector tracking to Root Removed adding of
* | Always paint child components as deferred to ensure the state is sent toArtur Signell2012-03-151-6/+6
| | | | | | the client
* | Defer nested components to paint them as top-level changes (#8304).Henri Sara2012-02-101-16/+30
| | | | | | | | | | Refactoring and changes to paint nested component contents after the component in which they are nested. The client side can create uninitialized components immediately but defer configuring them.
* | Refactor paint target to use startPaintable() and endPaintable().Henri Sara2012-02-091-7/+33
| | | | | | | | Also includes initial steps towards support for a queue of components to paint separately on the top level.
* | Remove @ClientWidget for RootLeif Åstrand2011-12-221-0/+4
|/ | | | | | The annotation causes problems when reading other annotations in application servers with too eager classloaders. The annotation is also useless as the client side widget for Root is hardcoded in the widgetset.
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
| | | | svn changeset:22317/svn branch:6.7
* #7822 Loading Vaadin application in JBoss AS 7 throws java.lang.LinkageErrorLeif Åstrand2011-10-211-3/+25
| | | | svn changeset:21773/svn branch:6.7
* #7479 Fix for Windows: The name of a resource is a '/'-separated path, not ↵Artur Signell2011-10-111-3/+1
| | | | | | File.separatorChar separated svn changeset:21682/svn branch:6.7
* #7479 WebSphere 8 class loading problem workaround (similar to old GlassFish ↵Henri Sara2011-08-311-43/+67
| | | | | | 3.0.0 workaround) svn changeset:20778/svn branch:6.7
* Review fixes for #6766Jonatan Kronqvist2011-08-021-8/+9
| | | | svn changeset:20068/svn branch:6.7
* Implemented review comments for #6766Jonatan Kronqvist2011-08-011-6/+8
| | | | svn changeset:20063/svn branch:6.7
* Fix for #6766 - don't repaint the entire table when selecting an itemJonatan Kronqvist2011-06-171-0/+9
| | | | svn changeset:19440/svn branch:6.7
* merging fixes from 6.5Matti Tahvonen2011-04-201-1/+1
| | | | svn changeset:18407/svn branch:6.6
* merged #6772 related changes to 6.6Matti Tahvonen2011-04-071-10/+1
| | | | svn changeset:18161/svn branch:6.6
* #5741 : modified stream variables so that component developers can use the ↵Matti Tahvonen2010-11-111-5/+8
| | | | | | same post target several times without repaint. Bit more complex implementation, but on the other hand makes component developers job bit easier in some situations (eg. synchronizations, third party integrations). Still need to verify that this works at least in liferay and gatein portals. EasyUploads with flash multiple file upload fallback for IE will verify tomorrow. svn changeset:15971/svn branch:6.5
* method and class renames and cleaning up TODOsMatti Tahvonen2010-11-111-1/+1
| | | | svn changeset:15962/svn branch:6.5
* #5743, #5742, #5741, #4275 related refactoring. Renamed ↵Matti Tahvonen2010-11-031-3/+2
| | | | | | com.vaadin.terminal.Receiver (introduced earlier in this dev branch) to StreamVariable and combined ReceiverOwner methods to it. Resetted Upload.Receiver to 6.4 state, DD wrapper uses StreamVariable based API (breaking change, but very rare code atm) svn changeset:15849/svn branch:6.5
* This is the implementation of the server-side logging featureJonatan Kronqvist2010-10-121-14/+21
| | | | | | | | | - Changed some loglevels according to review - Don't log unecessary stacktraces in portlets - printStackTrace:s replaced with JUL logging - System.out and System.errs replaced with JUL logging svn changeset:15493/svn branch:6.5
* refactored handling of Receiver's lots of other upload related improvements. ↵Matti Tahvonen2010-10-081-0/+9
| | | | | | 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-0/+1
| | | | svn changeset:15451/svn branch:6.5
* Removed the unused class JsonPaintTarget.JsonTag.TagCounterHenri Sara2010-07-011-19/+0
| | | | svn changeset:13988/svn branch:6.4
* Merged [11571] from 6.2Artur Signell2010-04-091-1/+12
| | | | svn changeset:12455/svn branch:6.3
* Merged [10686]-[10689] from 6.2Artur Signell2010-01-121-1/+1
| | | | svn changeset:10697/svn branch:6.3
* Merged revisions [10620]-[10678] from 6.2Artur Signell2010-01-121-20/+81
| | | | svn changeset:10693/svn branch:6.3
* fixes #3920, workaround for glassfish 3 bugMatti Tahvonen2009-12-301-3/+20
| | | | svn changeset:10584/svn branch:6.2
* cleaned redundancy, added deprecated annotationMatti Tahvonen2009-12-141-2/+2
| | | | svn changeset:10287/svn branch:6.2
* replaced(depracated) paintReference with addAttribute(String,Paintable) and ↵Matti Tahvonen2009-12-141-205/+44
| | | | | | | | added addVariable(VariableOwner, String, Paintable) method (updates already worked) fixes #3654, #2854 svn changeset:10286/svn branch:6.2
* Portlet 2.0 partial review, some javadoc, removed debug printouts and minor ↵Henri Sara2009-11-241-57/+60
| | | | | | refactoring svn changeset:9965/svn branch:portlet_2.0
* Removed dependency on CommunicationManagerPetter Holmström2009-11-061-1/+1
| | | | svn changeset:9660/svn branch:portlet_2.0
* More refactorings.Petter Holmström2009-11-041-6/+6
| | | | svn changeset:9609/svn branch:portlet_2.0
* CommunicationManager is no longer dependent on the Portlet API. The ↵Petter Holmström2009-11-031-2/+2
| | | | | | refactored API seems to work using portlets, I have no idea whether it works using servlets. svn changeset:9601/svn branch:portlet_2.0