aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java
Commit message (Expand)AuthorAgeFilesLines
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
* Removed svn:executable property to avoid problems with Git on WindowsArtur Signell2011-11-081-0/+0
* Merged changes from 6.6Henri Sara2011-09-271-9/+45
* small fixes to debug windowMatti Tahvonen2011-09-081-1/+2
* debug console enhancements. Somebody should kick my butt for not doing this e...Matti Tahvonen2011-09-061-1/+12
* #7020 VNotification should be created with GWT.create()Leif Åstrand2011-08-111-2/+3
* Merged changes from 6.6Henri Sara2011-08-111-1/+1
|\
| * #7272 Firefox 5 (and 6) occasionally fail to load theme CSSArtur Signell2011-08-091-1/+1
| * #7106, forgotten commitMatti Tahvonen2011-06-061-1/+2
* | #7284 Disabling a VNativeButton should set v-disabled styleArtur Signell2011-07-181-1/+3
* | Merge from 6.6Henri Sara2011-06-161-1/+2
|\ \ | |/ |/|
| * fixes #6772: Application resources and stream variables now relatively parsed...Matti Tahvonen2011-04-061-0/+3
* | Renamed a method based on review #6936Jonatan Kronqvist2011-05-051-1/+1
* | Fixes #6936 - extended the browser info timezone apiJonatan Kronqvist2011-05-051-2/+6
* | fixes #6724Matti Tahvonen2011-04-271-1/+1
* | Fixes #5423 Warns serverside if widgetset does not match vaadin versionMarc Englund2011-04-261-1/+3
* | #6885 Split makeUidlRequest into makeUidlRequest+doUidlRequest+doAsyncUIDLReq...Artur Signell2011-04-261-89/+126
* | merged #6772 related changes to 6.6Matti Tahvonen2011-04-071-0/+3
* | Implements #6691 get timezone offset from client.Marc Englund2011-03-291-67/+72
|/
* opening api for customized communication implementationsMatti Tahvonen2011-01-181-2/+2
* Minor refactorings and opening api for customized communication implementationsMatti Tahvonen2011-01-181-3/+11
* fixed two bugs that prevents paintables to be cleaned. Commented out some obs...Matti Tahvonen2011-01-111-2/+13
* Removed obsolete (?) pathInfo, previously (a very long time ago) used to iden...Matti Tahvonen2011-01-041-1/+1
* relocated debug code to helper class + fixed bug when reporting variables and...Matti Tahvonen2010-12-281-41/+1
* #6035 - Icons are no longer transparent in MenuBar in IE6Artur Signell2010-12-271-1/+1
* NPE fixJohn Alhroos2010-12-201-3/+6
* avoid obsolete warnings on repaints without page reload (like using the analy...Matti Tahvonen2010-12-161-1/+11
* #6150 tuning. Avoid npe caused by fix. Most likely a bug in components can ca...Matti Tahvonen2010-12-161-1/+1
* #6150 tuning. Avoid npe caused by fix. Most likely a bug in components can ca...Matti Tahvonen2010-12-161-2/+13
* null check for #6150 + fixes #6158Matti Tahvonen2010-12-141-3/+47
* fixes #6150, see also #6060, #6061Matti Tahvonen2010-12-141-2/+29
* Fix for #4632 - isActive should wait for DeferredCommands to finish executingArtur Signell2010-11-231-26/+6
* Updated javadoc and removed references to deprecated DeferredCommandArtur Signell2010-11-191-10/+10
* Fixes #5911 - ApplicationConnection assumes portlet urls contain parametersArtur Signell2010-11-181-17/+63
* Suppressed warningsArtur Signell2010-11-161-3/+2
* #6000 - Replace DeferredCommand.add with Scheduler.scheduleDeferredArtur Signell2010-11-161-2/+3
* avoid flickering communication error message when leaving the pageMatti Tahvonen2010-11-121-2/+3
* opening for extensionMatti Tahvonen2010-10-311-1/+2
* Improving client side extensibility: CommunicationManager now created with GW...Matti Tahvonen2010-10-311-99/+117
* fixes #5888, AC now checks against Focusable instead of FocusWidget when upda...Matti Tahvonen2010-10-261-4/+9
* Allow overriding VViewMatti Tahvonen2010-10-191-1/+2
* Fixed use of deprecated alignment method and theme constants (#5749)Artur Signell2010-10-071-1/+0
* #5613 Client side logging related improvementsMatti Tahvonen2010-09-171-104/+75
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-34/+29
* Added authentication error checking in ApplicationConnection. Needed when usi...John Alhroos2010-08-051-15/+54
* enhancements to widget implementation replacementMatti Tahvonen2010-07-141-10/+15
* Fix for #5333 - Original JSON text is promised but not included if server res...Artur Signell2010-07-091-2/+2
* Additional fix for VView click handlers (#5038)Artur Signell2010-07-071-3/+10
* VView now properly registered to applicationconnection, fixes regression with...Matti Tahvonen2010-06-281-0/+4
* Added communication error details to error popup. #4502John Alhroos2010-06-221-10/+17