Thu, 18 Dec 2014 13:14:28 +0100 Jaroslav Tulach The defaultly created wizard also requires freemarker WizardFor247926
Thu, 18 Dec 2014 13:00:48 +0100 Jaroslav Tulach Don't recommend presence of the wizard. Wait up until some users really need it. WizardFor247926
Thu, 18 Dec 2014 09:59:54 +0100 Jaroslav Tulach Need to enclose the callValidate check into FXBrowsers.runInBrowser runnable WizardFor247926
Thu, 18 Dec 2014 03:33:29 +0100 Jaroslav Tulach Remove unused import WizardFor247926
Wed, 17 Dec 2014 12:07:20 +0100 Jaroslav Tulach validation support via errorCode() == -1 and a callback to validate function that is supposed to change the value of errorCode() asynchronously. WizardFor247926
Wed, 17 Dec 2014 12:06:14 +0100 Jaroslav Tulach Don't call applyBindings ownself. Let the infrastructure do it. WizardFor247926
Wed, 17 Dec 2014 12:05:48 +0100 Jaroslav Tulach Instantiate the HTMLWizard just once during each test WizardFor247926
Wed, 17 Dec 2014 07:17:15 +0100 Jaroslav Tulach The API package has been moved out of this module to api.templates one WizardFor247926
Tue, 16 Dec 2014 16:50:13 +0100 Jaroslav Tulach Fixing broken references when build on top of JDK7 WizardFor247926
Tue, 16 Dec 2014 16:27:45 +0100 Jaroslav Tulach Documenting the API change WizardFor247926
Tue, 16 Dec 2014 16:17:20 +0100 Jaroslav Tulach Why the module was not autoload to begin with? WizardFor247926
Tue, 16 Dec 2014 15:13:46 +0100 Jaroslav Tulach Merge with most recent default branch WizardFor247926
Tue, 16 Dec 2014 14:47:13 +0100 Jaroslav Tulach Give the panel component name of active step WizardFor247926
Tue, 16 Dec 2014 14:25:11 +0100 Jaroslav Tulach Disable popup menu WizardFor247926
Tue, 16 Dec 2014 14:17:30 +0100 Jaroslav Tulach Need to check values of ok and msg functions, not the functions themselves WizardFor247926
Tue, 16 Dec 2014 13:49:49 +0100 Jaroslav Tulach Recognize special 'targetChooser' step WizardFor247926
Tue, 16 Dec 2014 13:22:46 +0100 Jaroslav Tulach Prepend the template chooser step WizardFor247926
Tue, 16 Dec 2014 12:56:56 +0100 Jaroslav Tulach Rather use text input binding WizardFor247926
Tue, 16 Dec 2014 12:56:30 +0100 Jaroslav Tulach Need to call the errorCode function WizardFor247926
Tue, 16 Dec 2014 12:50:51 +0100 Jaroslav Tulach assert visibility of panels in the test WizardFor247926
Tue, 16 Dec 2014 11:00:33 +0100 Jaroslav Tulach Don't forget to specify freemarker as templating engine WizardFor247926
Tue, 16 Dec 2014 10:22:19 +0100 Jaroslav Tulach Generates compilable Java and JS code WizardFor247926
Tue, 16 Dec 2014 09:57:10 +0100 Jaroslav Tulach More detailed wizard sample WizardFor247926
Mon, 15 Dec 2014 17:52:19 +0100 Jaroslav Tulach Generates JS based wizard that compiles OK WizardFor247926
Mon, 15 Dec 2014 17:46:44 +0100 Jaroslav Tulach page attribute can be relative or absolute WizardFor247926
Mon, 15 Dec 2014 16:13:47 +0100 Jaroslav Tulach Offering two HTML wizard options: Java and JS WizardFor247926
Mon, 15 Dec 2014 15:01:37 +0100 Jaroslav Tulach Don't send the system properties to the templating engine WizardFor247926
Mon, 15 Dec 2014 14:49:40 +0100 Jaroslav Tulach Using special 'step' binding to register elements representing individual steps in the wizard WizardFor247926
Mon, 15 Dec 2014 13:36:17 +0100 Jaroslav Tulach Verifying errorCode influences behavior of next button WizardFor247926
Mon, 15 Dec 2014 13:27:38 +0100 Jaroslav Tulach Another TCK test to verify the behavior of the system when configured manually WizardFor247926
Mon, 15 Dec 2014 13:21:14 +0100 Jaroslav Tulach Separate id and display name of a step WizardFor247926
Mon, 15 Dec 2014 12:53:59 +0100 Jaroslav Tulach The test can ask TCK to move between panels WizardFor247926
Mon, 15 Dec 2014 12:42:52 +0100 Jaroslav Tulach List of steps can be read from data-step attributes WizardFor247926
Mon, 15 Dec 2014 12:07:22 +0100 Jaroslav Tulach TCK provides assert and access to array of current steps WizardFor247926
Mon, 15 Dec 2014 11:51:11 +0100 Jaroslav Tulach Initial skeleton for TCK WizardFor247926
Mon, 15 Dec 2014 11:23:56 +0100 Jaroslav Tulach Splitting the wizard for the sake of testability WizardFor247926
Mon, 15 Dec 2014 11:08:20 +0100 Jaroslav Tulach Test tests pass now. Re-adding dependency on openide.loaders as there is currently no better way to extract template, targetfolder and targetname from the wizard parameters. WizardFor247926
Mon, 15 Dec 2014 10:39:28 +0100 Jaroslav Tulach No need to show this module in AU client. It is an autoload. WizardFor247926
Mon, 15 Dec 2014 10:30:08 +0100 Jaroslav Tulach Proper name of the key WizardFor247926
Mon, 15 Dec 2014 09:41:33 +0100 Jaroslav Tulach Use $ to separate innerclass name WizardFor247926
Mon, 15 Dec 2014 08:31:49 +0100 Jaroslav Tulach Bringing in the latest changes on default branch WizardFor247926
Tue, 02 Dec 2014 16:41:01 +0100 Jaroslav Tulach Not sure why the TemplateProcessor needs to be divided into two parts. If that is only because of reference to WizardDescriptor.Iterator, then we can probably replace that with reflection. Plus connecting the API and UI with a token 'org.netbeans.api.templates.wizard' WizardFor247926
Tue, 02 Dec 2014 16:07:54 +0100 Jaroslav Tulach api.templates need to be 'lightweight' in term of dependencies, so moving the HTML/Java UI stuff into separate module. Step #1. WizardFor247926
Tue, 02 Dec 2014 12:24:42 +0100 Jaroslav Tulach Merging rename of the HTML/Java+Nb module to api.htmlui WizardFor247926
Tue, 02 Dec 2014 10:19:44 +0100 Jaroslav Tulach Merging the current default branch (after split of templates into api.templates module) into the wizard UI branch WizardFor247926
Thu, 06 Nov 2014 12:31:11 +0100 Jaroslav Tulach Merging with current default branch WizardFor247926
Tue, 04 Nov 2014 15:07:23 +0100 Jaroslav Tulach Support also @Model definition of the wizard model WizardFor247926
Tue, 04 Nov 2014 14:45:44 +0100 Jaroslav Tulach Throw error when the return value is not defined WizardFor247926
Tue, 04 Nov 2014 13:35:24 +0100 Jaroslav Tulach Data from the wizard are available to the final templating engine WizardFor247926
Tue, 04 Nov 2014 11:14:58 +0100 Jaroslav Tulach Can navigate between panels of the wizard WizardFor247926
Tue, 04 Nov 2014 11:06:01 +0100 Jaroslav Tulach Set current step observable according to currently selected panel WizardFor247926
Tue, 04 Nov 2014 10:39:16 +0100 Jaroslav Tulach Steps are synchronized properly WizardFor247926
Tue, 04 Nov 2014 10:34:35 +0100 Jaroslav Tulach Selected panel index is set for the wizard WizardFor247926
Mon, 03 Nov 2014 17:36:03 +0100 Jaroslav Tulach The HTML page can now influence wizard's isValid state WizardFor247926
Mon, 03 Nov 2014 16:30:59 +0100 Jaroslav Tulach Initializes the HTML wizard with a WebView panel WizardFor247926
Mon, 27 Oct 2014 19:24:20 +0100 Jaroslav Tulach An attempt to accompany generic templates with a generic UI WizardFor247926
Thu, 18 Dec 2014 06:28:08 +0000 ffjre Automated merge with main-silver
Thu, 18 Dec 2014 00:33:22 +0000 ffjre Automated merge with main-silver
Wed, 17 Dec 2014 18:28:19 +0000 ffjre Automated merge with main-silver
Wed, 17 Dec 2014 00:28:16 +0000 ffjre Automated merge with main-silver