]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
16 years agobetter random words
Matti Tahvonen [Thu, 31 Jan 2008 14:49:11 +0000 (14:49 +0000)]
better random words

svn changeset:3686/svn branch:trunk

16 years agoFixed PiggybackListener.equals()
Marc Englund [Thu, 31 Jan 2008 14:12:52 +0000 (14:12 +0000)]
Fixed PiggybackListener.equals()

svn changeset:3685/svn branch:trunk

16 years agoFixed #588 (another partial fix for larger listener problems). AbstractSelect
Jani Laakso [Thu, 31 Jan 2008 13:39:42 +0000 (13:39 +0000)]
Fixed #588 (another partial fix for larger listener problems). AbstractSelect
 * itemSetEventListener and propertySetEventListener contains only unique listeners, hence duplicates are not allowed

svn changeset:3684/svn branch:trunk

16 years agoRemoved synchronized blocks because I forgot that whole CommunicationManager takes...
Jani Laakso [Thu, 31 Jan 2008 11:58:09 +0000 (11:58 +0000)]
Removed synchronized blocks because I forgot that whole CommunicationManager takes care of application level locking => we assume only single thread will access any EventRouter instance at any point.

svn changeset:3683/svn branch:trunk

16 years agoConcurrency issues fixed even further.
Jani Laakso [Thu, 31 Jan 2008 11:13:34 +0000 (11:13 +0000)]
Concurrency issues fixed even further.

svn changeset:3682/svn branch:trunk

16 years agoFixed #588 (partially, other places still need fixes)
Jani Laakso [Thu, 31 Jan 2008 11:06:01 +0000 (11:06 +0000)]
Fixed #588 (partially, other places still need fixes)

EventRouter
 * is now thread safe
 * listenerList contains unique listeners, duplicates are not allowed

ListenerMethod
 * implemented proper equals and hashCode methods

AbstractComponent
 * @deprecated Use {@link #addListener(Class, Object, Method)} or
             {@link #addListener(com.itmill.toolkit.ui.Component.Listener)}
             instead. Using this method is discouraged because it cannot
              be checked during compilation.

svn changeset:3681/svn branch:trunk

16 years agosetWidth(String) and setHeight(String) methods added to Sizeable
Matti Tahvonen [Thu, 31 Jan 2008 10:53:52 +0000 (10:53 +0000)]
setWidth(String) and setHeight(String) methods added to Sizeable

svn changeset:3680/svn branch:trunk

16 years agoFixed two NPE situations.
Marc Englund [Thu, 31 Jan 2008 10:07:59 +0000 (10:07 +0000)]
Fixed two NPE situations.

svn changeset:3679/svn branch:trunk

16 years agoWrapper now piggybacks on listeners in order to update content as appropriate (#1370).
Marc Englund [Thu, 31 Jan 2008 09:39:32 +0000 (09:39 +0000)]
Wrapper now piggybacks on listeners in order to update content as appropriate (#1370).
Also fixed a few NPEs when wrapping a ContainerOrdered.

svn changeset:3678/svn branch:trunk

16 years agoContainerHierarchicalWrapper now notices changes to the wrapped container by piggybac...
Marc Englund [Thu, 31 Jan 2008 09:08:10 +0000 (09:08 +0000)]
ContainerHierarchicalWrapper now notices changes to the wrapped container by piggybacking on listeners added by the wrapper 'user'.

svn changeset:3677/svn branch:trunk

16 years agocleaned and fixed shortcuthandler code
Matti Tahvonen [Wed, 30 Jan 2008 15:11:11 +0000 (15:11 +0000)]
cleaned and fixed shortcuthandler code

svn changeset:3674/svn branch:trunk

16 years agoFixed build.
Jani Laakso [Wed, 30 Jan 2008 14:57:43 +0000 (14:57 +0000)]
Fixed build.

svn changeset:3673/svn branch:trunk

16 years agoAdded one comment.
Marc Englund [Wed, 30 Jan 2008 14:37:57 +0000 (14:37 +0000)]
Added one comment.

svn changeset:3672/svn branch:trunk

16 years agoSelects now listen for changes to item/property as appropriate. Version 1. Table...
Marc Englund [Wed, 30 Jan 2008 14:36:23 +0000 (14:36 +0000)]
Selects now listen for changes to item/property as appropriate. Version 1. Table still needs work (might 'leak' listeners as it is now)

svn changeset:3671/svn branch:trunk

16 years agoFixed #1334
Jani Laakso [Wed, 30 Jan 2008 09:38:31 +0000 (09:38 +0000)]
Fixed #1334

svn changeset:3669/svn branch:trunk

16 years agofixes #1085
Matti Tahvonen [Wed, 30 Jan 2008 07:01:16 +0000 (07:01 +0000)]
fixes #1085

svn changeset:3668/svn branch:trunk

16 years agobetter toString for Table (no more null's in d debugger)
Matti Tahvonen [Wed, 30 Jan 2008 06:42:36 +0000 (06:42 +0000)]
better toString for Table (no more null's in d debugger)

svn changeset:3667/svn branch:trunk

16 years agofixes #97
Matti Tahvonen [Tue, 29 Jan 2008 14:55:08 +0000 (14:55 +0000)]
fixes #97

svn changeset:3666/svn branch:trunk

16 years agobetter doc
Matti Tahvonen [Tue, 29 Jan 2008 12:48:58 +0000 (12:48 +0000)]
better doc

svn changeset:3665/svn branch:trunk

16 years agofixes #1355
Matti Tahvonen [Tue, 29 Jan 2008 09:48:47 +0000 (09:48 +0000)]
fixes #1355

svn changeset:3664/svn branch:trunk

16 years agosetWidth/Height now method in Sizeable
Matti Tahvonen [Mon, 28 Jan 2008 12:51:45 +0000 (12:51 +0000)]
setWidth/Height now method in Sizeable

svn changeset:3663/svn branch:trunk

16 years agocomponent implements sizeable and simple general terminal implementation
Matti Tahvonen [Mon, 28 Jan 2008 10:22:16 +0000 (10:22 +0000)]
component implements sizeable and simple general terminal implementation

svn changeset:3662/svn branch:trunk

16 years agoNon-immediate mode works like it should when not in immediate mode.
Marc Englund [Fri, 25 Jan 2008 15:06:55 +0000 (15:06 +0000)]
Non-immediate mode works like it should when not in immediate mode.
Un-focusing the component will not revert value if the value is valid.

svn changeset:3659/svn branch:trunk

16 years agoenabled feature
Matti Tahvonen [Fri, 25 Jan 2008 08:47:10 +0000 (08:47 +0000)]
enabled feature

svn changeset:3656/svn branch:trunk

16 years agochanged setting repaintRequestListenersNotified flag to same place as in AbstractComp...
Matti Tahvonen [Thu, 24 Jan 2008 14:48:40 +0000 (14:48 +0000)]
changed setting repaintRequestListenersNotified flag to same place as in AbstractComponent (only when listener really found)

svn changeset:3654/svn branch:trunk

16 years agofixes #1331
Matti Tahvonen [Thu, 24 Jan 2008 14:24:57 +0000 (14:24 +0000)]
fixes #1331

svn changeset:3653/svn branch:trunk

16 years agofixes #1332
Matti Tahvonen [Thu, 24 Jan 2008 11:28:20 +0000 (11:28 +0000)]
fixes #1332

svn changeset:3648/svn branch:trunk

16 years agoAdded test for table
Matti Tahvonen [Wed, 23 Jan 2008 06:46:06 +0000 (06:46 +0000)]
Added test for table

svn changeset:3645/svn branch:trunk

16 years agoremoved obsolete method
Matti Tahvonen [Tue, 22 Jan 2008 11:09:40 +0000 (11:09 +0000)]
removed obsolete method

svn changeset:3619/svn branch:trunk

16 years agousing default testing tools uri
Jouni Koivuviita [Fri, 18 Jan 2008 12:52:45 +0000 (12:52 +0000)]
using default testing tools uri

svn changeset:3584/svn branch:trunk

16 years agosmall fix
Marc Englund [Fri, 18 Jan 2008 10:16:54 +0000 (10:16 +0000)]
small fix

svn changeset:3581/svn branch:trunk

16 years agoAdded feature to allow custom logic when user adds new item to select
Matti Tahvonen [Fri, 18 Jan 2008 09:03:23 +0000 (09:03 +0000)]
Added feature to allow custom logic when user adds new item to select

svn changeset:3578/svn branch:trunk

16 years agoApplicationConnection publishes javascript function itmill.forceSync().
Marc Englund [Fri, 18 Jan 2008 08:57:52 +0000 (08:57 +0000)]
ApplicationConnection publishes javascript function itmill.forceSync().
FeatureBrowser contains example.

svn changeset:3577/svn branch:trunk

16 years ago(whitespace change for Jani, ignore)
Jouni Koivuviita [Thu, 17 Jan 2008 10:06:29 +0000 (10:06 +0000)]
(whitespace change for Jani, ignore)

svn changeset:3565/svn branch:trunk

16 years agotestcase is now JS object
Matti Tahvonen [Wed, 16 Jan 2008 10:37:37 +0000 (10:37 +0000)]
testcase is now JS object

svn changeset:3538/svn branch:trunk

16 years agoadded getVersion to Application and giving version info to TT
Matti Tahvonen [Tue, 15 Jan 2008 15:05:57 +0000 (15:05 +0000)]
added getVersion to Application and giving version info to TT

svn changeset:3524/svn branch:trunk

16 years agoadded api for components to check testing mode, added TT anchor for FilterSelect...
Matti Tahvonen [Tue, 15 Jan 2008 10:38:40 +0000 (10:38 +0000)]
added api for components to check testing mode, added TT anchor for FilterSelect popups

svn changeset:3510/svn branch:trunk

16 years agofixed tabsheet in hosted mode (NPE)
Matti Tahvonen [Tue, 15 Jan 2008 10:28:30 +0000 (10:28 +0000)]
fixed tabsheet in hosted mode (NPE)

svn changeset:3508/svn branch:trunk

16 years agofixes size aware components inside ordered layout that has margins
Matti Tahvonen [Tue, 15 Jan 2008 09:38:12 +0000 (09:38 +0000)]
fixes size aware components inside ordered layout that has margins

svn changeset:3502/svn branch:trunk

16 years agofixed port typo, removed context from default TT server
Matti Tahvonen [Thu, 10 Jan 2008 10:20:16 +0000 (10:20 +0000)]
fixed port typo, removed context from default TT server

svn changeset:3443/svn branch:trunk

16 years agonew TT default port for TK5
Matti Tahvonen [Thu, 10 Jan 2008 10:01:20 +0000 (10:01 +0000)]
new TT default port for TK5

svn changeset:3441/svn branch:trunk

16 years agostatic id for floating calendars (#1260). Also showing popup with callback function...
Matti Tahvonen [Wed, 9 Jan 2008 14:52:31 +0000 (14:52 +0000)]
static id for floating calendars (#1260). Also showing popup with callback function to avoid flickering

svn changeset:3433/svn branch:trunk

16 years agoPID's are now assigned deterministic, fixes #1249
Matti Tahvonen [Wed, 9 Jan 2008 09:00:26 +0000 (09:00 +0000)]
PID's are now assigned deterministic, fixes #1249

svn changeset:3426/svn branch:trunk

16 years agoRemoved debugId's from few components. Better naming
Jani Laakso [Mon, 7 Jan 2008 14:50:55 +0000 (14:50 +0000)]
Removed debugId's from few components. Better naming

svn changeset:3397/svn branch:trunk

16 years agoChanged debug id's PID_S into PID and gave better names.
Jani Laakso [Mon, 7 Jan 2008 14:03:45 +0000 (14:03 +0000)]
Changed debug id's PID_S into PID and gave better names.

svn changeset:3391/svn branch:trunk

16 years agowarns and errors differ in color (style)
Marc Englund [Mon, 7 Jan 2008 13:02:03 +0000 (13:02 +0000)]
warns and errors differ in color (style)

svn changeset:3389/svn branch:trunk

16 years agoSome changes to help testing tools testing with FeatureBrowser
Matti Tahvonen [Mon, 7 Jan 2008 12:48:26 +0000 (12:48 +0000)]
Some changes to help testing tools testing with FeatureBrowser

svn changeset:3387/svn branch:trunk

16 years agoMake resulttable border even.
Marc Englund [Fri, 4 Jan 2008 13:55:38 +0000 (13:55 +0000)]
Make resulttable border even.
(kludge: slitpanel overlap)

svn changeset:3375/svn branch:trunk

16 years agoadded testingtools theme (css)
Marc Englund [Fri, 4 Jan 2008 08:41:08 +0000 (08:41 +0000)]
added testingtools theme (css)

svn changeset:3359/svn branch:trunk

16 years agoFixed testing tools notation.
Jani Laakso [Fri, 4 Jan 2008 08:03:05 +0000 (08:03 +0000)]
Fixed testing tools notation.

svn changeset:3355/svn branch:trunk

16 years agoFixes #1221.
Jouni Koivuviita [Thu, 3 Jan 2008 12:37:20 +0000 (12:37 +0000)]
Fixes #1221.

svn changeset:3352/svn branch:trunk

16 years agoCorrected empty tab caption from "&nbsp" to ""
Marc Englund [Wed, 2 Jan 2008 08:43:20 +0000 (08:43 +0000)]
Corrected empty tab caption from "&nbsp" to ""

svn changeset:3346/svn branch:trunk

16 years agosimplified test case proxy
Matti Tahvonen [Wed, 2 Jan 2008 07:10:53 +0000 (07:10 +0000)]
simplified test case proxy

svn changeset:3343/svn branch:trunk

16 years agosave scroll pos before removing content, restore afterwards (#1222)
Marc Englund [Fri, 28 Dec 2007 15:30:27 +0000 (15:30 +0000)]
save scroll pos before removing content, restore afterwards (#1222)

svn changeset:3336/svn branch:trunk

16 years agoMade it easier to find the "editable grid" (table in editmode)
Marc Englund [Fri, 28 Dec 2007 07:48:08 +0000 (07:48 +0000)]
Made it easier to find the "editable grid" (table in editmode)

svn changeset:3321/svn branch:trunk

16 years agoreplaced bad javadoc comments with non-javadocs
Matti Tahvonen [Fri, 28 Dec 2007 07:22:59 +0000 (07:22 +0000)]
replaced bad javadoc comments with non-javadocs

svn changeset:3319/svn branch:trunk

16 years agoreplaced bad javadoc comments with non-javadocs
Matti Tahvonen [Fri, 28 Dec 2007 07:21:36 +0000 (07:21 +0000)]
replaced bad javadoc comments with non-javadocs

svn changeset:3318/svn branch:trunk

16 years agoreplaced bad javadoc comments with non-javadocs
Matti Tahvonen [Fri, 28 Dec 2007 07:19:20 +0000 (07:19 +0000)]
replaced bad javadoc comments with non-javadocs

svn changeset:3317/svn branch:trunk

16 years agoreplaced bad javadoc comments with non-javadocs
Matti Tahvonen [Fri, 28 Dec 2007 07:17:16 +0000 (07:17 +0000)]
replaced bad javadoc comments with non-javadocs

svn changeset:3316/svn branch:trunk

16 years agoAdded e.printStackTrace() for "this should never happen" block. It does happens due...
Jani Laakso [Thu, 27 Dec 2007 15:41:32 +0000 (15:41 +0000)]
Added e.printStackTrace() for "this should never happen" block. It does happens due to developer error => print clear error message.

svn changeset:3312/svn branch:trunk

16 years agoforgotten commit for expand layout
Matti Tahvonen [Thu, 27 Dec 2007 14:19:12 +0000 (14:19 +0000)]
forgotten commit for expand layout

svn changeset:3307/svn branch:trunk

16 years agocleaning
Matti Tahvonen [Thu, 27 Dec 2007 14:17:26 +0000 (14:17 +0000)]
cleaning

svn changeset:3306/svn branch:trunk

16 years agocleaning
Matti Tahvonen [Thu, 27 Dec 2007 14:16:27 +0000 (14:16 +0000)]
cleaning

svn changeset:3305/svn branch:trunk

16 years agocleaning
Matti Tahvonen [Thu, 27 Dec 2007 14:12:12 +0000 (14:12 +0000)]
cleaning

svn changeset:3304/svn branch:trunk

16 years agocleaning
Matti Tahvonen [Thu, 27 Dec 2007 14:07:31 +0000 (14:07 +0000)]
cleaning

svn changeset:3303/svn branch:trunk

16 years agocleaning
Matti Tahvonen [Thu, 27 Dec 2007 14:05:32 +0000 (14:05 +0000)]
cleaning

svn changeset:3302/svn branch:trunk

16 years agocleaning
Matti Tahvonen [Thu, 27 Dec 2007 14:02:03 +0000 (14:02 +0000)]
cleaning

svn changeset:3301/svn branch:trunk

16 years agocleaning
Matti Tahvonen [Thu, 27 Dec 2007 14:00:34 +0000 (14:00 +0000)]
cleaning

svn changeset:3300/svn branch:trunk

16 years agoremoved obsolete constructor
Matti Tahvonen [Thu, 27 Dec 2007 13:59:10 +0000 (13:59 +0000)]
removed obsolete constructor

svn changeset:3299/svn branch:trunk

16 years agoEmbedded now implements HasSize
Matti Tahvonen [Thu, 27 Dec 2007 10:07:21 +0000 (10:07 +0000)]
Embedded now implements HasSize

svn changeset:3292/svn branch:trunk

16 years agofixes for IExpandLayout and added some complex tests for it
Matti Tahvonen [Thu, 27 Dec 2007 09:55:45 +0000 (09:55 +0000)]
fixes for IExpandLayout and added some complex tests for it

svn changeset:3291/svn branch:trunk

16 years agoFixing documentation for javascript layout functions.
Matti Tahvonen [Fri, 21 Dec 2007 08:47:19 +0000 (08:47 +0000)]
Fixing documentation for javascript layout functions.

svn changeset:3290/svn branch:trunk

16 years agoITable: now scrolls to right position with Firefox
Matti Tahvonen [Fri, 21 Dec 2007 07:00:26 +0000 (07:00 +0000)]
ITable: now scrolls to right position with Firefox

svn changeset:3289/svn branch:trunk

16 years agoAdded warnings about not using startUpload() and endUpload(). Maybe they should be...
Marko Grönroos [Thu, 20 Dec 2007 16:40:21 +0000 (16:40 +0000)]
Added warnings about not using startUpload() and endUpload(). Maybe they should be made more private, though they are required elsewhere.

svn changeset:3288/svn branch:trunk

16 years agofixes #1214
Matti Tahvonen [Thu, 20 Dec 2007 16:32:09 +0000 (16:32 +0000)]
fixes #1214

svn changeset:3287/svn branch:trunk

16 years agoComboBox: fixes #1224 and some false information on status panel
Matti Tahvonen [Thu, 20 Dec 2007 16:04:05 +0000 (16:04 +0000)]
ComboBox: fixes #1224 and some false information on status panel

svn changeset:3286/svn branch:trunk

16 years agoFixes a problem with upload state that occurred if getting an upload stream failed...
Marko Grönroos [Thu, 20 Dec 2007 16:00:16 +0000 (16:00 +0000)]
Fixes a problem with upload state that occurred if getting an upload stream failed. Reviewed by Matti. Added also some comments.

svn changeset:3285/svn branch:trunk

16 years agouser set debug id's now prefixed with "PID_S"
Matti Tahvonen [Thu, 20 Dec 2007 15:19:50 +0000 (15:19 +0000)]
user set debug id's now prefixed with "PID_S"

svn changeset:3284/svn branch:trunk

16 years agojavadoc
Matti Tahvonen [Thu, 20 Dec 2007 15:18:54 +0000 (15:18 +0000)]
javadoc

svn changeset:3283/svn branch:trunk

16 years agojavadoc
Matti Tahvonen [Thu, 20 Dec 2007 15:16:56 +0000 (15:16 +0000)]
javadoc

svn changeset:3282/svn branch:trunk

16 years agoFixed IAccordion: contained widgets now get attached properly and work as expected.
Jouni Koivuviita [Thu, 20 Dec 2007 12:51:11 +0000 (12:51 +0000)]
Fixed IAccordion: contained widgets now get attached properly and work as expected.

svn changeset:3274/svn branch:trunk

16 years agofixed removing already updated variables from queue
Matti Tahvonen [Thu, 20 Dec 2007 11:53:02 +0000 (11:53 +0000)]
fixed removing already updated variables from queue

svn changeset:3273/svn branch:trunk

16 years agoFixed unintentionally unimplemented TODO method, which caused a NullPointerException.
Jouni Koivuviita [Thu, 20 Dec 2007 11:14:04 +0000 (11:14 +0000)]
Fixed unintentionally unimplemented TODO method, which caused a NullPointerException.

svn changeset:3272/svn branch:trunk

16 years agoFixed regression from ATF->TT fix.
Jani Laakso [Wed, 19 Dec 2007 15:11:29 +0000 (15:11 +0000)]
Fixed regression from ATF->TT fix.

svn changeset:3271/svn branch:trunk

16 years agoant package-jar builds only JAR, not manual anymore..
Jani Laakso [Wed, 19 Dec 2007 15:06:52 +0000 (15:06 +0000)]
ant package-jar builds only JAR, not manual anymore..

svn changeset:3270/svn branch:trunk

16 years agofixes #1238
Matti Tahvonen [Wed, 19 Dec 2007 11:54:57 +0000 (11:54 +0000)]
fixes #1238

svn changeset:3268/svn branch:trunk

16 years agoBetter aligned "session expired" message.
Jani Laakso [Wed, 19 Dec 2007 11:33:50 +0000 (11:33 +0000)]
Better aligned "session expired" message.

svn changeset:3267/svn branch:trunk

16 years agoATF is now TT (Testing Tools).
Jani Laakso [Wed, 19 Dec 2007 10:06:02 +0000 (10:06 +0000)]
ATF is now TT (Testing Tools).

svn changeset:3263/svn branch:trunk

16 years agorewrote parameter handling so that it can be understood better. Separator's no contro...
Matti Tahvonen [Wed, 19 Dec 2007 10:01:55 +0000 (10:01 +0000)]
rewrote parameter handling so that it can be understood better. Separator's no control characters so collisions with field values shouldn't happen

svn changeset:3262/svn branch:trunk

16 years agoproper default value
Matti Tahvonen [Wed, 19 Dec 2007 09:58:22 +0000 (09:58 +0000)]
proper default value

svn changeset:3261/svn branch:trunk

16 years agoFixes multiple variable issues
Matti Tahvonen [Wed, 19 Dec 2007 08:05:52 +0000 (08:05 +0000)]
Fixes multiple variable issues

svn changeset:3260/svn branch:trunk

16 years agofixes http://forum.itmill.com/posts/list/349.page
Matti Tahvonen [Wed, 19 Dec 2007 07:17:46 +0000 (07:17 +0000)]
fixes http://forum.itmill.com/posts/list/349.page

svn changeset:3259/svn branch:trunk

16 years agofixes http://forum.itmill.com/posts/list/349.page
Matti Tahvonen [Wed, 19 Dec 2007 07:17:19 +0000 (07:17 +0000)]
fixes http://forum.itmill.com/posts/list/349.page

svn changeset:3258/svn branch:trunk

16 years agoQuick fix for ProgressIndicator in indeterminate mode.
Marko Grönroos [Tue, 18 Dec 2007 21:35:28 +0000 (21:35 +0000)]
Quick fix for ProgressIndicator in indeterminate mode.

svn changeset:3257/svn branch:trunk

16 years agoclient now don't make requests if expired or crashed application
Matti Tahvonen [Tue, 18 Dec 2007 11:11:57 +0000 (11:11 +0000)]
client now don't make requests if expired or crashed application

svn changeset:3255/svn branch:trunk

16 years agoFixed one rendering bug in IE6 (IAccordion content not showing up when stack changed...
Jouni Koivuviita [Tue, 18 Dec 2007 09:50:45 +0000 (09:50 +0000)]
Fixed one rendering bug in IE6 (IAccordion content not showing up when stack changed, 'hasLayout' was the culprit).

svn changeset:3253/svn branch:trunk

16 years agoFixed bug with IOrderedLayout alignments (changing alignment on-the-fly now works...
Jouni Koivuviita [Tue, 18 Dec 2007 09:26:53 +0000 (09:26 +0000)]
Fixed bug with IOrderedLayout alignments (changing alignment on-the-fly now works as expected).

svn changeset:3252/svn branch:trunk

16 years agoProper implementation of alignments in IOrderedLayout + small fixes to css-files...
Jouni Koivuviita [Tue, 18 Dec 2007 08:41:04 +0000 (08:41 +0000)]
Proper implementation of alignments in IOrderedLayout + small fixes to css-files and some typos corrected

svn changeset:3251/svn branch:trunk

16 years agoclient now publishes method that can be used to check if client is busy
Matti Tahvonen [Mon, 17 Dec 2007 15:57:40 +0000 (15:57 +0000)]
client now publishes method that can be used to check if client is busy

svn changeset:3248/svn branch:trunk

16 years agofixes #1233
Matti Tahvonen [Mon, 17 Dec 2007 13:47:11 +0000 (13:47 +0000)]
fixes #1233

svn changeset:3247/svn branch:trunk