Sat, 02 Aug 2014 07:54:15 +0200 Jaroslav Tulach Deep checking of @ComputedProperties is now default if one depends on another model class DeepWatch
Sat, 02 Aug 2014 07:28:37 +0200 Jaroslav Tulach Moving the ability to control whether the value change is transitive or not out from the public API. Will make it default. DeepWatch
Sat, 02 Aug 2014 07:13:47 +0200 Jaroslav Tulach Documenting newly added Proto object mehtods DeepWatch
Sat, 02 Aug 2014 07:01:20 +0200 Jaroslav Tulach Only access the observer field under the GLOBAL lock DeepWatch
Sat, 02 Aug 2014 06:45:55 +0200 Jaroslav Tulach Don't initialize observers when the watched property is not known DeepWatch
Sat, 02 Aug 2014 06:41:59 +0200 Jaroslav Tulach Encapsulating all logic into Observers top level class DeepWatch
Sat, 02 Aug 2014 06:25:53 +0200 Jaroslav Tulach Using classical java.util classes minimizes the chance I will do mistake when coding linked list myself DeepWatch
Fri, 01 Aug 2014 17:13:23 +0200 Jaroslav Tulach Adding the original test that motivated these changes. The Angular's ToDo sample. DeepWatch
Fri, 01 Aug 2014 17:02:15 +0200 Jaroslav Tulach Additional tests DeepWatch
Fri, 01 Aug 2014 16:02:10 +0200 Jaroslav Tulach Don't duplicate head of the linked list DeepWatch
Fri, 01 Aug 2014 15:24:57 +0200 Jaroslav Tulach Preventing re-entrant access to the same model object, but otherwise one is free to however anywhere. DeepWatch
Fri, 01 Aug 2014 14:16:19 +0200 Jaroslav Tulach Ensuring deep changes work OK with arrays DeepWatch
Fri, 01 Aug 2014 14:08:55 +0200 Jaroslav Tulach A bit striker mode for non-deep properties DeepWatch
Fri, 01 Aug 2014 13:02:35 +0200 Jaroslav Tulach Can handle multiple deeply computed properties in one object DeepWatch
Fri, 01 Aug 2014 12:36:56 +0200 Jaroslav Tulach Can observe change in a deeply hidden property of nested model class DeepWatch
Thu, 31 Jul 2014 15:35:28 +0200 Jaroslav Tulach Test to verify deep watch behavior DeepWatch
Thu, 31 Jul 2014 14:37:06 +0200 Jaroslav Tulach Merging the work on classloader method to main trunk
Thu, 31 Jul 2014 14:36:00 +0200 Jaroslav Tulach Adding classloader method to allow the system to run in Felix
Thu, 31 Jul 2014 07:25:13 +0200 Jaroslav Tulach More sensible English sentence in package description
Fri, 25 Jul 2014 14:15:21 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Fri, 25 Jul 2014 14:15:20 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.8.3
Fri, 25 Jul 2014 14:15:20 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.8.3 release-0.8.3
Fri, 25 Jul 2014 14:11:22 +0200 Jaroslav Tulach Merging additional fix. Need new release.
Fri, 25 Jul 2014 14:10:54 +0200 Jaroslav Tulach Removed tag release-0.8.3
Fri, 25 Jul 2014 14:10:17 +0200 Jaroslav Tulach r's 'Boolean.FALSE' converts to br's valid value 'false' - needs exact test for undefined
Fri, 25 Jul 2014 11:36:59 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Fri, 25 Jul 2014 11:36:59 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.8.3
Fri, 25 Jul 2014 11:36:58 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.8.3
Fri, 25 Jul 2014 11:32:46 +0200 Jaroslav Tulach Prevent ConcurrentModificationException
Fri, 25 Jul 2014 11:20:39 +0200 Jaroslav Tulach Suggest usage of most recent archetype
Fri, 25 Jul 2014 11:15:55 +0200 Jaroslav Tulach Don't mess enum values up in FX web view
Fri, 25 Jul 2014 10:56:29 +0200 Jaroslav Tulach Links to previous Javadocs
Fri, 25 Jul 2014 10:45:12 +0200 Jaroslav Tulach Bringing in most recent advances from the main line EnumString
Fri, 25 Jul 2014 10:33:25 +0200 Jaroslav Tulach Can assign string to enum property
Fri, 25 Jul 2014 08:34:50 +0200 Jaroslav Tulach Request status 0 is also sign of failure
Thu, 24 Jul 2014 16:20:47 +0200 Jaroslav Tulach Support for parsing of JSON arrays seems to be good enough
Tue, 22 Jul 2014 06:30:19 +0200 Jaroslav Tulach More links to other classes from Javadoc
Tue, 22 Jul 2014 06:27:57 +0200 Jaroslav Tulach Javadoc cleanup
Thu, 24 Jul 2014 16:18:37 +0200 Jaroslav Tulach Handle null elements in arrays JsonArray
Thu, 24 Jul 2014 16:11:59 +0200 Jaroslav Tulach Handle 'null' property values JsonArray
Thu, 24 Jul 2014 15:48:44 +0200 Jaroslav Tulach status higher than 400 is an error, so report it as error JsonArray
Tue, 22 Jul 2014 18:29:06 +0200 Jaroslav Tulach Collector method to parse a JSON array into a Collection JsonArray
Tue, 22 Jul 2014 18:06:57 +0200 Jaroslav Tulach Throw EOFEx when the array is empty JsonArray
Tue, 22 Jul 2014 17:55:18 +0200 Jaroslav Tulach Models.parse can pick-up first element from an array JsonArray
Mon, 21 Jul 2014 11:28:13 +0200 Jaroslav Tulach Don't forget to show default text, if provided
Mon, 21 Jul 2014 10:38:01 +0200 Jaroslav Tulach The code is using more JavaFX packages. Explicitly exporting them.
Mon, 21 Jul 2014 10:33:15 +0200 Jaroslav Tulach Using parameter-less ScrollPane constructor that was available on JDK7
Mon, 21 Jul 2014 10:28:07 +0200 Jaroslav Tulach Using HBox constructor that should be available on JDK7u25
Mon, 21 Jul 2014 08:13:23 +0200 Jaroslav Tulach Can find AudioEnvironment in BrwsrCtx
Fri, 18 Jul 2014 17:02:21 +0200 Jaroslav Tulach Listen on changes and automatically reload whenever file next to index.html changes
Fri, 18 Jul 2014 15:50:06 +0200 Jaroslav Tulach Show a resizing toolbar when running with inspection on
Fri, 18 Jul 2014 15:49:37 +0200 Jaroslav Tulach JDK8 update 11 is also broken
Thu, 17 Jul 2014 18:01:03 +0200 Jaroslav Tulach Reload of the HTML page from its popup menu works
Thu, 17 Jul 2014 17:22:41 +0200 Jaroslav Tulach Fixing header
Wed, 16 Jul 2014 15:39:46 +0200 Jaroslav Tulach Also define confirm and prompt functions in the faked testing environment
Tue, 15 Jul 2014 21:45:23 +0200 Jaroslav Tulach Dialog to handle input of text invoked via window.prompt
Tue, 15 Jul 2014 21:32:14 +0200 Jaroslav Tulach Special dialog to handle window.confirm
Tue, 15 Jul 2014 21:16:36 +0200 Jaroslav Tulach L10N of alert dialog
Tue, 15 Jul 2014 21:03:41 +0200 Jaroslav Tulach Make sure the alert dialog is really modal
Mon, 14 Jul 2014 17:31:20 +0200 Jaroslav Tulach Merging fix for #6175 into default branch