Thu, 18 Apr 2013 17:34:28 +0200 Jaroslav Tulach Support for null enum values. Transplanted from 7a7686e6f875
Thu, 18 Apr 2013 12:47:25 +0200 Jaroslav Tulach Test to ensure the generated JSON can really be parse by a browser
Thu, 18 Apr 2013 12:31:31 +0200 Jaroslav Tulach Update the archetype to use 0.7 snapshot
Thu, 18 Apr 2013 09:06:18 +0200 Jaroslav Tulach Can execute tests in FX web view. fx
Thu, 18 Apr 2013 05:47:45 +0200 Jaroslav Tulach Tests can start inside FX Web View fx
Wed, 17 Apr 2013 17:14:30 +0200 Jaroslav Tulach More logging from the process of launching WebView fx
Wed, 17 Apr 2013 17:04:40 +0200 Jaroslav Tulach Rather than piggybacking on first alert call, use the fact that the server and FX Web View are in the same VM and notify the view that bck2brwsr.js is about to be served from the server. fx
Wed, 17 Apr 2013 13:46:06 +0200 Jaroslav Tulach Merge of the processor fix into fx branch, so the TwitterClient class can find TwitterModel fx
Wed, 17 Apr 2013 13:42:51 +0200 Jaroslav Tulach Merging the in IDE processor fix to default branch
Wed, 17 Apr 2013 13:42:07 +0200 Jaroslav Tulach NetBeans Javac throws different exception than AnnotationTypeMismatchException - catch that one as well
Sun, 14 Apr 2013 23:07:21 +0200 Jaroslav Tulach Don't deploy anything related to IDE
Sun, 14 Apr 2013 22:37:23 +0200 Jaroslav Tulach Don't deploy twitter example anymore
Tue, 16 Apr 2013 15:25:58 +0200 Jaroslav Tulach Fixing license formating fx
Tue, 16 Apr 2013 08:39:54 +0200 Jaroslav Tulach Log exception while fetching JSON fx
Mon, 15 Apr 2013 22:40:33 +0200 Jaroslav Tulach Eliminating useless dependencies. Goes down to 1.7M fx
Mon, 15 Apr 2013 22:16:25 +0200 Jaroslav Tulach Package into FlightX ZIP and add main class fx
Mon, 15 Apr 2013 22:11:48 +0200 Jaroslav Tulach Different initial text fx
Mon, 15 Apr 2013 22:03:59 +0200 Jaroslav Tulach Disable logging - Twttr Client works, so why continue to log? fx
Mon, 15 Apr 2013 21:56:56 +0200 Jaroslav Tulach Support for JSON queries via @OnReceive annotation fx
Mon, 15 Apr 2013 20:47:42 +0200 Jaroslav Tulach Modifying the Twitter example to run in FX Web View fx
Mon, 15 Apr 2013 18:30:30 +0200 Jaroslav Tulach Can call @OnFunction fx
Mon, 15 Apr 2013 07:08:55 +0200 Jaroslav Tulach One liner to convert to array fx
Mon, 15 Apr 2013 15:30:53 +0200 Lubomir Nerad Fixed static calculator full obfuscation after introduction o Exported annotation closure
Mon, 15 Apr 2013 06:30:08 +0200 Jaroslav Tulach Unlike bck2brwsr Object[] is not automatically converted to JavaScript Array. Do special conversion - array values are now properly displayed by knockout fx
Sun, 14 Apr 2013 22:35:00 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Sun, 14 Apr 2013 22:34:54 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.6
Sun, 14 Apr 2013 22:34:49 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.6 release-0.6
Sun, 14 Apr 2013 22:17:34 +0200 Jaroslav Tulach Getting ready for 0.6 release
Sun, 14 Apr 2013 20:21:25 +0200 Jaroslav Tulach Eliminate reference to some specific snapshot version, use TEST as a version
Sun, 14 Apr 2013 13:03:04 +0200 Jaroslav Tulach Print out object property names: surprisingly all are there fx
Sun, 14 Apr 2013 12:03:15 +0200 Jaroslav Tulach Setter on int (and possibly also double) works fx
Sun, 14 Apr 2013 11:52:36 +0200 Jaroslav Tulach Tons of in VM and in page logging fx
Sun, 14 Apr 2013 11:51:58 +0200 Jaroslav Tulach Need to be able to instantiate Element to access <span id> fx
Sun, 14 Apr 2013 08:24:37 +0200 Jaroslav Tulach Log when getters are called in KOProperty fx
Sun, 14 Apr 2013 08:24:05 +0200 Jaroslav Tulach Need to convert array values if they are convertible fx
Sat, 13 Apr 2013 09:14:54 +0200 Jaroslav Tulach Introducing KOProperty to allow us to call non-public methods and to do conversion of primitive types which is broken in WebView fx
Fri, 12 Apr 2013 16:13:50 +0200 Jaroslav Tulach Currently the class needs to be public, if we want to make calls to it from WebView's engine fx
Fri, 12 Apr 2013 15:59:24 +0200 Jaroslav Tulach Surround calls to JavaScript with catch (Throwable) fx
Fri, 12 Apr 2013 15:42:05 +0200 Jaroslav Tulach console.log(...) realy logs something fx
Thu, 11 Apr 2013 22:28:01 +0200 Jaroslav Tulach Rather then calling toArray, call method 'koData' fx
Thu, 11 Apr 2013 21:25:54 +0200 Jaroslav Tulach Can iterate over arrays fx
Thu, 11 Apr 2013 20:44:46 +0200 Jaroslav Tulach Merging in default branch before release 0.6 is created. Code compiles. fx
Sat, 30 Mar 2013 07:55:27 +0100 Jaroslav Tulach Initial attempt to start and connect to NetBeans JavaScript debugger debugger
Fri, 12 Apr 2013 18:48:48 +0200 Lubomir Nerad Introduced Exported annotation closure
Thu, 11 Apr 2013 16:59:42 +0200 Lubomir Nerad Merge with trunk closure
Wed, 10 Apr 2013 12:23:17 +0200 Jaroslav Tulach Merge of improved model which allows us to refer to @Model classes
Wed, 10 Apr 2013 12:19:32 +0200 Jaroslav Tulach Better Javadoc with a sample code model
Wed, 10 Apr 2013 11:43:46 +0200 Jaroslav Tulach Clean up script elements after JSONP callback model
Wed, 10 Apr 2013 10:08:18 +0200 Jaroslav Tulach Throw real ClassCastException model
Wed, 10 Apr 2013 09:55:26 +0200 Jaroslav Tulach Allow usage of generated classes in @Model and @Page annotations model
Tue, 09 Apr 2013 10:06:19 +0200 Jaroslav Tulach Support for enums model
Mon, 08 Apr 2013 19:53:11 +0200 Jaroslav Tulach FULL obfuscation renames important methods. Using just minimal one. model
Mon, 08 Apr 2013 19:33:08 +0200 Jaroslav Tulach Is model branch in good shape for merging? I think so.
Mon, 08 Apr 2013 19:31:47 +0200 Jaroslav Tulach Point the URL to the latest version of the source model
Mon, 08 Apr 2013 19:30:22 +0200 Jaroslav Tulach Making list of activeTweeters really a list. It is easier to observe its changes. model
Mon, 08 Apr 2013 18:26:11 +0200 Jaroslav Tulach Simplifying code by using @OnPropertyChange a bit more model
Mon, 08 Apr 2013 16:51:30 +0200 Jaroslav Tulach Support for JSONP model
Mon, 08 Apr 2013 15:14:29 +0200 Jaroslav Tulach Link to the Java code for the page controller model
Mon, 08 Apr 2013 13:06:14 +0200 Jaroslav Tulach Access to twitter is driven by @OnReceive annotation model
Mon, 08 Apr 2013 12:45:41 +0200 Jaroslav Tulach Static, full compilation from Java to js model