diff --git a/subprojects/sampler/sampler.gradle b/subprojects/sampler/sampler.gradle index 3eb7727..7be16b2 100644 --- a/subprojects/sampler/sampler.gradle +++ b/subprojects/sampler/sampler.gradle @@ -43,9 +43,11 @@ dependencies { } config { + /* artifacts { source { enabled = false } } publishing { enabled = false } bintray { enabled = false } + */ } diff --git a/subprojects/sampler/src/main/resources/ensemble-samples.json b/subprojects/sampler/src/main/resources/ensemble-samples.json new file mode 100644 index 0000000..93af33b --- /dev/null +++ b/subprojects/sampler/src/main/resources/ensemble-samples.json @@ -0,0 +1,93 @@ +{ + "samples": [ + { + "project": "BootstrapFX", + "name": "BootstrapFX Alerts", + "desc": "Alerts with BootstrapFX", + "preview": "preview/Alerts.png", + "css": ["org/kordamp/bootstrapfx/bootstrapfx.css", "org/kordamp/bootstrapfx/sampler/sampler.css","org/kordamp/bootstrapfx/sampler/xml-highlighting.css"], + "fxml": "org/kordamp/bootstrapfx/sampler/alerts.fxml" + }, + { + "project": "BootstrapFX", + "name": "BootstrapFX ButtonGroups", + "desc": "ButtonGroups with BootstrapFX", + "preview": "preview/ButtonGroups.png", + "css": ["org/kordamp/bootstrapfx/bootstrapfx.css", "org/kordamp/bootstrapfx/sampler/sampler.css","org/kordamp/bootstrapfx/sampler/xml-highlighting.css"], + "fxml": "org/kordamp/bootstrapfx/sampler/button_groups.fxml" + }, + { + "project": "BootstrapFX", + "name": "BootstrapFX Buttons", + "desc": "Buttons with BootstrapFX", + "preview": "preview/Buttons.png", + "css": ["org/kordamp/bootstrapfx/bootstrapfx.css", "org/kordamp/bootstrapfx/sampler/sampler.css","org/kordamp/bootstrapfx/sampler/xml-highlighting.css"], + "fxml": "org/kordamp/bootstrapfx/sampler/buttons.fxml" + }, + { + "project": "BootstrapFX", + "name": "BootstrapFX Labels", + "desc": "Labels with BootstrapFX", + "preview": "preview/Labels.png", + "css": ["org/kordamp/bootstrapfx/bootstrapfx.css", "org/kordamp/bootstrapfx/sampler/sampler.css","org/kordamp/bootstrapfx/sampler/xml-highlighting.css"], + "fxml": "org/kordamp/bootstrapfx/sampler/labels.fxml" + }, + { + "project": "BootstrapFX", + "name": "BootstrapFX Panels", + "desc": "Panels with BootstrapFX", + "preview": "preview/Panels.png", + "css": ["org/kordamp/bootstrapfx/bootstrapfx.css", "org/kordamp/bootstrapfx/sampler/sampler.css","org/kordamp/bootstrapfx/sampler/xml-highlighting.css"], + "fxml": "org/kordamp/bootstrapfx/sampler/panels.fxml" + }, + { + "project": "BootstrapFX", + "name": "BootstrapFX Paragraph", + "desc": "Paragraphs with BootstrapFX", + "preview": "preview/Paragraph.png", + "css": ["org/kordamp/bootstrapfx/bootstrapfx.css", "org/kordamp/bootstrapfx/sampler/sampler.css","org/kordamp/bootstrapfx/sampler/xml-highlighting.css"], + "fxml": "org/kordamp/bootstrapfx/sampler/paragraph.fxml" + }, + { + "project": "BootstrapFX", + "name": "BootstrapFX Progressbar", + "desc": "Progresbars with BootstrapFX", + "preview": "preview/ProgressBar.png", + "css": ["org/kordamp/bootstrapfx/bootstrapfx.css", "org/kordamp/bootstrapfx/sampler/sampler.css","org/kordamp/bootstrapfx/sampler/xml-highlighting.css"], + "fxml": "org/kordamp/bootstrapfx/sampler/progressbars.fxml" + }, + { + "project": "BootstrapFX", + "name": "BootstrapFX SplitMenuButtons", + "desc": "SplitMenuButtons with BootstrapFX", + "preview": "preview/SplitMenuButtons.png", + "css": ["org/kordamp/bootstrapfx/bootstrapfx.css", "org/kordamp/bootstrapfx/sampler/sampler.css","org/kordamp/bootstrapfx/sampler/xml-highlighting.css"], + "fxml": "org/kordamp/bootstrapfx/sampler/split_menu_buttons.fxml" + }, + { + "project": "BootstrapFX", + "name": "BootstrapFX Text", + "desc": "Simple text with BootstrapFX", + "preview": "preview/Text.png", + "css": ["org/kordamp/bootstrapfx/bootstrapfx.css", "org/kordamp/bootstrapfx/sampler/sampler.css","org/kordamp/bootstrapfx/sampler/xml-highlighting.css"], + "fxml": "org/kordamp/bootstrapfx/sampler/text.fxml" + }, + { + "project": "BootstrapFX", + "name": "BootstrapFX Text2", + "desc": "Colored text with BootstrapFX", + "preview": "preview/Text2.png", + "css": ["org/kordamp/bootstrapfx/bootstrapfx.css", "org/kordamp/bootstrapfx/sampler/sampler.css","org/kordamp/bootstrapfx/sampler/xml-highlighting.css"], + "fxml": "org/kordamp/bootstrapfx/sampler/text2.fxml" + }, + { + "project": "BootstrapFX", + "name": "BootstrapFX Tooltips", + "desc": "Tooltips with BootstrapFX", + "preview": "preview/Tooltips.png", + "css": ["org/kordamp/bootstrapfx/bootstrapfx.css", "org/kordamp/bootstrapfx/sampler/sampler.css","org/kordamp/bootstrapfx/sampler/xml-highlighting.css"], + "fxml": "org/kordamp/bootstrapfx/sampler/tooltips.fxml" + } + + ] +} \ No newline at end of file diff --git a/subprojects/sampler/src/main/resources/preview/Alerts.png b/subprojects/sampler/src/main/resources/preview/Alerts.png new file mode 100644 index 0000000..8f5666f Binary files /dev/null and b/subprojects/sampler/src/main/resources/preview/Alerts.png differ diff --git a/subprojects/sampler/src/main/resources/preview/ButtonGroups.png b/subprojects/sampler/src/main/resources/preview/ButtonGroups.png new file mode 100644 index 0000000..87577f1 Binary files /dev/null and b/subprojects/sampler/src/main/resources/preview/ButtonGroups.png differ diff --git a/subprojects/sampler/src/main/resources/preview/Buttons.png b/subprojects/sampler/src/main/resources/preview/Buttons.png new file mode 100644 index 0000000..70c731e Binary files /dev/null and b/subprojects/sampler/src/main/resources/preview/Buttons.png differ diff --git a/subprojects/sampler/src/main/resources/preview/Labels.png b/subprojects/sampler/src/main/resources/preview/Labels.png new file mode 100644 index 0000000..dd3a6bf Binary files /dev/null and b/subprojects/sampler/src/main/resources/preview/Labels.png differ diff --git a/subprojects/sampler/src/main/resources/preview/Panels.png b/subprojects/sampler/src/main/resources/preview/Panels.png new file mode 100644 index 0000000..d7a6a5e Binary files /dev/null and b/subprojects/sampler/src/main/resources/preview/Panels.png differ diff --git a/subprojects/sampler/src/main/resources/preview/Paragraph.png b/subprojects/sampler/src/main/resources/preview/Paragraph.png new file mode 100644 index 0000000..68a4a10 Binary files /dev/null and b/subprojects/sampler/src/main/resources/preview/Paragraph.png differ diff --git a/subprojects/sampler/src/main/resources/preview/ProgressBar.png b/subprojects/sampler/src/main/resources/preview/ProgressBar.png new file mode 100644 index 0000000..29903e1 Binary files /dev/null and b/subprojects/sampler/src/main/resources/preview/ProgressBar.png differ diff --git a/subprojects/sampler/src/main/resources/preview/SplitMenuButtons.png b/subprojects/sampler/src/main/resources/preview/SplitMenuButtons.png new file mode 100644 index 0000000..2ed2b7c Binary files /dev/null and b/subprojects/sampler/src/main/resources/preview/SplitMenuButtons.png differ diff --git a/subprojects/sampler/src/main/resources/preview/Text.png b/subprojects/sampler/src/main/resources/preview/Text.png new file mode 100644 index 0000000..8f28166 Binary files /dev/null and b/subprojects/sampler/src/main/resources/preview/Text.png differ diff --git a/subprojects/sampler/src/main/resources/preview/Text2.png b/subprojects/sampler/src/main/resources/preview/Text2.png new file mode 100644 index 0000000..565c1d7 Binary files /dev/null and b/subprojects/sampler/src/main/resources/preview/Text2.png differ diff --git a/subprojects/sampler/src/main/resources/preview/Tooltips.png b/subprojects/sampler/src/main/resources/preview/Tooltips.png new file mode 100644 index 0000000..5cd1c3c Binary files /dev/null and b/subprojects/sampler/src/main/resources/preview/Tooltips.png differ