Sun, 14 Apr 2013 22:34:54 +0200[maven-release-plugin] copy for tag release-0.6
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 14 Apr 2013 22:34:54 +0200] rev 985
[maven-release-plugin] copy for tag release-0.6

Sun, 14 Apr 2013 22:34:49 +0200[maven-release-plugin] prepare release release-0.6 release-0.6
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 14 Apr 2013 22:34:49 +0200] rev 984
[maven-release-plugin] prepare release release-0.6

Sun, 14 Apr 2013 22:17:34 +0200Getting ready for 0.6 release
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 14 Apr 2013 22:17:34 +0200] rev 983
Getting ready for 0.6 release

Sun, 14 Apr 2013 20:21:25 +0200Eliminate reference to some specific snapshot version, use TEST as a version
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 14 Apr 2013 20:21:25 +0200] rev 982
Eliminate reference to some specific snapshot version, use TEST as a version

Sun, 14 Apr 2013 13:03:04 +0200Print out object property names: surprisingly all are there fx
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 14 Apr 2013 13:03:04 +0200] rev 981
Print out object property names: surprisingly all are there

Sun, 14 Apr 2013 12:03:15 +0200Setter on int (and possibly also double) works fx
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 14 Apr 2013 12:03:15 +0200] rev 980
Setter on int (and possibly also double) works

Sun, 14 Apr 2013 11:52:36 +0200Tons of in VM and in page logging fx
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 14 Apr 2013 11:52:36 +0200] rev 979
Tons of in VM and in page logging

Sun, 14 Apr 2013 11:51:58 +0200Need to be able to instantiate Element to access <span id> fx
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 14 Apr 2013 11:51:58 +0200] rev 978
Need to be able to instantiate Element to access <span id>

Sun, 14 Apr 2013 08:24:37 +0200Log when getters are called in KOProperty fx
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 14 Apr 2013 08:24:37 +0200] rev 977
Log when getters are called in KOProperty

Sun, 14 Apr 2013 08:24:05 +0200Need to convert array values if they are convertible fx
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 14 Apr 2013 08:24:05 +0200] rev 976
Need to convert array values if they are convertible

Sat, 13 Apr 2013 09:14:54 +0200Introducing KOProperty to allow us to call non-public methods and to do conversion of primitive types which is broken in WebView fx
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 13 Apr 2013 09:14:54 +0200] rev 975
Introducing KOProperty to allow us to call non-public methods and to do conversion of primitive types which is broken in WebView

Fri, 12 Apr 2013 16:13:50 +0200Currently the class needs to be public, if we want to make calls to it from WebView's engine fx
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 12 Apr 2013 16:13:50 +0200] rev 974
Currently the class needs to be public, if we want to make calls to it from WebView's engine

Fri, 12 Apr 2013 15:59:24 +0200Surround calls to JavaScript with catch (Throwable) fx
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 12 Apr 2013 15:59:24 +0200] rev 973
Surround calls to JavaScript with catch (Throwable)

Fri, 12 Apr 2013 15:42:05 +0200console.log(...) realy logs something fx
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 12 Apr 2013 15:42:05 +0200] rev 972
console.log(...) realy logs something

Thu, 11 Apr 2013 22:28:01 +0200Rather then calling toArray, call method 'koData' fx
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 11 Apr 2013 22:28:01 +0200] rev 971
Rather then calling toArray, call method 'koData'

Thu, 11 Apr 2013 21:25:54 +0200Can iterate over arrays fx
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 11 Apr 2013 21:25:54 +0200] rev 970
Can iterate over arrays

Thu, 11 Apr 2013 20:44:46 +0200Merging in default branch before release 0.6 is created. Code compiles. fx
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 11 Apr 2013 20:44:46 +0200] rev 969
Merging in default branch before release 0.6 is created. Code compiles.

Sat, 30 Mar 2013 07:55:27 +0100Initial attempt to start and connect to NetBeans JavaScript debugger debugger
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 30 Mar 2013 07:55:27 +0100] rev 968
Initial attempt to start and connect to NetBeans JavaScript debugger

Fri, 12 Apr 2013 18:48:48 +0200Introduced Exported annotation closure
Lubomir Nerad <lubomir.nerad@oracle.com> [Fri, 12 Apr 2013 18:48:48 +0200] rev 967
Introduced Exported annotation

Thu, 11 Apr 2013 16:59:42 +0200Merge with trunk closure
Lubomir Nerad <lubomir.nerad@oracle.com> [Thu, 11 Apr 2013 16:59:42 +0200] rev 966
Merge with trunk

Wed, 10 Apr 2013 12:23:17 +0200Merge of improved model which allows us to refer to @Model classes
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 10 Apr 2013 12:23:17 +0200] rev 965
Merge of improved model which allows us to refer to @Model classes

Wed, 10 Apr 2013 12:19:32 +0200Better Javadoc with a sample code model
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 10 Apr 2013 12:19:32 +0200] rev 964
Better Javadoc with a sample code

Wed, 10 Apr 2013 11:43:46 +0200Clean up script elements after JSONP callback model
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 10 Apr 2013 11:43:46 +0200] rev 963
Clean up script elements after JSONP callback

Wed, 10 Apr 2013 10:08:18 +0200Throw real ClassCastException model
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 10 Apr 2013 10:08:18 +0200] rev 962
Throw real ClassCastException

Wed, 10 Apr 2013 09:55:26 +0200Allow usage of generated classes in @Model and @Page annotations model
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 10 Apr 2013 09:55:26 +0200] rev 961
Allow usage of generated classes in @Model and @Page annotations

Tue, 09 Apr 2013 10:06:19 +0200Support for enums model
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 09 Apr 2013 10:06:19 +0200] rev 960
Support for enums

Mon, 08 Apr 2013 19:53:11 +0200FULL obfuscation renames important methods. Using just minimal one. model
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 08 Apr 2013 19:53:11 +0200] rev 959
FULL obfuscation renames important methods. Using just minimal one.

Mon, 08 Apr 2013 19:33:08 +0200Is model branch in good shape for merging? I think so.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 08 Apr 2013 19:33:08 +0200] rev 958
Is model branch in good shape for merging? I think so.

Mon, 08 Apr 2013 19:31:47 +0200Point the URL to the latest version of the source model
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 08 Apr 2013 19:31:47 +0200] rev 957
Point the URL to the latest version of the source

Mon, 08 Apr 2013 19:30:22 +0200Making list of activeTweeters really a list. It is easier to observe its changes. model
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 08 Apr 2013 19:30:22 +0200] rev 956
Making list of activeTweeters really a list. It is easier to observe its changes.