]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
16 years agotests updated
Jani Laakso [Fri, 8 Feb 2008 15:26:34 +0000 (15:26 +0000)]
tests updated

svn changeset:3759/svn branch:trunk

16 years agoGot rid of last WeakHashMap, should now be able to do Terracotta
Jani Laakso [Fri, 8 Feb 2008 15:19:48 +0000 (15:19 +0000)]
Got rid of last WeakHashMap, should now be able to do Terracotta

svn changeset:3758/svn branch:trunk

16 years agotable now refreshes its contents and does component attaching etc in right place...
Matti Tahvonen [Fri, 8 Feb 2008 15:12:09 +0000 (15:12 +0000)]
table now refreshes its contents and does component attaching etc in right place (not during paint phase)

svn changeset:3757/svn branch:trunk

16 years agotable now refreshes its contents and does component attaching etc in right place...
Matti Tahvonen [Fri, 8 Feb 2008 15:10:00 +0000 (15:10 +0000)]
table now refreshes its contents and does component attaching etc in right place (not during paint phase)

svn changeset:3756/svn branch:trunk

16 years agoDeprecated Application.setFocusedComponent and Application.consumeFocus(), this desig...
Jani Laakso [Fri, 8 Feb 2008 15:09:51 +0000 (15:09 +0000)]
Deprecated Application.setFocusedComponent and Application.consumeFocus(), this design flaw will be fixed in later releases.

Upload setFocus() now works even if it is not yet attached.

svn changeset:3755/svn branch:trunk

16 years agoFixed #1393 (Focusable has id which is obsolete)
Jani Laakso [Fri, 8 Feb 2008 13:38:35 +0000 (13:38 +0000)]
Fixed #1393 (Focusable has id which is obsolete)

svn changeset:3752/svn branch:trunk

16 years agoJSONPaintTarget does not need to be class attribute.
Jani Laakso [Fri, 8 Feb 2008 13:34:51 +0000 (13:34 +0000)]
JSONPaintTarget does not need to be class attribute.

svn changeset:3751/svn branch:trunk

16 years agoFixed RestartApplication, now also
Jani Laakso [Fri, 8 Feb 2008 12:03:27 +0000 (12:03 +0000)]
Fixed RestartApplication, now also
 * calls application's close method
 * removes it from ApplicationServlet.applicationToAjaxAppMgrMap so it can be GC'ed.

svn changeset:3750/svn branch:trunk

16 years agosvn changeset:3745/svn branch:trunk
Jani Laakso [Thu, 7 Feb 2008 17:47:26 +0000 (17:47 +0000)]
svn changeset:3745/svn branch:trunk

16 years agosvn changeset:3744/svn branch:trunk
Jani Laakso [Thu, 7 Feb 2008 17:47:20 +0000 (17:47 +0000)]
svn changeset:3744/svn branch:trunk

16 years agosvn changeset:3743/svn branch:trunk
Matti Tahvonen [Thu, 7 Feb 2008 17:03:11 +0000 (17:03 +0000)]
svn changeset:3743/svn branch:trunk

16 years agovery simple test with button in table to test component and listener detaching and...
Matti Tahvonen [Thu, 7 Feb 2008 16:58:57 +0000 (16:58 +0000)]
very simple test with button in table to test component and listener detaching and memory leaks

svn changeset:3742/svn branch:trunk

16 years agoNot painting table if only first visible info is updated
Matti Tahvonen [Thu, 7 Feb 2008 16:57:43 +0000 (16:57 +0000)]
Not painting table if only first visible info is updated

svn changeset:3741/svn branch:trunk

16 years agoextracted alignments and spacing to layouts subinterfaces
Matti Tahvonen [Thu, 7 Feb 2008 16:42:54 +0000 (16:42 +0000)]
extracted alignments and spacing to layouts subinterfaces

svn changeset:3739/svn branch:trunk

16 years agosvn changeset:3738/svn branch:trunk
Jani Laakso [Thu, 7 Feb 2008 16:33:31 +0000 (16:33 +0000)]
svn changeset:3738/svn branch:trunk

16 years agosvn changeset:3737/svn branch:trunk
Jani Laakso [Thu, 7 Feb 2008 16:15:33 +0000 (16:15 +0000)]
svn changeset:3737/svn branch:trunk

16 years agoRefactored robustness/leak tests.s.
Jani Laakso [Thu, 7 Feb 2008 13:56:52 +0000 (13:56 +0000)]
Refactored robustness/leak tests.s.

svn changeset:3733/svn branch:trunk

16 years agoRobustness tests changed.
Jani Laakso [Thu, 7 Feb 2008 13:22:43 +0000 (13:22 +0000)]
Robustness tests changed.

svn changeset:3732/svn branch:trunk

16 years agoAdded wwarning message to standard error stream if download fails.
Jani Laakso [Thu, 7 Feb 2008 13:21:29 +0000 (13:21 +0000)]
Added wwarning message to standard error stream if download fails.

svn changeset:3731/svn branch:trunk

16 years agojavadoc fix
Jani Laakso [Thu, 7 Feb 2008 13:17:36 +0000 (13:17 +0000)]
javadoc fix

svn changeset:3730/svn branch:trunk

16 years agoNewbies can easily do bad code that throws exceptions but those are simply ignored...
Jani Laakso [Thu, 7 Feb 2008 13:16:51 +0000 (13:16 +0000)]
Newbies can easily do bad code that throws exceptions but those are simply ignored on the server-side logs (System streams). We should print stack traces by default to System.err too, users may override this behaviour if required.

svn changeset:3729/svn branch:trunk

16 years agoAnother fix for #1384: Critical memory leak, every paintable/component/layout/event...
Jani Laakso [Thu, 7 Feb 2008 13:11:13 +0000 (13:11 +0000)]
Another fix for #1384: Critical memory leak, every paintable/component/layout/event/listener.. leaks within the session

svn changeset:3728/svn branch:trunk

16 years agoFixes (partially) #1384: Critical memory leak, every paintable/component/layout/event...
Jani Laakso [Thu, 7 Feb 2008 08:56:25 +0000 (08:56 +0000)]
Fixes (partially) #1384: Critical memory leak, every paintable/component/layout/event/listener.. leaks within the session

Note: this code is experimental, more fixes to come..

svn changeset:3725/svn branch:trunk

16 years agoFix
Jani Laakso [Thu, 7 Feb 2008 08:53:56 +0000 (08:53 +0000)]
Fix

svn changeset:3724/svn branch:trunk

16 years agoextracted alignments and spacing to layouts subinterfaces
Matti Tahvonen [Thu, 7 Feb 2008 08:14:16 +0000 (08:14 +0000)]
extracted alignments and spacing to layouts subinterfaces

svn changeset:3723/svn branch:trunk

16 years agoFew robustness / memory leak tests.
Jani Laakso [Thu, 7 Feb 2008 07:59:34 +0000 (07:59 +0000)]
Few robustness / memory leak tests.

svn changeset:3722/svn branch:trunk

16 years agoAdded few tests utility classes that can be used for
Jani Laakso [Thu, 7 Feb 2008 07:57:55 +0000 (07:57 +0000)]
Added few tests utility classes that can be used for
 * Logging (displays caller class, method, linenumber which is clickable on Eclipse console)
 * LogPrintWriter which can be used to gather all data send from server to client (if you wish not to use firebug)
 * RandomComponents which provides means to create random layouts and random components / demo custom components
 * Test listeners for checking robustness / memory leaks

svn changeset:3721/svn branch:trunk

16 years agoversion since fix
Matti Tahvonen [Wed, 6 Feb 2008 13:08:44 +0000 (13:08 +0000)]
version since fix

svn changeset:3719/svn branch:trunk

16 years ago1. Removed obsolete dependency framework methods and interface definitions.
Jani Laakso [Wed, 6 Feb 2008 13:06:00 +0000 (13:06 +0000)]
1. Removed obsolete dependency framework methods and interface definitions.

2. "Undeprecated" reflection based listeners, we still wish to support these.
But I noted on javadoc that using these methods is discouraged and suggested better methods.

svn changeset:3718/svn branch:trunk

16 years agoRemoved obsolete code.
Jani Laakso [Wed, 6 Feb 2008 13:03:35 +0000 (13:03 +0000)]
Removed obsolete code.

svn changeset:3717/svn branch:trunk

16 years agoFixed #1380.
Jani Laakso [Wed, 6 Feb 2008 12:56:25 +0000 (12:56 +0000)]
Fixed #1380.

UIDL VAR_RECORD_SEPARATOR and VAR_FIELD_SEPARATORS now point to single entity definition.

Removed obsolete code.

Fixed documentation.

svn changeset:3716/svn branch:trunk

16 years agoAdded stacktrace if getBaseResource fails. Doc fixes.
Jani Laakso [Wed, 6 Feb 2008 10:06:48 +0000 (10:06 +0000)]
Added stacktrace if getBaseResource fails. Doc fixes.

svn changeset:3715/svn branch:trunk

16 years ago"Sizeable" Grid and OrderedLayout
Matti Tahvonen [Wed, 6 Feb 2008 07:58:22 +0000 (07:58 +0000)]
"Sizeable" Grid and OrderedLayout

svn changeset:3714/svn branch:trunk

16 years agorename target width attribute in uidl to avoid collapsing with Sizeable width
Matti Tahvonen [Wed, 6 Feb 2008 07:53:07 +0000 (07:53 +0000)]
rename target width attribute in uidl to avoid collapsing with Sizeable width

svn changeset:3713/svn branch:trunk

16 years agorename target width attribute in uidl to avoid collapsing with Sizeable width
Matti Tahvonen [Tue, 5 Feb 2008 15:33:24 +0000 (15:33 +0000)]
rename target width attribute in uidl to avoid collapsing with Sizeable width

svn changeset:3712/svn branch:trunk

16 years agoalignments painting for GridLayout
Matti Tahvonen [Tue, 5 Feb 2008 15:32:42 +0000 (15:32 +0000)]
alignments painting for GridLayout

svn changeset:3711/svn branch:trunk

16 years agoremoved row indicator opacity (looks bad in IE)
Matti Tahvonen [Tue, 5 Feb 2008 15:22:36 +0000 (15:22 +0000)]
removed row indicator opacity (looks bad in IE)

svn changeset:3710/svn branch:trunk

16 years agorelocated method + added TODO
Matti Tahvonen [Tue, 5 Feb 2008 13:49:28 +0000 (13:49 +0000)]
relocated method + added TODO

svn changeset:3709/svn branch:trunk

16 years agorenamed function (typo)
Matti Tahvonen [Mon, 4 Feb 2008 11:46:36 +0000 (11:46 +0000)]
renamed function (typo)

svn changeset:3707/svn branch:trunk

16 years agoChanged addComponent() a bit: must call super, can't call setParent() directly.
Marc Englund [Fri, 1 Feb 2008 14:46:02 +0000 (14:46 +0000)]
Changed addComponent() a bit: must call super, can't call setParent() directly.

svn changeset:3706/svn branch:trunk

16 years agosetting main window in a cleaner manner when main window is not yet set
Matti Tahvonen [Fri, 1 Feb 2008 14:29:31 +0000 (14:29 +0000)]
setting main window in a cleaner manner when main window is not yet set

svn changeset:3705/svn branch:trunk

16 years agofixes #1036 and removes some obsolete code
Matti Tahvonen [Fri, 1 Feb 2008 13:13:51 +0000 (13:13 +0000)]
fixes #1036 and removes some obsolete code

svn changeset:3704/svn branch:trunk

16 years agochanged order of component adding, in case super.addComponent() throws...
Marc Englund [Fri, 1 Feb 2008 12:23:13 +0000 (12:23 +0000)]
changed order of component adding, in case super.addComponent() throws...

svn changeset:3703/svn branch:trunk

16 years agoAdded test for adding components multiple times, and container recursion.
Marc Englund [Fri, 1 Feb 2008 12:19:19 +0000 (12:19 +0000)]
Added test for adding components multiple times, and container recursion.

svn changeset:3702/svn branch:trunk

16 years agoSimplified; assume component's parent is always ComponentContainer.
Marc Englund [Fri, 1 Feb 2008 12:06:55 +0000 (12:06 +0000)]
Simplified; assume component's parent is always ComponentContainer.

svn changeset:3701/svn branch:trunk

16 years agofixed setting height for windows
Matti Tahvonen [Fri, 1 Feb 2008 12:04:44 +0000 (12:04 +0000)]
fixed setting height for windows

svn changeset:3700/svn branch:trunk

16 years agoFixed gridlayout API calls.
Jani Laakso [Fri, 1 Feb 2008 11:51:19 +0000 (11:51 +0000)]
Fixed gridlayout API calls.

svn changeset:3699/svn branch:trunk

16 years agoAbstractComponent.setParent(parent) cannot be called if component already has parent...
Marc Englund [Fri, 1 Feb 2008 11:34:50 +0000 (11:34 +0000)]
AbstractComponent.setParent(parent) cannot be called if component already has parent, unless the new parent is null (unsetting parent).

AbstractComponentContainer.addComponent(component) removes the component from it's previous ComponentContainer if needed (moves component), or throws if the component can't be removed.

Fixes #1137

All components that contain other components should implement ComponentContainer for this to be perfect (e.g CustomComponent, Table)

svn changeset:3698/svn branch:trunk

16 years agosome changes to support Sizeable
Matti Tahvonen [Fri, 1 Feb 2008 11:29:59 +0000 (11:29 +0000)]
some changes to support Sizeable

svn changeset:3697/svn branch:trunk

16 years agojava 1.4
Matti Tahvonen [Fri, 1 Feb 2008 11:28:12 +0000 (11:28 +0000)]
java 1.4

svn changeset:3696/svn branch:trunk

16 years agoFixed 1.5 java code back to 1.4.2
Jani Laakso [Fri, 1 Feb 2008 09:58:52 +0000 (09:58 +0000)]
Fixed 1.5 java code back to 1.4.2

svn changeset:3695/svn branch:trunk

16 years agoJava 1.4-ified
Marc Englund [Fri, 1 Feb 2008 09:53:17 +0000 (09:53 +0000)]
Java 1.4-ified

svn changeset:3694/svn branch:trunk

16 years agoDeprecated
Jani Laakso [Fri, 1 Feb 2008 08:20:20 +0000 (08:20 +0000)]
Deprecated
 * public Button(String caption, Object target, String methodName)
 * public CheckBox(String caption, Object target, String methodName)
Reason: Using this method is discouraged because it cannot be checked during compilation. Java reflect is done through string variable. Error prone and this does not survive re-factoring (=> applications brake).

Typo fixes.

svn changeset:3693/svn branch:trunk

16 years agofixes #1078
Matti Tahvonen [Fri, 1 Feb 2008 08:09:07 +0000 (08:09 +0000)]
fixes #1078

svn changeset:3692/svn branch:trunk

16 years agoComboBox newItemsAllowed=false by default, to avoid mistakes (#1374)
Marc Englund [Fri, 1 Feb 2008 07:32:29 +0000 (07:32 +0000)]
ComboBox newItemsAllowed=false by default, to avoid mistakes (#1374)
May affect applications! Must be prominently noted in changes -file.

svn changeset:3691/svn branch:trunk

16 years agobutton explanations
Marc Englund [Thu, 31 Jan 2008 15:16:51 +0000 (15:16 +0000)]
button explanations

svn changeset:3690/svn branch:trunk

16 years agoexplanation added
Marc Englund [Thu, 31 Jan 2008 15:10:29 +0000 (15:10 +0000)]
explanation added

svn changeset:3689/svn branch:trunk

16 years agoAdded test.
Marc Englund [Thu, 31 Jan 2008 15:02:31 +0000 (15:02 +0000)]
Added test.

svn changeset:3688/svn branch:trunk

16 years agotest application to test how components behave with different sizes
Matti Tahvonen [Thu, 31 Jan 2008 14:49:55 +0000 (14:49 +0000)]
test application to test how components behave with different sizes

svn changeset:3687/svn branch:trunk

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